@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&family=Poppins:wght@400;600&display=swap');

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

html{
width:100%;
min-width:1000px;
}

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


body{
font-family: "Poppins", sans-serif;
font-weight: 400;
background-repeat:repeat-y;
background-size: 100%;
background-position: center;
width:100%;
font-size:17px;
background: rgb(43,67,117);
background: radial-gradient(circle, rgba(43,67,117,1) 0%, rgba(29,35,64,1) 100%);
}


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

p{
color:#f9eff0;
line-height:35px;
font-size:17px;
}

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

h1{
color:#f9eff0;
font-size: 40px;
font-weight: 400;
font-family: "Fugaz One", sans-serif;
line-height: 51px;
margin-bottom:30px;
text-transform: uppercase;
}

h2, h3{
color:#f9eff0;
font-size: 50px;
font-weight: 400;
font-family: "Fugaz One", sans-serif;
line-height: 67px;
margin-bottom:30px;
text-transform: uppercase;
}


a.button{
display: block;
width: fit-content;
text-transform: uppercase;
color: #f9eff0;
padding: 0 100px 0 0 ;
margin-top: 30px;
font-size:15px;
text-tranform: uppercase;
transition:all 0.3s;
position: relative;
text-decoration: none;
}

a.button:after{
content: '';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 90px;
height: 10px;
background-image: url(images/button-arrow.svg);
background-size: 158px;
background-position: right center;
background-repeat: no-repeat;
transition: all 0.3s;
}

a.button:hover{
padding: 0 110px 0 0;
}

a.button:hover:after{
width: 100px;
}

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



/* *********************** HEADING MSG*********************** */
#heading{
width:100%;
text-align:center;
background-color:#190d0e;
z-index: 99;
}

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



/* *********************** BANNER / MENU *********************** */
#wrapper{
	padding-top: 190px;
}

#heading+#banner+#wrapper{
	padding-top: 0;
}

#heading+#banner{
position: sticky;
}

#banner{
position: fixed;
top: 0;
left:0;
width: 100%;
padding-top: 30px;
z-index: 99;
}

#banner .content{
display: flex;
align-items: center;
margin: 0 auto;
width: 80%;
min-width: 1000px;
}

#banner .logo{
	width: 260px;
}

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

#banner .burger{
	flex: 1;
	margin: 0 25px 0 50px;
}

.menu-links{
	display: none;
}

#banner .burger ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 365px;
	margin: 0 0 0 auto;
	align-items: center;
}

#banner ul a{
	color: #f9eff0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 17px;
}

#banner .contact-links{
	width: 245px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#banner .contact-links a{
	padding: 8px 12px;
	border-radius: 2px;
	border: 1px solid #f9eff0;
	color: #f9eff0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s;
}

#banner .contact-links a:hover{
	transform: scale(1.1);
}

#banner .contact-links a+a{
	margin: 0;
}

#banner .contact-links a.mail{
	width: 43px;
    height: 43px;
    box-sizing: border-box;
    background-image: url(images/icon-mail.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

#banner .contact-links a.facebook{
	width: 43px;
    height: 43px;
	box-sizing: border-box;
	background-image: url(images/icon-facebook.svg);
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: center;
    display: block;
}

html:not([data-scroll='0']) #banner{
	padding: 20px 0;
	background-color: #1d2340;
}

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

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



/* ***** HOME ***** */
#home{
text-align:center;
padding-top: 50px;
}

#home .intro{
	margin: 0 auto;
	width: 80%;
	min-width: 1000px;
	position: relative;
	z-index: 3;
}

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

#home .intro .content p{
	text-align: justify;
}

#home .intro .content p.important{
	font-weight: 700;
}

#home .intro .images{
	display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0;
	column-count: 2;
	vertical-align: top;
}

#home .intro .images img{
	display: inline-block;
	vertical-align: top;
	width: 95%;
	height: auto;
	margin: 15px 0;
}

#home .c2{
	background-image: url(images/home-c2-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    position: relative;
	margin: -242px 0 0;
	padding: 310px 0 0;
    z-index: 2;
}

#home .c2 h2{
	text-align: left;
	color: #190d0e;
}

#home .c2_c1{
	position: relative;
	width: 46%;
	padding-right: 53%;
}

#home .c2 ul{
	list-style: none;
	text-align: left;
	padding-left: 50px;
}

#home .c2 ul li{
	color: #190d0e;
	width: fit-content;
}

#home .c2 ul li h3{
	font-size: 18px;
    font-weight: 400;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
    padding: 15px 40px 15px 0;
    line-height: 25px;
    margin: 0;
    text-transform: none;
    color: #190d0e;
	font-family: "Poppins", sans-serif;
}

