@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;800;900&display=swap');

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

html{
width:100%;
margin: 0 auto;
scroll-behavior: smooth;
}

.main_width{
width: 85%;
margin:auto;
}


body{
font-family: 'Inter', sans-serif;
font-weight:400;
background-color: #151715;
width:100%;
color: #fff;
}


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

p{
color:#fff;
line-height:26px;
font-size:16px;
font-weight:400;
}

p+p{
	margin-top:20px;
}

p span.important{
font-weight:800;
}

h1{
color: #fff;
font-size: 34px;
font-weight: 400;
line-height: 50px;
margin-bottom: 40px;
}

h1 span.important{
font-weight:900;
}

h2{
color: #fff;
font-size: 26px;
font-weight: 400;
line-height: 39px;
margin-bottom: 30px;
}

h2 span.important{
font-weight:900;
}

h3{
}

h4{
}



.button{
display: inline-block;
border-radius: 30px;
background: rgb(255,92,32);
background: linear-gradient(90deg, rgba(255,92,32,1) 0%, rgba(255,187,60,1) 100%);
padding: 7px 23px;
font-weight: 600;
transition: all 0.5s ease-in-out;
font-size: 15px;
text-decoration:none;
transition:all 0.3s;
margin-top: 40px;
} 

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

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


/* *********************** HEADING MSG*********************** */
#heading{
width:100%;
height:30px;
text-align:center;
background-color:#fff;
}

#heading p{
color: #1E1E1E;
}



/* *********************** BANNER / MENU *********************** */
#banner{
width:100%;
position: relative;
padding: 35px 7.5%;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
z-index: 100;
}

#banner .langues{
position: absolute;
right: 0;
top: 0;
background-color: #2D2D2D;
border-bottom-left-radius: 8px;
padding: 10px 15px;
}

#banner .langues a{
	font-size: 13px;
	text-transform: uppercase;
	color: #C1C1C1;
	padding: 0px 6px;
	text-decoration: none;
}

#banner .langues .selected{
	color: #fff;
}

#banner .langues a+a{
	border-left: 1px solid #969696;
}

#banner .logo{
	text-decoration: none;
	width: 140px;
	display: inline-block;
}


@media screen and (max-width: 400px) {
  #banner .logo{
	width: 100px;
  }
}

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

.menu-links img{
cursor: pointer;
}

.menu-links.open{
flex: 1;
text-align: right;
}

.menu-links.open img{
width: 22px; 
height: 22px;
}

.menu-links.close{
padding: 20px 0 0 20px;
text-align: left;
}

.menu-links.close img{
width: 20px; 
height: 20px;
}

.burger{
position: fixed;
top: 0;
right: -400px;
width: 350px;
max-width: 100%;
height: 100vh;
background-color: #151715;
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;
}

.burger.open{
right: 0;
}

.burger li:hover > ul{
display: none;
}

.burger li:hover > ul li{
margin-bottom: 3px;
}

.burger li:hover > ul li:last-of-type{
margin-bottom: 0;
}

.burger li:hover > ul a{
padding: 0 20px;
}

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

.burger ul li > a, .burger .sub_menu a{
line-height: 64px;
display: block;
position: relative;
color: #000;
padding: 0 20px;
font-size: 21px;
text-decoration: none;
color: #fff;
}
.burger ul  li > a:after, .burger .sub_menu a:hover{
content: " ";
position: absolute;
width: 20px;
height: 20px;
right: 50px;
top: 18px;
opacity: 0;
transition: all 0.4s;
}
.burger ul li > a:hover:after, .burger .sub_menu a:hover:after{
right: 20px;
opacity: 1;
}
.burger ul li > a.selected, .burger ul li > a:hover , .burger .sub_menu a.selected, .burger .sub_menu a:hover{
color: #ff5c20;
} 
.burger ul li > a:hover, .burger .sub_menu a:hover{
color: white!important;
background: rgb(255,92,32);
background: linear-gradient(90deg, rgba(255,92,32,1) 0%, rgba(255,187,60,1) 100%); 
}

