@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
padding:0px;
border:0px;
margin:0px;
}

html{
width:100%;
min-width:750px;
margin: auto;
scroll-behavior: smooth;
}

.main_width{
width:750px;
margin:auto;
}


body{
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;	
width:100%;
}


/* *********************** COMMON *********************** */

p{
color:#6b6956;
line-height:24px;
font-size:16px;
}

h1{
color:#6b6956;
font-size: 44px;
font-weight: 900;
line-height: 49px;
}


h2{
color:#6b6956;
font-size: 30px;
font-weight: 700;
line-height: 39px;
}


.button{
	background-color: #e18117;
	display: block;
	width: fit-content;
	padding: 9px 60px 9px 15px;
	border-radius: 12px;
	position: relative;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	background-image: url(images/icon-arrow-button.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: right 22px center;
	transition: all 0.4s;
}

.button:after{
	content:'';
	position: absolute;
	width: 1px;
	height: 18px;
	background-color: #fff;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.button.tel{
	background-color: #4ba438;
    background-image: url(images/icon-tel-button.svg);
    background-size: 20px;
    background-position: right 16px center;
}

.button:hover{
	transform: scale(1.1);
}

a{
color:inherit;
text-decoration:underline;
transition: all 0.2s ease-in-out;
}

p a{
	color: #4ba438;
}

p a.ib{
	display: inline-block;
}

p a:hover{
}



/* *********************** HEADING MSG*********************** */
#heading{
width:100%;
text-align:center;
background-color:#4ba438;
z-index: 99;
position: absolute;
top: 121px;
}

#heading p{
color: white;
margin: 0;
padding: 0 70px;
box-sizing: border-box;
}



/* *********************** BANNER / MENU *********************** */
#banner{
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	padding: 0 0 15px;
	width: 100%;
	height: auto;
	z-index: 999;
}

#banner .main_width{
	display: flex;
	justify-content: space-between;
	align-items: top;
}

#banner .logo{
	width: 120px;
	height: auto;
	margin-top: 11px;
	margin-right: 90px;
}

#banner .logo img{
	width: 100%;
	height: auto;
}

#banner .content{
	flex: 1;
	text-align: right;
}

#banner .menu-links{
	cursor: pointer;
	width: fit-content;
}

#banner .menu-links.close{
	margin: 20px 0 0 20px;
}

#banner .menu-links.open{
	display: block;
	margin: 65px 0 0 auto;
}

#banner .menu-links.open img{
	transform: translateY(3px);
	margin-left: 5px;
}

#banner .sub_menu{
	display: none;
}

.burger{
position: fixed;
top: 0;
right: -400px;
width: 350px;
max-width: 100%;
height: 100vh;
padding-top: 25px;
margin: 0;
-webkit-box-shadow: 0px 2px 15px 0px #363636;
box-shadow: 0px 2px 15px 0px #363636;
transition: all 0.6s;
overflow-y: auto;
z-index: 100;
background-color: #fff;
}

.burger.open{
right: 0;
}

.burger ul {
text-align: left;
padding: 25px 0 25px;
list-style: none;
}

.burger ul li:not(.responsive)+li.responsive{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ececec;
}

#banner .burger ul a{
text-decoration: none;
font-size: 15px;
padding: 15px 20px;
transition: all 0.4s;
display: block;
}

#banner .burger ul li a:hover{
background-color: #e18117;
color: #fff;
}

#banner .contact-links{
	text-align: left;
	position: absolute;
    right: calc((100vw - 750px) / 2);
    width: fit-content;
    margin: 0;
    top: 13px;
}

#banner .contact-links a.tel{
	display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 11px;
}

#banner .contact-links a.devis{
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    font-size: 11px;
}

/* *********************** PAGES *********************** */

/* ***** HOME ***** */
#home .c1{
	text-align: center;
	position: relative;
	width: 100%;
	height: 800px;
}

#home .c1 .video{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#home .c1 .video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home .c1 .content{
	background-color: #1d1d1b17;
	width: 100%;
	height: auto;
	text-align: center;
	border-radius: 300px;
	margin: 0 auto;
	transform: translateY(300px);
	padding: 40px 30px;
	box-sizing: border-box;
}

#home .c1 .content .localisation{
	display: inline-block;
	background-color: #4ba438;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	padding: 6px 20px;
	border-radius: 13px;
	margin-bottom: 10px;
}

#home .c1 h1{
	color: #fff;
}

#home .c1 .button{
	margin: 20px auto 0;
    font-size: 16px;
    background-size: 18px;
    background-position: right 17px center;
    border-radius: 15px;
}

