:root {
  --color1: #1E1E1E;
  --color2: #FFB2D3;
  --color3: #F083B2;  
  --color4: #D3000F;
  --color5: #60394A;
; 
}


body, html {
    font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 18px;
	color:var(--color1);
	font-weight: 400;
	min-height: 100%;
	
	text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	
	overflow-x: hidden;

}



body{
    	background: linear-gradient(180deg, #0177BD 0%, var(--color3) 100%);
}


html{
background-repeat: no-repeat;
background-position:top center;
	
-webkit-animation: fadein 1s; 
-moz-animation: fadein 1s; 
-ms-animation: fadein 1s; 
-o-animation: fadein 1s; 
animation: fadein 1s;	

	
}


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


a {
	color:var(--color1);
	transition: color 0.5s;
	position: relative;
	display: inline-block;
    text-decoration: underline;
}

 a.active:after, .link_underline a:after{
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
    position: absolute;
}

a:hover{
	text-decoration:none;

}


p {
	 line-height: 1.4em;
     padding-bottom: 20px;
}



h1, h2, h3, h4, h5{ 
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 400;
	font-feature-settings: 'clig' 0;
	font-style: normal; 
	line-height: 1.2em;
	color: var(--color1);
}



h1 {
	font-size: 160px;
	padding-bottom:15px;
	color: #FFFFFF;
	font-weight: 700;
    text-align: center;
	text-transform: uppercase;
}




h2 {
    color: #FFFFFF;
	font-size: 64px;
	font-weight: 500;
	padding-bottom:15px;
	line-height: 1.1em;
}

body.home h2{
	font-size: 160px;
	color: #FFFFFF;
	font-weight: 700;
    text-align: center;
	text-transform: uppercase;
}

body.onepage h2{
	margin-bottom: 48px;
}

h3{

   font-size: 24px;

}


.btn_decouvrir{
	background-image: url('/img/decouvrir.svg');
	background-position: right center;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 60px;
	padding-right: 80px;
	text-decoration:none;
}

.btn_background{
	background: #FFFFFF;
	border-radius: 100px;
	padding: 15px 25px;
	width: 100%;
	max-width: 466px;
	text-align: center;
	color: var(--color3);
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
    text-decoration:none;
}

.btn_background_big{
	padding: 25px 25px !important;
    text-decoration:none;
}
.btn_background_little{
	padding: 12px 46px !important;
    font-size: 16px;
    width: auto;
    text-decoration:none;
}

.btn_savoir_plus_fleche{
    background-image: url('/img/btn_fleche.svg');
	background-position: right center;
	background-repeat: no-repeat;
    padding-right: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration:none;
}

.btn_container{
	width: 100%;
	text-align: center;
	padding: 20px 0px;
    text-decoration:none;
}

.btn_reservation, .btn_submit, .btn_presse{
font-style: normal;
font-weight: 800;
font-size: 14px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
background: var(--color4);
border-radius: 100px;
    text-decoration: none;
    width: 160px;
    max-width: 100%;
 line-height: 38px;  
}

.btn_reservation_plus{
 background: var(--color5) !important;   
}

.btn_back{
    padding-left: 40px;
    background-image: url('/img/btn_fleche_back.svg');
	background-position: left center;
	background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 30px;
}

span.losange_couche {
  display: inline-block;
  width: 59px;
  height: 34px;
  background-color: var(--color4); 
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
span.losange_droit {
  display: inline-block;
  width: 20px;  
  height: 35px; 
  background-color: var(--color4);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.credit_photo{
	margin-top: 10px;
	font-size: 10px;
}

.mobile{
	display: none;
}
.nomobile{
	display: block;
}


img {
	border: 0px;
	max-width:100%;
}



table , iframe{
	width: 100%;
}

.clear {
	clear: both;
}

*:focus {
    outline: 0;
}




.myhr, hr{
	position: relative;
	width: 100% ;
	background-color: var(--color1);
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: none;
}

/*[data-monoaos]{
	opacity: 0;
}*/


img:not([src]):not([srcset]) {
  visibility: hidden;
}

.lazy_alpha {
opacity: 0;
}
.lazy_alpha:not(.initial) {
transition: opacity 1.5s;
}
.lazy_alpha.initial,
.lazy_alpha.loaded,
.lazy_alpha.error {
opacity: 1;
}


/*/////////////LINKS  BTN /////////*/


.firstlink, .ajaxpopup {
	cursor: pointer;
}



/*/////////////VIDEOS  /////////*/

.videobackcountainer{
	overflow: hidden;
}

.makeitfull{
	overflow:hidden;
	
}
.makeitfull > iframe, .makeitfull > img, .makeitfull > video{
	position:absolute;
	top:50%;
	left:50%;
	
	-webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.videobackcountainer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}

.videobackcountainer video {
  visibility: hidden;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}


/*/////////////CONTENT INSIDE CONTAINER  /////////*/

#content{
	position:relative;
	min-height: 100vh;
	margin-top: 157px;
	z-index: 0;
}


.inside{
     box-sizing: border-box;
	position: relative;
	margin: auto;
	width: 100%;
	padding: 0px 20px;
    max-width: 1440px;
}

.inside_little{
     box-sizing: border-box;
	position: relative;
	margin: auto;
	width: 100%;
	padding: 0px 20px;
    max-width: 954px;
}


.container ul li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.container ul li::before {
    content: "";
	width: 10px;
	height: 1px;
	background-color: #323232;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    left: 0px;
}

/*///////////// MENU /////////*/
#mobile_menu:not(.mm-menu){
	display:none;
}

.mm-wrapper:not(.mm-wrapper--opened) #mobile_menu{
	visibility: hidden;
}