html:not([data-scroll='0']) #banner{
	position: fixed;
    background-color: #000000;
    padding: 15px 7.5%;
	top: 0;
}

html:not([data-scroll='0']) #banner .logo{
	width: 93px;
}


/* *********************** PAGES *********************** */
#wrapper{
	text-align: center;
}

html:not([data-scroll='0']) #wrapper{
	padding-top: 220px;
}

@media screen and (max-width: 400px) {
  html:not([data-scroll='0']) #wrapper{
	padding-top: 180px;
  }
}

/* ***** HOME ***** */
#home .c1{
position: relative;
margin-top: 50px;
}


#home .c1 .main_width{
	position: relative;
}

#home .c1 .background{
	position: absolute;
    left: 50%;
    bottom: -515px;
    transform: translateX(-50%);
    width: 100%;
    height: 500px;
    z-index: -1;
    background-image: url(images/home-intro-background-2024.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#home .c1 .content{
	text-align: left;
	position: unset;
    transform: unset;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 500px;
}

#home .c1 .content ul{
	list-style: none;
    margin-top: 20px;
}

#home .c1 .content ul li{
    padding-left: 15px;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	line-height: 18px;
}

#home .c1 .content ul li+li{
	margin-top: 10px;
}

#home .c1 .content ul li:after{
	content:'';
	width: 7px;
	height: 7px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 5px;
	background: rgb(255,92,32);
    background: linear-gradient(90deg, rgba(255,92,32,1) 0%, rgba(255,187,60,1) 100%);
}

#home .c1 .new-deco{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: -27px;
	width: 371px;
	max-width: 85%;
	margin-bottom: 50px;
	z-index: 99;
}
#home .c1 .new-deco canvas{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100vw - 50px);
	height: 690px;
	pointer-events: none;
	z-index: -1;
}

@media screen and (max-width: 400px) {
  #home .c1 .new-deco canvas{
	display: none;
  }
}

#home .c1 .new-deco .card-inner{
	position: relative;
	width: 100%;
	aspect-ratio: 490 / 650;
	transform-style: preserve-3d;
	will-change: transform;
}
#home .c1 .new-deco .card-front,
#home .c1 .new-deco .card-back{
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	border-radius: 12px;
	overflow: hidden;
}
#home .c1 .new-deco .card-back{
	transform: rotateY(180deg);
}
#home .c1 .new-deco img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#home .c2 .c2_c1{
	max-width: 550px;
	margin: 0 auto 50px;
}

#home .c2 .c2_c2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
    align-items: center;
}

#home .c2 .c2_c2 .item{
	flex: 1;
    background: rgb(255,92,32);
    background: linear-gradient(30deg, rgba(255,92,32,1) 0%, rgba(255,187,60,1) 100%);
    margin: 0;
    border-radius: 6px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    overflow: hidden;
    min-height: 250px;
    width: 100%;
    max-width: 450px;
    margin-top: 25px;
    padding: 30px 30px 10px;
}

#home .c2 .c2_c2 .item .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#home .c2 .c2_c2 .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home .c2 .c2_c2 p{
	font-size: 20px;
	line-height: 32px;
}

#home .c2 .c2_c2 ul{
	list-style: none;
	margin-top: 30px;
}

#home .c2 .c2_c2 ul li{
	display: inline-block;
	margin: 0 5px 20px;
	border: 1px solid #fff;
	padding: 7px 23px;
	border-radius: 30px;
}

#home .c2 .c2_c2 ul li a{
	text-decoration: none;
}

#home .c3{
	text-align: left;
	padding: 100px 0;
	position: relative;
}

#home .c3 .background{
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80%;
    background-image: url(images/home-c3-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
}

#home .c3 h2{
	font-size: 30px;
    max-width: 1100px;
    line-height: 46px;
}

