@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');

@font-face {
  font-family: Unison;
  src: url(./fonts/Unison-Pro-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: Unison;
  src: url(./fonts/Unison-Pro-Bold.otf);
  font-weight: 600;
}


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

html{
width:100%;
min-width:1200px;
scroll-behavior: smooth;
}

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

body{
font-family: "Fira Sans", sans-serif;
font-weight:400;
width:100%;
background-image: url(images/marc-vds-km99-page-background.jpg);
background-size: 100%;
background-repeat: repeat;
background-position: top center;
}


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

p{
color: #fff;
line-height: 30px;
font-size: 17px;
}

h1, h2{
display: block;
color: #fff;
margin-bottom: 20px;
color: #fff;
font-family: Unison, sans-serif;
font-size: 32px;
line-height: 55px;
font-weight: 300;
font-style: normal;
letter-spacing: 0;
}

.title_small{
font-size: 25px;
line-height: 31px;
display: block;
}

.title_big{
font-weight: 600;
display: block;
font-size: 40px;
line-height: 55px;
}

.button{
display: inline-block;
text-decoration: none;
font-weight: 700;
font-size: 17px;
border-left: 1px solid #fff;
line-height: 37px;
padding: 0 40px 0 20px;
color: #fff;
height: 38px;
background-image: url(images/button-background.svg);
background-position: right center;
background-size: auto 38px;
background-repeat: no-repeat;
position: relative;
}

.button:after{
content: "";
position: absolute;
right: -47px;
top: 0px;
width: 53px;
height: 38px;
background-image: url(images/icon-arrow-button.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
transition: all 0.4s;
}

.button:hover:after{
right: -57px;
}

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:#003c72;
}

#heading p{
	color: white;
}



/* *********************** BANNER / MENU *********************** */
#banner{
width:100%;
position: fixed;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 100%;
max-width: 2200px;
z-index: 100;
padding: 30px 50px 15px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

#banner>a{
transition: none;
}

#banner .logo{
width: 300px;
height: auto;
}

.menu-links{
display: none;
}

.burger{
	margin-top: 30px;
}

.burger ul{
list-style: none;
display: flex;
justify-content: space-between;
width: 515px;
position: relative;
margin-right: 150px;
}

.burger ul a{
text-decoration: none;
text-transform: uppercase;
font-weight: 800;
font-size: 18px;
color: #fff;
padding: 0 10px 5px;
transition: none;
}

.burger ul a.active, .burger ul a:hover{
border-bottom: 3px solid #FFCD00;
}

#banner.no-home-banner .burger a{
color: white;
transition: none;
}

#banner.no-home-banner .burger .langues a+a{
border-left: 1px solid #fff;
}

.burger .langues a{
	padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding-top: 1px;
}

.burger .langues a+a{
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #fff;
}

.burger .langues a:hover{
	border: none;
}

.burger .social{
position: absolute;
right: -150px;
display: flex;
justify-content: space-between;
top: -4px;
width: 100px;
}

.burger .social img{
width: 25px;
height: auto;
}

html:not([data-scroll='0']) #banner, #banner.visible-banner{
background-color: #691C32;
animation: 0.4s ease-out banner_animation;
top: 0;
-webkit-box-shadow: 0px 0px 12px -5px #585757;
box-shadow: 0px 0px 12px -5px #585757;
padding: 15px 50px;
}

@keyframes banner_animation { 
from { top:-100px; } 
to { top: 0; }  
}

html:not([data-scroll='0']) #banner>a, #banner.visible-banner>a{
width: 130px;
height: 85px;
}

html:not([data-scroll='0']) #banner>a img, #banner.visible-banner>a img{
width: 100%;
height: auto;
}

html:not([data-scroll='0']) #banner.no-home-banner .burger a, #banner.visible-banner .burger a{
color: #fff;
}

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

html:not([data-scroll='0']) #banner .burger .langues a+a{
border-left: 1px solid #fff;
}

/* *********************** PAGES *********************** */
#wrapper:after{
content:'';
width: 100%;
height: 400px;
position: absolute;
z-index: 5;
left: 0;
top: 0;
background-image: url(images/home-intro-gradient-1-new.png);
background-size: 100%;
background-position: top center;
background-repeat: no-repeat;
}

/* ***** HOME ***** */
#home .intro{
position: relative;
height: 100vh;
min-height: 800px;
max-height: 1200px;
text-align: center;
width: 100%;
margin: 0 auto;
}

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

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