#home .c2{
	background-image: url(images/home-c2-background.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	padding: 70px 0;
}

#home .c2 .deco{
	display: none;
}

#home .c2 .deco img{
	width: 100%;
    height: 100%;
    object-position: bottom center;
    object-fit: contain;
}

#home .c2 .content{
	display: inline-block;
	width: 60%;
	margin-right: 9%;
	text-align: left;
	vertical-align: middle;
}

#home .c2 .content h2{
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	font-size: 25px;
	line-height: 37px;
}

#home .c2 .content h2:after{
	content:'';
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 200px;
	height: 4px;
	background-color: #e18117;
}

#home .c2 .content ul{
	list-style: none;
}

#home .c2 .content li{
	width: 80%;
	color: #fff;
	padding-left: 30px;
	background-image: url(images/icon-arrow-button.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-bottom: 25px;
}

#home .c2 .contact{
	display: inline-block;
	width: 25%;
}

#home .c2 .contact .button{
	background-color: #fff;
	color: #4ba338;
	background-image: url(images/icon-tel-button-green.svg);
    font-size: 15px;
    background-size: 21px;
    background-position: right 17px center;
    border-radius: 15px;
	margin-top: 30px;
}

#home .c2 .contact .button:after{
	background-color: #4ba338;
}

#home .c2 .contact .button:before{
	content: '';
    position: absolute;
    left: 30px;
    top: -79px;
    width: 110%;
    height: 69px;
    background-image: url(images/deco-contactez-nous.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#home .c3{
	background-color: #ededed;
	border-radius: 80px;
	text-align: center;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding-top: 80px;
}

#home .c3 .service{
	display: inline-block;
	width: 39%;
	margin: 0 2% 30px;
	height: 300px;
	border-radius: 18px;
	overflow: hidden;
	position: relative;
}

#home .c3 .service:first-of-type{
	margin-left: -30px;
}

#home .c3 .service:last-of-type{
	margin-right: -30px;
}

#home .c3 .service:last-of-type, #home .c3 .service:nth-of-type(3){
	margin-bottom: -80px;
}

#home .c3 .service .image{
	width: 100%;
	height: 100%;
}

#home .c3 .service .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#home .c3 .service:hover .image img{
	transform: scale(1.1);
}

#home .c3 .service .content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding: 8px 20px;
	box-sizing: border-box;
	background-color: #000;
	background-size: 17px;
    background-position: right 17px center;
	background-image: url(images/icon-arrow-button.svg);
    background-repeat: no-repeat;
	text-align: left;
}

#home .c3 .service .content span{
	color: #fff;
	font-size: 17px;
	line-height: 22px;
}

#home .c4{
	margin-top: 200px;
	text-align: center;
}

#home .c4 .button{
	margin: 0 auto 50px;
	font-size: 16px;
    background-size: 19px;
    background-position: right 17px center;
    border-radius: 15px;
	background-color: #4ba438;
	background-image: url(images/icon-entretien-button.svg);
}

#home .c4 img{
	width: 200px;
	height: auto;
}

#home .c5{
	position: relative;
    overflow: hidden;
    padding: 300px 0 75px;
	margin-top: -150px;
    text-align: center;
}

#home .c5 .deco{
	display: none;
}

#home .c5:after{
	content: '';
	position: absolute;
	left: -5%;
	width: 110%;
	top: 239px;
	background-color: #e18117;
	height: 359px;
	z-index: -1;
	transform: rotate(358deg);
}

#home .c5 .content{
	display: inline-block;
	width: 33%;
	margin-right: 5%;
	text-align: left;
	vertical-align: middle;
}

#home .c5 .content h2{
	color: #fff;
}

#home .c5 .content p{
	color: #fff;
	margin-bottom: 10px;
}

#home .c5 form{
	display: inline-block;
	width: 45%;
	vertical-align: middle;
}

.form_response{
position: fixed;
bottom: 50px;
right: -700px;
background-color: #74b643;
padding: 20px 50px;
-webkit-box-shadow: 0px 0px 4px 2px #c0c0c0;
box-shadow: 0px 0px 4px 2px #c0c0c0;
animation-name: response;
animation-duration: 6s;
animation-delay: 1s;
z-index: 100;
}

.form_response p{
	color: #fff;
}

.form_response.error{
background-color: #a34040;
}

@keyframes response {
0% {right: -700px;}
10% {right: 0;}
90% {right: 0;}
100% {right: -700px;}
}

#home .c5 .form_part{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

