@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,900&display=swap');

body{
	color: #333333;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
#head-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#head-top p{
	color: #b6b6b6;
	margin: 0 0 0 30px;
}

#head-top .box-tel{
	background: #b6d23d;
	color: #fff !important;
	font-weight: 600;
	padding: 20px 35px;
}

#head-top2{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eee;
}

#head-top2 p{
	color: red;
	margin: 20px 0 20px 0px;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

#head-foot{
	border-top:solid 1px #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

#logo{
	padding: 0 25px;
}

#logo img{
	max-width: 100%;
}

.navbar{
	padding: 0;
}

.navbar .navbar-nav{
	align-items: center;
}

.navbar .navbar-nav .nav-item{
	border-left:solid 1px #f2f2f2;
	display: block;
	height: 80px;
}

.navbar .navbar-nav .nav-link{
	color:#424242;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	padding: 0 8px;	
	transition: .5s;
	text-transform: uppercase;
	height: 100%;
	width: 200px;
	text-align: center;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus{
	background: #b6d23d;
	color: #fff;
	text-decoration: none;
}

.dropdown-menu{
	padding: 0;
}

.dropdown-item{
	display: block;
	color:#000;
	font-weight: 600;	
	transition: .5s;
	text-transform: uppercase;
}

.dropdown-item:hover{
	background: #b6d23d;
	color: #fff;	
}

#banner{
	color:#fff;
	position: relative;
	margin-bottom: 70px;
	overflow: hidden;
}

#banner #banner-img{
	width: 100%;
}

#banner #banner-title{
	font-size: 40px;
	position: absolute;
	top: 55%;
	padding: 0 75px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#banner #banner-link{
	background: #b6d23d;
	border-radius: 50px;
	color: inherit;
	display: block;
	font-size: 22px;
	position: absolute;
	padding: 20px 75px;
	top: 70%;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 600;
	transition: .5s;
	text-align: center;
	text-transform: uppercase;
}

#banner #banner-link:hover{
	background: #000;
	text-decoration: none;
}

#banner #banner-condition{
	position: absolute;
	top: 85%;
	left: 50%;
	transform: translateX(-50%);
}

#banner #banner-ico{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	top: 20%;
	right: 0;
}

#banner #banner-ico a{
	background: #2a292a;
	border-left: solid 15px #b6d23d;
	color: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 75px;
	margin: 10px;
	transition: .5s;
	font-size: 18px;
	text-transform: uppercase;
}

#banner #banner-ico span{
	display: none;
	font-weight: 600;
	opacity: 0;
	transition: opacity 1s;
}

#banner #banner-ico a:hover{
	width: 350px;
	text-decoration: none;
	padding: 10px;
}

#banner #banner-ico a:hover span{
	display: block;	
	opacity: 1;
}

#banner #banner-ico a:hover img{
	margin-right: 10px;
}

#bloc-1{
	text-align: center;
	margin-bottom: 100px;
}

#bloc-1 h1{
	color: #b6d23d;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 55px;
}

#bloc-1 h1 span{
	text-transform: none;
}

#bloc-1 p{
	margin: 0;
}

#bloc-2{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 65px;
	overflow: hidden;
}

#bloc-2 a{
	color:#fff;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 20px;
	width: 315px;
	max-width: 100%;
}

#bloc-2 a:hover{
	text-decoration: none;
}

#bloc-2 img{
	max-width: 100%;
	transition: .5s;
}

#bloc-2 a:hover img{
	transform: scale(1.1);
}

#bloc-2 h2{
	background: rgba(0, 0, 0, 0.60);
	position: absolute;
	left: 50%;
	bottom: 20px;
	padding: 15px 15px;
	transform: translateX(-50%);
	font-size: 18px;
	width: 80%;
	text-align: center;
	font-weight: 600;
}

#bloc-3{
	background: url(../img/bg-bloc-3.jpg) no-repeat center bottom/cover;
	color: #fff;
	padding: 110px 0 180px;
	text-align: center;
	margin-bottom: 55px;
}

#bloc-3 h2{
	font-size: 30px;
	font-weight: 600;
	max-width: 945px;
	margin: 0 auto 65px;
}

#bloc-3 a{
	display: block;
	background: #b6d23d;
	border-radius: 50px;
	color: inherit;	
	font-size: 22px;
	padding: 15px 15px;
	font-weight: 600;
	transition: .5s;
	text-transform: uppercase;
	margin: 0 auto;
	max-width: 350px;
}

#bloc-3 a:hover{
	background: #000;
	text-decoration: none;
}

#bloc-4{
	margin-bottom: 115px;
	text-align: center;
	padding: 0 15px;
}

#bloc-4 h2{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
	text-transform: uppercase;
}