#home .intro .content{
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
width: 100%;
height: auto;
min-height: 500px;
background-image: url(images/home-intro-gradient-2.png);
background-size: cover;
background-position: bottom center;
background-repeat: no-repeat;
z-index: 1;
max-width: 2000px;
}

#home .intro .ewc-logo{
display: block;
width: 85%;
text-align: center;
margin: 100px auto 60px;
position: relative;
}

#home .intro .ewc-logo:after{
content:'';
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 0;
width: 100%;
max-width: 800px;
height: 10px;
background-image: url(images/ewc-fim-logo-deco.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}

#home .intro .ewc-logo:before{
content:'';
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
width: 100%;
max-width: 800px;
height: 10px;
background-image: url(images/ewc-fim-logo-deco.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}

#home .intro .ewc-logo img{
width: 100%;
max-width: 170px;
margin: 20px auto;
}

#home .intro .content:after{
content:'';
width: 100%;
height: 100%;
position: absolute;
left: 0;
bottom: 0;
background-image: url(images/home-intro-title-deco.svg);
background-position: center bottom -100px;
background-repeat: no-repeat;
background-size: contain;
}

#home .intro h1{
position: relative;
z-index: 5;
}

#home .intro h1 .important{
font-weight: 600;
}

#home .intro .scroll_icon{
position: absolute;
width: 50px;
height: 50px;
bottom: 5px;
left: 50%;
transform: translateX(-50%);
background-image: url(images/scroll-down-white.svg);
background-size: 25px;
margin-left: 20px;
background-repeat: no-repeat;
animation: 1s ease-in 0s infinite alternate scroll_animation;
z-index: 5;
}

@keyframes scroll_animation { 
	from { bottom:30px; } 
	to { bottom:5px; }  
}

@media screen and (max-width: 1800px){
	#banner{
	padding: 15px 40px;
	}

	.burger ul{
	width: 533px;
    margin-right: 90px;
	}
	
	.burger .social{
	right: -90px;
    width: 75px;
	}
	
	.burger .social a{
	padding: 0 5px 5px;
	}
}

.feed-instagram{
text-align: center;
padding: 100px 0 50px;
}

.feed-instagram iframe{
width: 80%!important;
margin: 0 auto;
}

#home .video{
	width:100%;
	text-align:center;
	padding-top:30px;
}

#home .video a{
	width:100%;
	max-width:700px;
	display:block;
	margin:30px auto 0;
}

#home .video a img{
	width:100%;
	height:auto;
	margin:0 auto;
}

#home .c2{
padding: 150px 0;
position: relative;
overflow-x: hidden;
overflow-y: visible;
}

#home .c2:after{
content:"";
height: 60px;
width: calc(1200px + (100% - 1200px)/2);
position: absolute;
right: 0;
top: 250px;
background-image: url(images/home-c2-deco-1.svg);
background-repeat: no-repeat;
background-position: center right;
z-index: 1;
}

#home .c2:before{
content: "";
width: calc(100vw - 120px);
height: 555px;
position: absolute;
right: 0;
bottom: 242px;
background-image: url(images/home-c2-deco-2.svg);
background-repeat: no-repeat;
background-position: bottom right;
z-index: 1;
}

#home .c2 .content{
display: inline-block;
width: 59%;
vertical-align: bottom;
position: relative;
z-index: 2;
}

#home .c2 .content h2{
margin-bottom: 30px;
}

#home .c2 .content a{
margin-top: 30px;
}

#home .c2 .image-1{
display: inline-block;
width: 29%;
vertical-align: top;
height: 540px;
margin-left: 11%;
position: relative;
top: 200px;
transition: all 0.8s;
z-index: 2;
}

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

#home .c2 .image-2{
width: 765px;
height: 335px;
margin-top: 85px;
transition: all 0.8s;
}

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

#home .c3{
width: 100%;
height: 890px;
position: relative;
}