#home .c5 .form_part input, #home .c5 .form_part select{
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 10px;
	background-color: #fff;
	font-size: 14px;
	border-radius: 15px;
	line-height: 30px;
	box-sizing: border-box;
	border: none;
	color: #6b6956;
}

#home .c5 .form_part select{
	height: 40px;
	color: #6b6956;
}

#home .c5 .form_part label{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #6b6956;
	font-size: 14px;
	transition: all 0.4s;
	pointer-events: none;
}

#home .c5 .form_part label.active{
	top: -22px;
	transform: translateY(0);
	color: #fff;
	font-size: 12px;
}

#home .c5 input.button{
	padding-right: 48px;
	cursor: pointer;
}

#home .c5 .popup .form_part input, #home .c5 .popup .form_part select{
	border: 1px solid #ddd;
}

#home .c5 .popup .form_part label.active{
	color: #6b6956;
}

#home .c5 .form_part select{
	height: 40px;
	color: #6b6956;
}

#home .c5 .form_part label{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #6b6956;
	font-size: 14px;
	transition: all 0.4s;
	pointer-events: none;
}

#home .c5 .form_part label.active{
	top: -22px;
	transform: translateY(0);
	color: #fff;
	font-size: 12px;
}

#home .c5 input.button{
	padding-right: 48px;
	cursor: pointer;
}


#home .c5 .popup-container .background{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161519c7;
	transition: all 0.4s;
	opacity: 0;
    z-index: -1;
}

#home .c5 .popup-container.open .background{
	opacity: 1;
    z-index: 1100;
}

#home .c5 .popup-container .popup{
	background-color: #f4f4f4;
	position: fixed;
    top: -200%;
	transition: all 0.4s;
    left: 50%;
	transform: translate(-50%, -50%);
    z-index: 1101;
	width: 80vw;
	max-width: 700px;
	padding: 40px 30px;
	box-sizing: border-box;
	height: auto;
	max-height: 90vh;
	overflow: auto;
	padding-top: 120px;
}

#home .c5 .popup-container .popup:after{
	content:'';
	position: absolute;
	left: 30px;
	top: 20px;
	width: 150px;
	height: 90px;
	background-image: url(images/logo-bertrand-darimont.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

#home .c5 .popup-container.open .popup{
    top: 50%;
}

#home .c5 .sub_title{
	display: block;
	color: #6b6956;
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 48px;
	text-align: left;
}

#home .c5 .popup-container .popup #bouton-close{
	position: absolute;
	right: 15px;
	top: 15px;
	height: 25px;
	width: 25px;
	cursor: pointer;
	background-image: url(images/common/close.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}


#home .c5 .button.suivant{
background-color: #4ba438;
color: #fff;
cursor: pointer;
}



#home .c5 .popup .button{
background-color: #4ba438;
color: #fff;
cursor: pointer;
}

#home .c6{
	margin-top: 100px;
}

#home .c6 .content{
	display: block;
    width: 100%;
    margin: 0 auto 50px;
    max-width: 400px;
}

#home .c6 .content h2{
	text-align: center;
}

#home .c6 .content>.avis{
	background-color: #4ba338;
	width: 100%;
	padding: 20px 20px 40px;
	box-sizing: border-box;
	border-radius: 15px;
	margin-top: 30px;
	position: relative;
}

#home .c6 .content>.avis p.avis{
	color: #fff;
    font-size: 20px;
    line-height: 30px;
    max-height: 90px;
    overflow: hidden;
}

#home .c6 .content>.avis p.signature{
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	max-width: 50%;
	margin-top: 15px;
}

#home .c6 .avis .owl-dots{
	position: absolute;
	right: 5px;
	bottom: -25px;
}

#home .c6 .avis .owl-dots button{
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 20px;
	background-color: #fff;
	cursor: pointer;
	opacity: 0.3;
	margin: 0 2px;
}

#home .c6 .avis .owl-dots button:nth-of-type(n+10){
	display: none;
}

#home .c6 .avis .owl-dots button.active{
	opacity: 1;
}

#home .c6 #slider-2{
	overflow: hidden;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

#home .c6 #slider-2 .img{
	width: 90%;
	margin: 0 5%;
	height: 300px;
	border-radius: 20px;
	overflow: hidden;
}

#home .c6 #slider-2 .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home .c6 #slider-2 .owl-nav button.owl-prev span{
position: absolute;
left: 30px;
top: 50%;
transform: translateY(-60%);
font-size: 45px;
font-weight: 500;
color: #fff;
}