#menu_barre{
	width: 100%;
	position: fixed;
	z-index: 1;
	background-color: var(--color3);
	padding: 24px 20px 32px 20px;
	box-sizing: border-box;
    top: 0px;
    left: 0px;
}

#menu_barre .inside{
	display: flex;
	justify-content:space-between;
	align-items: center;
	padding: 0px 0px;
	position: unset;
}
.logo_container{
	display: flex;
}
.menu_date{
	padding-left: 36px;
	font-weight: 500;
	text-transform: uppercase;
}


.menu_container{
	display: flex;
	align-items: center;
}


#menu{
	display: flex;
	align-items: center;
}

#nav {
	list-style: none;
	float: left;
		
}
#nav li {
	float: left;
		
}

#nav  li a{
	font-size:18px;
	 margin-right: 40px;
	font-weight: 800;
	text-transform: uppercase;
    padding-bottom: 4px;
    text-decoration:none;
		
}
#nav  li a:hover{

}

.menu_social img{
	padding-left: 24px;
}


/*///////////// MENU OPEN MOBILE /////////*/


.menu_open .menu_container{
   display: block !important;
  position: absolute;
  height: 100vh;
  z-index: 999999;
  background-color: var(--color3);
  top: 80px;
  left: -20px;
  right: -20px;	
}
	


.menu_open #menu{
flex-direction: column;
padding-top: 20px;
}


.menu_open #nav li {
  float: left;
  width: 100%;
  text-align: center;
    padding: 18px 0px 0px 0px;
    display: block;
}

.menu_open #nav li a {
  font-size: 50px;
}

.menu_open #nav li ul {
  display: block;
  position: relative;

  width: 100%;

}
.menu_open #nav li:hover ul {
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
  border-radius: 0px;
}

.menu_open #nav li ul li {
  padding: 10px 0px 0px 0px;
}

.menu_open #nav li ul li a {
  font-size: 20px;

}

.menu_open .menu_social {
  text-align: center;
  margin-top: 40px;  
}
.menu_open .menu_social  img {
  padding-left: 12px;
  padding-right: 12px;
}
/*///////////// MENU SOUS /////////*/
#nav  li ul{
	display: flex;
	justify-content: space-around;
	position: absolute;
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: var(--color3);
}
#nav  li ul li{
	display: none;
}
#nav  li:hover ul{
	padding-top: 60px;
	padding-bottom: 60px;
	box-shadow: 0px 90px 80px rgba(0, 0, 0, 0.6);

	border-radius: 0px 0px 40px 40px;
}
#nav  li:hover ul li{
	display: block;
}

#nav  li ul li a{
	margin: 0px;
	padding-right: 38px;
	padding-left: 38px;
	background-image: url('/img/losange.svg');
	background-position: left center;
	background-repeat: no-repeat;
}

/*///////////// CAROUSEL /////////*/
.swiper-fleche-prev{
	position: absolute;
	top: 0px;
	left: 66px;
	width: 60px;
	height: 100%;
  background-image: url('/img/swiper_left.svg');
  background-position: center center;
  background-repeat: no-repeat;
	z-index: 9;
    cursor: pointer;
}

.swiper-fleche-next{
	position: absolute;
	top: 0px;
	right: 66px;
	width: 60px;
	height: 100%;
  background-image: url('/img/swiper_right.svg');
  background-position: center center;
  background-repeat: no-repeat;
	z-index: 9;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #FFFFFF !important;
}

.swiper-pagination {
  margin-bottom: -40px;
}

.home .swiper-pagination {
  margin-bottom: 40px;
}
.swiper-button-disabled{
    opacity: 0.5;
}
a.swiper-slide{
    text-decoration: none;
    
}
/*///////////// HOME /////////*/
.home_intro_carousel_container{
	position: relative;
  padding: 100px 100px;
  background-image: url('/img/fond_carousel_home.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
}
#home_intro_carousel {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.24%, rgba(0, 0, 0, 0.3) 73.31%);
box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.5);
border-radius: 40px;
}

#home_intro_carousel .swiper-slide{
	aspect-ratio: 1196 / 620;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    
    display: flex;
    align-items: end;
}