#home .c3:after{
content:"";
width: 100%;
height: 110px;
position: absolute;
bottom: 0;
left: 0;
background-image: url(images/home-c3-deco.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
/*
#home .c3 .image{
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
z-index: -1;
}

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

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

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

#home .c3 .logo{
width: 478px;
height: 316px;
position: absolute;
left: 50%;
bottom: -98px;
transform: translateX(-50%);
z-index: 2;
}

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

@media screen and (max-width: 1450px){
	#home .c3{
		height: 700px;
	}
}

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

#home .c4 .item{
position: relative;
text-align: center;
}

#home .c4 .item:nth-of-type(odd):before{
content:"";
position: absolute;
left: calc( 0.5 * ( 1200px - 97vw ) ) ;
top: 50%;
transform: translateY(-50%);
background-image: url(images/home-c4-item-background.svg);
width: calc( 1000px + ( ( 100vw - 1200px  ) / 2 ));
height: 600px;
background-position: left center;
background-size: 100%;
background-repeat: no-repeat;
z-index: 1;
}

#home .c4 .item:nth-of-type(even):before{
content:"";
position: absolute;
right: calc( 0.5 * ( 1200px - 97vw ) ) ;
top: 50%;
transform: translateY(-50%);
background-image: url(images/home-c4-item-background-reverse.svg);
width: calc( 1000px + ( ( 100vw - 1200px  ) / 2 ));
height: 600px;
background-position: right center;
background-size: 100%;
background-repeat: no-repeat;
z-index: 1;
}

#home .c4 .item+.item{
margin-top: 50px;
}

#home .c4 .item .image{
display: inline-block;
width: 35%;
margin-right: 5%;
vertical-align: middle;
height: 600px;
position: relative;
z-index: 2;
}

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

#home .c4 .item .content{
display: inline-block;
width: 50%;
vertical-align: middle;
position: relative;
z-index: 2;
text-align: left;
}

#home .c4 .item .content .button{
margin-top: 30px;
}

#home .c4 .item:nth-of-type(even){
display: flex;
justify-content: center;
align-items: center;
flex-direction: row-reverse;
}

#home .c4 .item:nth-of-type(even) .image{
margin: 0 0 0 5%;
}


/* ***** CONCOURS ***** */

#concours{
}

#concours .small{
	font-size: 9px;
	line-height: 13px;
}

#concours .intro{
display: block;
width: 100%;
height: 600px;
background-image: url(images/non-home-intro-background-2024.jpg);
background-position: top center;
background-size: cover;
position: relative;
max-width: 2200px;
margin: 0 auto;
z-index: 2;
}

#concours .intro.single_news_intro{
background-position: center;
}

#concours .intro.single_news_intro .contain-image{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
z-index: 2;
}

#concours .intro.single_news_intro .background{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: 1;
filter: blur(8px);
-webkit-filter: blur(8px);
}

#concours .intro h1{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: white;
text-align: center;
font-weight: 600;
display: block;
font-size: 40px;
line-height: 55px;
}

#concours .intro .scroll_icon{
position: absolute;
width: 50px;
height: 50px;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
background-image: url(images/scroll-down-white.svg);
background-size: 25px;
margin-left: 20px;
background-repeat: no-repeat;
animation: 1s ease-in 0s infinite alternate scroll_animation;
z-index: 5;
}

#concours .c2{
padding: 100px 0 150px;
}

#concours .c2 h1{
max-width: 800px;
margin: 10px auto 30px;
}

#concours .c2 .content{
max-width: 800px;
margin: 0 auto;
color: #fff;
}

#concours .c2 .content p{
margin-bottom: 16px;
}

#concours .c2 .content h2{
font-size: 26px;
line-height: 38px;
font-style: unset;
color: #fff;
padding: 20px 0px;
}

#concours form{
	border: 1px solid white;
    padding: 35px;
    box-sizing: border-box;
    margin-top: 50px;
}

#concours form h3{
	display: block;
    color: #fff;
    margin-bottom: 35px;
    color: #fff;
    font-family: Unison, sans-serif;
    font-size: 23px;
    line-height: 32px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
}

#concours form .form_part{
	display: block;
    margin-bottom: 30px;
}

#concours form .form_part label{
	display: block;
    font-size: 17px;
    margin-bottom: 10px;
}

#concours form .form_part input{
	display: block;
    width: 100%;
    padding: 8px 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
}

#concours form .separator{
	display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 70px 0 60px;
}

#concours form .button{
display: inline-block;
text-decoration: none;
font-weight: 700;
font-size: 17px;
border-left: 1px solid #fff;
line-height: 37px;
padding: 0 20px;
color: #fff;
height: 38px;
border: 1px solid #fff;
background-image: none;
position: relative;
background-color: transparent;
cursor: pointer;
}

#concours .form_response{
	display: block;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin: 50px auto -70px;
}

#concours .form_response p{
	margin: 0;
	text-align: center;
	color: #29c229;
	font-size: 20px;
	line-height: 27px;
	font-weight: 600;
}