#home .c6 #slider-2 .owl-nav button.owl-next span{
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-60%);
font-size: 45px;
line-height: 90px;
font-weight: 500;
color: #fff;
}

#home .c7{
	text-align: center;
    margin: 100px 0;
    padding: 60px 0;
    border-top: 1px solid #6b69563b;
    border-bottom: 1px solid #6b69563b;
}

#home .c7 h2{
    margin-bottom: 25px;
    font-size: 30px;
}

#home .c7 h2 .logo{
	color: #fff;
    position: relative;
    display: inline-block;
    margin: 0 7px;
    height: 53px;
}

#home .c7 h2 .logo:after{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/logo-bertrand-darimont-small.svg);
	background-position: center;
	background-size: contain; 
	background-repeat: no-repeat;
}

#home .c7 .button{
	display: inline-block;
	margin: 0 10px;
	font-size: 16px;
    background-size: 18px;
	background-position: right 17px center;
    border-radius: 15px;
}

#home .c8{
	text-align: center;
}

#home .c8 .item{
	height: 48px;
    width: auto;
    margin: 0 25px 20px 25px;
    display: inline-block;
	vertical-align: middle;
}

#home .c8 .item.tall{
	height: 92px;
}

#home .c8 .item img{
	height: 100%;
	width: auto;
}

/* ***** A PROPOS ***** */
#a-propos .intro{
	position: relative;
	height: 600px;
	margin-bottom: 300px;
}

#a-propos .intro .background{
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 700px;
}

#a-propos .intro .background img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

@media screen and (max-width: 1500px) {
  #a-propos .intro .background{
	height: 500px;
  }
  
  #a-propos .intro{
	height: 450px;
	margin-bottom: 250px;
  }
}

#a-propos .intro .content{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background-color: #fff;
    bottom: -164px;
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 300px;
    text-align: center;
}

#a-propos .intro .content .logo{
	display: block;
	width: 250px;
	height: 40px;
	background-image: url(images/logo-bertrand-darimont-small.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	margin: 0 auto;
}

#a-propos .intro .content h1{
    font-size: 45px;
    line-height: 50px;
	margin-bottom: 15px;
}

#a-propos .intro .content p{
    max-width: 550px;
	margin: 0 auto;
}

#a-propos .c2{
	text-align: center;
}

#a-propos .c2 .content{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	text-align: left;
}

#a-propos .c2 h2{
	margin-bottom: 10px;
}

#a-propos .c2 h3{
	color: #4ba438;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
	margin-top: 30px;
}

#a-propos .c2 p{
	margin-bottom: 15px;
}

#a-propos .c2 .button{
	margin-top: 30px;
}

#a-propos .c2 .image{
	vertical-align: top;
	display: inline-block;
	width: 50%;
	margin-left: 9%;
	height: 400px;
	position: relative;
}

#a-propos .c2 .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}

#a-propos .c2 .image:after{
	content: '';
    position: absolute;
    right: 40px;
    bottom: -145px;
    width: 215px;
    height: 215px;
    background-color: #fff;
    border-radius: 150px;
    background-image: url(images/logo-bertrand-darimont.svg);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
	z-index: 2;
}

#a-propos .c2 .image:before{
	content: '';
    position: absolute;
    right: 39px;
    bottom: -144px;
    width: 217px;
    height: 217px;
    background-color: #fff;
    border-radius: 150px;
	z-index: 1;
	background: linear-gradient(132deg,rgba(90, 199, 66, 1) 0%, rgba(64, 181, 117, 1) 50%, rgba(255, 161, 61, 1) 100%);
}

#a-propos .c3{
	text-align: center;
	display: flex;
	flex-direction: row-reverse;
	margin-top: 110px;
}

#a-propos .c3 .content{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	text-align: left;
}

#a-propos .c3 h2{
	margin-bottom: 10px;
}

#a-propos .c3 p{
	margin-bottom: 15px;
}

#a-propos .c3 ul{
	list-style: none;
}

#a-propos .c3 ul li{
	color: #e18117;
    font-size: 15px;
    line-height: 22px;
    padding-left: 20px;
    background-image: url(images/list-deco-orange.svg);
    background-repeat: no-repeat;
    background-position: left top 5px;
    background-size: 14px;
	margin-bottom: 15px;
}

#a-propos .c3 .image{
	vertical-align: top;
	display: inline-block;
	width: 50%;
	margin-right: 9%;
	height: 400px;
	position: relative;
}

#a-propos .c3 .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}

#a-propos .c4{
	margin-top: 110px;
}

#a-propos .c4 .content{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	text-align: left;
}

#a-propos .c4 h2{
	margin-bottom: 10px;
}