.home_intro_carousel_content{
    padding: 80px;
    z-index: 1;
}
.home .home_intro_carousel_content h2{
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    color: #FFFFFF;
    text-transform: none;
}

.home .home_intro_carousel_content h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#home_intro_carousel .swiper-slide:before{
	position: absolute;
	content: '';
	left:0px;
	top: 0px;
	width: 100%;
	height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.24%, rgba(0, 0, 0, 0.3) 73.31%);
}

#home_intro_carousel .swiper-slide .btn_decouvrir{
	position: absolute;
	bottom: 62px;
	right: 80px;
	
}


.home_parcours_container{
	
}

#home_parcours_carousel{
overflow: initial;
padding: 60px;
}




#home_parcours_carousel .swiper-slide{
	aspect-ratio: 954 / 558;
	background: var(--color2);
	background-blend-mode: screen, normal;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
	border-radius: 40px;
	opacity: 0.6;
	transition: opacity 0.6s ease-in-out;
	font-size: 20px;
	padding: 50px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}




#home_parcours_carousel .swiper-slide.swiper-slide-active{
opacity: 1;	
}


.parcours_carousel_titre{
  font-size: 100px;
  font-weight: 500;
  line-height: normal;
	text-transform: uppercase;
}




.home_newsletter{
 padding: 62px 124px;
background: var(--color2);
border-radius: 40px;
filter: drop-shadow(0px 60px 80px rgba(0, 0, 0, 0.5));
margin-bottom: 60px;
display: flex;
}

.home_newsletter_text{
font-weight: 700;
font-size: 27px;
grid-column: span 5;
}

.home_newsletter_form{
grid-column: 7 / span 5;	
position: relative;
}



