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


@font-face {
  font-family: Kenfolg;
  src: url(./fonts/kenfolg.otf);
  font-weight: 400;
}


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

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

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


body{
font-family: 'Inter', sans-serif;
font-weight:400;
width:100%;
}


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

p{
color:#2f2b33;
line-height:27px;
font-size:16px;
}

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

h1{
color:#2c1f35;
font-size: 59px;
font-weight: 400;
line-height:64px;
font-family: 'Kenfolg', sans-serif;
margin-bottom: 24px;
}

h2{
color:#2c1f35;
font-size: 47px;
font-weight: 400;
line-height: 55px;
font-family: 'Kenfolg', sans-serif;
}


.button{
 text-decoration: none;
 transition: all 0.4s;
}

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

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



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

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



/* *********************** BANNER / MENU *********************** */
#banner{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 0;
	transition: all 0.4s;
	z-index: 100;
}

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

#banner .logo{
	width: 140px;
	height: auto;
	display: block;
	margin-right: 50px;
	transition: all 0.4s;
}

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

#banner .content{
	flex: 1;
	margin-top: 20px;
}

#banner .contact-links{
	display: block;
	text-align: right;
}

#banner .mail{
	background-color: #fff;
	color: #2c1f35;
	border: 1px solid #2c1f35;
	font-size: 14px;
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

#banner .tel{
	background-color: #71657f;
    color: #fff;
    border: 1px solid #71657f;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 12px 4px 28px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(images/icon-button-tel.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: left 5px center;
    text-decoration: none;
    margin-left: 10px;
}

.menu-links{
	display: none;
}

#banner .burger{
	width: 100%;
	text-align: right;
}

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

#banner .burger ul a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	text-transform: uppercase;
	color: #2c1f35;
}

html:not([data-scroll='0']) #banner{
	background-color: #fff;
}

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


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


/* ***** HOME ***** */
#home{
}

#home .c1{
	position: relative;
	text-align: left;
}

#home .c1 .image{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
	border-bottom-left-radius: 600px;
}

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

#home .c1 .content{
	display: block;
    margin-left: 15%;
    width: 30%;
    max-width: 600px;
    padding: 300px 0 190px;
}


#home .c1:after{
	content:'';
	width: 650px;
	height: 650px;
	position: absolute;
	left: -100px;
	bottom: -100px;
	background-image: url(images/c1-deco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}


@media screen and (max-width: 1500px) {
  #home .c1 .content{
    margin-left: 5%;
    width: 40%;
	padding: 300px 0 106px;
  }
  #home .c1 .image{
	border-bottom-left-radius: 450px;
  }
}

#home .c2{
	text-align: center;
	padding-top: 200px;
	margin-top: -100px;
	position: relative;
}

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

#home .c2 .image{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	position: relative;
}

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

#home .c2 .image:before{
	content: '';
    position: absolute;
    left: -150px;
    top: -86px;
    width: 862px;
    height: 300px;
    background-image: url(images/c2-h2-deco.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

#home .c2 .content{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-left: 9%;
	text-align: left;
	margin-top: 200px;
}

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

#home .c2 .content h2{
	position: absolute;
    left: 340px;
    top: 30px;
    max-width: 340px;
}

#home .c2 .content h2 .deco{
	display: inline;
	position: relative;
}

#home .c2 .content h2 .deco:after{
	content: "";
    width: calc(100% + 20px);
    left: -10px;
    height: 4px;
    bottom: -1px;
    background-color: #fde6ce;
    position: absolute;
}

#home .c2 .button{
	display: block;
	width: fit-content;
	margin-top: 25px;
	font-weight: 600;
	padding-left: 35px;
	background-image: url(images/icon-button-bottom.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
}

#home .c3{
	text-align: center;
	margin: 120px auto;
	position: relative;
}

#home .c3 .title{
	text-transform: uppercase;
	font-size: 22px;
	line-height: 27px;
}

#home .c3 .signature{
	font-size: 15px;
	padding-left: 30px;
	background-image: url(images/c3-signature-deco.svg);
	background-size: 20px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: left cventer;
	display: block;
	width: fit-content;
	margin: 10px auto 0;
}

#home .c3 .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: -5px;
	width: 28px;
	height: 28px;
	display: block;
	font-size: 0;
	background-image: url(images/c3-slider-button-right.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transform: translateY(-50%);
}