#a-propos .c4 h3{
	color: #4ba438;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
	margin-top: 30px;
}

#a-propos .c4 p{
	margin-bottom: 15px;
}

#a-propos .c4 .button{
	margin-top: 30px;
}

#a-propos .c4 .image{
	vertical-align: top;
	display: inline-block;
	width: 50%;
	margin-left: 9%;
	height: 400px;
	position: relative;
}

#a-propos .c4 .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}

#a-propos .c4 .image:after{
	content: '';
    position: absolute;
    right: 40px;
    bottom: -145px;
    width: 215px;
    height: 215px;
    background-color: #fff;
    border-radius: 150px;
    background-image: url(images/logo-bertrand-darimont.svg);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
	z-index: 2;
}

#a-propos .c4 .image:before{
	content: '';
    position: absolute;
    right: 39px;
    bottom: -144px;
    width: 217px;
    height: 217px;
    background-color: #fff;
    border-radius: 150px;
	z-index: 1;
	background: linear-gradient(132deg,rgba(90, 199, 66, 1) 0%, rgba(64, 181, 117, 1) 50%, rgba(255, 161, 61, 1) 100%);
}

#a-propos .c4 ul{
	list-style: none;
	border-left: 1px solid #6b69563b;
}

#a-propos .c4 ul li{
	color: #6b6956;
    font-size: 15px;
    line-height: 22px;
    padding-left: 20px;
    background-size: 14px;
	margin-bottom: 15px;
}

#a-propos .c4 ul li .date{
	display: block;
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 37px;
    color: #4ba438;
    font-weight: 600;
	position: relative;
}

#a-propos .c4 ul li .date:after{
	content: '';
    position: absolute;
    left: -29px;
    width: 17px;
    height: 17px;
    border-radius: 20px;
    top: 9px;
    background-color: #4ba438;
}

/* ***** JOBS ***** */
#jobs .intro{
	text-align: center;
}

#jobs .intro h1{
    font-size: 45px;
    line-height: 50px;
	margin-top: 200px;
	position: relative;
}

#jobs .intro h1 .logo{
	color: #fff;
    position: relative;
    display: inline-block;
    margin: 0 7px;
    height: 53px;
}

#jobs .intro h1 .logo:after{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/logo-bertrand-darimont-small.svg);
	background-position: center;
	background-size: contain; 
	background-repeat: no-repeat;
}

#jobs .c1 p.no-job{
	margin: 20px auto 0;
	text-align: center;
	max-width: 600px;
}

#jobs .c1{
	margin-top: 100px;
	text-align: center;
}

#jobs .c1 .item{
	position: relative;
	height: 317px;
	display: block;
	width: 100%;
	max-width: 550px;
	margin: 0 auto 50px;
}

#jobs .c1 .item .photo{
	height: 100%;
	width: 100%;
}

#jobs .c1 .item img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
}

#jobs .c1 .item .photo:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgb(0 0 0 / 47%) 0%, rgba(0,0,0,0) 100%);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#jobs .c1 .item .infos{
	text-align: left;
    position: absolute;
    bottom: 23px;
    left: 26px;
    margin-right: 26px;
    transition: all 0.4s;
}

#jobs .c1 .item .titre{
	color: white;
	font-size: 29px;
    line-height: 35px;
	text-align: left;
	font-weight: 600;
	margin-top: 15px;
}

#jobs .c1 .item:hover .infos{
	transform: translateY(-10px);
}

#jobs .c1 .item h2{
margin-bottom:10px;
}

#jobs .c1 .item span.date{
font-size:13px;
color:#a4a4a4;
display:block;
margin-bottom:20px;
}


#jobs .c1 .item span.button{
display:block;
margin-top:30px;
font-weight:700;
text-align:right;
}

#jobs .c1 .item:hover span.button{
text-decoration:underline;
}

#jobs .microdata{
	display: none;
}

#jobs .c2{ /* affichage d'un article */
display: inline-block;
vertical-align: top;
text-align:center;
width: 100%;
margin-top: 190px;
}

#jobs .c2 .photo{
display: inline-block;
vertical-align: top;
position: relative;
width: 50%;
height: 400px;
margin-left: 9%;
border-radius: 30px;
overflow: hidden;
}

#jobs .c2 .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#jobs .c2 .photo .date{
background-color: white;
padding: 5px 20px;
display: inline-block;
color: #1d001a;
font-size: 14px;
position: absolute;
bottom: 65px;
right: 15px;
}

