:root {
	--bleu: #f0ad94;
	--vert: #02735e;
	--jaune: #f2bc57;
	--orange: #f2a341;
	--rouge: #f24822;
	--taupe: #bfb9ae;
	--grislight: #f8f6f2;
	--beige: #fdf8f0;
	--pt-bg:#f2bc57;


	--header-height: 61px;
	--menu-bg: #02735e;
	--text-color: #fff;
	--text-medium: rgba(255, 255, 255, 0.6);
	--text-muted: rgba(255, 255, 255, 0.8);
	--text-hover: #fff;
	--text-active: #f2bc57;

    --video-ratio-16-9: 56.25%; /* (9/16) * 100% */
    --video-ratio-9-16: 177.78%; /* (16/9) * 100% - pour Shorts */

	--titleFont: "Unbounded", sans-serif;
	/*--titleWeight:700;*/
	--titleWeight:800;
	--titleTransform: uppercase;
}
p { margin:0; padding:0; }
body:not(#tinymce) { 
  font-family:'Poppins';
  font-size: 15px;
  margin:0;
  padding:61px 0 0 0;
  color:#333;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 61px);
}
/*#wrap:not(#tinymce)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/exclusive-paper.png");
  opacity: .5; 
  pointer-events: none;
  z-index: -1;
} */

.nwar { 
	display:flex;
	align-items: center;
	color:#fff;
	opacity:0.6;
	transition: opacity 0.2s;
}
.nwar:hover { 
	opacity:1;
}

h1, h2, h3, h4 {  
	font-family: var(--titleFont); 
	line-height: 1.2;
    letter-spacing: -0.5px;
    font-weight: var(--titleWeight); 
    -webkit-font-smoothing: antialiased; 
}

/*h1 { 
	font-size:46px; 
	font-weight: var(--titleWeight); 
	text-transform: var(--titleTransform); 
	margin:0 0 0; 
	padding:0; 
}

h2 { 
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 18px;
    padding:0;
}

h3 {
	font-size: 26px;
	font-weight: var(--titleWeight);
	text-transform: uppercase;
    margin: 0 0 18px;
    padding:0;
}
h4 { 
	font-size:20px; 
	font-weight: var(--titleWeight); 
	text-transform: var(--titleTransform); 
	margin:25px 0 6px;
	padding:0; 
}*/
h1 { 
	font-size:30px; 
	font-weight: var(--titleWeight); 
	text-transform: var(--titleTransform); 
	margin:0 0 0; 
	padding:0; 
}

h2 { 
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 18px;
    padding:0;
}

h3 {
	font-size: 17px;
	font-weight: var(--titleWeight);
	text-transform: uppercase;
    margin: 0 0 18px;
    padding:0;
}
h4 { 
	font-size:16px; 
	font-weight: var(--titleWeight); 
	text-transform: var(--titleTransform); 
	margin:25px 0 6px;
	padding:0; 
}

:focus { outline: none; }

.desktop { display:block; }
.desktop-flex { display:block; }
.desktop-inline { display:inline; }
.btnSmall.mobile, .mobile, .mobile-flex, .mobile-inline { display:none; }
.contacts li { margin-bottom:10px; }
#gallery { 
	border-top:12px solid var(--vert); 
	max-width:100vw;
}
#page-transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;  /* Force la largeur complète */
    height: 100vh; /* Force la hauteur complète */
    z-index: 9999;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
}

#page-transition .pt__panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--pt-bg);
	transform: translateY(100%); /* départ en bas de l'écran */
	will-change: transform;	
}

#page-transition .pt__logo {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	opacity: 0;
}

#page-transition .logo-svg {
    width: clamp(144px, 18vmin, 360px);
    height: auto;
}

.titleborder::after { 
	content: ''; 
	display: block; 
	width: 74px; 
	height: 7px; 
	background: var(--jaune); 
	margin: 4px 0 3px -2px; 
	transform: skew(-12deg); 
	border-radius: 4px; 
}
  /* ===== COULEURS DES BORDURES TITRES ===== */
.titleborder.jaune::after {
    background-color: var(--jaune) !important;
}
.titleborder.orange::after {
    background-color: var(--orange) !important;
}
.titleborder.rouge::after {
    background-color: var(--rouge) !important;
}
.titleborder.vert::after {
    background-color: var(--vert) !important;
}
header ul, .footer ul, #loginBox ul { margin:0; padding:0;}
header li, .footer li, #loginBox li { margin:0; padding:0; list-style-type:none; }
a { text-decoration:none; }

#wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	max-width:inherit !important; 
	padding-bottom: 0;
    transition: opacity 0.001s ease !important;
}

.contentIn a:not(.no-animation) { 
	color:var(--rouge); 
	font-weight: 600; 
	text-decoration:none;
	background:
		linear-gradient(currentColor, currentColor) 0 100% / 0 2px no-repeat;
	transition: color 0.2s, background-size 0.3s ease;
}
.contentIn a:not(.no-animation):hover {
	background-size:100% 2px;
}