#home .c3 .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: -5px;
	width: 28px;
	height: 28px;
	display: block;
	font-size: 0;
	background-image: url(images/c3-slider-button-left.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transform: translateY(-50%);
}

#home .c4{
	position: relative;
	padding-top: 200px;
	margin-top: -200px;
}

#home .c4 .content{
	display: inline-block;
	width: 50%;
	margin: 30px auto 0 0;
	text-align: left;
}

#home .c4 .content h2{
	margin-bottom: 40px;
	width: 120%;
}

#home .c4 .content h2 .deco{
	display: inline;
	position: relative;
}

#home .c4 .content h2 .deco:after{
	content: "";
    width: calc(100% + 20px);
    left: -10px;
    height: 4px;
    bottom: -1px;
    background-color: #a689bf;
    position: absolute;
}

#home .c4 .content h3{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 5px;
	margin-top: 20px;
}

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

#home .c4 .content .small{
	width: 60%;
}

#home .c4 .button{
	display: block;
	width: fit-content;
	margin-top: 25px;
	font-weight: 600;
	padding-left: 35px;
	background-image: url(images/icon-button-right.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
}

#home .c4 .image{
	position: absolute;
	right: 0;
	top: 200px;
	width: 47%;
	height: calc( 100% - 200px );
}

#home .c4 .image img{
	width: 100%;
	height: 100%;
	border-top-left-radius: 430px;
	object-fit: cover;
}

#home .c4 .citation{
	position: absolute;
    left: -250px;
    width: 500px;
    bottom: 15px;
    background-image: url(images/c4-citation-background.svg);
    background-size: 999px;
    background-repeat: no-repeat;
    background-position: right center;
    text-align: left;
    padding: 20px 59px 20px 200px;
}

#home .c4 .citation p{
	color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    position: relative;
}

#home .c4 .citation p:after{
	content: '';
    position: absolute;
    left: -82px;
    top: 5px;
    width: 60px;
    height: 38px;
    background-image: url(images/c4-citation-deco.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#home .c4 .citation .signature{
	display: block;
	text-align: right;
	margin-top: 10px;
	color: #fff;
	font-style: italic;
	font-size: 17px;
	font-weight: 300;
	margin-right: 29px;
}

#home .c5{
	margin-top: 150px;
	text-align: center;
	position: relative;
}

#home .c5 .background{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 350px;
	background-image: url(images/c5-background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

#home .c5 h2{
	padding: 75px 0 60px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
}

#home .c5 .item{
	width: 86%;
	height: auto;
	margin: 0 7%;
	background-color: #71657f;
	padding: 20px 20px;
	box-sizing: border-box;
	border-radius: 15px;
}

#home .c5 h3{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
	color: #fff;
	text-align: left;
}

#home .c5 p{
	text-align: left;
	color: #fff;
}

#home .c5 .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: -15px;
	width: 38px;
	height: 38px;
	display: block;
	font-size: 0;
	background-image: url(images/c3-slider-button-right.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transform: translateY(-100%);
}

#home .c5 .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: -15px;
	width: 38px;
	height: 38px;
	display: block;
	font-size: 0;
	background-image: url(images/c3-slider-button-left.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transform: translateY(-100%);
}

#home .c6{
	text-align: center;
	margin-top: -200px;
	padding-top: 700px;
	position: relative;
	z-index: -1;
}

#home .c6>.background{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1000px;
	background-image: url(images/c6-background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: -1;
}

#home .c6 .grid{
	display: grid;
    grid-template-columns: 4fr 6fr;
}

#home .c6 .grid .image{
	margin: 0 0 0 auto;
	width: 300px;
	height: 400px;
}

#home .c6 .grid .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-left-radius: 200px;
}

#home .c6 .grid .background{
	background-color: #fcede0;
	padding: 20px 50px;
	padding-right: calc( ( 100vw - 1200px ) / 2 );
	text-align: left;
}

@media screen and (min-width: 2000px) {
  #home .c6 .grid .background{
	padding-right: 400px;
  }
}

#home .c6 .grid h2{
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	text-align: left;
	padding: 30px 50px;
}

#home .c6 .grid h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
	line-height: 26px;
    margin-bottom: 5px;
    margin-top: 30px;
}