#jobs .c2 h1{
margin-bottom:20px;
font-size: 45px;
line-height: 50px;
margin-bottom: 15px;
}

#jobs .c2 .button{
	margin-top: 30px;
}

#jobs .c2 p.date{
font-size:13px;
color:#a4a4a4;
display:block;
margin-bottom:20px;
}

#jobs .c2 .pdfs{
margin-top:30px;	
}

#jobs .c2 .pdfs a{
display: inline-block;
width: 200px;
max-width: 100%;
margin: 0 15px 30px;
height: 150px;
overflow: hidden;
position: relative;
background-color: #fff;
}

#jobs .c2 .pdfs a .image{
width: 100%;
height: 100%;
}

#jobs .c2 .pdfs a img{
	width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.6s;
}

#jobs .c2 .pdfs a:hover img{
	transform: scale(1.1);
}

#jobs .c2 .pdfs a .description{
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #012153;
    color: white;
    padding: 10px;
    box-sizing: border-box;
    line-height: 20px;
}


#jobs .c2 .content{
display: inline-block;
vertical-align: top;
text-align: left;
width: 40%;
}

#jobs .c2 ul{
margin-bottom:20px;
margin-top:20px;
list-style: none;
}

#jobs .c2 ul li{
font-size: 15px;
padding-left: 15px;
line-height: 28px;
position: relative;
color: #53bcbc;
margin-bottom: 15px;
}

#jobs .c2 ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 20px;
	background-color: #53bcbc;
}

#jobs .c2 .photos_secondaires{
margin: 50px auto 0;
text-align: center;
}

#jobs .c2 .photos_secondaires .demo-gallery{
text-align: center;
}

#jobs .c2 .photos_secondaires a.item{
width: 315px;
max-width: 100%;
height: 210px;
margin: 0 10px 20px;
display: inline-block;
}

#jobs .c2 .photos_secondaires a.item img{
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s;
border-radius: 15px;
}

#jobs .c2 .photos_secondaires a.item:hover img{
opacity: 0.8;
}

#jobs .c2 .related{
margin-top:30px;
padding-top:30px;
border-top:1px solid #c0c0c0;
}

#jobs .c2 .related .item{
display:block;
line-height:40px;
color:black;
padding-left:35px;
transition:all 0.3s;
background-image:url('images/common/arrow-right-black-small.png');
background-repeat:no-repeat;
background-position:left -25px center;
}

#jobs .c2 .related .item:hover{
background-position:left 5px center;
}

#jobs .c2 .related .item:nth-child(odd){
background-color:#ececec;
}

#jobs .c2 .related .item:nth-child(even){
background-color:#f9f9f9;
}

#jobs .items_nav{
padding-top: 60px;
text-align: center;
}

#jobs .items_nav a{
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid lightgray;
	border-radius: 5px;
}

#jobs .items_nav a.next{
	background-position: right 9px center;
	padding: 5px 25px 5px 10px;
	margin: 0;
	background-image: url(images/common/next.png);
	background-repeat: no-repeat;
}

#jobs .items_nav a.prev{
	padding: 5px 10px 5px 25px;
	margin: 0;
	background-image: url(images/common/prev.png);
	background-repeat: no-repeat;
	background-position: 9px center;
}

/* ***** SERVICES ***** */
#services .intro{
	position: relative;
	height: 500px;
	margin-bottom: 100px;
}

#services .intro .background{
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 100%;
}

#services .intro .background img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

#services .intro .content{
	position: absolute;
    left: 50%;
    transform: translate(-50%, -25%);
    width: 900px;
	max-width: 80%;
    background-color: #fff;
    top: 50%;
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #1d1d1b17;
    border-radius: 300px;
    text-align: center;
}

#services .intro .content h1 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 10px;
	color: #fff;
}
#services .intro .content .button{
	margin: 20px 10px 0;
	display: inline-block;
}

#services .c2 .item{
	text-align: center;
	margin-top: -150px;
	padding-top: 150px;
}

#services .c2 .item + .item{
	margin-top: -30px;
}

#services .c2 .item:nth-of-type(even){
	display: flex;
	flex-direction: row-reverse;
}

#services .c2 .item:nth-of-type(even) .image{
	margin-left: 0;
	margin-right: 9%;
}

#services .c2 .item .content{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	text-align: left;
}

#services .c2 .item h2{
	margin-bottom: 10px;
	line-height: 41px;
}

#services .c2 .item h3{
	color: #4ba438;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
	margin-top: 30px;
}

#services .c2 .item p{
	margin-bottom: 15px;
}

#services .c2 .item .button{
	margin-top: 30px;
}