.home_newsletter_form .inf-submit{
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;	
}
.home_newsletter_form .inf-submit input{
	margin: 0px !important;
	background-image: url('/img/btn_newsletter.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	width: 60px;
	height: 60px;
	content: '';
	font-size: 0px;
}

/*///////////// PAGES EVENTS SEARCH /////////*/

.events h1{
    margin-bottom: 60px;
    
}


.events_search{
	display: flex;
	gap: 20px;
	margin: 0px 0px 110px 0px;
	justify-content: space-between;
	align-items: flex-end;
}

.events_search .btn_background,  .events_programme_PDF .btn_background{
  color: #000000;
  font-size: 14px;
	width: auto;
}
.events_programme_PDF{
    width: 100%;
    text-align: right;
    margin-bottom: 50px;

}
.events_programme_PDF a{
    background-image: url('/img/btn_telecharger.svg');
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    padding-right: 50px; 
}


.events_search label{
	font-size: 14px;
	font-weight: 700;
}


.events_listing_passed{
	margin-top: 60px;
	
}




.select2-container{
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
    border-radius: 25px;
    min-width: 160px;

}
.select2-container .select2-selection--single {
	line-height: 49px;
    height: auto;
}
.select2-container--open{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open.select2-container--above{
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.select2-dropdown{
    box-shadow: 0px 60px 80px rgba(0, 0, 0, 0.6);
    border: none !important;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-bottom: 20px;
}


.select2-dropdown.select2-dropdown--above{
box-shadow: 0px -60px 80px rgba(0, 0, 0, 0.6) !important;
border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}


.select2-container .select2-selection--single .select2-selection__rendered, .select2-results__option  {
  padding-left: 18px;
}

.select2-results__option--highlighted{
	background-color:var(--color3);
	color: #FFFFFF;

}

.select2-results > .select2-results__options {
  max-height: 260px;
  overflow-y: auto; 
}

.select2-search input{
    height: 18px !important;
    font-size: 12px;
    margin: 10px;
    width: calc(100% - 20px) !important;
}


.select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}
 .select2-selection__arrow b {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  height: 0;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
  border-width: 0 4px 5px 4px;
}

/*///////////// PAGES EVENTS LISTING /////////*/
.event_item{
position: relative;
background: #FFFFFF;
border-radius: 50px;
overflow: hidden;
font-size: 16px;   
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
}
.event_item_image{
aspect-ratio: 345 / 236;
position: relative;
}
.event_item_image img{
width: 100%;
height: 100%;
object-fit: cover;
}


.event_item_encart_top{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: var(--color3);
    font-size: 16px;
    color: #FFFFFF;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}


.event_item_encart_top_passed{
    background-color: #60394A;
}




.event_item_encart{
    position: absolute;
    left:0px;
    padding:0px 30px;
    bottom: 24px;
    font-weight: 700;
    display: flex;
    flex-direction: column;

}

.event_item_marathon{
    background-color: #008B39;
    text-align: center;
    border-radius: 500px;
    padding: 8px 22px;
    margin-bottom: 6px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration:none;
}

.event_item_parcours{
     background-color: #FFFFFF;

    text-align: center;
    border-radius: 500px;
    padding: 8px 22px;
    margin-bottom: 6px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration:none;
}

.event_item_contenu{
    padding: 30px;
    box-sizing: border-box;
}
.event_item_type{
    position: relative;
    padding-left: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    
}

.event_item_type span{
  display: block;
  height: 20px;
  width: 20px;
 border-radius: 500px;
  background-color: inherit;
  position: absolute;
  left: 0px;
  top: 2px;
}

.event_item_type a{
    padding-right: 30px;
    height: 25px;
    background-image: url('/img/btn_event_item_type.svg');
    background-repeat: no-repeat;
    background-position: right center;
}

.event_item_contenu h2{
    font-size: 20px;
    font-weight: 700;
	color: var(--color1);
}
.event_item_contenu a{
    text-decoration: none;
}
.event_item_btn_container{
    padding: 0px 30px 30px 30px;
}
.event_item .btn_background{
    background-color:var(--color3); 
    color: #FFFFFF;
    width: 100%;
    max-width: 100%;
    padding: 12px 0px !important;
}
.event_item .event_item_btn_passed{
    background-color:#60394A; 
    color: #FFFFFF;
}

.events_type_container{
	padding-top: 100px;
}


.event_item_infos{
	padding-left: 30px;
	padding-bottom: 10px;
	background-image: url('/img/icone_info.svg');
	background-position: left top;
	background-repeat: no-repeat;
}
/*///////////// PAGES EVENTS DETAIL /////////*/
.event_detail_bandeau{
    position: relative;
    aspect-ratio: 1440 / 800; 
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    overflow: hidden;
    padding: 80px;
    box-sizing: border-box;
    margin-bottom: 80px;
}
.event_detail_bandeau_fond{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.77%, #000000 86.61%);
}

.event_detail_bandeau_content{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    
}
.event_detail_bandeau h1{
    font-size: 64px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: left;
}
.event_detail_bandeau_dates{
    color: #FFFFFF;
     font-size: 20px;
    font-weight: 600;
}

.event_detail_bandeau_infos{
    display: flex;
    margin-bottom: 12px;
}
.event_detail_bandeau_type{
    margin-right: 30px;
    color: #FFFFFF;
    line-height: 32px;
    display: flex;
    font-size: 20px;
    font-weight: 600;
}
.event_detail_bandeau_type span{
    margin-right: 20px;
}
.event_detail_bandeau_infos a{
    margin-left: 10px;
}
.event_detail_content_soustitre{
    font-size: 64px;
    font-weight: 500;
    color: #FFFFFF;
    max-width: 580px;
    margin-bottom: 40px;
}

.event_detail_content_intro{
    font-size: 27px;
    font-weight: 700;
}
.event_detail_content_infos_plus{
	font-size: 14px;
	
}

.event_detail_decouvrir_titre{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.events_carousel_container{
    position: relative;
}

.events_carousel_container .swiper-fleche-prev {
  left: -80px;
}
.events_carousel_container .swiper-fleche-next {
  right: -80px;
}
.event_detail_programme_container{
 grid-column: 8/ span 5 !important;
}
.event_detail_programme {
background: var(--color2);
border-radius: 40px;
padding: 40px;

}

.event_detail_icone{
    width: 50px;
}
.event_detail_icone svg{
    width: auto;
    height: 30px;
}
.programme_icones{

    background-position: left center;
    background-repeat: no-repeat;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;

}
.event_detail_icone_texte_btn {
  display: flex;
}

.event_detail_icone_texte_little{
    font-size: 16px;
    font-weight: 400;
}

.programme_icones .btn_reservation{
    margin-top: -20px;
}

.event_detail_icone_btn_full a{
  width: 100% !important;  
  margin-bottom: 20px;
}

/*.event_detail_date{
    text-transform: lowercase;
}
.event_detail_date span{
     text-transform: capitalize !important;
}*/

/*///////////// FORMULAIRE INSCRIPTION /////////*/

.reservations_popup_form .reservationitem_col {
  width: calc(25% - 10px);
  float: left;
  margin-right: 10px;
    margin-bottom: 20px;
}

.reservations_popup_form .btn_submit{
    margin-top: 20px;
    margin-bottom: 40px;
}
.reservations_popup_form .addline{
    margin-top: 20px;
}
.delete_line {
  margin-top: 16px;
}

/*///////////// PAGES PARCOURS /////////*/


.parcours_item{
    width: 100%;
    max-width: 954px;
    aspect-ratio: 954 / 558;
    position: relative;   
    background-size: cover;
    background-position: center center;
   
    border-radius: 40px;
    padding: 50px 50px 35px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 50px 0px 0px 0px;
    position: relative;
    overflow: hidden;
}

.parcours_item_titre{
    z-index: 1;
}

.parcours_item_titre h2{
    color: #FFFFFF;
    font-size: 80px;
    text-transform: uppercase;
    
}
.parcours_item_texte{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    max-width: 480px;
    margin: 0px 0px 0px 0px;
       z-index: 1;
}



.parcours_item_fond{
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    
}
/*///////////// PAGES /////////*/
.page_intro_container{
    gap: 0px !important;
    margin-bottom: 56px;
}
.page_intro{
    font-weight: 600;
    font-size: 27px;
}
.page_intro_suite{
    font-weight: 400;
    font-size: 20px;
}

.page_event_day{
    font-size: 20px;
    font-weight: 600;
    padding: 58px 0px;
    text-transform: uppercase;
}

.page_event_item_light_content{
    display: flex;
    flex-direction: column;
    align-content: space-between;
     font-size: 20px;
    padding-bottom: 6px;
}
.page_event_item_light_title{
    font-weight: 700;
    font-size: 20px;
}

/*///////////// PRESSE /////////*/
.presse h2{
	font-weight: 500 ;
	font-size: 64px ;
	color: #FFFFFF ;
	margin-bottom: 60px;
	
}

.presse h2.presse_titre_annee_precedente{
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	color: var(--color1);
	margin-top: 100px;
	 margin-bottom: 20px;
}

.presse_item_photo{
	aspect-ratio: 345 / 236; 
	width: 100%;	
	border-radius: 25px;
	overflow: hidden;
}


.presse_item{
	font-size: 16px;
	font-weight: 400;	
}

.presse_item_container{
	display: flex;
	flex-direction: column;
	align-content: space-between;
	
}

.presse_item_content h3{
	font-size: 20px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 30px;
}

.btn_presse{
	width: 100% !important;
	margin-top: 30px;
}

/*///////////// PARTENAIRES /////////*/
.partenaires_type{
	margin-top: 100px;
}
.partenaires_logo{
	display: flex;
	align-items: center;
}
.partenaires_logo img{
	max-width: 100%;
}


.partenaires_categories_container{
	margin-top: 100px;
}
.partenaires_categories {
	display: flex;
	align-content: space-between;
	margin-bottom: 140px;

}

.partenaires_categories_titre{
   width: 360px;
   min-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.partenaires_categories_titre h3 {
  font-weight: 700;
  font-size: 27px;
  line-height: 34px;
  color: var(--color1);
  margin: 0;
  white-space: nowrap;
  z-index: 9;
}

.partenaires_categories_titre span {
  font-weight: 800;
  font-size: 180px;
  line-height: 250px;
  text-transform: uppercase;
  color: var(--color2);
  display: block;
  position: absolute;
}

.partenaires_categories_content ul{
	columns:3;
	list-style: none;
}

/*///////////// ARCHIVES  /////////*/
.archives_item {
    margin-bottom: 60px;
}
.archives_item h2{
    font-size: 20px;
	color: #1E1E1E;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 27px;
}

.archives_item_img{
border-radius: 25px;
	overflow: hidden;
}
/*///////////// BLOCS  /////////*/

.bloc_color_container{
background: var(--color2);
border-radius: 50px;
padding: 100px;
    margin-bottom: 150px;
}

.bloc_color_container h2{
color: var(--color1);
}



.bloc_partenaires_carousel_container{
	overflow: hidden;
    padding-top: 100px;
    padding-bottom: 80px;
}

 #bloc_partenaires_carousel{
	overflow: initial;
/*	max-width: 300px;*/
	margin: auto;
}
 #bloc_partenaires_carousel .swiper-slide{
opacity: 0.4;	
}

 #bloc_partenaires_carousel .swiper-slide.swiper-slide-active{
opacity: 1;	
}


#bloc_partenaires_carousel .swiper-slide{
    height: 150px; /* ou la hauteur que tu veux */
    display: flex;
    align-items: center;
    justify-content: center;
}

 #bloc_partenaires_carousel .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

 .bloc_intro_carousel_container .swiper-pagination  {
  margin-bottom: 60px !important;
}


 .bloc_partenaires_categories_container  {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}
 .bloc_partenaires_categories {
    aspect-ratio: 345 / 250; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* centre le span verticalement */
    position: relative;
    text-align: center;
}

/* H3 en haut centré horizontalement */
 .bloc_partenaires_categories h3 {
    font-weight: 700;
    font-size: 27px;
    line-height: 34px;
    color: var(--color1);
    margin: 0;
 
    white-space: nowrap;
    z-index: 9;
}

/* Span au centre */
 .bloc_partenaires_categories span {
    font-weight: 800;
    font-size: 180px;
    line-height: 250px;
    text-transform: uppercase;
    color: var(--color2);
    display: block;
       position: absolute;
}




	.bloc_affiche_container{
		padding: 60px 122px 60px 122px; 

	background-color: #000000;
	border-radius: 50px;

	}

  .bloc_affiche_container  .affiche_carousel2 {
      height:30%;
      width: 100%;
    }

  .bloc_affiche_container  .affiche_carousel .swiper-slide-thumb-active {
      opacity: 1;
    }

 .affiche_carousel_fleche_container   .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

 .bloc_affiche_container .affiche_carousel2{
	 padding-bottom: 40px;
	 background: #000000;
 }

 .bloc_affiche_container .affiche_carousel2 .btn_background_little{
     margin-bottom: 20px;
}

 .bloc_affiche_container .affiche_carousel2 h2{
     font-size: 64px;
 }

.affiche_carousel2 .swiper-slide {
    display: flex;
    justify-content: space-between;
    
}


.affiche_carousel_fleche_container{
	position: relative;
      padding: 0px 120px;
}

.affiche_carousel2_texte{
    width: 60%;
    color: #FFFFFF;
    padding-right: 120px;
    
}

.affiche_carousel2_image{
    width: 40%;
    
}

.affiche_carousel_fleche_container .swiper-fleche-prev {
  left: 0px;
}
.affiche_carousel_fleche_container .swiper-fleche-next {
  right: 0px;
}

/*///////////// FOOTER /////////*/
#footer{
	padding: 76px 0px 50px 0px;
	background-color: var(--color1);
	margin-top: 100px;
}
#footer *{
	color: #FFFFFF !important;
	font-size: 14px;
}

