@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

@font-face {
  font-family: Kollektif;
  src: url(./fonts/Kollektif.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Kollektif;
  src: url(./fonts/Kollektif-Bold.ttf);
  font-weight: 700;
}

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

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

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


body{
font-family: 'Montserrat', sans-serif;
font-weight: 400;
width: 100%;
background-image: url(images/background-black.jpg);
background-size: 100%;
background-repeat: repeat-y;
background-position: top center;
}


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

p{
color: #1a1a1a;
line-height: 21px;
font-size: 13px;
letter-spacing: 0.1rem;
text-align: left;
}

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

h1{
color: #fff;
font-size: 32px;
font-weight: 700;
line-height: 43px;
letter-spacing: 0.2rem;
font-family: 'Kollektif', sans-serif;
}

h2{
color:#1a1a1a;
font-size: 22px;
font-weight: 700;
line-height: 31px;
letter-spacing: 0.2rem;
font-family: 'Kollektif', sans-serif;
}


.button{
display: inline-block;
border-radius: 30px;
background-color: #fff;
color: #1a1a1a;
padding: 8px 40px 8px 20px;
font-weight: 400;
font-family: 'Kollektif', sans-serif;
transition: all 0.4s;
font-size: 15px;
text-decoration:none;
position: relative;
}

.button:after{
content:'';
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 17px;
height: 17px;
background-image: url(images/button-arrow.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
transition: all 0.4s;
}

.button:hover{
	text-decoration: none!important;
}

.button:hover:after{
right: 18px;
}

.button.button-black{
color: #fff;
background-color: #1a1a1a;
}

.button.button-black:after{
background-image: url(images/button-arrow-white.svg);
}

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



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

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



/* *********************** BANNER / MENU *********************** */
#banner{
width:100%;
padding-top: 30px;
}

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

#banner .logo{
	width: 97px;
	height: auto;
	opacity: 0;
	animation: bounceIn 1s ease forwards;
	animation-delay: 1s;
}


@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

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

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

#banner .content{
	flex: 1;
	max-width: 485px;
	text-align: right;
}

#banner .content>.sub_menu{
	display: block;
	padding: 0 0 30px 10px;
	box-sizing: border-box;
}

#banner .content>.sub_menu a{
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	width: fit-content;
	margin: 0 0 0 auto;
	padding-left: 18px;
}

#banner .content>.sub_menu a+a{
	margin-top: 10px;
}

#banner .content>.sub_menu a.mail{
	background-image: url(images/icon-mail.svg);
}

#banner .content>.sub_menu a.tel{
	background-image: url(images/icon-tel.svg);
}

#banner .content>.sub_menu a:hover{
	text-decoration: underline;
}

.menu-links.open{
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
}

.menu-links.open img{
	width: 20px;
	height: auto;
	margin-left: 5px;
	display: inline-block;
	vertical-middle: top;
	position: relative;
	top: 4px;
}

#banner .burger .sub_menu{
	display: none;;
}

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

.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{
	padding: 20px 20px;
}

#banner .burger ul a{
text-decoration: none;
font-size: 18px;
font-weight: 400;
font-family: 'Kollektif', sans-serif;
}

#banner .burger ul a:hover{
text-decoration: underline;
}

#banner .burger ul .button{
color: #fff;
background-color: #1a1a1a;
}

#banner .burger ul .button:after{
background-image: url(images/button-arrow-white.svg);
}

@media screen and (max-width: 400px){
	#banner .content>.sub_menu a{
		font-size: 12px;
	}
}

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

/* ***** HOME ***** */
#home .c1{
text-align: center;
padding-top: 95px;
position: relative;
padding-bottom: 100px;
}

#home .c1 .shadow{
	position: absolute;
    bottom: 65px;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    height: 640px;
    overflow: hidden;
	z-index: -1;
}

#home .c1 .shadow:after{
	content: '';
    position: absolute;
    left: -20%;
    top: 100px;
    height: 200%;
    width: 140%;
    border-top-right-radius: 600px;
    border-top-left-radius: 600px;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(26, 26, 26, 1) 23%, rgba(0, 0, 0, 1) 85%);
    z-index: -1;
    box-shadow: 1px -7px 54px 0px rgba(255, 255, 255, 0.56);
    -webkit-box-shadow: 1px -7px 54px 0px rgba(255, 255, 255, 0.56);
    -moz-box-shadow: 1px -7px 54px 0px rgba(255,255,255,0.56);
}

#home .c1 h1{
	max-width: 360px;
	margin: 0 auto 30px;
	position: relative;
	opacity: 0;
	transform: translateY(20px) scale(1.05);
	filter: blur(8px);
	animation: entrance 0.6s ease-out forwards;
	animation-delay: 0.5s;
}