#concours .form_response.error p{
	color: #cf0e0e;
}

/* ***** NEWS ***** */

#news{
}

#news .intro{
display: block;
width: 100%;
height: 600px;
background-image: url(images/non-home-intro-background-2024.jpg);
background-position: top center;
background-size: cover;
position: relative;
max-width: 2200px;
margin: 0 auto;
z-index: 2;
}

#news .intro.single_news_intro{
background-position: center;
}

#news .intro.single_news_intro .contain-image{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
z-index: 2;
}

#news .intro.single_news_intro .background{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: 1;
filter: blur(8px);
-webkit-filter: blur(8px);
}

#news .intro h1{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: white;
text-align: center;
font-weight: 600;
display: block;
font-size: 40px;
line-height: 55px;
}

#news .intro .scroll_icon{
position: absolute;
width: 50px;
height: 50px;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
background-image: url(images/scroll-down-white.svg);
background-size: 25px;
margin-left: 20px;
background-repeat: no-repeat;
animation: 1s ease-in 0s infinite alternate scroll_animation;
z-index: 5;
}

#news .c1{
padding: 150px 0;
}

#news .no-news{
text-align: center;
}

#news .c1 .item{
text-decoration: none;
display: block;
}

#news .c1 .item+.item{
margin-top: 150px;
}

#news .c1 .image{
width: 460px;
height: 305px;
overflow: hidden;
clip-path: polygon(0 0%, 100% 0, 60% 100%, 0 100%);
display: inline-block;
vertical-align: middle;
}

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

#news .c1 .content{
display: inline-block;
vertical-align: middle;
width: calc( 100% - 530px );
margin-left: 50px;
position: relative;
}

#news .c1 .content:after{
content: "";
width: 815px;
height: 335px;
position: absolute;
left: -215px;
top: -40px;
background-image: url(images/news-c1-deco.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: left top;
z-index: -1;
}

#news .c1 .content h2{
font-size: 24px;
line-height: 34px;
}

#news .c1 .date{
display: block;
color: #b5b5b5;
text-transform: uppercase;
font-size: 13px;
}

#news .c1 .short_description{
display: block;
font-size: 13px;
line-height: 23px;
margin-top: 8px;
color: #fff;
}

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

#news .microdata{
display: none;
}

#news .c2{
padding: 100px 0 150px;
}

#news .c2 .date{
display: block;
color: #b5b5b5;
text-transform: uppercase;
font-size: 13px;
max-width: 800px;
margin: 0 auto;
}

#news .c2 h1{
max-width: 800px;
margin: 10px auto 30px;
}

#news .c2 .content{
max-width: 800px;
margin: 0 auto;
color: #fff;
}

#news .c2 .content p{
margin-bottom: 16px;
}

#news .c2 .content h2{
font-size: 26px;
line-height: 38px;
font-style: unset;
color: #fff;
padding: 20px 0px;
}

#news .c2 .pdfs{
	margin-top: 50px;
	text-align: center;
}

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

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

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

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

#news .c2 .demo-gallery{
display: flex;
margin-top: 50px;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

#news .c2 .demo-gallery .item{
width: 25%;
height: 200px;
overflow: hidden;
}

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

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

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

#news .c2 .items_nav .liste{
font-weight: 700;
font-size: 17px;
line-height: 17px;
border: 1px solid #0A2D80;
padding: 10px 20px;
color: #0A2D80;
text-decoration: none;
}

#news .c2 .items_nav .prev{
font-weight: 700;
font-size: 17px;
line-height: 17px;
border: 1px solid #0A2D80;
padding: 10px 20px;
color: #0A2D80;
text-decoration: none;
margin-right: 20px;
}

#news .c2 .items_nav .next{
font-weight: 700;
font-size: 17px;
line-height: 17px;
border: 1px solid #0A2D80;
padding: 10px 20px;
color: #0A2D80;
text-decoration: none;
margin-left: 20px;
}


/* ***** CALENDRIER ***** */

#calendrier{
}

#calendrier .intro{
display: block;
width: 100%;
height: 600px;
background-image: url(images/calendrier-intro-background-2024.jpg);
background-position: top center;
background-size: cover;
position: relative;
max-width: 2200px;
margin: 0 auto;
}

#calendrier .intro h1{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: white;
font-weight: 600;
display: block;
font-size: 40px;
line-height: 55px;
text-align: center;
}

