body{
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5{
	font-family: 'Caveat Brush', cursive;
	text-transform: uppercase;
}
a{
	color: #d5d5d5;
}
.paragraphTop p:first-child{
   margin-top: 0;
}
.decoTitle {
  line-height: 0.5;
	text-align: center;
	color: #d5d5d5;
}
.decoTitle {
  display: inline-block;
  position: relative;  
}
.mobile{ display: none; }
.noMobile{ display: block; }
.alignCenter{ text-align: center; }
.alignLeft{ text-align: left; }
.alignRight{ text-align: right; }

.pagination li.active{ background: none; }

/* QUICK LINK - QUICK LINK - QUICK LINK - QUICK LINK - QUICK LINK -  */ 
/* QUICK LINK - QUICK LINK - QUICK LINK - QUICK LINK - QUICK LINK -  */ 
/* QUICK LINK - QUICK LINK - QUICK LINK - QUICK LINK - QUICK LINK -  */ 

#quickLink{
	z-index: 999;
	position: fixed;
	top: 114px;
	left: 0;
	font-size: 22px;
	overflow-x: initial;
}
#quickLink a{
	display: block;
	position: relative;
	transition: all .32s ease-in-out;
}
#quickLink a:hover{
	margin-left: 0 !important;
}

.quickLinkContainer{
	margin-bottom: 1px;
}
.linkContent {
	margin-left: -200px;
	display: inline-block;
	border: 1px solid #d5d5d5;
}
#quickLink .linkLabel,
#quickLink .linkIcon,
#quickLink .grue{
	display: inline-block;
}
#quickLink .linkLabel{
	padding-left: 12px;
	color: #d5d5d5;
}
.linkContent{
	background: rgba(0, 30, 45, 0.85);
}
#quickLink .linkIcon{
	width: 50px;
	height: 50px;
	text-align: center;
	margin-left: 8px;
	border-left: 1px solid #d5d5d5;
	background: transparent;
	color: #d5d5d5;
	font-size: 22px;
	padding-top: 8px;
}
#quickLink .linkIcon img{
	width: 25px;
	height: 25px;
	margin-top: 3px;
}

/* NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV -  */
/* NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV -  */
/* NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV -  */

/* Base navigation styles */
nav {
	background: rgba(0, 30, 45, 0.85);
	box-shadow: none;
	position: fixed;
	z-index: 999;
	transition: all .32s ease-in-out;
	width: 100%;
	height: 64px;
}

nav:hover {
	background: #0a101e !important;
}

/* Logo styles */
.logoNav {
	max-width: 51px;
	margin-top: 12px;
}

.brand-logo2 {
	float: left;
	margin-left: 12px;
}

.logoNav3 {
	max-width: 51px;
	margin-top: 0;
	margin-left: 20px;
	display: block;
	margin-bottom: 40px;
}

/* Menu Normal (Desktop) */
#nav-wrapper_NormalMenu {
	padding-right: 5%;
	display: block;
}

#nav_normal_1.nav_normal {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	margin-right: 5%;
}

#nav_normal_1.nav_normal > .nav-item {
	position: relative;
	display: inline-block;
}

#nav_normal_1.nav_normal > .nav-item > a {
	display: block;
	padding: 0 15px;
	line-height: 64px;
	color: #d5d5d5;
	transition: transform .16s ease-in-out;
}

#nav_normal_1.nav_normal > .nav-item > a:hover {
	transform: scale(1.1);
	background: transparent;
}

/* Chevron menu normal */
#nav_normal_1.nav_normal > .nav-item.deeper.parent > a::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 8px;
	vertical-align: middle;
	border-top: 5px solid #d5d5d5;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	transition: transform 0.3s ease;
}

#nav_normal_1.nav_normal > .nav-item.deeper.parent:hover > a::after {
	transform: rotate(180deg);
}

/* Sous-menus menu normal */
#nav_normal_1.nav_normal .mod-menu__sub {
	display: none;
	position: absolute;
	top: 64px;
	left: 0;
	background: #0a101e;
	min-width: 200px;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

#nav_normal_1.nav_normal .nav-item:hover > .mod-menu__sub {
	display: block;
}

#nav_normal_1.nav_normal .mod-menu__sub .nav-item {
	width: 100%;
	//width: auto;
	//white-space: nowrap;
}