#services .c2 .item .image{
	vertical-align: top;
	display: inline-block;
	width: 50%;
	margin-left: 9%;
	height: 400px;
	position: relative;
}

#services .c2 .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}

#services .c2 .item.up-down{
	display: block;
}

#services .c2 .item.up-down .content{
	width: 100%;
	display: block;
	max-width: 550px;
	margin: 0 auto 100px;
}

#services .c2 .item.up-down ul{
	list-style: none;
}

#services .c2 .item.up-down ul li{
	color: #e18117;
    font-size: 15px;
    line-height: 22px;
    padding-left: 20px;
    background-image: url(images/list-deco-orange.svg);
    background-repeat: no-repeat;
    background-position: left top 5px;
    background-size: 14px;
	margin-bottom: 15px;
}

#services .c2 .item .avant-apres div{
	width: 320px;
	height: 320px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}

#services .c2 .item .avant-apres div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

#services .c2 .item .avant-apres div span{
	position: absolute;
	left: 39px;
	top: -48px;
	padding: 35px 0;
	width: 107px;
	background-color: #fff;
	border-radius: 150px;
	z-index: 2;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 37px;
	color: #4ba438;
	font-weight: 600;
}

#services .c2 .item .avant-apres div:before{
	content: '';
	position: absolute;
	left: 39px;
	top: -49px;
	width: 107px;
	height: 107px;
	background-color: #fff;
	border-radius: 150px;
	z-index: 1;
	background: linear-gradient(132deg, rgba(90, 199, 66, 1) 0%, rgba(64, 181, 117, 1) 50%, rgba(255, 161, 61, 1) 100%);
}

#services .photos-realisations .demo-gallery{
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: flex-start;
margin-top: 100px;
}

#services .photos-realisations .item {
    position: relative;
	width: 250px;
	margin: 0 15px 50px;
	height: 250px;
	overflow: hidden;
	border-radius: 15px;
}

#services .photos-realisations .item:after{
    content: '';
	width: 50px;
	height: 50px;
	background-image:url(images/icon-voir.svg);
	background-size: contain;
	background-repeat: no-repeat;
	backgroun-position: center;
	opacity: 0;
	transition: all 0.4s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#services .photos-realisations .item:hover:after{
	opacity: 1;
}

#services .photos-realisations .item .img{
	width: 100%;
	height: 100%;
}

#services .photos-realisations .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#services .photos-realisations .item .description{
	position: absolute;
    left: 0;
    bottom: -100%;
    background-color: #4ba438;
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    transition: all 0.4s;
    text-align: left;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
	z-index: 2;
}

#services .photos-realisations .item:hover .description{
    bottom: 0;
}

#services .photos-realisations .item:hover img{
	transform: scale(1.1);
}

.pswp__caption small{
display: none !important;
}

/* ***** CONTACT ***** */

#contact{
text-align:center;
margin-bottom: -125px;
margin-top: 170px;
overflow: hidden;
}

#contact .main_width{
position: relative;
}


#contact .c1{
display:block;
width:100%;
max-width: 550px;
margin: 0 auto 50px;
text-align:center;
}

#contact h1{
	margin-bottom: 15px;
    font-size: 40px;
	line-height: 50px;
}

#contact .c1 p{
	margin-bottom: 20px;
}

#contact .c1 p span.head{
display:block;
width:100%;
font-size:12px;
line-height:14px;
text-transform:uppercase;
color: #e18117;
}

#contact .c1 a{
	color: #6b6956;
}

#contact .microdata{
	display: none;
}

#contact .c2{
display:block;
width:100%;
max-width: 550px;
text-align:left;
background-color: #e18117;
border-radius: 30px;
padding: 30px 20px;
margin: 0 auto;
}

#contact .c2 form{
	width: 100%;
}

#contact .c2 .sub_title {
	display: block;
	color: #fff;
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 48px;
	text-align: left;
}

#contact .c2 .form_part{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

#contact .c2 .form_part input, #contact .c2 .form_part select{
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 10px;
	background-color: #fff;
	font-size: 14px;
	border-radius: 15px;
	line-height: 30px;
	box-sizing: border-box;
	border: none;
	color: #6b6956;
}

#contact .c2 .form_part select{
	height: 40px;
	color: #6b6956;
}

#contact .c2 .form_part label{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #6b6956;
	font-size: 14px;
	transition: all 0.4s;
	pointer-events: none;
}

#contact .c2 .form_part label.active{
	top: -22px;
	transform: translateY(0);
	color: #fff;
	font-size: 12px;
}