#home .white-background{
	background-color: #fff;
	padding-bottom: 150px
}

#home .white-background *{
	color: #2D2D2D;
} 

#home .white-background .button{
	color: #fff;
} 

#home .c4{
	padding: 100px 0;
}

#home .c4 h2{
	max-width: 700px;
	margin: 0 auto;
}

#home .c4 .steps{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	flex-wrap: wrap;
}

#home .c4 .step{
	width: 200px;
    margin: 0 10px 20px;
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #151715;
    position: relative;
}

#home .c4 .step .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#home .c4 .step .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home .c4 .step .image:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}

#home .c4 .step p{
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	color: #fff;
	font-weight: 600;
	text-align: left;
}

#home .c5 .content{
	display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 50px;
	text-align: left;
}

#home .c5 .image{
	display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    height: 400px;
	border-radius: 6px;
	overflow: hidden;
	background-color: #151715;
}

#home .c5 .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* ***** ENGAGEMENTS ***** */
#engagements .c1{
	position: relative;
}

#engagements .c1 .content{
	margin: 50px auto 50px 0;
    text-align: left;
    max-width: 460px;
}

#engagements .c2{
	background-color: #fff;
	position: relative;
	overflow: hidden;
}


#engagements .c2 *{
	color: #2D2D2D;
}


#engagements .c2 .items{
	position: relative;
	z-index: 1;
	padding: 50px 0 100px;
}

#engagements .c2 .item{
	display: inline-block;
	background-color: #efefef;
	border-radius: 25px;
	padding: 30px 40px;
	margin: 20px 0;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}

#engagements .c2 .item:after{
	content: '';
    width: 22px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 36px;
    background-image: url(images/arrow-right-orange.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#engagements .c2 .item h2{
	font-size: 29px;
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: 600;
}



/* ***** JOBS ***** */
#news .c1 .content{
	max-width: 550px;
	margin: 50px auto;
}

#news .c1 .principes{
display: block;
width: 100%;
max-width: 700px;
vertical-align: top;
position: relative;
margin-bottom: 100px;
margin: 350px auto 100px;
}

#news .c1 .principes:after{
	content: '';
    position: absolute;
    right: 0;
    top: -350px;
    z-index: 1;
    width: 100%;
    height: 350px;
    background-image: url(images/jobs-intro-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: top center;
}

#news .c1 .principe{
background-color: #3e4043;
border-radius: 20px;
padding: 20px 30px;
position: relative;
cursor: pointer;
text-align: left;
}

#news .c1 .principe+.principe{
margin-top: 20px;
}

#news .c1 h2{
	margin: 0;
    font-size: 17px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 50px;
}

#news .c1 .principe .content{
font-size: 17px;
line-height: 26px;
opacity: 0;
height: 0;
overflow: hidden;
transition: all 0.6s;
transform: translateY(-10px);
margin: 0;
}

#news .c1 .principe.open .content{
opacity: 1;
height: auto;
transform: translateY(0);
margin: 10px auto;
}

#news .c1 .principe .arrow{
position: absolute;
right: 25px;
top: 18px;
width: 30px;
height: 30px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
background-image: url(images/principes-arrow.svg);
transform: rotate(0);
transition: all 0.6s;
}

#news .c1 .principe.open .arrow{
	transform: rotate(180deg);
}

#news .c2{
	background-color: #fff;
	position: relative;
	overflow: hidden;
}


#news .c2 *{
	color: #2D2D2D;
}

#news .c2 .button{
	color: #fff;
}


#news .c2 .c2_c1{
	position: relative;
    z-index: 1; 
    padding: 50px 0 0;
}


#news.projets .c2 .c2_c1{
	min-height: 180px;
}

#news .c2 h2{
	max-width: 700px;
	margin: 0 auto 40px;
}