.contentInSub {	padding: 0 40px; }

.contentIn {
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1300px;

	margin-left: auto;
	margin-right: auto;
	padding: 0 40px 60px;
	background-color: #fff;
	border-top: 1px solid transparent;
	box-sizing: border-box;
}

#windowPopup .contentIn { margin-bottom:0px !important; }

.head {
	color: #FFF; 
	font-size: 40px;  
	text-align: center; 
	font-weight: 200; 
	letter-spacing: 1px;
	height: 110px;
	display: flex; 
	justify-content: space-around; 
	align-items: center; 

}
.fi { border-radius:3px; }
/* sections  */
.BGfooter { 
	background: var(--primary);
	/*background: linear-gradient(270deg, rgba(229, 3, 46, 1) 75%, rgba(50, 39, 128, 1) 100%);*/
}
.BGautre {
	background-color: var(--vert);
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.8px;
}
.justify { text-align:justify; }

/********
   LOGO 
/********/
.logo-svg {
    width: 350px;
    height: 288px;
}

/* Sigle orange - apparaît en premier */
.sigle {
    opacity: 0;
    animation: fadeInSigle 0.8s ease-out forwards;
}

/* Lettres P, R, O, D - apparaissent successivement */
.letter-p {
    opacity: 0;
    transform-origin: center;
    transform: scale(1.65);
    animation: letterAppear 0.4s ease-out 0.4s forwards;
}

.letter-r {
    opacity: 0;
    transform-origin: center;
    transform: scale(1.65);
    animation: letterAppear 0.4s ease-out 0.5s forwards;
}

.letter-o {
    opacity: 0;
    transform-origin: center;
    transform: scale(1.65);
    animation: letterAppear 0.4s ease-out 0.6s forwards;
}

.letter-d {
    opacity: 0;
    transform-origin: center;
    transform: scale(1.65);
    animation: letterAppear 0.4s ease-out 0.7s forwards;
}

/* Animation du sigle */
@keyframes fadeInSigle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Animation des lettres avec fondu + zoom arrière */
@keyframes letterAppear {
    0% {
        opacity: 0;
        transform: scale(1.65);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/********
  FIN LOGO 
/********/

/* Thin • font-weight: 100 */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 100;
	src: local('Poppins Thin'), url('../fonts/Poppins-Thin.woff') format('woff');
}

/* Thin Italic • font-weight: 100 */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 100;
	src: local('Poppins Thin Italic'), url('../fonts/Poppins-ThinItalic.woff') format('woff');
}

/* ExtraLight • font-weight: 200 */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 200;
	src: local('Poppins ExtraLight'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
}

/* ExtraLight Italic • font-weight: 200 */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 200;
	src: local('Poppins ExtraLight Italic'), url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
}

/* Light • font-weight: 300 */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: local('Poppins Light'), url('../fonts/Poppins-Light.woff') format('woff');
}

/* Light Italic • font-weight: 300 */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 300;
	src: local('Poppins Light Italic'), url('../fonts/Poppins-LightItalic.woff') format('woff');
}

/* Regular • font-weight: 400 */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: local('Poppins Regular'), url('../fonts/Poppins-Regular.woff') format('woff');
}

/* Italic • font-weight: 400 */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 400;
	src: local('Poppins Italic'), url('../fonts/Poppins-Italic.woff') format('woff');
}

/* Medium • font-weight: 500 */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: local('Poppins Medium'), url('../fonts/Poppins-Medium.woff') format('woff');
}

/* Medium Italic • font-weight: 500 */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 500;
	src: local('Poppins Medium Italic'), url('../fonts/Poppins-MediumItalic.woff') format('woff');
}

/* SemiBold • font-weight: 600 */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: local('Poppins SemiBold'), url('../fonts/Poppins-SemiBold.woff') format('woff');
}

/* SemiBold Italic • font-weight: 600 */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 600;
	src: local('Poppins SemiBold Italic'), url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
}

/* Bold • font-weight: 700 */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: local('Poppins Bold'), url('../fonts/Poppins-Bold.woff') format('woff');
}

/* Bold Italic • font-weight: 700 */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 700;
	src: local('Poppins Bold Italic'), url('../fonts/Poppins-BoldItalic.woff') format('woff');
}

/* ExtraBold • font-weight: 800 */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	src: local('Poppins ExtraBold'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
}

/* ExtraBold Italic • font-weight: 800 */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 800;
	src: local('Poppins ExtraBold Italic'), url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
}

/* Black • font-weight: 900 */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	src: local('Poppins Black'), url('../fonts/Poppins-Black.woff') format('woff');
}

/* Black Italic • font-weight: 900 */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 900;
	src: local('Poppins Black Italic'), url('../fonts/Poppins-BlackItalic.woff') format('woff');
}


#NavigArrow {
	display:none;
	position:fixed;
	bottom:20px;
	right:0px;
	text-align:right;
	padding:0px 20px 0px 0px;
	margin-top:-120px;
}