.footer_ligne_1, .footer_ligne_2{
	display: flex;
}
.footer_ligne_1{
	justify-content: space-between;
	padding-bottom: 140px;
	display: flex;
   align-items: center;
}
.footer_rubrique1{
display: flex;
gap: 20px;
}
.footer_social a{
	margin-left: 24px;
	
}

.footer_social svg{
    height: 23px;
}

#footer .btn_background{
	 max-width: 224px;
	color: var(--color3) !important;
	font-size: 14px;
	box-sizing: border-box;
	white-space: nowrap;
}
.footer_copiright{
	margin-right: 15px;
}
.footer_ligne_2 a{
	margin-left: 65px;

}
/*///////////// FRISES /////////*/

.frise{
	height: 318px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: -150px;
	z-index: 9;
	position: relative;
	
}

.onepage .frise{
	margin-bottom: -110px;
}
.frise_1{
	background-image: url('/img/frise_1.svg');
}
.frise_2{
	background-image: url('/img/frise_2.svg');
}
.frise_3{
	background-image: url('/img/frise_3.svg');
}
.frise_programme{
	background-image: url('/img/frise_programme.svg');
}

/*/////////////COLONNE/////////*/

.container_col {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 30px;
}


.span-1 { grid-column: span 1; }
.span-2 { grid-column: span 2; }
.span-3 { grid-column: span 3; }
.span-4 { grid-column: span 4; }
.span-5 { grid-column: span 5; }
.span-6 { grid-column: span 6; }
.span-7 { grid-column: span 7; }
.span-8 { grid-column: span 8; }
.span-9 { grid-column: span 9; }
.span-10 { grid-column: span 10; }
.span-11 { grid-column: span 11; }
.span-12 { grid-column: span 12; }