#calendrier .intro .scroll_icon{
position: absolute;
width: 50px;
height: 50px;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
background-image: url(images/scroll-down-white.svg);
background-size: 25px;
margin-left: 20px;
background-repeat: no-repeat;
animation: 1s ease-in 0s infinite alternate scroll_animation;
z-index: 5;
}

#calendrier .c1{
padding: 150px 0;
}

#calendrier .no-news{
text-align: center;
}

#calendrier .c1 .course{
text-decoration: none;
display: block;
text-align: center;
position: relative;
}

#calendrier .c1 .course+.course{
margin-top: 100px;
}

#calendrier .course .circuit{
width: 270px;
display: inline-block;
margin-right: 80px;
position: relative;
vertical-align: top;
}

#calendrier .course .circuit .image{
height: 270px;
width: 100%;
}

#calendrier .course .circuit .image img{
height: 100%;
width: 100%;
object-fit: contain;
}

#calendrier .course .circuit .title{
width: 100%;
padding: 8px 15px;
box-sizing: border-box;
color: white;
background-color: #FFCD00;
text-align: center;
margin-top: 10px;
font-family: Unison, sans-serif;
}

#calendrier .course .content{
display: inline-block;
width: calc( 100% - 550px );
vertical-align: top;
text-align: left;
}

#calendrier .course .content h2{
font-size: 24px;
line-height: 34px;
}

#calendrier .course .date{
display: block;
color: #FFCD00;
text-transform: uppercase;
font-size: 20px;
font-weight: 600;
}

#calendrier .course .description{
display: block;
font-size: 18px;
margin-top: 8px;
}

#calendrier .course .button{
margin-top: 20px;
}

#calendrier .course .resultat{
position: absolute;
top: -32px;
left: 238px;
width: 120px;
height: 120px;
background-image: url(images/icon-trophe.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
}

#calendrier .course .resultat span{
position: absolute;
top: 39%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 25px;
font-weight: 700;
color: #FFCD00;
}


/* ***** PRESS ***** */

#press{
}

#press .intro{
display: block;
width: 100%;
height: 600px;
background-image: url(images/press-intro-background.jpg);
background-position: top center;
background-size: cover;
position: relative;
max-width: 2200px;
margin: 0 auto;
}

#press .intro h1{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: white;
font-weight: 600;
display: block;
font-size: 40px;
line-height: 55px;
text-align: center;
}

#press .intro .scroll_icon{
position: absolute;
width: 50px;
height: 50px;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
background-image: url(images/scroll-down-white.svg);
background-size: 25px;
margin-left: 20px;
background-repeat: no-repeat;
animation: 1s ease-in 0s infinite alternate scroll_animation;
z-index: 5;
}

#press .c2{
padding: 150px 0;
justify-content: center;
}

#press .c2 a{
width: 100%;
max-width: 600px;
margin: 0 auto 30px;
display: block;
transition: all 0.4s;
}

#press .c2 a:hover{
	transform: scale(1.1);
}

#press .c2 a img{
width: 100%;
height: auto;
}

#press .c4{
padding: 80px 0 150px;
}

#press .c4 .button{
display: block;
width: fit-content;
margin: 40px auto 0;
}

#press .item{
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin: 0 2% 50px;
	position: relative;
}

#press .item a{
	text-decoation: none;
}

#press .item .image{
	width: 100%;
	height: 450px;
	overflow: hidden;
}

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

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

#press .item span{
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #fff;
	color: #1D1D1B;
	padding: 5px 14px;
	font-size: 14px;
	line-height: 18px;
}


/* ***** VIP ***** */

#vip{
}

#vip .intro{
display: block;
width: 100%;
height: 600px;
background-image: url(images/vip-intro-background-2025.jpg);
background-position: bottom -50px center;
background-size: cover;
position: relative;
max-width: 2200px;
margin: 0 auto;
}

#vip .intro h1{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: white;
font-weight: 600;
display: block;
font-size: 40px;
line-height: 55px;
text-align: center;
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.52);
}

#vip .intro .scroll_icon{
position: absolute;
width: 50px;
height: 50px;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
background-image: url(images/scroll-down-white.svg);
background-size: 25px;
margin-left: 20px;
background-repeat: no-repeat;
animation: 1s ease-in 0s infinite alternate scroll_animation;
z-index: 5;
}

#vip .c1{
padding: 0 0 150px;
position: relative;
overflow-x: hidden;
overflow-y: visible;
}