#news .c2 h3{
	font-size: 22px;
    font-weight: 600;
    color: #7f7f7f;
	text-transform: uppercase;
	max-width: 700px;
	margin: 0 auto;
	line-height: 34px;
}

#news .jobs{
	display: flex;
    justify-content: center;
	margin-top: 50px;
	flex-wrap: wrap;
}

#news .button.jobs{
width: fit-content;
margin: 50px auto 0;
background-color: transparent;
background: transparent;
color: #fff;
border: 1px solid #fff;
}

#news.projets .jobs{
	margin: 0 auto;
	padding-bottom: 100px;
}

#news .jobs .item{
	width: 100%;
    max-width: 450px;
    background: rgb(255,92,32);
    background: linear-gradient(30deg, rgba(255,92,32,1) 0%, rgba(255,187,60,1) 100%);
    margin: 0 10px 20px 10px;
    border-radius: 6px;
    padding: 80px 30px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    overflow: hidden;
	height: 280px;
}

#news .jobs .item .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#news .jobs .item .image:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}

#news .jobs .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}


#news .jobs .item:hover .image img{
	transform: scale(1.1);
}


#news .jobs .item .infos{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

#news .jobs .item .lieu{
	background-color: #fff;
    width: fit-content;
    padding: 0px 10px;
    margin-bottom: 6px;
    font-size: 14px;
    border-radius: 5px;
}

#news .jobs .item .titre{
	color: #fff;
	font-size: 29px;
    line-height: 38px;
    font-weight: 600;
	transition: all 0.6s;
	margin-bottom: 0;
}


#news .jobs .item:hover .titre{
	margin-bottom: 10px;
}

#news .jobs+h3{
	margin-top: 100px;
}

#news .c2 .c2_c2{
	padding: 0 0 100px;
	position: relative;
	z-index: 1;
}

#news .c2 .c2_c2 .button{
	color: #fff;
}

#news .c2.single-news-c2{
    padding: 50px 0 100px;
	text-align: left;
	min-height: 180px;
}

#news .c2.single-news-c2 .main_width{
    position: relative;
	z-index: 1;
}



#news .microdata{
	display: none;
}

#news .c2.single-news-c2 .date{
display: block;
color: #b5b5b5;
text-transform: uppercase;
font-size: 13px;
width: 100%;
box-sizing: border-box;
margin: 0 auto 40px;
}

#news .c2.single-news-c2 .content{
width: 100%;
box-sizing: border-box;
margin: 0 auto;
}

#news .c2.single-news-c2 .pdfs{
	margin-top: 50px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

#news .c2.single-news-c2 .pdfs a{
	display: inline-block;
    width: 24%;
	min-width: 200px;
	margin: 0 0 30px;
    height: 200px;
    overflow: hidden;
    position: relative;
	border-radius: 6px;
}

#news .c2.single-news-c2 .pdfs a img{
	width: 100%;
    height: auto;
	transition: all 0.6s;
}

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

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

#news .c2.single-news-c2 .demo-gallery{
display: flex;
margin: 0 auto;
align-items: center;
justify-content: center;
flex-wrap: wrap;
width: 100%;
padding: 0;
box-sizing: border-box;
flex-direction: column; 
align-items: center;
}

#news .c2.single-news-c2 .demo-gallery .item{
width: 100%;
height: 220px;
overflow: hidden;
border-radius: 6px;
margin: 20px 0;
max-width: 350px;
}

#news .c2.single-news-c2 .demo-gallery .item img{
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.6s;
}

#news .c2.single-news-c2 .demo-gallery .item:hover img{
transform: scale(1.1);
}

#news .important-intro{
	text-transform: uppercase;
    font-size: 13px;
    color: #ff5c20;
	margin-bottom: 5px;
}



#news .related{
	margin-top: 100px;
	text-align: center;
}


#news .related .list{
	display: flex;
	flex-direction: column; 
	align-items: center;
    justify-content: center;
	flex-wrap: wrap;
	max-width: 800px;
    margin: 70px auto 0;
}