#bloc-4 h2:after{
	background: #b6d23d;
	content: '';
	display: block;
	height: 4px;
	width: 80px;
	margin: 45px auto 0;
}

#bloc-4 p{
	font-size: 18px;
	margin: 0 auto 60px;
	max-width: 1000px;
}

#bloc-4 #bloc-4-1{
	padding: 0 120px;
}

#bloc-4 #bloc-4-1 .slick-track{
	display: flex;
	align-items: center;	
}
#bloc-4 #bloc-4-1 .slick-slide{
	display: flex;
	align-items: center;
	justify-content: center;
}

#bloc-4 #bloc-4-1 .slick-prev,
#bloc-4 #bloc-4-1 .slick-next{
	width: 38px;
	height: 70px;
}

#bloc-4 #bloc-4-1 .slick-prev{
	left: 40px;
}

#bloc-4 #bloc-4-1 .slick-next{
	right: 40px;
}

#bloc-4 #bloc-4-1 .slick-prev:before, #bloc-4 #bloc-4-1 .slick-next:before{
	content:'';
	display: block;
	width: 38px;
	height: 70px;
}

#bloc-4 #bloc-4-1 .slick-prev:before{
	background: url(../img/prev.png) no-repeat center center/contain;
}

#bloc-4 #bloc-4-1 .slick-next:before{
	background: url(../img/next.png) no-repeat center center/contain;
}

#bloc-4 #bloc-4-1 img{
	max-width: 90%;
	max-height: 85px;
}

#bloc-5{
	display: flex;
	margin-bottom: 45px;
}

#bloc-5>div{
	width: 50%;
}

#bloc-5 #bloc-5-1 img{
	width: 100%;
}

#bloc-5 #bloc-5-2{
	background: #2a292a;
	color:#fff;
	padding: 20px 5%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

#bloc-5 #bloc-5-2 h2{
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 50px;
}

#bloc-5 #bloc-5-2 p{
	margin: 0;
	text-align: justify;
}

#bloc-6{
	margin-bottom: 60px;
}

#bloc-6 p{
	margin-bottom: 0;
	text-align: center;
}

#bloc-6 p a{
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
}

#bloc-6 p a:hover{
	text-decoration: none;
}

#bloc-7{
	background: #f5f5f5;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 40px 15px;
	text-align: center;
	margin-bottom: 60px;
}

#bloc-7>div{
	width: 100%;
	max-width: 240px;
	margin: 20px;
}

#bloc-7>div img{
	margin-bottom: 35px;
}

#bloc-7>div h2{
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 25px;
}

#bloc-7>div p{
	color: #4e4e4e;
}

/****** Contact ***/

.fluid-contact {
	background: url(../img/contact.jpg) no-repeat;
	align-items: center;
	position: relative;
	background-position: top center;
	background-size: cover;
	padding: 40px 0 0;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}

.contact {
	color: #fff;
	font-size: 17px;
	background-repeat: no-repeat;
	margin: 40px auto 25px;
	background-size: 18px;
	width: 100%;
	font-weight: 600;
	display: flex;
	align-items: center;
	max-width: 1600px;
}

.contact img {
	max-width: 100%;
	display: block;
	margin: 0 auto 15px;
}

.col-contact .phone {
	text-align   : center;
	display      : block;
	color        : #fff !important;
	font-size    : 33px;
	font-weight  : 600;
	margin-bottom: 0;
}

.col-contact .phone small{
	font-weight: 600;
}

.col-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	text-align: center;
}

.col-contact p {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}

.adresse-block {
	padding: 70px 25px;
	max-width: 1500px;
	margin: 0 auto;
}


/****** end Contact ***/

/****** footer ***/ 
.boxfooter{background:#fff;overflow:hidden;background-size: cover;}
.footerlink{color: #3c3c3c;font-size: 12px;text-align: center;}
.footerlink a{color: inherit;}
.boxfooter img{max-width:100%;}
.boxfooter>div{width:100%;}

.bot-foot{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 15px;
}
.bot-foot img{
	margin-bottom: 10px;
}
.bot-foot p{
	margin: 0;
}

.recherches{background: #f4f4f4;padding:20px; }
.recherches h3{font-size:16px;text-decoration: underline;font-weight: bold;margin-bottom:20px;}
.recherches h4{font-size:14px;font-weight: bold;margin-top:20px;}
.recherches a{color: grey;font-size:12px; }
.recherches .col-xs-6{width: 50%; }
.content-recherches h2{text-align: center;font-size:18px; }
.content-recherches h2:after{content: none!important; }
/****** footer ***/

#page header{
	border-bottom: solid 4px #b6d23d;
}

#page .fluid-contact{
	padding-top: 0;
}

#page .contact{
	margin: 25px auto;
}