#vip .c1 .content{
display: inline-block;
width: 10%;
margin-right: 5%;
vertical-align: top;
}

#vip .c1 .image{
display: inline-block;
width: 77%;
height: 360px;
vertical-align: top;
transition: all 0.8s;
}

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

#vip .c1:after{
content: "";
height: 60px;
width: calc(1200px + (100% - 1200px)/2);
position: absolute;
right: 0;
bottom: 170px;
background-image: url(images/home-c2-deco-1.svg);
background-repeat: no-repeat;
background-position: center right;
z-index: 1;
}

#vip .c2{
padding: 150px 0;
display: flex;
flex-direction: row-reverse;
justify-content: center;
}

#vip .c2 .content{
width: 47%;
margin-left: 5%;
}

#vip .c2 .content h2+ul{
margin-top: 40px;
}

#vip .c2 .content ul{
list-style: none;
margin: 20px 0;
padding-left: 30px;
}

#vip .c2 .content ul li{
display: block;
padding-left: 20px;
background-image: url(images/icon-list-yellow.svg);
background-size: 10px;
background-repeat: no-repeat;
background-position: left center;
margin-bottom: 15px;
color:#fff;
}

#vip .c2 .content ul li .heures{
font-weight: 700;
color: #FFCD00;
display: inline-block;
width: 52px;
}

#vip .c2 .content .important{
font-weight: 700;
color: #fff;
}

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

#vip .c2 .image{
width: 30%;
height: 450px;
transition: all 0.8s;
}

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

@media screen and (max-width: 1550px){
	#vip .c1 .image {
		position: relative;
		left: -70px;
	}
}


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


#legal{
text-align:center;
padding-top:200px;
padding-bottom:150px;
color: #fff;

}

#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:#282828;
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:#282828;
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:#282828;
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-top: 200px;
padding-bottom: 150px;
}

#e404 .main_width{
}

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


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

#footer{
width:100%;
text-align:center;
background-color: #0f0f0f;
position: relative;
padding-bottom: 20px;
}

#footer .microdata{
	display: none;
}

#footer .main_width{
background-color: #0f0f0f;
z-index: 2;
position: relative;
}

#footer:before{
content:"";
position: absolute;
width: calc(1200px + (100% - 1200px)/2);
height: 60px;
top: -15px;
left: -1px;
background-image: url(images/footer-belgium-flag.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: right top;
z-index: 1;
}

#footer .content{
padding: 100px 0 60px;
text-align: center;
}

#footer .content .logo{
display: inline-block;
width: 26%;
margin-right: 9%;
vertical-align: top;
}

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

#footer .content .partners{
display: inline-block;
width: 53%;
vertical-align: middle;
text-align: center;
margin-top: 19px;
}

#footer .content .partner{
display: inline-block;
vertical-align: middle;
width: 26%;
margin: 0 3%;
text-align: center;
}

#footer .content .partner{
margin: 30px 3% 0;
}

#footer .content .partner img{
max-width: 77%;
max-height: 70%;
height: auto;
}

#footer .content .partners-important{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #282828;
}

#footer .content .partners-important .partner{
width: 32%;
margin: 0 6%;
}

#footer .content .partners-important .partner img{
	max-width: 95%;
}

#footer .content .partners-important .partner img.small{
	max-width: 60%;
}

#footer .content .partners-important .partner:nth-of-type(n+3){
	margin-top: 25px;
}

#footer .content .partners-important .partner.last{
	margin-top: 40px;
    width: 40%;
}

#footer .content .partners-important img{
filter: grayscale(0);
}

#footer .contact{
margin-top: 80px;
}

#footer .contact .item{
display: inline-block;
width: 335px;
text-align: center;
}

#footer .contact .item+.item{
margin-left: 50px;
}

#footer .contact .name{
color: white;
opacity: 0.65;
font-size: 30px;
line-height: 35px;
font-weight: 900;
font-style: italic;
text-transform: uppercase;
}

#footer .contact a{
color: white;
text-decoration: none;
font-size: 18px;
}

#footer p.copyright{
font-size: 14px;
margin: 0;
padding: 20px 0px 35px;
text-align: center;
position: relative;
color: white;
}

#footer p.copyright a:last-of-type{
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
}

#footer .copyright a img{
display: inline-block;
width: 94px;
height: auto;
opacity: 0.65;
}


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

.grecaptcha-badge { 
	visibility: hidden; 
}


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

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

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

.fade_container {
    overflow-x: hidden;
}