/* ======================================================= Body ======================================== */
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, p, blockquote, th, td {
	font-size: 14px;
}
body, .body {
	/* font-family: Muli,Arial, Helvetica, sans-serif; */
	font-size: 1em;
	font-weight: 300;
	/* line-height: 1.5em; */
}
div.jd-title h3.sp-module-title {
	color: #205d0d;
}
#sp-main-body {
	padding: 20px 0;
}
a {
	color: #205d0d !important;
}
a:hover {
  text-decoration: none !important;
}
div.jd-title h3.sp-module-title {
	margin-bottom: 70px;
}
.fa {
	font: normal normal normal 14px/1 FontAwesome !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.badge {
	background-color: #a0ce4e;
}
section#sp-subscribe-box > .container {
	padding: 30px 0 10px;
}
/* ======================================================= Article ======================================== */
.sp-page-title {
	padding: 180px 0px 100px;
	text-align: center;
}
.sp-page-title h2 {
	font-size: 4rem;
	line-height: 1;
}
.sp-column .item .pull-left {
	float: none !important;
}
.blog .items-leading,
.blog .items-row  .item{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #f5fee6;
	border-radius: 0.25rem;
	margin-bottom: 1.25rem;
}
.blog .items-leading .item{
	flex: 1 1 auto;
	padding: 1.25rem;
}
.blog .items-row  .item{
	flex: 1 1 auto;
	padding: 1.25rem;
}

/* ======================================================= top bar ======================================== */
#sp-top-bar .sp-contact-info a {
	font-weight: 300;
  font-size: 11px;
  color: #fff !important;
}
.sp-contact-info {
	float: left;
}
#sp-top-bar .sp-contact-info i.fa {
	font-size: 20px;
}
.custom_langue .sp-module-content{
	float: right;
	padding-right: 45px;
}
.custom_langue .sp-module-content a.flag {
	margin-right: 5px;
}
/* ======================================================= Menu ============================================= */
#sp-header {
	/* padding: 10px 0; */
	background: #fff;
}
#sp-menu ul.sp-megamenu-parent > li a {
	color: #6d6969;
}
/* ==================================================== Statistiques ======================================== */
.custom-1 {
	margin-top: -80px;
	position: relative;
	z-index: 99;
}
section.custom-1 > .container {
	padding: 0 0 30px;
}
.counter-sub-container > div {
	margin: 20px 0 !important;
}
.jd-custom-one-b{
  background-color: #a0ce4e;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07) !important;
  border-radius: 5px;
}
#skillset-211 .count-icon {
	font-size: 50px !important;
	color: #fff !important;
}
#skillset-211 .counter-text-container p,
#skillset-211 .counter-text-container P span{
  color: #fff !important;
}
/* ================================================= A Propos de nous ============================================== */
section#sp-showcase > .container {
	padding: 30px 0;
}
.service {
	margin: 10px 0;
	overflow: hidden;
	position: relative;
	float: left;
	border: 1px solid #a0ce4e;
	width: 100%;
	padding: 5px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	-moz-box-shadow: 0 8px 6px -6px #ccc;
	box-shadow: 0 8px 6px -6px #ccc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#cccccc')";
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#cccccc')";
}
.service a {
	background: #f9f9f9;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.service-icon {
	font-size: 60px !important;
	text-shadow: 1px 0px 1px rgba(255,255,255,0.7);
	padding: 15px 0px 15px;
	width: 100%;
	/* height: 50%; */
	text-align: center;
}
.service-main {
	margin-top: 0;
	padding-top: 20px;
}
.service-main {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.service p {
	margin: 0;
	padding: 20px;
	font-weight: 300;
	color: inherit;
	border-top: 5px solid #fff;
}
.service-sub {
	text-align: center;
	font-size: 14px;
	color: #666;
}
.service:hover .service-main {
	color: #a0ce4e;
}
.service:hover {
	background-color: #fff;
}
.service:hover .service-icon {
	text-shadow: 0px 0px 20px #ccc;
	color: transparent;
	-webkit-animation: moveFromTop 400ms ease;
	-moz-animation: moveFromTop 400ms ease;
	-ms-animation: moveFromTop 400ms ease;
	animation: moveFromTop 400ms ease;
}
.service:hover .service-icon {
	color: #666;
}
.service:hover .service-sub {
	background-color: #a0ce4e;
}
.service:hover .service-sub {
	color: #fff;
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
	animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-300%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-300%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-300%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
@keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-300%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
@keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
/* ================================================= Nos produits ============================================== */
#sp-feature {
	background: #f9f9f9;
}
section#sp-feature > .container {
	padding: 30px 0;
}
.custom_produits.jd-title,
.custom_actualites.jd-title {
	border-radius: 3px;
	box-shadow: 0 8px 6px -6px #000;
}
.slides_control .bt-introtext {
	font-weight: 300;
	text-align: center;
}
/* ================================================= Nos produits ============================================== */
.custom_actualites .saecrs_div .sae_link {
	text-transform: uppercase;
	font-weight: bold;
}
.custom_actualites .saecrs_div{
	border-bottom: 1px solid #CFCFCF;
}
.custom_actualites .saecrs_div .sae_link{
	text-transform: uppercase;
	font-weight: bold;
}
.custom_actualites .saecrs_div .sae_excerpt{
	font-weight: 300;
}
/* ============================================== Nos partenaires ============================================= */
.custom_partenaire img {
	border: 2px solid #fff;
	padding: 2px;
}
.custom_partenaire img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.custom_partenaire img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/* ============================================== Bottom ============================================= */
section#sp-bottom {
	padding: 5px 0px;
}
/* ============================================== Footer ============================================= */

.custom_footer1 .footer-contact ul li i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 15px;
}
.custom_footer1 .footer-contact ul li {
	height: 30px;
	color: #ccc !important;
	font-weight: 300;
	text-align: left;
}
.custom_footer1 .footer-contact ul {
	text-align: left;
}
.custom_footer1 .footer-contact ul li:not(:last-child) {
	border-bottom: 1px solid #333;
}
.vvisit_counter a {
	display: none !important;
}
/* ============================================== Footer ============================================= */
.custom_map iframe{
	width: 100%;
}
/* ============================================== Formulaire ============================================= */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	width: 100%;
}
textarea{
	width: 100% !important;
	height: 200px !important;
}
/* ========================================= Galerie photo & video ========================================== */
.jg_category .jg_catorderlist select,
.gallery .jg_search input[type="text"]{
	display: inline-block;
	width: 20%;
}
.gallery .jg_category .well{
	background: none !important;
}
.gallery .pagination{
	width: 100%;
	text-align: center;
}
.yendif-video-share .form-validate .btn.btn-default {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 2px 10px;
	font-size: 18px;
}
.yf-logo{
	display: none !important;
}
.custom_video .sp-module-content,
.custom_contactbar .rscontact{
	margin-top: 50px;
}