.center-span-8 { 
  grid-column: 3/ span 8;
    text-align: center;
}
.span-5_droite{
      grid-column: 8/ span 5;
}

.span_image_left{
    text-align: left;
}
.span_image_right{
    text-align: right;
}
.span_image_marge img{
    max-width: 80%;
   border-radius: 40px;
    overflow: hidden;
}

.span_4_colonnes{
    columns:4;
}


/*/////////////DL DT DD/////////*/

 dl {
    break-inside: avoid;
    page-break-inside: avoid; /* Pour l'impression */
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}
dt{
    font-weight: 700;
     font-size: 20px;
}
dd{
    font-size: 16px;
    
}

/*/////////////OPEN CLOSE/////////*/


.openclose_box{
	border-top: 1px solid;
	padding: 10px 0px 20px 0px;
}

.openclose_box .openclose_boxtittle_container {
 cursor:pointer
}

.openclose_boxtittle{
display: flex;
align-items: center;
}
.openclose_boxitem {
 display:none;
 font-size:18px;
 padding:40px 120px 40px 120px;

}

.openclose_box.opened .openclose_boxitem {
 display:block;
}

.openclose_boxtittle h3{
	font-size: 64px;
	padding-left: 60px;
	width: 100%;
	background-image: url('/img/openclose_box_open.svg');
	background-position: right center;
	padding-right: 60px;
	background-repeat: no-repeat;
	
}
.openclose_box.opened .openclose_boxtittle h3{
 	background-image: url('/img/openclose_box_close.svg');
}

.openclose_boxitem_img img{
	width: 100%;
	height: auto;
	border-radius: 40px;
   overflow: hidden;
}


/*///////////// POPUP /////////*/


.overlay {
    background-color:  rgba(0,0,0,.6);
    position: fixed;
    z-index: 500000000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	display:none;
}

body.mybodypopup .overlay {
	display:block;
}

.overlaycontent {

	box-sizing:border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	display: block;
	max-width: 1400px;
	width:100%;
	max-height:100vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: auto;
	box-shadow: 0px 60px 80px 0px #00000040;
      border-radius: 50px;
}

a.overlayclose {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/img/icone_popup_close.svg') !important;
    right: 40px;
    top: 20px;
    width: 60px;
    height: 60px;
    font-size: 0px;
    z-index:9999999999999;
}


 body.mybodypopup{
	overflow: hidden !important;
	

}