#nav_normal_1.nav_normal .mod-menu__sub .nav-item a {
	/*
	color: #d5d5d5;
	//padding: 12px 16px;
	display: block;
	transition: background-color .3s;
	*/
	color: #d5d5d5;
	display: block;
	width: 100%;  /* S'assure que le lien prend toute la largeur */
	//padding: 12px 16px;
	transition: background-color .3s;
	white-space: nowrap;  /* Empêche le retour à la ligne */
}

#nav_normal_1.nav_normal .mod-menu__sub .nav-item:hover {
	background: rgb(16, 25, 47);
}

/* Menu Mobile et contrôles */
#navSpTriger {
	display: none;
	cursor: pointer;
	position: absolute;
	left: 18px;
	color: #d5d5d5;
	font-size: 18px;
	top: 50%;
	transform: translateY(-50%);
}

#navSpContainer {
	display: none;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(10, 16, 30, .98);
	font-size: 18px;
	padding: 20px;
	overflow-y: auto;
}

#closeNavSp {
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 20px;
	font-size: 22px;
	color: #d5d5d5;
	z-index: 1000;
}

/* Styles Menu Mobile */
#navSpContainer_MobileMenu {
	margin-top: 60px;
}

#nav_mobile_1.nav_mobile {
	display: none;
	flex-direction: column;
	width: 100%;
	padding: 0;
	margin: 0;
}

#nav_mobile_1.nav_mobile .nav-item {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid rgba(213, 213, 213, 0.1);
}

#nav_mobile_1.nav_mobile .nav-item > a {
	padding: 15px 0;
	display: block;
	color: #d5d5d5;
	position: relative;
	font-size: 16px;
	text-align: left;
}

/* Chevron menu mobile */
#nav_mobile_1.nav_mobile .nav-item.deeper.parent > a::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #d5d5d5;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}

#nav_mobile_1.nav_mobile .nav-item.deeper.parent.active > a::after {
	transform: translateY(-50%) rotate(180deg);
}

/* Sous-menus mobile */
#nav_mobile_1.nav_mobile .mod-menu__sub {
	display: none;
	background: rgba(213, 213, 213, 0.05);
	padding: 0;
	margin: 0;
}

#nav_mobile_1.nav_mobile .nav-item.active > .mod-menu__sub {
	display: block;
}

#nav_mobile_1.nav_mobile .mod-menu__sub .nav-item {
	border-bottom: none;
}

#nav_mobile_1.nav_mobile .mod-menu__sub .nav-item a {
	padding: 12px 20px;
	font-size: 14px;
	color: #d5d5d5;
}

/* États actifs communs */
.nav-item.active > a,
.nav-item.current.active > a {
	font-weight: 700;
	text-decoration: underline;
}

/* Media Queries pour la navigation */

@media only screen and (max-width: 1440px) {
	#nav-wrapper_NormalMenu {
		//padding-right: 0;
	}

	#nav_normal_1.nav_normal {
		//margin-right: 0;
	}
}

@media only screen and (max-width: 1440px) {
	/* Cache menu normal */
	#nav-wrapper_NormalMenu {
		display: none !important;
	}

	/* Affiche contrôles mobile */
	#navSpTriger {
		display: block;
	}

	/* Centre le logo */
	.brand-logo2 {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	/* Affiche menu mobile quand container visible */
	#navSpContainer.visible #nav_mobile_1.nav_mobile {
		display: flex;
	}
}

@media only screen and (max-width: 576px) {
	.logoNav,
	.logoNav3 {
		max-width: 44px;
	}

	#navSpContainer {
		padding: 15px;
	}
}

/* PARTNERS - PARTNERS - PARTNERS - PARTNERS - PARTNERS - PARTNERS - PARTNERS -  */
/* PARTNERS - PARTNERS - PARTNERS - PARTNERS - PARTNERS - PARTNERS - PARTNERS -  */
/* PARTNERS - PARTNERS - PARTNERS - PARTNERS - PARTNERS - PARTNERS - PARTNERS -  */ 

#partners{
	background: #0f182d;
	padding: 32px 0;
}
#partners .partnersList{
	text-align: center;
}
#partners .row{
	margin-bottom: 0;
}
#partners .partnersList li{
	display: inline-block;
	text-align: center;
	margin-left: 51px;
}
#partners .partnersList li:first-child{
	margin-left: 0;
}
#partners img {
	opacity: .6;
	width: 133px;
	transition: all .16s ease-in-out;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
#partners img:hover{
	transform: scale(1.1);
	opacity: 1;
}

/* FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER -  */ 
/* FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER -  */ 
/* FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER -  */ 