@media (max-width: 1150px){
	.main-nav-list { gap: 20px !important;}
}
@media (max-width: 1100px){
	.main-nav-list { gap: 13px !important;}
	header .social-div { padding:0 3px !important; }
}

@media (max-width: 900px){
	.events-intro{
		grid-template-columns: 1fr !important;
		gap:18px !important;
	}
	.intro-card{ padding:14px 0px !important; margin-bottom:25px !important;}

	.une-card { gap:15px !important;}
	.une-body{ display:block !important; }
	.une-body-inner{ margin:0 !important; }
	.une-card{ grid-template-columns:1fr !important; }
	.archives-filter{ margin-top:10px !important; gap:8px !important; }
	.archives-filter label{ padding:0px 0px 0 !important; }
	/*.une-media{ aspect-ratio: 3/2; }*/
}

@media (max-width:768px)  {
	.desktop, .desktop-flex, .desktop-inline { display:none !important; }
	.mobile { display:block !important }
	.mobile-flex { display:flex !important; }
	.mobile-inline { display:inline !important; }
	.select2-container { max-width:100%; }
	.justify { text-align:left; }
	.events { grid-template-columns: 1fr 1fr !important;}
}

@media (max-width: 468px){
	.head h1 { padding-left:10px; padding-right:10px;}
	/*#news .meta .rule { display:none; }
	#news .meta .date {
		margin-left: auto;
	}*/
}

/* Logo inline qui s’aligne sur le texte */
.logo-inline{
	height: 1.3em;           /* suit la font-size courante */
	width: auto;           /* conserve le ratio */
	vertical-align: -0.10em; /* ajuste la ligne de base (fine-tunable) */
	display: inline-block; /* évite les sauts bizarres */
}

/* Optionnel : permettre un micro-ajustement par conteneur */
.logo-inline[data-shift]{ vertical-align: attr(data-shift em); }

/***************************
HEADER PARALAXE
****************************/   

	.parallax-banner {
		position: relative;
		width: 100%;
		height: 27vw;
		max-height: 750px;
		overflow: hidden;
		background-color:var(--menu-bg);
		z-index: 1;
	}

	.parallax-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 130%; 
		background-size: cover;
		background-position: center;
		transform: translateY(0);
		transition: transform 0.05s ease-out;
		will-change: transform;
}

/******************
  NEWSLETTERS
*******************/
section#newsletter { margin:0 auto; min-height:auto; width:100%;}
section#newsletter input.materialize:focus:not([readonly]){
	border-bottom: 1px solid var(--rouge);
	box-shadow: 0 1px 0 0 var(--rouge); 
}
section#newsletter .materialize { border-bottom: 1px solid #000; height:3em;}


section#newsletter #feedback { padding-top:15px;  font-size: 15px; font-weight: 400}
section#newsletter #feedback a { font-weight: 400}

section#newsletter button.btn { font-weight: 700 }
section#newsletter > div {  margin:0 auto; text-align:center; font-size:20px; font-weight: 300}
section#newsletter input {     font-family: 'Poppins';max-width: 300px; display:block; margin:10px auto 12px; text-align: center; font-weight: 700; font-size: 18px}
section#newsletter input::placeholder {
  font-weight: 300;
  color:#666;

}


/********
  ACTUALITES
/********/
.news-title { font-size:20px; }
.news-title a { font-weight: 700 !important; }