.popup_container{
margin: auto;
max-width: 100%;
position: relative;
  background-color: #FFFFFF;
}

.popup_container_contenu_image{



  display: flex;
  position: relative;
  justify-content: space-between;
  overflow-X: hidden;
}

.popup_container_contenu{
	padding: 100px;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
}

.popup_container_titre h1{
	color: #000000;
	font-size: 64px;
	text-transform: none;
	text-align: left;
	font-weight: 500;
	
}

.popup_container_image{
	width: 380px;
	min-height: 400px;
	background-color: #000000;
}

.popup_container_image img{
	object-fit: cover;
	width: 100%;
	height: 100%;



}

.popup_container_white .overlayclose{
  background-image: url('/img/icone_popup_close_black.svg') !important;
}

.popup_container_inscription{
    background: var(--color2);
  border-radius: 40px;
  padding: 40px;
}
/*///////////// FORME /////////*/



input {
	
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 100px !important;
  border: none !important;
  height: 60px !important;
}


::-webkit-input-placeholder {
color:#FFFFFF;
font-size: 14px !important;
opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
color:#FFFFFF;
font-size: 14px !important;
opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
color:#FFFFFF;
font-size: 14px !important;
opacity:1;
}

:-ms-input-placeholder {  
color:#FFFFFF;
font-size: 14px !important;
opacity:1;
}

input.placeholder {
color:#a8a8a8;
font-size: 14px !important;

opacity:1;
}


/* Cacher la case à cocher native */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  width: 24px;
  height: 24px !important;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  transition: background 0.3s ease;
}

/* Style quand cochée */
input[type="checkbox"]:checked {
  background: #0099a1; /* ta couleur principale */
}

/* Ajout d’un "check" visuel */
input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 9px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

input[type="checkbox"]:checked::after {
  opacity: 1;
}

/* Facultatif : alignement label + case */
#contactreservation label {
    font-family: "Plus Jakarta Sans", sans-serif;
    display: inline-block;
    line-height: 24px;
    text-transform: inherit;
    margin-bottom: 0px;
    font-size: 12px;
}
#contactreservation select {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 12px !important;
    color: #2F2F2F !important;
}

div.checkbox{
     margin-top: 20px;
    display: flex;
     vertical-align: middle;
    
}
label.error {
  margin-top: 0px !important;
/*  display: none !important;*/
}

div.select{
    margin-top: 20px;  
}



/*///////////// CookiesConsent /////////*/


.cc-banner .cc-message {
  color: var(--color1) !important;

}

.cc-btn {
 color: var(--color2) !important;
	text-decoration: none;
	font-weight: 700;
}
/*///////////// KEY /////////*/

@keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}



/*///////////// RESPONSIVE /////////*/
@media (max-width: 1140px) {
    
#nav li a {
  margin-right: 20px;
}
.menu_date {
  padding-left: 20px;
}
    
}



@media all and (max-width:1036px){	
    
.mobile{
	display: block;
}
.nomobile{
	display: none;
}
.logo_container{
        flex-direction: column;
 }
.menu_date{
    font-size: 12px;
}
#nav li a {
  margin-right: 0px;
}
    
.inside {
    box-sizing: border-box;
    position: relative;
    margin: auto;
    width: 100%;
    padding: 0px 15px;
	overflow: hidden;
}


	
}
	

@media (max-width: 900px) {
    .home_partenaires_categories_container {
        flex-direction: column;
        align-items: center; /* Pour centrer les éléments en colonne */
        row-gap: 24px; /* Espacement vertical entre les blocs */
    }
}
@media (max-width: 820px) {
	
	body.home h2 {
	font-size: 90px;
	}

	.home_intro_carousel_content {
	padding: 40px;
	}

	.home .home_intro_carousel_content h2 {
	font-size: 30px;
	text-align: left;
	}


	.home .home_intro_carousel_content h3 {
	font-size: 16px;
	}

	.home .swiper-fleche-next {
	right: 0px;
	}

	.home .swiper-fleche-prev {
	left: 0px;
	}
	#home_intro_carousel .swiper-slide {
	align-items: start;
	}
	
	.swiper-pagination {
	margin-bottom: 0px;
	}

	#home_intro_carousel .swiper-slide .btn_decouvrir {
	bottom: 20px;
	right: 40px;
	font-size: 16px;
	padding-right: 40px;
	background-size: 20%;
	}
	.parcours_carousel_titre {
	font-size: 80px;
	}
	.home_newsletter {
	padding: 40px 40px;
	}
	.home_newsletter_text {
	font-size: 22px;
	}
	
	.footer_ligne_1 {
	padding-bottom: 60px;
	align-items: flex-start;
	flex-direction: column;
	gap: 40px;
	}
	
	h1 {
  font-size: 100px;
	}
	
	.events_search {
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
  .events_select_container {
    width: calc(33.33% - 14px);
  }
	.events_search .select2-container{
	width: 100% !important;	
	}
	
	.openclose_boxtittle h3 {
  font-size: 40px;
}
	
	.event_detail_programme_container {
  grid-column: 1/ span 12 !important;
}
	
	.events_carousel_container .swiper-fleche-next {
  right: auto;
  left: -80px;
}
	
	.events_carousel_container .swiper-fleche-prev {
  left: -160px;
}
	
	#events_carousel {
  padding-bottom: 40px;
}
	#events_carousel .swiper-pagination {
    margin-bottom: -10px;
  }
	
	.parcours_item_titre h2 {

  font-size: 80px;

}
	