#home .c6 .team-building{
	position: absolute;
    left: 0;
    bottom: -69px;
    z-index: -1;
    padding: 58px 415px 97px 158px;
    margin-left: 3%;
    width: 410px;
    text-align: left;
    background-image: url(images/c6-teambuilding-background.svg);
    background-repeat: no-repeat;
    background-size: 1200px;
    background-position: left center;
}

@media screen and (max-width: 1650px) {
  #home .c6 .team-building{
    margin-left: -5%;
    padding: 58px 415px 97px 150px;
  }
}

@media screen and (max-width: 1350px) {
  #home .c6 .team-building{
    width: 350px;
	background-size: 1348px;
	background-position: left -125px center;
  }
}

#home .c6 .team-building h3{
	color: #fff;
}

#home .c6 .team-building p{
	color: #fff;
	text-align: justify;
}

#home .c7{
	text-align: center;
    display: flex;
    margin: 150px auto 0;
    width: fit-content;
}

#home .c7 .content{
	background-color: #71657f;
	width: 800px;
	padding: 30px 70px 30px 100px;
	box-sizing: border-box;
	border-bottom-left-radius: 130px;
	text-align: left;
}

#home .c7 h2{
	color: #fff;
	margin-bottom: 30px;
}

#home .c7 p{
	color: #fff;
	text-align: justify;
}

#home .c7 .button{
	display: block;
	width: fit-content;
	margin-top: 25px;
	font-weight: 600;
	padding-left: 35px;
	background-image: url(images/icon-button-bottom-white.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
}

#home .c7 .image{
	display: inline-block;
	width: 288px;
	position: relative;
}

#home .c7 .image:after{
	content:'';
	position: absolute;
	right: -50px;
	bottom: -50px;
	width: 130px;
	height: 130px;
	background-image: url(images/tarifs-deco.svg);
	backgrtound-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

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

#home .c8{
	text-align: center;
	margin-top: -50px;
	padding-top: 200px;
}

#home .c8 h2{
	margin-bottom: 50px;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
}

#home .c8 .item{
	width: 86%;
	height: auto;
	margin: 0 7%;
	background-color: #71657f;
	padding: 20px 20px;
	box-sizing: border-box;
	border-radius: 15px;
}

#home .c8 .owl-item:nth-of-type(even){
	margin-top: 50px;
}

#home .c8 p{
	text-align: left;
	color: #fff;
}

#home .c8 .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: -15px;
	width: 38px;
	height: 38px;
	display: block;
	font-size: 0;
	background-image: url(images/c3-slider-button-right.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transform: translateY(-50%);
}

#home .c8 .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: -15px;
	width: 38px;
	height: 38px;
	display: block;
	font-size: 0;
	background-image: url(images/c3-slider-button-left.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transform: translateY(-50%);
}

#home .c8 .signature {
    display: block;
    text-align: right;
    margin-top: 40px;
    color: #fff;
    font-style: italic;
    font-size: 17px;
    font-weight: 300;
}

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


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

#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:36%;
margin-right:6%;
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: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;
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: 250px;
}

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


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


#footer{
width:100%;
margin-top: 150px;
display: grid;
grid-template-columns: 9fr 13fr;
}

#footer .image{
	border-top-left-radius: 400px;
	overflow: hidden;
}

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

@media screen and (max-width: 1550px) {
  #footer .image{
	border-top-left-radius: 300px;
  }
}

#footer .content .logo{
	width: 125px;
    margin-top: 20px;
    height: auto;
}

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

#footer .contact-links{
	margin: 50px 0;
}

#footer .content .mail{
	background-color: #fff;
	color: #2c1f35;
	border: 1px solid #2c1f35;
	font-size: 14px;
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

#footer .content .tel{
	background-color: #71657f;
    color: #fff;
    border: 1px solid #71657f;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 12px 4px 28px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(images/icon-button-tel.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: left 5px center;
    text-decoration: none;
    margin-left: 10px;
}

#footer .content .c1{
	display: inline-block;
	width: 20%;
	margin-right: 5%;
	text-align: left;
	vertical-align: top;
}

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

#footer .content .title{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
	line-height: 26px;
    margin-bottom: 10px;
    margin-top: 30px;
}

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

#footer .content li{
    text-transform: uppercase;
    font-size: 15px;
	margin-bottom: 10px;
    text-transform: uppercase;
    color: #2c1f35;
}

#footer .content a{
	text-decoration: none;
}

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

#footer p.copyright a{
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;
}