#news .related .item{
	width: 100%;
	max-width: 450px;
    background: rgb(255,92,32);
    background: linear-gradient(30deg, rgba(255,92,32,1) 0%, rgba(255,187,60,1) 100%);
    margin: 0 0 20px;
    border-radius: 6px;
    padding: 80px 30px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    overflow: hidden;
	height: 280px;
}

#news .related .item .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#news .related .item .image:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}

#news .related .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}


#news .related .item:hover .image img{
	transform: scale(1.1);
}


#news .related .item .infos{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

#news .related .item .titre{
	color: #fff;
	font-size: 16px;
    line-height: 24px;
    font-weight: 600;
	transition: all 0.6s;
	margin-bottom: 0;
}


#news .related .item:hover .titre{
	margin-bottom: 10px;
}

#news .filter{
	margin-bottom: 50px;
}

#news .filter_titres{
	display: inline-block;
    vertical-align: baseline;
    margin-right: 20px;
}

#news .filter a{
	display: inline-block;
    vertical-align: baseline;
    margin: 0 10px 20px;
    border: 1px solid #fff;
    padding: 5px 14px;
    text-decoration: none;
    border-radius: 15px;
}

#news .filter a.active{
	background-color: #fff;
	color: #2D2D2D;
}

#news .flex{
	width: 100%;
	margin: auto 0;
	box-sizing: border-box;
}

#news .flex .c2_c1, #news .flex .c2_c2{
	padding: 0;
}

#news .flex .c2_c1{
	display: block;
    width: 100%;
    margin: 0;
}

#news .flex .c2_c2{
	display: block;
    width: 100%;
	max-width: 550px;
	margin: 50px auto 0;
}


/* ***** SECURITE ***** */
#securite .c1 .content{
	max-width: 550px;
	margin: 50px auto 50px;
}

#securite .c2{
	background-color: #fff;
	position: relative;
	overflow: hidden;
}


#securite .c2 *{
	color: #2D2D2D;
}

#securite .c2 .content{
	padding: 50px 0 100px;
	position: relative;
	z-index: 1;
}

#securite .c2 .text{    
	display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 50px;
    text-align: left;
}

#securite .c2 .image{
	display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    height: 500px;
	border-radius: 6px;
	overflow: hidden;
	vertical-align: top;
	position: relative;
}

#securite .c2 .image:after{
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 250px;
	background: linear-gradient(0deg, rgba(255,255,255,1) 27%, rgba(255,255,255,0) 100%);
}

#securite .c2 .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}




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

#contact{
	padding-bottom: 100px;
}

#contact h1{
	margin-bottom: 70px;
	margin-top: 50px;
}

.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.error{
background-color: #a34040;
}

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

.form_response p{
color: white;margin: 0;
}

#contact .form{
max-width: 700px;
text-align: center;
margin: 0 auto 100px;
}

#contact .form form{
display: block;
width: 100%;
box-sizing: border-box;
padding: 30px 20px;
border-radius: 7px;
margin-top: 30px;
}

#contact .form form .form_part{
margin-bottom: 25px;
}

#contact .form form label{
color: #fff;
text-transform: uppercase;
font-size: 14px;
line-height: 20px;
text-align: left;
width: 100%;
display: block;
margin-bottom: 5px;
}

#contact .form form input, #contact .form form select, #contact .form form textarea{
display: block;
width: 100%;
max-width: 100%;
min-width: 100%;
padding: 10px 7px;
box-sizing: border-box;
border-radius: 5px;
background-color: #151715;
color: #fff;
border: 1px solid #fff;
font-size: 15px;
}

#contact .form form textarea{
max-height: 300px;
min-height: 39px;
height: 150px;
}

#contact .form .title{
margin: 40px auto 25px;
border-bottom: 1px solid #caac61;
}