#contact .c2 input.button{
	padding-right: 48px;
	cursor: pointer;
}

#contact .map{
width:100%;
height:500px;
margin-top: 120px;
position: relative;
z-index: 5;
}

#contact .main_width:after{        
	content: '';
	position: absolute;
	right: -8%;
	bottom: -150px;
	width: 310px;
	height: 555px;
	background-image: url(images/contact-deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* ***** Mentions légales ***** */


#legal{
text-align:center;
margin-top: 220px;

}

#legal .main_width{
}


#legal h1{
text-align:center;
background-position:bottom center;
margin-bottom:73px;
}

#legal h2{
background-position: 0px 7px;
position: relative;
bottom: 0px;
margin-top: 14px;
margin-bottom: 14px;
font-size:28px;
line-height:30px;
background-position: bottom left;
padding-bottom: 7px;
}

#legal h3{
line-height:23px!important;
padding-bottom: 6px!important;
}

#legal p{
margin-bottom:5px;
}

#legal p span{
display:inline-block;
vertical-align:top;
width:166px;
text-decoration:underline;
}

#legal .c0{
width:600px;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
text-align:left;
padding:1%;
margin-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c1{
display:inline-block;
vertical-align:top;
width:80%;
padding:1%;
border:1px solid #c0c0c0;
text-align:left;
margin-bottom:30px;
min-height:262px;
background-color:white;
border-radius:13px;
}

#legal .c1.last{
margin-right:0px;
}

#legal .c1 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2{
width:80%;
padding:1%;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
margin-bottom:30px;
height:600px;
overflow:auto;
padding-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c2 h3{

}

#legal .c2 h4{

}

#legal .c2 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2 ul li{
margin-bottom:5px;
font-size:13px;
line-height:22px;
padding-left:15px;
list-style-type:none;
}

#legal .c2 ul ul li{
padding-left:30px;
}

#legal .c2.last{
margin-right:0px;
}


/* ***** 404 ***** */

#e404{
text-align:center;
margin-top: 220px;
}

#e404 .main_width{
}

#e404 h1{
text-align:center;
background-position:bottom center;
margin-bottom:73px;
}


/* *********************** FOOTER *********************** */


#footer{
	margin-top: 120px;
	background-image: url(images/footer-background);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	padding-top: 80px;
}

#footer .content{
	text-align: center;
}

#footer .c1{
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border-radius: 200px;
	width: 240px;
	height: 240px;
	position: relative;
	margin: 0 auto;
}

#footer .c1 a{
	text-decoration: none;
	width: 100%;
	height: 100%;
}

#footer .c1 img{
	width: 55%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#footer .c2, #footer .c3{
	display: block;
	width: 100%;
	max-width: 550px;
	text-align: center;
	margin: 50px auto 0;
}

#footer .c2 p, #footer .c2 li, #footer .c2 a, #footer .c3 p, #footer .c3 li, #footer .c3 a{
	width: fit-content;
	margin: 10px auto 0;
}

#footer .c2 .title, #footer .c3 .title{
	color: #fff;
	text-decoration: underline;
	font-size: 19px;
	margin-bottom: 30px;
	display: block;
}

#footer .c2 ul, #footer .c3 ul{
	list-style: none;
	margin-bottom: 20px;
}

#footer .c2 li, #footer .c3 li{
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	padding-left: 20px;
	background-image: url(images/footer-list-deco.svg);
	background-repeat: no-repeat;
	background-position: left 4px;
	background-size: 14px;
}


#footer .c3 li.map a{
	text-decoration: underline;
}

#footer .c2 a, #footer .c3 a{
	text-decoration: none;
}

#footer .c3 .facebook{
	margin-top: 30px;
	padding-left: 25px;
	color: #fff;
	background-image: url(images/icon-facebook.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}

#footer p.copyright{
color:white;
text-align:center;
font-size:14px;
margin-top:90px;
padding-bottom:15px;
margin-bottom:0px;
}

#footer p.copyright a{
color:white;
text-decoration:underline;
}

#footer p.copyright+a{
width: 100px;
display: block;
margin: 0 auto;
padding-bottom: 30px;
}

#footer p.copyright+a img{
width: 100%;
height: auto;
opacity: 0.4;
}


/* ***** CAPTCHA ***** */

.grecaptcha-badge { 
	visibility: hidden; 
}


/* ***** COOKIES ***** */

#cookieChoiceInfo{
	box-sizing: border-box;
}

#cookieChoiceInfo a{
	display: inline-block;
}

/* ***** AOS ***** */

.fade_container {
    overflow-x: hidden;
}