.footer1{
  background: #0a101e;
}
.footer1 .footer-top{
  padding: 55px;
}
.page-footer{
	color: #d5d5d5;
}
.footer address{
	color: #d5d5d5;
	font-style: initial;
}
.socialNav li{
	display: inline-block;
	margin-right: 8px;
}.socialNav li:last-child{
	margin-right: 0;
}
.socialNav li a{
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #d5d5d5;
	border: 1px solid #d5d5d5;
	font-size: 22px;
	padding-top: 8px;
	transition: all .32s ease-in-out;
}.socialNav li a:hover{
	background: #d5d5d5;
	color: #0f182d;
}
.siteLink li{
	display: inline-block;
	padding: 0 9px;
	border-right: 1px solid #d5d5d5;
}.siteLink li:last-child{
	border-right: none;
}
.siteLink a{
	text-transform: uppercase;
	color: #d5d5d5;
	font-weight: 700;
	transition: color .32s ease-in-out;
}.siteLink a:hover{
	color: #d5d5d5;
}
.footer1 .footer-copyright{
  color: #d5d5d5
}
.footer1 .footer-copyright a{
	color: #d5d5d5;
}

/* LINK - LINK - LINK - LINK - LINK - LINK - LINK - LINK -  */  
.links-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.link-item {
	flex: 0 1 calc(33.333% - 20px);
}

/* Tablette */
@media screen and (max-width: 992px) {
	.link-item {
		flex: 0 1 calc(50% - 20px);
	}
}

/* Mobile */
@media screen and (max-width: 576px) {
	.link-item {
		flex: 0 1 100%;
	}
}

.link-item img {
	width: 100%;
	height: auto;
	max-width: 300px;
	display: block;
	margin: 0 auto;
}



/* TMPL 2x photos - TMPL 2x photos - TMPL 2x photos - TMPL 2x photos - TMPL 2x photos - TMPL 2x photos  */ 

.tmpl-2xphoto-row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	padding: 0 .75rem;
}

.tmpl-2xphoto-column {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tmpl-2xphoto-image-wrapper {
	width: 100%;
	margin-bottom: 15px;
}

.tmpl-2xphoto-image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}

.tmpl-2xphoto-link-wrapper {
	width: auto;
	text-align: center;
}

/* Tablette */
@media screen and (max-width: 992px) {
	.tmpl-2xphoto-row {
		gap: 15px; /* Réduction légère de l'espacement sur tablette */
	}
}

/* Mobile */
@media screen and (max-width: 576px) {
	.tmpl-2xphoto-row {
		flex-direction: column;
		gap: 30px; /* Plus d'espace vertical entre les éléments sur mobile */
	}
	
	.tmpl-2xphoto-column {
		width: 100%;
	}
	
	.tmpl-2xphoto-image-wrapper {
		margin-bottom: 10px;
	}
}




/* COMMON - COMMON - COMMON - COMMON - COMMON - COMMON - COMMON - COMMON -  */  

#news .knowMore,
.knowMore {
	   padding: 8px 18px;
	   background: transparent;
	   border: 1px solid #d5d5d5;
	   color: #d5d5d5;
	   text-align: center;
	   font-size: 18px;
	   margin-left: 18px;
	   display: inline-block;
	   transition: all .32s ease-in-out;
}
#news .knowMore:hover,
.knowMore:hover{
	   background: #d5d5d5;
	   color: #0f182d !important;
}


/* Modal */
.modal{
   width:35%;
}
.modal{
	background-color: #0a101e;
}
.modal .modal-content,
.modal .modal-footer {
   background-color: #0a101e;
}
.modal .modal-close {
   color: #d5d5d5;
}

/* MEDIA QUERY - MEDIA QUERY - MEDIA QUERY - MEDIA QUERY - MEDIA QUERY - */
/* MEDIA QUERY - MEDIA QUERY - MEDIA QUERY - MEDIA QUERY - MEDIA QUERY - */
/* MEDIA QUERY - MEDIA QUERY - MEDIA QUERY - MEDIA QUERY - MEDIA QUERY - */