/***************************
   VIDEO PLAYER YT
   ****************************/   

	.videos-title {
	    font-size: 2.5rem;
	    margin-bottom: 30px;
	    text-align: center;
	    color: var(--jaune, #ffc107);
	}

	.videos-grid {
	    display: grid;
	    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	    gap: 20px;
	    margin-bottom: 40px;
	}

	.video-item {
	    background: #fff;
	    overflow: hidden;
	    transition: transform 0.3s ease, box-shadow 0.3s ease;
	    cursor: pointer;
	    margin-bottom:12px;
	}

	.video-thumbnail {
	    position: relative;
	    width: 100%;
	    height: 0;
	    overflow: hidden;
	    padding: 0px 0px var(--video-ratio-16-9) 0px;
	}

	.video-thumbnail img {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    transition: transform 0.3s ease;
	}

	.video-item:hover .video-thumbnail img {
	    transform: scale(1.06);
	}

	/* Support pour YouTube Shorts */
	.video-item[data-ratio="9:16"] .video-thumbnail {
	    padding-bottom: var(--video-ratio-9-16);
	    max-width: 300px;
	    margin: 0 auto;
	}

	.play-button {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    background: rgba(255, 0, 0, 0.8);
	    color: white;
	    width: 60px;
	    height: 60px;
	    border-radius: 50%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 1.5rem;
	    transition: all 0.3s ease;
	    z-index: 2;
	}

	.video-item:hover .play-button {
	    background: rgba(255, 0, 0, 1);
	    transform: translate(-50%, -50%) scale(1.1);
	}

	.playlist-badge {
	    position: absolute;
	    top: 10px;
	    right: 10px;
	    background: rgba(0, 0, 0, 0.7);
	    color: white;
	    padding: 5px 10px;
	    border-radius: 15px;
	    font-size: 0.8rem;
	    z-index: 2;
	}

	.video-info {
	    padding: 10px 0 20px;
	    text-align: center;
    	font-family: var(--titleFont); 
		line-height: 1.2;
    	letter-spacing: -0.5px;
    	font-weight: var(--titleWeight); 
    	-webkit-font-smoothing: antialiased; 

	}

	.video-info h3 {
	    margin: 0;
	    font-size: 1.0rem;
	    color: #333;
	    line-height: 1.4;
	    font-weight: 600;
	}

	/* Modal styles */
	.video-modal {
	    display: none;
	    position: fixed;
	    z-index: 10000;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0, 0, 0.9);
	}

	.video-modal-content {
	    position: relative;
	    margin: 5vh auto;
	    width: 90%;
	    max-width: 1280px;
	    max-height: 90vh;
	}

	.video-close {
	    position: absolute;
	    top: -40px;
	    right: 0;
	    color: white;
	    font-size: 30px;
	    font-weight: bold;
	    cursor: pointer;
	}

	.video-close:hover {
	    color: #ccc;
	}

	.video-wrapper {
	    position: relative;
	    padding-bottom: var(--video-ratio-16-9);
        /*padding-bottom: 56.25%; */
	    height: 0;
	    overflow: hidden;
	    background: #000;
	}

	.video-wrapper iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}

	/* Ajustement de la modal pour différents ratios */
	.video-wrapper.ratio-9-16 {
	    padding-bottom: var(--video-ratio-9-16);
	    max-width: 50vh;
	    margin: 0 auto;
	}

	/* Responsive pour mobile */
	@media (max-width: 768px) {
	    .video-wrapper.ratio-9-16 {
	        max-width: 90vw;
	    
	    }
	    .video-info { padding: 0 !important; }
	    .video-item { margin-bottom: 0 !important; }
	}
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255, 0, 0, 0.8);
        color: white;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        transition: all 0.3s ease;
    }

    .video-item:hover .play-button {
        background: rgba(255, 0, 0, 1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    .playlist-badge {
        position: absolute;
        top: 10px;
        right: 10px;
        background: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 0.8rem;
    }



/***************************
   CAROUSEL
   ****************************/   
    .fade-in {
        transition: all 0.3s ease;
    }
    
    .fade-in.lift {
        transform: scale(1.05);
        opacity: 0.8;
    }

    /* Responsive des contrôles */
    .jcarousel-control-prev,
    .jcarousel-control-next {
        transition: all 0.2s ease;
    }
    
    /* Mobile */
    @media (max-width: 480px) {
        /* Responsive galerie */
        .jcarousel, .jcarousel img {
            max-height: 200px;
        }

        .jcarousel-control-prev,
        .jcarousel-control-next {
            width: 50px !important;
            height: 50px !important;
            font-size: 46px !important;
        }
        
        .jcarousel-control-prev { left: 5px !important; }
        .jcarousel-control-next { right: 5px !important; }
    }
    
    /* Tablette */
    @media (max-width: 768px) and (min-width: 481px) {
        
        .jcarousel-control-prev { left: 10px !important; }
        .jcarousel-control-next { right: 10px !important; }
    }
    
    .jcarousel,
    .jcarousel ul,
    .jcarousel li {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    /* Indicateur de chargement */
    .carousel-loading {
        text-align: center;
        padding: 20px;
        color: #999;
        font-style: italic;
    }

a.animate{
	color:inherit;
	text-decoration:none;
	background:
		linear-gradient(currentColor, currentColor) 0 100% / 0 2px no-repeat;
	transition: color 0.2s, background-size 0.3s ease;
}
a:hover.animate{
	background-size:100% 2px;
}

/***************************
   EDITINLINE
   ****************************/
   .editArea {
   	padding:1px;
   	display:inline-block;
   }
   .btn_editText {
   	background: url('../../img/edit.png') 0px 0px no-repeat ;
   	height:16px;
   	width:16px;
   	margin-left:7px;
   	display:inline-block;
   	background-size: contain;
   }


/***************************
   BUTTONS
   ****************************/
.contentIn a.button { color:#fff; }
.btn, .button {
	 display: inline-block;
	 padding: 0.55rem 1.15rem;
	 border:0;
	 border-radius: 100rem;
	 color: #fff !important;
	 text-transform: uppercase;
	 font-size: 0.95rem;
	 letter-spacing: 0.15rem;
	 transition: all 0.3s;
	 position: relative;
	 overflow: hidden;
	 z-index: 1;
}
.btnSmall {
	 display: inline-block;
	 padding: 0.50rem 0.8rem;
	 border:0;
	 border-radius: 100rem;
	 color: #fff !important;
	 text-transform: uppercase;
	 font-size: 0.75rem;
	 letter-spacing: 0.05rem;
	 transition: all 0.3s;
	 position: relative;
	 overflow: hidden;
	 z-index: 1;
}
.btnXSmall {
	 display: inline-block;
	 padding: 0.35rem 0.6rem 0.28rem;
	 border:0;
	 border-radius: 100rem;
	 color: #fff !important;
	 text-transform: uppercase;
	 font-size: 0.73rem;
	 letter-spacing: 0.05rem;
	 transition: all 0.3s;
	 position: relative;
	 overflow: hidden;
	 z-index: 1;
}
 .btn:after, .btnSmall:after, .btnXSmall:after, .button:after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: var(--orange);
	 border-radius: 10rem;
	 z-index: -2;
}
.btn.rouge:after, .btnSmall.rouge:after, .btnXSmall.rouge:after, .button.rouge:after {
	 background-color: var(--rouge) !important;
}
 .btn:before, .btnSmall:before, .btnXSmall:before, .button:before {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 0%;
	 height: 100%;
	 background-color: var(--rouge);
	 transition: all 0.3s;
	 border-radius: 10rem;
	 z-index: -1;
}
.btn.rouge:before, .btnSmall.rouge:before, .btnXSmall.rouge:before, .button.rouge:before {
	background-color: #FFF !important;
}
.btn:hover, .btnSmall:hover, .btnXSmall:hover, .button:hover {
	 color: #fff;
}
.btn:hover:before, .btnSmall:hover:before, .btnXSmall:hover:before, .button:hover:before {
	 width: 100%;
}

.btn:hover, .btnSmall:hover, .btnXSmall:hover, .button:hover {
	color: #fff;
}
.btn.rouge:hover, .btnSmall.rouge:hover, .btnXSmall.rouge:hover, .button.rouge:hover {
	color: var(--rouge) !important;
}

.btn:hover::before, .btnSmall:hover::before, .btnXSmall:hover::before, .button:hover::before {
	width: 100%;
}

/* Bouton ghost */
.btn-ghost:not(.blanc) {
	color: var(--orange) !important;
	background: transparent;
	box-shadow: inset 0 0 0 2px var(--orange);
}
.btn-ghost.blanc {
	color: #FFF !important;
	box-shadow: inset 0 0 0 2px #FFF;
}

.btn-ghost:after {
	background: transparent;
}

.btn-ghost:before {
	background: var(--rouge);
}

.btn-ghost:hover {
	color: #fff !important;
	box-shadow: inset 0 0 0 2px var(--rouge);

}

/***************************
   LOGIN BOX
   ****************************/
   #loginBox {
   	width:280px;
   	margin-top:20px;
   	padding-top: 160px !important;
   	padding-bottom:30px;
   	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
   	border-radius: 2px;
   	background: url('../../img/sigle_rouge.svg') no-repeat center 40px #fff;
   	background-size: 120px 99px !important;

   }
   #loginBox input {
   	width:210px;
   	height:30px;
   	margin:5px 0;
   	font-size:14px;
   	padding:0px 5px;
   	background-color:#fff;
   }
   #loginBox ul {
   	margin-left:2px;
   }	
   #loginBox li {
   	list-style:none;
   	margin:0;
   	padding:0;
   }
   #loginBox a {
   	color:#FFFFFF;
   	width:188px;
    font-size: 12.5px;
    letter-spacing: 0.3px;
   }

   #loginBox input[type="submit"] {
   	margin-top:20px;
   	width:105px;
   	border-radius:4px;
   	background-color:var(--jaune);
   	font-weight:bold;
   	color:#FFFFFF;
   	border:0;
   	transition: background 0.15s linear;
   }	
   #loginBox input[type="submit"]:hover, #loginBox li a:hover {
   	background-color:var(--rouge);
   }

   #loginBox input[type="submit"]:active, #loginBox li a:active {
   	position:relative;
   	top:1px;
   	left:1px;
   }