@keyframes entrance {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(1.05);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

#home .c1 h1:after{
	content: '';
	position: absolute;
	right: 6px;
	top: -39px;
	width: 63px;
	height: 37px;
	background-image: url(images/h1-deco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#home .c1 h1:before{
	content: '';
	position: absolute;
	left: 0px;
	bottom: -1px;
	height: 2px;
	border-radius: 30px;
	width: 100px;
	background-color: #fff;
}

#home .c1 .button{
	display: block;
	width: fit-content;
	margin: 0 auto;
	opacity: 0;
	transform: translateY(20px) scale(1.05);
	filter: blur(8px);
	animation: entrance 0.6s ease-out forwards;
	animation-delay: 0.8s;
}

#home .c1 .button+.button{
	margin-top: 20px;
	opacity: 0;
	transform: translateY(20px) scale(1.05);
	filter: blur(8px);
	animation: entrance 0.6s ease-out forwards;
	animation-delay: 1s;
}

#home .c1 .infos{
	background-color: #303030;
	padding: 20px;
	color: #fff;
	border-radius: 20px;
	position: absolute;
	width: 400px;
	height: auto;
	box-sizing: border-box;
	right: 3vw;
	bottom: -30px;
	text-align: left;
}

#home .c1 .infos:before{
	content: '';
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to top right, #fff, #ffffff00);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 20px;
}

#home .c1 .infos:after{
	content:'';
	position: absolute;
	left: -10px;
	top: -10px;
	width: 30px;
	height: 30px;
	background-image: url(images/info-deco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#home .c1 .infos p{
	font-size: 14px;
	color: #fff;
	letter-spacing: 0;
	position: relative;
}

#home .c1 .infos p:before{
	content: '';
    position: absolute;
    right: 0;
    bottom: -32px;
    width: 143px;
    height: 86px;
    background-image: url(images/h1-deco.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
}

#home .c1 .infos .sign{
	text-align: left;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	display: block;
}

#home .c2{
	width: 100%;
	margin: 0 auto;
	padding-top: 111px;
}

#home .c2 p{
	color: #fff;
}

#home .c2 h2{
	margin-bottom: 20px;
	color: #fff;
}

#home .c2 h2 span{
	position: relative;
	display: inline-block;
}

#home .c2 h2 span:before{
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	height: 2px;
	border-radius: 30px;
	width: 70px;
	background-color: #fff;
}

#home .c2_c1{
	background-color: #1a1a1a;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

#home .c2_c1:before{
	content: '';
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to bottom left, #fff, #ffffff00);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 20px;
}

#home .c2_c2{
	background-color: #1a1a1a;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	background-color: #1a1a1a;
	display: block;
	width: 100%;
	max-width: 550px;
	margin: 30px auto 0;
}

#home .c2_c2:before{
	content: '';
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to bottom right, #fff, #ffffff00);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 20px;
}

#home .c2_c3{
	background-color: #1a1a1a;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 100%;
	max-width: 550px;
	margin: 30px auto 0;
}

#home .c2_c3:before{
	content: '';
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to top left, #fff, #ffffff00);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 20px;
}

#home .c2 .button{
	margin-top: 20px;
}

#home .light{
	background: #E6E6E6;
	background: radial-gradient(circle, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 60%);
	position: absolute;
	left: 0;
	top: 756px;
	z-index: -1;
	width: 100%;
	height: 1228px;
	margin-top: 200px;
}

#home .light-2{
	background: #E6E6E6;
	background: radial-gradient(circle, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 60%);
	position: absolute;
	left: 0;
	top: 4311px;
	z-index: -3;
	width: 100%;
	height: 1650px;
}

@media screen and (max-width: 550px){
	#home .light-2{
		top: 4900px;
		height: 1750px;
	}
}

@media screen and (max-width: 500px){
	body{
		position: relative;
	}
	#home .light-2{
		top: unset;
		bottom: 0;
		height: 1500px;
	}
}

#home .c3{
	padding-top: 120px;
	margin: 0 0 120px;
	position: relative;
}

#home .c3 .content{
	margin-top: 85px;
}

#home .c3 .image{
	position: absolute;
	left: 0;
	top: 86px;
	width: 50vw;
	height: 316px;
}

#home .c3 .image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top right;
}

#home .c3_c1{
	border-radius: 20px;
	text-align: left;
	position: relative;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	display: block;
	width: 67%;
	max-width: 550px;
	margin: 0 0 0 auto;
}

#home .c3_c1:before{
	content: '';
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to top left, #64646470, #64646400);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 20px;
}

#home .c3 h2{
	margin-bottom: 20px;
}

#home .c3 h2 span{
	position: relative;
	display: inline-block;
}

#home .c3 h2 span:before{
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	height: 2px;
	border-radius: 30px;
	width: 70px;
	background-color: #1a1a1a;
}