@media(max-width:1200px){
	.modal{
	   width:40%;
	}
}
@media(max-width:1000px){
	.modal{
	   width:60%;
	}
	.mobile{ display: block; }
	.noMobile{ display: none; }
}
@media(max-width:992px){
	#navSpTriger{
		display: block;
	}
	/*.carouselTriger {
		display: none;
	}*/
	.evensNewsRow img{
	   margin-bottom: 18px;
   }
   .contentContainer h2, .contentContainer h3, .contentContainer h4{
	   margin-bottom: 18px;
   }
}
@media(max-width:600px){
	#quickLink .linkLabel{
		display: none;
	}
	/*
	#quickLink .linkIcon {
		width: 100%;
		height: 32px;
		font-size: 18px;
		padding-top: 6px;
		margin-left: 0;
		box-sizing: initial;
	}
	*/
	
	
	
	#quickLink {
		width: 100%;
		top: auto;
		bottom: 0px; 
		overflow-x: hidden;
		overflow-y: visible;
		text-align: center;
		padding-bottom: 0px; 
	}
	#quickLink .linkLabel {
		display: none;
	}
	#quickLink .linkIcon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 32px;
		font-size: 18px;
		padding: 0;
		margin-left: 0;
		box-sizing: border-box;
	}
	#quickLink .linkIcon img,
	#quickLink .linkIcon svg {
		width: 25px;
		height: 25px;
	}
	#quickLink .linkIcon img {
		display: block;
		margin: 0 auto;
	}
	#quickLink .linkContent {
		width: 100%;
		box-sizing: border-box;
	}
	#quickLink a {
		display: inline-block;
		width: 16.667%;
		margin-left: -5px;
		background: #0f182d;
		height: 34px; 
		vertical-align: top;
		box-sizing: border-box;
	}
	
	/*
	#quickLink .linkIcon {
		width: 100%;
		height: 32px;
		font-size: 18px;
		padding-top: 6px;
		margin-left: 0;
		box-sizing: border-box;
	}
	#quickLink {
		width: 100%;
		top: auto;
		bottom: 0;
		overflow-x: hidden;
		text-align: center;
	}
	#quickLink .linkContent {
		width: 100%;
	}
	#quickLink a {
		display: inline-block;
		width: 16.667%;
		margin-left: -5px;
		background: #0f182d;
		height: 38px;
	}
	*/
	
	/*
	#quickLink a.grue{
		height: auto;
		min-height: 37px;
		//line-height: 180%;
	}	
	#quickLink a.grue .linkIcon{
		padding-top: 3px;
		padding-bottom: 3px;
	}*/
	
	/*
	#quickLink .linkIcon img{
		width: 25px;
		height: 25px;
		//margin-top: 10px;
		//margin-bottom: -5px;
		margin-bottom: 0px;
	}
	#quickLink .fil-o .linkIcon img{
		width: 25px;
		height: 25px;
		//margin-top: 10px;
		margin: 0px;
	}
	*/
	
	/*
	#quickLink {
		width: 100%;
		top: initial;
		bottom: 0;
		overflow-x: hidden;
		text-align: center;
	}
	#quickLink .linkContent{
		width: 100%;
	}
	
	#quickLink a{
		display: inline-block;
		width: 16.667%;
		margin-left: -5px;
		background: #0f182d;
		//height: 38px;
		//max-height: 38px;
	}
	*/
	
	/*#quickLink a:first-child{
		margin-left: 0 !important;
	}#quickLink a:hover{
		margin-left: -5px !important;
	}#quickLink a:first-child:hover{
		margin-left: 0 !important;
	}
	#quickLink .grue{ 
		//display: none; 
		//font-size: 10px;
	}
	*/
	
	/*
	#quickLink .grue .linkIcon{
		padding-top: 0px;
		font-size: 12px;
		//border-left: 0px;
	}
	*/
	
	/*
	a.fil-o, a.grue{
		height: 38px;
		max-height: 38px;
	}
	.fil-o .linkContent,
	.grue .linkContent{
		height: 38px;
		max-height: 38px;
	}
	*/
	
	.logoNav {
		max-width: 44px;
	}
	.logoNav3 {
		max-width: 44px;
	}

	.modal{
	   width:80%;
	}

	.footer1 .footer-top {
	padding: 32px 0px;
	}
	.page-footer .footer-copyright{
		padding: 18px 0;
	}
	
}

@media(max-width:768px){
   .decoTitle{
	   line-height:1;
   }
   .decoTitle::before,
   .decoTitle::after{
	   content: initial;
	   position: initial;
	   height: initial;
	   border-bottom: none;
	   border-top: none;
	   top: initial;
	   width: initial;
	   margin-left: 0;
	   margin-right: 0;
   }
}