/***************************
   MATERIALIZE
   ****************************/
   .materialize {
   	border: none;
   	border-bottom: 1px solid #9e9e9e;
   	border-radius: 0;
   	outline: none;
   	width: 100%;
   	margin: 0 0 15px 0;
   	padding: 0;
   	box-shadow: none;
   	-webkit-box-sizing: content-box;
   	-moz-box-sizing: content-box;
   	box-sizing: content-box;
   	transition: all .3s;
   	background:transparent;
   }
   input.materialize:disabled, input.materialize[readonly="readonly"]{
   	color: rgba(0, 0, 0, 0.26);
   	border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }
   	input.materialize:disabled + label, input.materialize[readonly="readonly"] + label{
   		color: rgba(0, 0, 0, 0.26); }
   		input.materialize:focus:not([readonly]){
   			border-bottom: 1px solid var(--jaune);
   			box-shadow: 0 1px 0 0 var(--jaune); }
   			input.materialize:focus:not([readonly]) + label{
   				color: #ff4081; }
   				input.materialize.valid, input:focus.materialize.valid {
   					border-bottom: 1px solid var(--vert);
   					box-shadow: 0 1px 0 0 var(--vert); }
   					input.materialize.valid + label:after, input:focus.materialize.valid + label:after {
   						content: attr(data-success);
   						color: #4CAF50;
   						opacity: 1; }
   						input.materialize.invalid, input:focus.materialize.invalid {
   							border-bottom: 1px solid var(--orange);
   							box-shadow: 0 1px 0 0 (--orange); }
   							input.materialize.invalid + label:after, input:focus.materialize.invalid + label:after {
   								content: attr(data-error);
   								color: (--orange);
   								opacity: 1; }
   								input.materialize + label:after {
   									display: block;
   									content: "";
   									position: absolute;
   									top: 65px;
   									opacity: 0;
   									transition: .2s opacity ease-out, .2s color ease-out; }

/***************************
   LANGUAGE BAR
   ****************************/
.language-menu {
	position: relative;
	display: inline-block;
}

.language-trigger {
	/*    background: white;
	border: 1px solid #e0e0e0;*/
	padding: 8px 0px 8px 16px;
	cursor: pointer;
	color: #FFF;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.2s ease;
	opacity:0.6;
}
.language-trigger::after {
	content: '▼';
	font-size: 10px;
	color: var(--text-muted);
	transition: transform 0.2s ease;
}

.language-trigger.active::after {
	transform: rotate(180deg);
}

.language-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.2s ease;
	z-index: 1000;
	width:70px;
}