#home .c3_c2{
	border-radius: 20px;
	text-align: left;
	position: relative;
	background-color:#fff;
	padding: 20px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 550px;
	margin: 30px auto 0;
}

#home .c3_c2:before{
	content: '';
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to bottom left, #64646470, #64646400);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 20px;
}

#home .c3 .button{
	margin-top: 20px;
}

@media screen and (max-width: 600px) {
  #home .c3_c1 {
    width: 77%;
  }
  #home .c3 .content{
	  margin-top: 116px;
  }
  #home .c3 .image{
	  width: 76vw;
  }
}

@media screen and (max-width: 500px){
  #home .c3 .content{
	  margin-top: 60px;
  }
  #home .c3 .image{
	  width: 90%;
  }
}

#home .c4{
	position: relative;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-top: 120px;
	margin-top: -120px;
}

#home .c4_c1{
	width: 100%;
	max-width: 550px;
	background-color: #1a1a1a;
	border-radius: 20px;
	padding: 20px 20px 100px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}

#home .c4_c1:before{
	content: '';
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to bottom left, #fff, #ffffff00);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 20px;
}

#home .c4 p{
	color: #fff;
}

#home .c4 h2{
	margin-bottom: 20px;
	color: #fff;
}

#home .c4 h2 span{
	position: relative;
	display: inline-block;
}

#home .c4 h2 span:before{
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	height: 2px;
	border-radius: 30px;
	width: 70px;
	background-color: #fff;
}

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

#home .c4 .image{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -347px;
	width: 305px;
	max-width: 75vw;
	height: 418px;
	overflow: hidden;
	border-radius: 20px;
}

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

#home .c4 .infos{
	background-color: #303030;
	padding: 20px;
	color: #fff;
	border-radius: 20px;
	position: absolute;
	width: 400px;
	max-width: 85vw;
	height: auto;
	box-sizing: border-box;
	right: 0;
	bottom: -306px;
	text-align: left;
}

#home .c4 .infos:before{
	content: '';
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to top right, #fff, #ffffff00);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 20px;
}

#home .c4 .infos:after{
	content:'';
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	height: 30px;
	background-image: url(images/info-deco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#home .c4 .infos p{
	font-size: 14px;
	color: #fff;
	letter-spacing: 0;
	position: relative;
}

#home .c4 .infos p:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 122px;
	height: 86px;
	background-image: url(images/h1-deco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.1;
}

#home .c4 .infos .sign{
	text-align: left;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	display: block;
}

#home .c5{
	margin-top: 350px;
	padding-top: 120px;
	position: relative;
}

#home .c5 p{
	color: #fff;
}

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

#home .c5 .content{
}

#home .c5 .image{
	position: absolute;
	right: 0;
	bottom: -163px;
	width: 50vw;
	height: 316px;
	z-index: -2;
}

#home .c5 .image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top right;
}

#home .c5_c1{
	border-radius: 20px;
	text-align: left;
	position: relative;
	background-color:#1a1a1a;
	padding: 20px;
	box-sizing: border-box;        
	display: block;
	width: 100%;
	max-width: 550px;
	margin: 0 auto 30px;
}

#home .c5_c1:before{
	content: '';
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to top left, #fff, #ffffff00);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 20px;
}

#home .c5 h2{
	margin-bottom: 20px;
}

#home .c5 h2 span{
	position: relative;
	display: inline-block;
}

#home .c5 h2 span:before{
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	height: 2px;
	border-radius: 30px;
	width: 70px;
	background-color: #fff;
}

#home .c5_c2{
	border-radius: 20px;
	text-align: left;
	position: relative;
	background-color:#1a1a1a;
	padding: 20px;
	box-sizing: border-box;        
	display: block;
	width: 67%;
	max-width: 550px;
	margin: 0 auto 0 0;
}

#home .c5_c2:before{
	content: '';
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to bottom left, #fff, #ffffff00);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 20px;
}

#home .c5 .button{
	margin-top: 20px;
}

#home .c5 ul{
	list-style: none;
	margin-left: 10px;
}

#home .c5 li{
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	padding-left: 15px;
	position: relative;
}

#home .c5 li+li{
	margin-top: 15px;
}

#home .c5 li:after{
	content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background-color: #727272;
}

#home .c5+.center{
	margin-top: 150px;
	text-align: center;
	padding-top: 120px;
}

@media screen and (max-width: 600px) {
  #home .c5_c2 {
    width: 70%;
  }
  #home .c5 .image{
	  width: 76vw;
  }
}

@media screen and (max-width: 500px){
  #home .c5 .image{
	  width: 90%;
  }
  #home .c5+.center{
	  margin-top: 50px;
  }
}