#content{
	margin-top: 30px;
	margin-bottom: 60px;
}

#content .container{
	width: 100%;
	max-width: 1440px;
	margin: auto;
}
#content .corp{
	padding: 0 15px;
}
#content h1{
	color: inherit;
	font-size: 28px;
	text-align: center;
	margin-bottom: 35px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 30px;
}
#content h1 small{
	color: #b6d23d;
	font-weight: 600;
	font-size: 20px;
}
#content h1:after{
	content: '';
	display: block;
	border-bottom: solid 5px #000;
	width: 50%;
	max-width: 250px;
	margin: 10px auto 0;
}
#content h2{
	background: #e9ecef;
	border-radius: 5px;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	padding: 30px 15px;
	margin: 15px auto;
	letter-spacing: 1px;
	line-height: 25px;
	font-weight: 600;
}
#content h3{
	padding: 0 0 5px;
	color: inherit;
	font-size: 22px;
	font-weight: 600;
}
#content h3 small{
	color: #b6d23d;
	font-weight: 600;
	font-size: 0.8em;
}
#content h3:after{
	content: '';
	display: block;
	border-bottom: solid 6px #000;
	width: 100%;
	margin: 5px 0 0;
	width: 50px;
}

#content h4{
	display: flex;
	align-items: center;
	color: inherit;
	font-size: 18px;
	letter-spacing: 1px;
	margin:10px 0 5px;
	font-weight: 600;
}
#content h4 small{
	font-weight: normal;
	font-size: 0.7em;
}
#content h4:before {
	color: #b6d23d;
	margin-right: 10px;
	font-size: 12px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c8";
}
#content p{
	font-size: 16px;
	letter-spacing: 1px;
	text-align: justify;
}
#content strong{
	color: inherit;
	font-weight: 600;
}
#content ul{
	padding-left: 20px;
	margin: 15px auto;
	list-style: none;
}
#content ul li{
	font-size: 16px;
	letter-spacing: 1px;
	margin:5px 0;
}
#content ul li:before {
	color: #b6d23d;
	margin-right: 10px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
}
#content p a{
	color: #b6d23d;
	text-decoration: underline;
	font-weight: 600;
}
#content p a:hover{
	text-decoration: none;
}
#content hr{
	border-color: #555;
}
#content .center{text-align: center !important;}
#content .imgD{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#content .imgD>div:first-child{
	width: 100%;
}
#content .imgD>div:last-child img{
	margin-left: 30px;
	box-shadow: 0 0 5px;
	width: 600px;
}
#content .imgG{
	display: flex;
	align-items: center;
}
#content .imgG>div:last-child{
	width: 100%;
}
#content .imgG>div:first-child img{
	margin-right: 30px;
	box-shadow: 0 0 5px;
	width: 600px;
}

#content .list{
	display: flex;
	flex-wrap:wrap;
}
#content .breadcrumb{
	font-size: 14px;
}
#content .breadcrumb a{color:#b6d23d;font-weight: 600; text-decoration: none; transition: all 0.3s;}
#content .breadcrumb{margin-bottom: 30px;}

#content #foot-page{
	background: #b6d23d;
	border-radius: 5px;	
	color: #fff;
	padding: 30px 15px;
	margin: 15px auto;
}

#content #foot-page a{
	color: inherit;
}

#content #foot-page h3:after{
	border-color: #fff;
	margin: 5px auto 0;
}

#content #foot-page p{
	margin: 0;
}

#content .box-link{
	background: #b6d23d;
	border-radius: 20px;
	color: #fff;
	padding: 10px 0;
	margin: 15px auto;
	display: block;
	text-align: center;
	font-weight: 600;
	max-width: 350px;
	transition: .5s;
}

#content .box-link:hover{
	text-decoration: none;
	transform: scale(1.1);
}

.box-tel{
	color: inherit !important;
	text-decoration: none !important;
}
.box-tel:hover{
	color: inherit !important;
	text-decoration: none !important;
}

#go-top{
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	text-align: center;
	background-color: #b6d23d;
	width: 60px;
	color:#fff;
	z-index:1006;
	font-size:33px;
	position:fixed;
	bottom:50px;
	right:1vw;
	transition:all 0.3s;
	display:none;
}

#go-top:hover{
	background-color:#fff;
	color: #b6d23d;
}

#go-bottom{
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	text-align: center;
	background-color: #b6d23d;
	width: 60px;
	color:#fff;
	z-index:1006;
	font-size:33px;
	position:fixed;
	bottom:50px;
	right:1vw;
	transition:all 0.3s;
}

#go-bottom:hover{
	background-color:#fff;
	color: #b6d23d;
}