#contact .form .small {
font-size: 13px;
line-height: 15px;
margin-bottom: 11px;
text-align: left;
}

#contact .form .opt_in{
margin-bottom: 30px;
text-align: left;
}

#contact .form .opt_in input{
min-height: unset;
display: inline-block;
width: 13px;
max-width: unset;
min-width: unset;
margin-right: 5px;
margin-left: 0;
vertical-align: baseline;
transform: translateY(1px);
}

#contact .form .opt_in label{
text-transform: none;
display: inline-block;
width: unset;
vertical-align: baseline;
margin: 0;
}

#contact .form input.button{
display: block;
width: fit-content;
cursor: pointer;
border: none;
border-radius: 30px;
min-width: unset;
padding: 9px 27px;
margin: 0 auto;
}

#contact .form input[type="submit"]+p{
text-align: center;
}

#contact .item{
display: inline-block;
width: 100%;
max-width: 450px;
vertical-align: top;
overflow: hidden;
border-radius: 6px;
text-align: center;
background-color: #3e4043;
margin-bottom: 50px;
}

#contact .item iframe{
height: 400px;
}

#contact .item .content{
padding: 15px 20px;
position: relative;
}

#contact .item h2{
margin-bottom: 20px;
color: white;
font-weight: 600;
font-size: 30px;
line-height: 36px;
}

#contact .item p{
margin-bottom: 5px;
font-weight: 500;
line-height: 22px;
}

#contact .links a{
color: #fff;
display: block;
width: fit-content;
margin: 0 auto 20px;
text-decoration: none;
padding-left: 25px;
background-image: url(images/icon-map.svg);
background-size: 17px;
background-repeat: no-repeat;
background-position: left center;
}

#contact .links a.mail{
	background-image: url(images/icon-mail.svg);
}

#contact .links a.tel{
	background-image: url(images/icon-tel.svg);
}





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


#legal{
text-align:center;
padding-bottom: 100px;
margin-top: 50px;
}

#legal .c1 *, #legal .c2 *{
	color: #2D2D2D;
} 


#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:100%;
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:100%;
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;
padding-bottom: 150px;
}

#e404 .main_width{
padding-top:85px;
padding-bottom:30px;
}

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


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


#footer{
width:100%;
padding-top: 100px;
background-color: #000;
}

#footer .content{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}


#footer .c1 .logo{
	text-decoration: none;
	width: 140px;
	display: block;
	margin-bottom: 70px;
}

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

#footer .c1{
	text-align: left;
}

#footer .c1 a{
	display: block;
	width: fit-content;
	text-decoration: none;
	margin-bottom: 10px;
}

#footer .c1 a.adresse{
	margin-bottom: 30px;
}

#footer .c2{
width: 100%;
margin: 0 auto 50px;
}

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

#footer .c2 ul a{
	text-decoration: none;
	margin: 0 auto 20px;
	display: block;
	width: fit-content;
}

#footer .c2 ul a.selected, #footer .c2 ul a:hover {
    color: #ff5c20;
}

#footer .c3{
	width: auto;
	text-align: left;
}

#footer .c3 .item{
	display: block;
	width: 100%;
}

#footer .c3 .item+.item{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #3e4043;
}

#footer .c3 .item .title{
	font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

#footer .c3 .item .links a{
	display: block;
	width: fit-content;
	max-width: 100%;
	margin-bottom: 9px;
	font-size: 14px;
	padding-left: 30px;
	background-image: url(images/icon-map.svg);
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	line-height: 20px;
}

#footer .c3 .item .links a.mail{
	background-image: url(images/icon-mail.svg);
}

#footer .c3 .item .links a.tel{
	background-image: url(images/icon-tel.svg);
}

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

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

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

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



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

.grecaptcha-badge { 
	visibility: hidden; 
}


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

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

#cookieChoiceInfo a{
	display: inline-block;
}

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

.fade_container {
    overflow-x: hidden;
}