@media(max-width:1280px){
	nav .brand-logo{
		display: none;
	}
	nav .brand-logo2222{
		display: none;
	}
	nav .brand-logo3{
		display: none;
	}
}
@media(max-width: 992px){
	nav .brand-logo2{
		//margin-left: 43%;
		margin-left: 0;
	}
}
@media(max-width:500px){
	nav .brand-logo2{
		//margin-left: 43%;
	}
}

.s5ths,
.m5ths,
.l5ths,
.xl5ths {
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5ths {
  width: 20%;
}

@media only screen and (min-width: 601px) {
  .row .col.m5ths {
	width: 20%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l5ths {
	width: 20%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl5ths {
	width: 20%;
  }
}
.btnText, .btnTextLeft{
	font-family: 'Caveat Brush', cursive;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: 700;
	font-size: 32px;
}
.btnTextLeft{
	text-align: left;	
}
.btnText img, .btnTextLeft img {
	display: inline-block;
	max-width: 50px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: text-bottom;
}
.hrTemplate{
	border: none;
	border-bottom: 6px solid #fff;
	margin: 32px 0;
}

.iframeContainer{
	width: 100%;
	padding: 0 .75rem;
}


a img{
	transition: transform .32s ease-in-out ;
}a img:hover{
	transform: scale(1.08);
}
.eventBox a img:hover,
.newBox a img:hover{
	transform: none;
}
.boxImg img {
	min-height: 300px;
	object-fit: cover;
}

.iframeContainer iframe {
	width: 100%;
	min-height: 700px;
}
@media(max-width:767px){
	.iframeContainer iframe{
		min-height: 500px;
	}
	#modalEventIcon{
		background: transparent !important;
	}
}
.boxImg img {
	width: 100%;
	object-fit: initial; 
	object-position: initial;
}

.boxImg {
	margin-bottom: 0 !important;
}
.contentContainer a{
	transition: all .16s ease-in-out;
}
.contentContainer a:hover{
	letter-spacing: 0.05em;
}
.contentContainer a.knowMore:hover {
	letter-spacing: normal;
}
@media(max-width: 1600px){
	nav .brand-logo{
		display: none;
	}
	nav .brand-logo2{
		
	}
	nav .brand-logo3{
		display: none;
	}
}
@media(max-width: 992px){
	#navLinks{
		display: none;
	}
	#navSpTriger{
		display: block;
	}
}
@media(max-width:992px){
	nav .brand-logo {
		display: block;
	}
	nav .brand-logo2 {
		display: block;
	}
	nav .brand-logo3 {
		display: block;
	}
}
/* reset marge */
/* reset marge */
/* reset marge */

.contentContainer p, .contentContainer ul {
	margin: 0  !important;
}
h1,h2,h3,h4,h5,h6,{
	margin: 0  !important;
}
.contentContainer h2, .contentContainer h3, .contentContainer h4 {
	margin: 0  !important;
}
.contentContainer p.subTitle, p.subTitle {
	margin: 0 !important;
}
.contentContainer .row{
	margin: 0  !important;
}
.contentContainer li{
	margin: 0 !important;
}
.contentContainer p.normalTitle, p.normalTitle {

	line-height: 1em;
}
.carousel-item .normalTitle{
	margin: 18px 18px 32px 18px !important;
}
.headerInfoBlock h3:hover>a{
	color:#0f182d !important;
}

/* BOUTON SWITCH PAGE 26.04.2021 */
/* .container{
	max-width: 70%;
} */
.pagePrev, .pageNext {
	display: block;
	position: fixed;
	background: #011b2a;
	width: 52px;
	height: 52px;
	bottom: 0;
	border: 1px solid #d5d5d5;
	text-align: center;
	font-weight: 900;
	font-size: 28px;
	color: #d5d5d5;
	cursor: pointer;
	transition: all .32s ease-in-out;
	padding-top: 2px;
}
.pagePrev {
	top: 155px;
	left: 15%;
	margin-left: 0.75rem;
}
.pageNext {
	top: 155px;
	right: 15%;
	margin-right: 0.75rem;

}
@media(max-width:992px){
	.pagePrev {
		left: 7.5%;
	}
	.pageNext {
		right: 7.5%;
	
	}
}
@media(max-width:600px){
	.pagePrev,
	.pageNext{
		width: 50%;
		height: 30px;
		font-size: 16px;
		top: 56px !important;
		bottom: initial !important;
		transform: initial !important;
		margin: 0 !important;
	}
	.pagePrev {
		left: 0 !important;
	}
	.pageNext {
		right: 0 !important;
	
	}
}