.bloc_affiche_container {
  padding: 60px;
}
	
.partenaires_categories_content ul {
  columns: 2;
}

.partenaires_categories {
  margin-bottom: 80px;
  flex-direction: column;
}
	
	.partenaires_categories_titre {
  width: 100%;
  margin-bottom: 100px;
}
	
	.span_4_colonnes {
  columns: 2;
}
	
	
	.span-1 { grid-column: span 1; }
	.span-2 { grid-column: span 2; }
	.span-3 { grid-column: span 6; }
	.span-4 { grid-column: span 4; }
	.span-5 { grid-column: span 12; }
	.span-6 { grid-column: span 12; }
	.span-7 { grid-column: span 12; }
	.span-8 { grid-column: span 12; }
	.span-9 { grid-column: span 12; }
	.span-10 { grid-column: span 12; }
	.span-11 { grid-column: span 12; }
	.span-12 { grid-column: span 12; }
	
.parcours_carousel_titre{
  font-size: 80px;
}
.parcours_carousel_text{
   font-size: 14px;
}
    
    
.parcours_item_titre h2{
    font-size: 50px;
}
.parcours_item_texte{
    font-size: 16px;
}    
	
}

@media (max-width: 600px) {
	
	 h1 {
    font-size: 80px;
  }
.bloc_color_container {
  padding: 60px;
  margin-bottom: 80px;
}
	
.affiche_carousel2 .swiper-slide {
  flex-direction: column;
}
.affiche_carousel2_texte {
  width: 100%;
  padding-right: 0px;
}
.affiche_carousel2_image {
  width: 100%;
}
	
#home_parcours_carousel {
  padding: 0px;
}
    
.parcours_carousel_titre{
  font-size: 40px;
}
    
.parcours_item_titre h2{
    font-size: 30px;
}
.parcours_item_texte{
    font-size: 16px;
}       
	
}

@media (max-width: 400px) {
	
.home_intro_carousel_container {
  padding: 10px 10px;	
  margin-bottom: 30px;
	}
	
#home_intro_carousel .swiper-slide {
  aspect-ratio: 1196 / 1660;
	}
	
	.home .swiper-fleche{
		display: none !important;
		
	}
	
  .home  .swiper-pagination {
    margin-bottom: -20px;
  }
	
.btn_background {

  padding: 15px 25px;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
	box-sizing: border-box;

}
 body.home h2 {
    font-size: 50px;
  }	
	
 .parcours_carousel_titre {
    font-size: 40px;
  }
.home_newsletter_container 	.container_col {
  display: block;
	}
.home_newsletter_text {
    font-size: 22px;
    padding-bottom: 20px;
  }
	
.frise {
  height: 200px;
  margin-bottom: -88px;
}
	
 h1 {
    font-size: 40px;
  }	
	
h2 {
  font-size: 30px;
	}
	
	
.events_select_container {
    width: 100%;
  }	
	
.openclose_boxtittle h3 {
    font-size: 24px;
  }
	
.footer_rubrique1 {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.footer_ligne_2 {
  display: flex;
  flex-direction: column;
}	
	
.footer_ligne_2 a {
  margin-left: 0px;
}
	
 .parcours_item_titre h2 {
    font-size: 60px;
  }

	
.event_detail_bandeau h1 {
  font-size: 34px;
}	
.event_detail_content_soustitre {
  font-size: 30px;
}
	
.event_detail_bandeau {
  position: relative;
  aspect-ratio: 1440 / 2200;
  border-radius: 40px;
  margin-bottom: 80px;
 padding: 30px;
}
	
.event_detail_content_intro {
  font-size: 20px;
}
	
.page_intro {
  font-weight: 600;
  font-size: 20px;
}
.page_intro_container {
  margin-bottom: 0px;
}
	
    .span-1 { grid-column: span 12; }
	.span-2 { grid-column: span 12; }
	.span-3 { grid-column: span 12; }
	.span-4 { grid-column: span 12; }
	

.bloc_color_container {
    padding: 30px;
  display: flex;
  flex-direction: column;
}
	
.affiche_carousel_fleche_container {
  display: none;
}
    
.parcours_item {
  padding: 20px 20px 20px 20px;

}    
    
.parcours_item_titre h2{
    font-size: 24px;
}
.parcours_item_texte{
    font-size: 12px;
} 
	
	
}