.language-dropdown.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.language-option {
	padding: 8px 16px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	background-color: var(--menu-bg);
}
.language-option a, .language-option a:active, .language-option a:visited { 
	color:var(--text-medium);
}

.language-option:last-child {
	border-bottom: none;
}

.language-option:hover {
	color:var(--text-hover) !important;
}

.language-option.active {
	color:var(--text-active);
}

/***************************
   MENU
   ****************************/
nav {
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 13px;
}

.site-header {
	background-color: #fff
	color: var(--text-color);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--header-height);
	padding: 0 20px 0 30px;
	/*border-bottom:1px solid rgba(0, 0, 0, 0.2);*/
	background-color: var(--menu-bg);
}

.logo img {
	height: 50px;
	/*filter: brightness(0) invert(1); /*/
}

.main-nav {
	display: flex;
	align-items: center;
}

.main-nav-list {
	display: flex;
	gap: 30px;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	/*height:20px;*/
}

.main-nav-list li a {
	color: var(--text-medium);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	/*transition: color 0.2s;*/
}

.main-nav-list li a.active {
	color: var(--text-active) !important;
}

.main-nav-list li a:hover {
	color: var(--text-color);
}

header .social-div {
	border-left:1px solid rgba(255, 255, 255, 0.2);
	border-right:1px solid rgba(255, 255, 255, 0.2);
	height:60px;
	display: flex;
	align-items: center;
	padding: 0 12px;
}

header .social-icons {
	display: flex;
	gap: 16px;
	list-style: none;
	margin: 0 8px;
	padding: 0;

}

header .social-icons li a {
	color: #FFF;
	font-size: 20px;
	transition: all 0.2s;
	opacity: 0.6;
}

header .social-icons li a:hover {
	opacity:1;
}

.menu-toggle {
	display: none;
	flex-direction: column;
	gap: 4px;
	border: none;
	background: none;
	cursor: pointer;
}

.menu-toggle span {
	width: 24px;
	height: 2px;
	background: var(--text-color);
	display: block;
}
@media (max-width: 1100px) {
	.main-nav-list {
		gap: 20px;
	}
}

@media (max-width: 1024px) {
	.header-inner { 
		padding-right: 10px; 
		padding-left: 10px; 
	}
	.menu-toggle {
		display: flex;
	}

	.main-nav {
		display: none;
		flex-direction: column;
		position: absolute;
		top: var(--header-height);
		right: 0;
		background-color: var(--menu-bg);
		width: calc(100% - 48px);
		padding: 30px 24px 16px 24px;
	}

	.main-nav.open {
		display: flex;
		height:100vh;
	}

	.main-nav-list {
		flex-direction: column;
		gap: 16px !important;
		height:68vh;
        font-size: 6vw;
        font-family: var(--titleFont);
        letter-spacing: -0.3px;
        line-height: 1.2;
	}
	.main-nav-list li {
		padding: 1.2vh 0;
	}

	.nwar img { max-height:6vw !important; margin-top:5px; }
	.main-nav-list { 
		justify-content: center;
	 }

	.social-div { border:0; margin:15px 0 0 0; }
	.social-icons {
		justify-content: flex-start;
	}

	.language-menu {
		margin: 16px 0 0 0;
		width:auto;
	}

}

/***************************
   MENU
   ****************************/
.footer {
	background-color: var(--menu-bg);
	padding: 40px 0 30px;
	width: 100%;
	color:#fff;
	font-size:13px;
}