#home .c2 ul li:hover h3, #home .c2 ul li.selected h3{
	color: #ff7000;	
}

#home .c2 ul li h3:after{
	content:'';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	width: 18px;
	height: 18px;
	background-image: url(images/home-c2-list-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
}

#home .c2 ul li:hover h3:after, #home .c2 ul li.selected h3:after{
	right: 0;
	opacity: 1;
}

#home .c2 ul .more-infos{
	position: absolute;
	right: 5%;
	top: -85px;
	opacity: 0;
	z-index: -1;
	transition: all 0.8s;
	width: 45%;
}

#home .c2 ul li.selected .more-infos{
	right: 0;
	opacity: 1;
	z-index: 3;
}

#home .c2 ul li .more-infos p{
	color: #190d0e;
    text-align: justify;
    font-size: 15px;
    line-height: 28px;
}

#home .c2 ul li .more-infos p+p{
	margin-top: 10px;
}

#home .c2 ul li .more-infos .image{
	width: 100%;
    height: 260px;
    overflow: hidden;
    margin-bottom: 20px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    background-color: #222;
}

#home .c2 ul li .more-infos .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home .c2 ul li .more-infos .button{
	color: #190d0e;
}

#home .c2 ul li .more-infos .button:after{
	background-image: url(images/button-arrow-black.svg);
}

#home .c3{
	padding-top: 250px;
	position: relative;
}

#home  .c3:after{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	background-image: url(images/home-c2-background-after.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#home .c3 .image{
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin-right: 8%;
}

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

#home .c3 .content{
	display: inline-block;
	width: 45%;
	vertical-above: top;
	text-align: left;
}

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

#home .c3 .content ul li{
	padding-left: 30px;
	margin-bottom: 30px;
	position: relative;
}

#home .c3 .content ul li:after{
	content:'';
	width: 20px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 2px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#home .c3 .content ul li:first-of-type:after{
	background-image:url(images/home-c3-list-deco-1.svg);
}

#home .c3 .content ul li:nth-of-type(2):after{
	background-image:url(images/home-c3-list-deco-2.svg);
}

#home .c3 .content ul li:last-of-type:after{
	background-image:url(images/home-c3-list-deco-3.svg);
}

#home .c3 .content h3{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	width: fit-content;
	border-bottom: 1px solid #ff7000;
	position: relative;
	color: #f9eff0;
	margin-bottom: 5px;
	line-height: 25px;
}

#home .c3 .content p{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

#home .c4{
	margin-top: 150px;
}

#home .c4 #slider{
	width: 80%;
	margin: 0 auto;
	position: relative;
}

#home .c4 .item{
	margin: 0 20px;
}

#home .c4 .owl-carousel .owl-nav button.owl-prev span{
position: absolute;
left: -80px;
top: 50%;
transform: translateY(-60%);
font-size: 120px;
font-weight: 500;
color: #f9eff0;
}

#home .c4 .owl-carousel .owl-nav button.owl-next span{
position: absolute;
right: -80px;
top: 50%;
transform: translateY(-60%);
font-size: 120px;
font-weight: 500;
color: #f9eff0;
}

#home .c4 .owl-carousel .owl-nav.disabled{
	display: block;
}

#home .c5{
	padding: 150px 0;
}

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

#home .c6 .image{
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin-left: 8%;
}

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

#home .c6 .content{
	display: inline-block;
	width: 45%;
	vertical-above: top;
	text-align: left;
}

#home .c6 .content p{
	text-align: justify;
}

/* ***** SERVICES ET PHOTOS ***** */
#services-et-photos .intro{
	text-align: center;
	padding: 50px 0 100px;
}

#services-et-photos .intro p{
	max-width: 600px;
	margin: 0 auto;
}

#services-et-photos .c1{
	text-align: center;
}

#services-et-photos .c1 .item{
	display: inline-block;
	width: 44%;
	max-width: 400px;
	margin: 0 2% 35px;
	vertical-align: top;
	text-decoration: none;
}

#services-et-photos .c1 .item .image{
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

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

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

#services-et-photos .c1 .item h2{
	font-size: 21px;
    line-height: 37px;
    margin-top: 20px;
	transition: all 0.4s;
}

#services-et-photos .c1 .item:hover h2{
	transform: translateY(-10px);
}

#services-et-photos .intro.intro-news{
	position: relative;
	z-index: 2;
	display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

#services-et-photos .intro.intro-news .image{
	display: block;
    width: 100%;
    max-width: 550px;
	vertical-align: middle;
	height: 600px;
	overflow: hidden;
	border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

#services-et-photos .intro.intro-news .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#services-et-photos .intro.intro-news .content{
	display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 50px;
	text-align: left;
	vertical-align: middle;
}