#home .c6, #home .c7{
	display: block;
	border-radius: 20px;
	width: 100%;
	max-width: 550px;
	text-align: left;
	position: relative;
	background-color:#1a1a1a;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

#home .c7{
	margin-top: 30px;
}

#home .c6:before, #home .c7:before{
	content: '';
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to bottom, #fff, #ffffff00);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 20px;
}

#home .c6 h2, #home .c7 h2{
	margin-bottom: 20px;
	color: #fff;
}

#home .c6 h2 span, #home .c7 h2 span{
	position: relative;
	display: inline-block;
}

#home .c6 h2 span:before, #home .c7 h2 span:before{
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	height: 2px;
	border-radius: 30px;
	width: 70px;
	background-color: #fff;
}

#home .c6 p, #home .c7 p{
	color: #fff;
}

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

#home .c8{
	position: relative;
	height: auto;
	margin: 0 auto;
	padding-top: 120px;
	margin-top: 0px;
	margin-bottom: 500px;
}

#home .c8_c1{
	width: 100%;
	max-width: 550px;
	background-color: #1a1a1a;
	border-radius: 20px;
	padding: 20px 20px 100px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}

#home .c8_c1:before{
	content: '';
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to bottom left, #fff, #ffffff00);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 20px;
}

#home .c8 p{
	color: #fff;
}

#home .c8 h2{
	margin-bottom: 20px;
	color: #fff;
}

#home .c8 h2 span{
	position: relative;
	display: inline-block;
}

#home .c8 h2 span:before{
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	height: 2px;
	border-radius: 30px;
	width: 70px;
	background-color: #fff;
}

#home .c8 .button{
	margin-top: 20px;
}

#home .c8 .image{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -347px;
	width: 305px;
	max-width: 75vw;
	height: 418px;
	overflow: hidden;
	border-radius: 20px;
}

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

#home .c8 .infos{
	background-color: #303030;
	padding: 20px;
	color: #fff;
	border-radius: 20px;
	position: absolute;
	width: 400px;
	max-width: 85vw;
	height: auto;
	box-sizing: border-box;
	right: 0;
	bottom: -306px;
	text-align: left;
}

#home .c8 .infos:before{
	content: '';
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to top right, #fff, #ffffff00);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 20px;
}

#home .c8 .infos:after{
	content:'';
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	height: 30px;
	background-image: url(images/info-deco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#home .c8 .infos p{
	font-size: 14px;
	color: #fff;
	letter-spacing: 0;
	position: relative;
}

#home .c8 .infos p:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 122px;
	height: 86px;
	background-image: url(images/h1-deco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.1;
}

#home .c8 .infos .sign{
	text-align: left;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	display: block;
}

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


#legal{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;

}

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


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

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

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

#e404 p{
	color: #fff;
	text-align: center;
}


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

#footer{
	position: relative;
	margin-top: 150px;
}

#footer .shadow{
	position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: calc(100% + 155px);
    overflow: hidden;
    z-index: 0;
}

#footer .shadow:after{
	content: '';
    position: absolute;
    left: -20%;
    top: 100px;
    height: 200%;
    width: 140%;
    border-top-right-radius: 600px;
    border-top-left-radius: 600px;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(26, 26, 26, 1) 23%, rgba(0, 0, 0, 1) 85%);
    z-index: -1;
    box-shadow: 1px -7px 54px 0px rgba(255, 255, 255, 0.56);
    -webkit-box-shadow: 1px -7px 54px 0px rgba(255, 255, 255, 0.56);
    -moz-box-shadow: 1px -7px 54px 0px rgba(255,255,255,0.56);
}

#footer .main_width{
	position: relative;
	z-index: 5;
}

#footer .logo{
	display: block;
    width: 160px;
    margin: 0 auto 50px;
}

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

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

#footer .infos .image{
	width: 140px;
	height: auto;
	margin: 0 auto 15px;
	display: block;
	vertical-align: middle;
}

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

#footer .infos .content{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 350px;
	max-width: 100%;
}

#footer .infos .content .title{
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;    
	text-align: center;
    font-size: 12px;
    padding-bottom: 15px;
	border-bottom: 1px solid #727272;
	margin-bottom: 20px;
}

#footer .infos .content a{
	display: block;
	width: fit-content;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px;
	margin: 0 auto;
}

#footer .infos .content a+a{
	margin-top: 20px;
}

#footer .infos .content a.mail{
	background-image: url(images/icon-mail.svg);
}

#footer .infos .content a.tel{
	background-image: url(images/icon-tel.svg);
}

#footer .infos .content a:hover{
	text-decoration: underline;
}

#footer p.copyright{
color:white;
text-align:center;
font-size:13px;
margin-top:120px;
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;
}


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

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

#cookieChoiceInfo a{
	display: inline-block;
}

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

.fade_container {
    overflow-x: hidden;
}