.footer-container {
	width: calc(100% - 80px);
	padding: 0 40px;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-brand {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex-shrink: 0;
}
.footer-brand img { 
	height:160px;
	max-height: 160px; 
}

.footer-brand h1 {
	font-size: 2.5rem;
	font-weight: 300;
	letter-spacing: -0.02em;
}

.footer-brand .tagline {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.1rem;
	color: #cccccc;
}

.footer-brand .tagline::before {
	content: "🎵";
	font-size: 1.2rem;
}

.footer-links {
	display: grid;
	/*grid-template-columns: repeat(3, 1fr);*/
	grid-template-columns: auto auto auto;
	gap: 60px;
	margin-left: auto;
}

.footer-column {
	font-weight: 600;
	margin-bottom: 20px;
}
.footer-column:last-child { margin-right:10px; }
.footer-column h3 { 
	font-size:18px; 
	margin:22px 0 15px; 
	font-family: var(--titleFont);
	font-weight: var(--titleWeight);
	text-transform:none;
	line-height: 1.2;
    letter-spacing: -0.3px;

}
.footer-column ul {
	list-style: none;
}

.footer-column ul li {
	margin-bottom: 12px;
}

.footer-column ul li a {
	color:var(--text-muted);
	/*font-size: 0.95rem;
	transition: color 0.3s ease;*/
}

.footer-column ul li a:hover {
	color: var(--text-hover);
}

.footer-middle {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom-left {
	display: flex;
	align-items: center;
	gap: 20px;
}

.certification-text {
	font-size: 16px;
	line-height: 1.3;
	color:var(--text-muted);
	margin:30px 0 20px;
}
.certification-text a { color:var(--jaune); }
.certification-text strong, .certification-text b { 
	color: #fff;
	display:inline-block;
	font-size:20px;
	font-family: var(--titleFont);
	font-weight: var(--titleWeight);
	line-height: 1.3em;
    letter-spacing: -0.3px;

}

.social-links {
	color:var(--text-color);
	font-size: 0.9rem;
}
.social-links a, .social-links a:visited  { color:var(--text-muted);}
.social-links a:hover { color: var(--text-hover); }
.social-links a.active, .social-links a:active { color: var(--text-active);}

.copyright {
	font-size: 0.9rem;
}
.footer-icons {
	display: flex;
	gap: 30px;
	/* couleur par défaut de tes icônes */
	color: #999;
}

.footer-icons li {
	list-style: none;
}

/* on cible le <a> pour lui donner un conteneur carré */
.footer-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	transition: opacity .3s ease;
	color:var(--text-color);
}
.footer-icons a:hover i {
	color:var(--text-color);
}

/* on force la même taille pour tous les <i> */
.footer-icons a i {
	font-size: 1.8rem;
	line-height: 1;
	vertical-align: middle;
	color: var(--text-muted);
}


/***************************
   EVENTS
   ****************************/
#wrap .tags {  margin-top:10px;}

#wrap .tagDiv {
    font-size: 14px;
    float: left;
    display: inline-block;
    font-weight: 600;
    min-width: calc(100% - 180px)
}
#wrap .tag {
    color:#fff;
    margin: 2px 7px 3px 0px;
    border-radius: 8px;
    padding: 2px 8px;
    background: var(--rouge);
    display: inline-block;
}
#wrap .tag.country {
	background: var(--grislight);
	color:#333 !important;
}

.events-container {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}
.event-card {
	display: flex;
	align-items: stretch; /* pour que .event-date prenne toute la hauteur */
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
}
/* Colonne gauche avec la date */
.event-date {
	width: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.event-date .day {
    display: block;
    font-size: 2rem;
    line-height: 17px;
    padding-top: 9px;
    font-weight: 700;
}

.event-date .month {
	display: block;
	margin-top: 0.25rem;
	text-transform: uppercase;
	font-size: 0.95rem;
	font-weight: 400;
}
.event-date .year {
	display: block;
	margin-top: 0rem;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 0.9em;
}


.event-thumb {
    width: 100px;
    height: 75px; /* 100px - 30px (haut) - 30px (bas) */
    overflow: hidden;
    position: relative;
}

.event-thumb img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -4px;
    left: 0;
    object-fit: cover;
}

.event-info {
	flex: 1;
	padding: 0.65rem 1rem;
}

/* Active le layout en ligne seulement si bouton présent */
.event-info--with-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	
}

/* Zone de texte prend tout l’espace dispo */
.event-text {
	flex: 1 1 auto;
	min-width: 200px;
}

/* Zone du bouton : largeur max 100px */
.event-button {
	flex: 0 0 93px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end; /* aligne le bouton à droite */
}
/* Texte */
.event-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
}
.event-artist {
	margin: 2px 0 0;
	color: #666;
	font-size: 0.875rem;
	line-height: 14px;
}