#services-et-photos .intro.intro-news .content p{
	max-width: 100%;
	text-align: justify;
}

#services-et-photos .c2 .photos_secondaires{
	background-image: url(images/home-c2-background-reverse.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    position: relative;
    margin: -375px 0 200px;
    padding: 350px 0 30px;
	text-align: center;
}

#services-et-photos .c2 .photos_secondaires:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 100%;
    height: 150px;
    background-image: url(images/home-c2-background-after.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#services-et-photos .c2 .photos_secondaires h2{
	color: #190d0e;
}

#services-et-photos .c2 .photos_secondaires .demo-gallery .item{
	display: inline-block;
	width: 27%;
	height: 350px;
	margin: 0 2% 35px;
	vertical-align: top;
	text-decoration: none;
	overflow: hidden;
	border-radius: 5px;
}

#services-et-photos .c2 .photos_secondaires .demo-gallery .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#services-et-photos .c2 .photos_secondaires .demo-gallery .item:hover img{
	transform: scale(1.1);
}

#services-et-photos .c2 .related{
	text-align: center;
	margin-top: 0;
}

#services-et-photos .c2 .photos_secondaires+.related{
	margin-top: 250px;
}

#services-et-photos .c2 .related .item{
	display: inline-block;
	width: 44%;
	max-width: 400px;
	margin: 0 2% 35px;
	vertical-align: top;
	text-decoration: none;
}

#services-et-photos .c2 .related .item .image{
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

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

#services-et-photos .c2 .related .item:hover .image img{
	transform: scale(1.1);
}

#services-et-photos .c2 .related .item h3{
	font-size: 21px;
    line-height: 37px;
    margin-top: 20px;
	transition: all 0.4s;
}

#services-et-photos .c2 .related .item:hover h3{
	transform: translateY(-10px);
}


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

#contact{
text-align:center;
padding-top: 50px;
}


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

#contact .c1 h2{
font-size: 25px;
line-height: 34px;
margin: 0 auto 20px;
}

#contact .c1 .microdata{
display:none;
}


#contact .c2{
display:inline-block;
vertical-align:top;
width:45%;
text-align:left;
}

#contact .c2 .streetview{
width:100%;
height:357px;
}

#contact .map{
width:100%;
height:433px;
}


#contact .links{
	align-items: center;
}

#contact .links a{
	padding: 8px 12px;
	margin: 0 2px;
	border-radius: 2px;
	border: 1px solid #f9eff0;
	color: #f9eff0;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s;
    display: inline-block;
	vertical-align: middle;
}

#contact .links a:hover{
	transform: scale(1.1);
}

#contact .links a+a{
	margin-left: 20px;
}

#contact .links a.mail{
    box-sizing: border-box;
    background-image: url(images/icon-mail.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: left 12px center;
	padding-left: 40px;
}

#contact .links a.facebook{
	width: 43px;
    height: 43px;
	box-sizing: border-box;
	background-image: url(images/icon-facebook.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

#contact .links+.links a{
	padding: 0;
	border: 0;
	margin-top: 30px;
	padding-left: 25px;
	font-size: 15px;
	line-height: 20px;
	background-image: url(images/icon-map.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: none;
}




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


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


#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;
font-size: 18px;
margin: 0;
}

#legal h4{
line-height: 20px !important;
padding-bottom: 6px !important;
font-size: 16px;
margin: 0;
color: #f9eff0;
}

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

#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;
border-radius:13px;
}

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

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

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

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

#legal .c2 h3{

}

#legal .c2 h4{

}

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

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

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

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


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

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

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


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


#footer{
width:100%;
background-color: #1d2340;
padding-top: 100px;
margin-top: 100px;
text-align: center;
}

#footer .logo{
	width: 350px;
	display: block;
	margin: 0 auto 60px;
}

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


#footer .links{
	align-items: center;
}

#footer .links a{
	padding: 8px 12px;
	margin: 0 2px;
	border-radius: 2px;
	border: 1px solid #f9eff0;
	color: #f9eff0;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s;
    display: inline-block;
	vertical-align: middle;
}

#footer .links a:hover{
	transform: scale(1.1);
}

#footer .links a+a{
	margin-left: 20px;
}

#footer .links a.mail{
    box-sizing: border-box;
    background-image: url(images/icon-mail.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: left 12px center;
	padding-left: 40px;
}

#footer .links a.facebook{
	width: 43px;
    height: 43px;
	box-sizing: border-box;
	background-image: url(images/icon-facebook.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

#footer .links+.links a{
	padding: 0;
	border: 0;
	margin-top: 30px;
	padding-left: 25px;
	font-size: 15px;
	line-height: 20px;
	background-image: url(images/icon-map.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: none;
}


#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;
}