/* Partie action */
.event-action {
	padding: 0.5rem 1rem;
	display: flex;
	align-items: center;
}
.btn-buy {
	display: inline-block;
	padding: 0.5rem 1rem;
	background: #e30b26;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}
.sold-out {
	color: #e30b26;
	font-weight: bold;
}
.back-button-container {
	text-align: center; 
	margin-top:50px;
}
.fi { margin-right: 5px }
/* ====== Filtres Archives ====== */
.archives-filter{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	align-items:center;
	margin: 0px;
	justify-content: center;
}
#concerts_upcoming, #concerts_archives { margin-top:15px; }
.archives-filter label{
	display:inline-flex;
	align-items:center;
	cursor:pointer;
	user-select:none;
}
.archives-filter input[type="radio"]{
	/* on garde l'input accessible, mais discret */
	accent-color: var(--rouge);
}
.archives-filter span{
	font-weight:600;
}
.archives-filter input[type="radio"] {
	display: none;
}
.archives-filter label {
	cursor: pointer;
}
/* ===== SECTION ARTISTES ===== */
.artists-list { 
    margin: 20px 0 20px; 
    text-transform: uppercase; 
    font-size: 18px; 
    font-weight: 400; 
}

.artists-list .artist-name { 
    white-space: nowrap; 
    text-transform: uppercase;
}


.spinner {
   width: 40px;
   height: 40px;
   display: grid;
   border: 3.2px solid #0000;
   border-radius: 50%;
   border-right-color: #f24822;
   animation: spinner-a4dj62 1s infinite linear;
   margin:15px auto 0;
}

.spinner::before,
.spinner::after {
   content: "";
   grid-area: 1/1;
   margin: 1.6px;
   border: inherit;
   border-radius: 50%;
   animation: spinner-a4dj62 2s infinite;
}

.spinner::after {
   margin: 6.4px;
   animation-duration: 3s;
}

@keyframes spinner-a4dj62 {
   100% {
      transform: rotate(1turn);
   }
}

.grain { 
	position: relative;
	overflow: hidden;
    background-color: #fff8ef;
}
.grain::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url("../../img/exclusive-paper.png");
	background-repeat: repeat;
	opacity: .5;
	pointer-events: none;
}


.footer { border-color: var(--orange);}

/* Responsive Design */
@media (max-width: 1024px) {
	.footer-container {
	    width: calc(100% - 40px);
	    padding: 0 20px;
	}

	.footer-links {
		/*grid-template-columns: repeat(2, 1fr);*/
		gap: 30px;
	}

	.footer-column {
		max-width: 180px;
	}
	header .social-icons li a { font-size:6vw; }

}

@media (max-width:1000px)  {
	.layout {
    	flex-direction: column;
    }
    /*.event-card { background-color:var(--beige); }*/
    .event-date { width:60px; }
}

@media (max-width: 768px) {
    .artists-list { 
        font-size: 14px !important; 
        line-height: 1.25;
        margin-bottom:20px;
    }
	section#newsletter > div { font-size:16px; text-align: left !important;}
	section#newsletter input { margin:0; max-width:100%; }
	section#newsletter .btnSmall { margin:10px auto 0; display:block;}
	section#newsletter .rgpd { font-size:10px !important; line-height: 13px }
	h1 { font-size:32px; /*padding:0 25px;*/ margin-top:2px;}
	h2 { font-size: 18px !important; }
	h3 { font-size: 16px;} 

	.titleborder::after { 
		width: 70px; 
		height: 6px; 
	}

	.head { height:80px;}
	.logo img { height:45px; margin-top:4px; }
	.contentIn { width: calc(100% - 20px) !important; padding:0 10px;}
	body:not(#tinymce) { background-color:#fff !important }
	#wrap:not(#tinymce)::before {
		content: none !important;
		background: none !important;
	}	
	.back-button-container {
        margin: 20px 0 40px !important;
    }
	.footer-column ul li { margin-bottom: 2px;}
	.footer-container { padding: 0 20px; margin:0 auto;}
	.footer-brand { width:100%; }
	.certification-text { margin-top:0px;  }
	.certification-text strong, .certification-text b { margin-top:20px; }

	.footer-top {
		flex-direction: column;
		gap: 10px;
		text-align: center;
		margin-bottom:30px;
	}

	.footer-brand h1 {
		font-size: 2rem;
	}

	.footer-links {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
		width: 100%;
		margin-left: 0;
	}

	.footer-column {
		max-width: none;
		margin:0;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}

	.footer-bottom-left {
		flex-direction: column;
		gap: 15px;
	}
	.footer-middle {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}

	header .social-div { border:0; }
	header .social-icons { gap: 40px; }
	.language-menu { position:absolute; top:6px; right:20px; }

	.parallax-banner { height: 33vw; }
}

@media (max-width: 480px) {
    .artists-list { 
        font-size: 15px !important; 
    }
	h1 { font-size:24px;/*  line-height: 29px; */}
	.footer-brand img { height:100px; max-height:100px; }
	.footer-top { gap:15px; }
	.footer {
		padding: 40px 0 30px;
	}

	.footer-links {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.footer-column h3 {
		font-size: 16px;
		margin-bottom:10px;
	}
	.certification-text strong, .certification-text b {
		font-size: 18px;
	}

	.footer-column ul li a {
		font-size: 0.9rem;
	}


	.b-corp-badge {
		width: 50px;
		height: 50px;
		font-size: 1.2rem;
	}
	#page-transition .pt__logo { margin-bottom:50px; }
	.parallax-banner {	height: 45vw; }
}