/*
Theme Name: Art Sonic 2026
Author: La Confiserie
Author URI: https://www.laconfiserie.fr
Description: Thème sur-mesure
Version: 1.0
*/

.sr-only{
	border: 0 !important;
	clip: rect(1px,1px,1px,1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:focus-visible {
  clip: auto !important;
  clip-path: none !important;
  position: fixed !important;
  top: 1rem;
  left: 1rem;
  width: auto !important;
  height: auto !important;
  padding: .75rem 1rem !important;
  margin: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  z-index: 999999 !important;
  background: #fff;
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  border-radius: 4px;
}
/* RESET CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}


/* GLOBAL
-------------------------------------------------------------- */
* {
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
 }
html {
	width:100%;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
} 
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
body.no-scroll {
	overflow: hidden;
}
body.single-programmation {
	background-color: var(--wp--preset--color--noir);
}
/* -------------------------------------------------------------- 
/////////////////////////////////// GRILLE
----------------------------------------------------------------- */
.rangee {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 95%;
	margin: 0 auto;
	position: relative;
	flex-flow: row wrap;
}
.rangee.direction-column {
	flex-direction: column;
	flex-wrap: wrap;
}
.rangee.largeur-courte {
	width: 70%;
	max-width: 700px;
}
.fullwidth, .full, .rangee.full, .section-flexible.fullwidth .rangee{
	width: 100%;
	max-width: 100%;
}
.col {
	position: relative;
	z-index: 9;
}
.col3 {
	flex-basis:3%;
	width: 3%;
}
.col5 {
	flex-basis:5%;
	width: 5%;
}
.col15 {
	flex-basis:15%;
	width: 15%;
}
.col10 {
	flex-basis:10%;
	width: 10%;
}
.col20 {
	flex-basis:20%;
	width: 20%;
}
.col30 {
	flex-basis:30%;
	width: 30%;
}
.col40 {
	flex-basis:40%;
	width: 40%;
}
.col48 {
	flex-basis:48%;
	width: 48%;
}
.col50 {
	flex-basis:50%;
	width: 50%;
}
.col60 {
	flex-basis:60%;
	width: 60%;
}
.liste-artistes .col60 {
	flex-basis:70%;
	width: 70%;
}
.col70 {
	flex-basis:70%;
	width: 70%;
}
.col80 {
	flex-basis:80%;
	width: 80%;
}
.col90 {
	flex-basis:90%;
	width: 90%;
}
.col100 {
	flex-basis:100%;
	width: 100%;
}
.col25 {
	flex-basis:25%;
	width: 25%;
}
.col45 {
	flex-basis:45%;
	width: 45%;
}
.col55 {
	flex-basis:55%;
	width: 55%;
}
.col57 {
	flex-basis:57%;
	width: 57%;
}
.col65 {
	flex-basis:65%;
	width: 65%;
}
.col35 {
	flex-basis:35%;
	width: 35%;
}
.col75 {
	flex-basis:75%;
	width: 75%;
}
.col66 {
	flex-basis:66.6%;
	width: 66.6%;
}
.col33 {
	flex-basis:33.3%;
	width: 33.3%;
}
.ecart-normal{
	flex: 0 0 auto;
	padding: 15px 30px;
}
.aucun-ecart {
	padding: 0;
}
.aucun-ecart .ecart-normal{
	padding:15px 0;
}
.fullwidth .aucun-ecart .ecart-normal{
	padding:0;
}
.ecart-full .aucun-ecart:first-of-type {
	flex: 0 0 auto;
	padding: 0 0 0 60px;
}
.ecart-full .aucun-ecart:last-of-type {
	flex: 0 0 auto;
	padding: 0 60px 0 0;
}
.fullwidth.ecart-full .aucun-ecart, .section-flexible.aucun-ecart .ecart-normal, .section-flexible.aucun-ecart .colonne01, .section-flexible.aucun-ecart .colonne02 {
	padding:0 ;
}
.colpadleft {
	flex: 0 0 auto;
	padding: 0 0 0 40px;
}
.col-left-marge {
	padding-right: 40px;
}
.col-right-marge {
	padding-left: 40px;
}
.colpadright {
	flex: 0 0 auto;
	padding: 0 40px 0 0;
}
.colcenter {
	margin: 0 auto;
}
.justify-center {
	justify-content:center;
}
.justify-end {
	justify-content:end;
}
.space-between {
	justify-content:space-between;
}
.items-align-end {
	align-items: end;
}
.align-center, .items-align-center {
	align-items:center;
}
.align-end {
	align-items:flex-end;
}
.row-reverse {
	flex-direction: row-reverse;
}
.padding {
	padding: 90px 0 ;
}
.padding-bottom {
	padding-bottom: 90px;
}
.padding-top {
	padding-top: 90px;
}
.double-padding {
	padding: 180px 0 ;
}
.double-padding-bottom {
	padding-bottom: 180px;
}
.double-padding-top {
	padding-top: 180px;
}
.no-padding-top {
	padding-top: 0px !important;
}
.border-left {
	border-left:1px solid var(--wp--preset--color--rose);
}
.padding-col-pres.border-left {
	padding-left: 25px;
}
.decalage15 {
	position: relative;
	top: -15px;
	margin-bottom: -15px !important;
}
.decalage30 {
	position: relative;
	top: -30px;
	margin-bottom: -30px !important;
}
.decalage50 {
	position: relative;
	top: -50px;
	margin-bottom: -50px !important;
}
.decalage70 {
	position: relative;
	top: -70px;
	margin-bottom: -70px !important;
}
.decalage140 {
	position: relative;
	top: -140px;
	margin-bottom: -140px !important;
}
.rotate-3 {
	transform: rotate(-3deg);
}
.rotate3 {
	transform: rotate(3deg);
}
.rotate-5 {
	transform: rotate(-5deg);
}
/* -------------------------------------------------------------- 
/////////////////////////////////// TYPO
----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family:var(--wp--preset--font-family--typotitre);
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
h1 {
	color: var(--wp--preset--color--noir);
	font-size:var(--wp--preset--font-size--huge);
	line-height: .85;
}
h2 {
	color: var(--wp--preset--color--noir);
	margin-top: 25px;
	font-size:var(--wp--preset--font-size--large);
}

h3 {
	color: var(--wp--preset--color--noir);
	font-size:var(--wp--preset--font-size--medium);
}
h4 {
	color: var(--wp--preset--color--rose);
	font-size:var(--wp--preset--font-size--medium);
}
h5 {
	color: var(--wp--preset--color--noir);
	font-size:var(--wp--preset--font-size--medium);
}
h6 {
	color: var(--wp--preset--color--noir);
	font-size:var(--wp--preset--font-size--normal);
}
.typo2 {
    font-style: 700;
    font-family: var(--wp--preset--font-family--typotitre);
}
.typo-small{
	font-size: var(--wp--preset--font-size--small);
}
.typo-normal{
	font-size: var(--wp--preset--font-size--normal);
}
.typo-plus{
	font-size: var(--wp--preset--font-size--plus);
}
.typo-medium{
	font-size: var(--wp--preset--font-size--medium);
}
.typo-large{
	font-size: var(--wp--preset--font-size--large);
}
.typo-large-mobile{
	font-size: var(--wp--preset--font-size--large-mobile);
}
.typo-big{
	font-size: var(--wp--preset--font-size--big);
}
.typo-big-mobile{
	font-size: var(--wp--preset--font-size--big-mobile);
}
.typo-huge{
	font-size: var(--wp--preset--font-size--huge);
}
.typo-huge-mobile{
	font-size: var(--wp--preset--font-size--huge-mobile);
}

/* -------------------------------------------------------------- 
/////////////////////////////////// GLOBAL
----------------------------------------------------------------- */
p, ol, li, table,label {
	color: var(--wp--preset--color--foreground);
	font-weight: 400;
	font-size: var(--wp--preset--font-size--normal);
	line-height: 1.4;
	margin: 15px 0px;
}
ol, li {
	margin: 5px 0;
}
.bold {
	font-weight: 700;
}
strong, b {
	font-weight: 700;
	color:var(--wp--preset--color--noir);
}
ul {
	margin: 10px 0;
}
ul li{
	margin-left: 16px;
	list-style-type: disc;
}
ol li{
	margin-left: 15px;
}
blockquote {
	position: relative;
    font-family: var(--wp--preset--font-family--typotitre);
    font-style: normal;
	padding: 30px 0px 30px 0;
	color: var(--wp--preset--color--noir);
	line-height: 60px;
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 700;
	margin-bottom: 20px;
}
blockquote p {
	color: var(--wp--preset--color--noir);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 700;
	padding: 30px 0 0px 40px;
	line-height: 1.2;
}
button {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    user-select: none;
    cursor: pointer;
}
button:focus {
    outline: 0 none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
tr, td, th {
	padding: 10px;
	text-align: left;
	font-size: var(--wp--preset--font-size--normal);
	border: 1px solid var(--wp--preset--color--rose);
}
table p {
	margin: 5px 0;
}
tr h3 {
	line-height: 22px;
}
a {
	color:var(--wp--preset--color--noir);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
a:visited, a:active, a:focus {
	color:var(--wp--preset--color--noir);
}
a:hover {
	color:var(--wp--preset--color--rose);
}
.link-like{
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.link-like:focus{
  outline: auto;
}
em {
	font-style: italic;
}

img {
	pointer-events: none;
}
input {
 	-moz-box-sizing: content-box; 
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
#searchform input[type="text"] {
	height: 20px;
	padding: 10px;
}
textarea {
	font-family: inherit;
}
i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 5px auto;
}
.alignright {
    float:right;
    margin: 0px 0 20px 40px;
}
.alignleft {
	float:left;
    margin: 0px 40px 20px 0;
}
.aligncenter {
    display: block;
    margin: 0px auto 10px auto;
}
a img.alignright {
    float: right;
    margin: 0px 0 20px 40px;
}
a img.alignnone {
    margin: 0px 40px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 0px 40px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption-text {
	font-size:var(--wp--preset--font-size--small);
	font-style: italic;
}
hr {
	border: 0;
	background-color: var(--wp--preset--color--noir);
	height: 1px;
	margin: 25px 0;
}
hr.blanc {
	background-color: var(--wp--preset--color--blanc);
}
hr.rose {
	background-color: var(--wp--preset--color--rose);
}
.section-separateur hr {
	margin: 0;
}
.section-separateur .ecart-normal {
	padding-top: 0;
	padding-bottom: 0;
}
.blanc {
	background-color:  var(--wp--preset--color--blanc);
}
.color-blanc,.all-color-blanc * {
	color:  var(--wp--preset--color--blanc) !important;
}
.gris {
	background-color: var(--wp--preset--color--gris)!important;
}
.color-gris, .all-color-gris * {
	color:  var(--wp--preset--color--gris)!important;
}
.noir {
	background-color: var(--wp--preset--color--noir)!important;
}
.color-noir, .all-color-noir * {
	color:  var(--wp--preset--color--noir)!important;
}
.rose {
	background-color: var(--wp--preset--color--rose)!important;
}
.color-rose, .all-color-rose * {
	color:  var(--wp--preset--color--rose)!important;
}
.gradient-one {
	background: var(--wp--preset--gradient--gradient-one);
}
.gradient-titre {
	background: var(--wp--preset--gradient--gradient-titre);
}
.gradient-noir {
	background: var(--wp--preset--gradient--gradient-noir);
}
.gradient-hero {
	background: var(--wp--preset--gradient--gradient-hero);
}
.shadow {
   	-webkit-box-shadow: 0 16px 32px 0 rgba(50,50,50,0.10);
	-moz-box-shadow: 0 16px 32px 0 rgba(50,50,50,0.10);
	box-shadow: 0 16px 32px 0 rgba(50,50,50,0.10);
}
.shadow2 {
   	-webkit-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	-moz-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
}
.widget-texte > p:first-child {
  margin-top: 0;
}
p:last-of-type {
	margin-bottom: 0;
}


/* -------------------------------------------------------------- 
/////////////////////////////////// BOUTONS ET CLASS
----------------------------------------------------------------- */
.bouton, .bouton-sans{
	margin-top: 15px;
	vertical-align: middle;
}
.bouton a, input[type=submit], .formulaire button, .wpforms-submit-container button, .bouton-sans{
	text-decoration: none !important;
	position: relative !important;
	display: inline-block;
	background: var(--wp--preset--color--rose);
    font-weight: 700 !important;
	font-size: var(--wp--preset--font-size--normal) !important;
	color: var(--wp--preset--color--blanc)!important;
	border: none;
	border-radius: 100px !important;
	text-shadow:none;
	line-height: 24px!important;
	padding: 12px 22px 12px 22px!important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.bouton a:hover, input[type=submit]:hover, .formulaire button:hover, .wpforms-submit-container button:hover, .bouton-sans:hover{
	background: #ff410080;
	transform:scale(1.02);
}
.bouton-blanc a{
	background: var(--wp--preset--color--blanc) !important;
	color: var(--wp--preset--color--noir) !important;
}
.bouton-blanc a:hover{
	background: var(--wp--preset--color--rose) !important;
	color: var(--wp--preset--color--blanc) !important;
	transform:scale(1.02);
}

.bouton-simple {
	margin: 0 ;
}
.bouton-simple a {
	text-decoration: underline;
	padding-left: 25px; 
	position: relative; 
}
.bouton-simple.btn-noir a {color: var(--wp--preset--color--noir);}
.bouton-simple.btn-rose a {color: var(--wp--preset--color--rose);}
.bouton-simple.btn-noir a {color: var(--wp--preset--color--noir);}
.bouton-simple.btn-noir a {color: var(--wp--preset--color--noir);}
.bouton-simple.btn-blanc a {color: var(--wp--preset--color--blanc);}
.bouton-simple a:hover {
	opacity: .7;
}
.bouton-simple a::before {
	content: "→"; /* Définit le caractère de la flèche */
	position: absolute; /* Positionne la flèche */
	left: 0; /* Ajuste la position horizontale de la flèche */
}
.rond img {
	border-radius: 100%;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.back-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.relative {
	position: relative;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cap, .uppercase {
	text-transform: uppercase;
}
.no-marge {
	margin: 0;
}
.padding-bloc20 {padding: 20px}
.padding-bloc30 {padding: 30px}
.padding-bloc40 {padding: 40px}
.padding-bloc50 {padding: 50px}

.image, .image-upload {
	position: relative;
	margin: 0;
	line-height: 0;
}
.image img{
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.image-logo img {
	height: 80px;
	width: auto;
}

.image-upload img {
	max-width: 100%;
	border-radius: 15px;
}
.no-radius img {
	border-radius: 0px;
}
.image-expand {
	width: calc(100vw - ((100vw - 1240px) / 2));
}
.transition {
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#mobile-header {
	display: none;
}
.only-mobile {
	display: none !important;
}


/* -------------------------------------------------------------- 
/////////////////////////////////// LOGO
----------------------------------------------------------------- */
#logo {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
	line-height:0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
}
#logo a {
	display:block;
	cursor: pointer;
}
#logo a img {
	height: 70px;
	width: auto;
	position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* -------------------------------------------------------------- 
/////////////////////////////////// LOGO
----------------------------------------------------------------- */
#logo {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
	line-height:0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
}
#logo a {
	display:block;
	cursor: pointer;
}
#logo a img {
	height: 80px;
	width: auto;
	position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// HEADER
----------------------------------------------------------------- */
#main {
	padding-top: 0px;
}
header#header {
	width: 100%;
	position: relative;
	height: 100px;
	z-index: 99;
	background: var(--wp--preset--color--noir);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
body.no-fond-header header#header {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
	background: transparent;
}
body.no-fond-header header#header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 140px;
	top: 0;
	left: 0;
	background: var(--wp--preset--gradient--gradient-head);
}

header#header nav {
	position: absolute;
	z-index: 9;
	top:0px;
	right:140px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
}
header#header nav ul {
	margin: 0;
}
header#header nav ul li{
	display:inline-block;
	position: relative;
	list-style: none;
	margin: 0;
}
header#header nav a {
	font-family:var(--wp--preset--font-family--typotext);
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	color: var(--wp--preset--color--blanc);
	font-size: 16px;
    font-weight: 700;
	position:relative;
	padding: 0px;
	margin: 0 18px;
	line-height: 100px;
}

header#header nav a:active,header#header nav a:visited, header#header nav a:focus  {
	color:var(--wp--preset--color--blanc);
	text-decoration: none;
}
header#header nav a:hover {
	color: var(--wp--preset--color--rose);
}
header#header nav ul li.current_page_item > a, 
header#header nav ul li.current_page_parent > a,
header#header nav ul li.current-menu-ancestor > a,
header#header nav ul li.current-menu-item > a,
header#header nav ul li.current-menu-parent > a {
	color: var(--wp--preset--color--blanc);
	text-decoration: underline;
}

header#header nav ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    background: var(--wp--preset--color--blanc);
    padding: 0;
    min-width: 240px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: -1;
    overflow: hidden;
    border-radius: 15px;
}

header#header nav ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 10;
}

header#header nav ul li.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 10;
}

header#header nav ul li .sub-menu li {
    display: block;
    margin: 0;
}
header#header nav ul li .sub-menu a {
    padding: 12px 20px;
    margin: 0;
    display: block;
   	line-height: 1.15;
    color: var(--wp--preset--color--noir);
    background: transparent;
    transition: background 0.2s ease;
}
header#header nav ul li .sub-menu a:hover {
    background: var(--wp--preset--color--rose);
    color: #fff;
}

header#header .submenu-toggle{
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 12px 0 0;
  vertical-align: middle;
}

header#header .submenu-toggle:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  border-radius: 4px;
}

/* un chevron simple */
header#header .submenu-toggle .chevron {
	box-sizing: border-box;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(img/chevron-blanc.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transform-origin: 50% 50%;
  transition: transform .2s ease;
  position: relative;
  left: -5px;
}

/* chevron “ourose” */
header#header nav ul li:hover > .submenu-toggle .chevron,
header#header nav ul li.is-open > .submenu-toggle .chevron{
  transform: rotate(-180deg) translateZ(0);
}
/* ====== Bouton ====== */
.menu-toggle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	right: 20px;
	display: inline-flex;
	align-items: center;
	border-radius: 100px;
	line-height: 24px!important;
	padding: 12px 22px 12px 22px!important;
	gap: .8rem;
	background: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: 700;
	font-family: var(--wp--preset--font-family--typotext);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-toggle:focus-visible {
	outline: 3px solid #0b57d0;
	outline-offset: 2px;
}

/* Icon hamburger -> croix */
.menu-toggle__icon {
	position: relative;
	width: 28px;
	height: 18px;
	display: inline-block;
}
.bar {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--wp--preset--color--blanc);
	border-radius: 2px;
	transition: all .18s ease;
}
.bar--top { top: 0px; }
.bar--mid { top: 9px; }
.bar--bot { top: 18px; }
.menu-toggle:hover .bar--mid{
	left:5px;
}
.menu-toggle:hover .bar--top, .menu-toggle:hover .bar--bot{
	right:5px;
}
.menu-toggle[aria-expanded="true"] .bar--top {
	top: 9px;
	transform: rotate(45deg);
}
.menu-toggle[aria-expanded="true"] .bar--mid {
	opacity: 0;
}
.menu-toggle[aria-expanded="true"] .bar--bot {
	top: 9px;
	transform: rotate(-45deg);
}
.menu-overlay {
	position: fixed;
  	z-index: 9998;
  	background: rgba(29,14,42,.97);
  	top: 0px;
  	left: 100px;
  	width: 100%;
  	height: 100%;
	opacity: 0;
  	visibility: hidden;
  	pointer-events: none;
  	transition: all .5s ease;
  	 overflow-y: auto;
}
.menu-overlay .contenu-menu {
  padding: 150px 0 50px 0;
  overflow-y: auto;
}
.menu-overlay.is-open {
  opacity: 1;
  top: 0;
  left:0;
  visibility: visible;
  pointer-events: auto;
}
.menu-overlay .ecart-normal {
	padding: 0 15px;
}

.menu-overlay p, .menu-overlay li , .menu-overlay a {
	color: #fff;
}
.menu-overlay ul {
	margin: 5px 0;
}
.menu-overlay li {
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
}
.menu-overlay a {
	text-decoration: none;
	font-weight: 400;
}
.menu-overlay a:hover {
	text-decoration: underline;
}
.menu-overlay li.menu-item-has-children {
	margin-bottom:0px;
}
.menu-overlay li a{
	font-weight: 700;
	text-transform: uppercase;
	font-size: var(--wp--preset--font-size--normal);
}
.menu-overlay li.menu-item-has-children a:hover {
	text-decoration: none;
}
.menu-overlay li.menu-item-has-children .sub-menu a {
	text-transform: none;
	font-weight: 400;
	font-size: var(--wp--preset--font-size--normal);
}
.menu-overlay li.menu-item-has-children .sub-menu a:hover {
	text-decoration: underline;
}
header#header .menu-overlay .submenu-toggle{
  height: auto;
}
header#header .menu-overlay .submenu-toggle .chevron {
	left: 10px;
}

header#header .menu-overlay li.menu-item-has-children .sub-menu {
    opacity: 1;
    visibility: visible;
    padding-left: 0px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header#header .menu-overlay .submenu-toggle {
   display: none;
}
header#header .menu-overlay a:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 4px;
    border-radius: 2px;
}
.menu-overlay .bouton a {
	margin-right: 15px;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// TITRE PAGE
----------------------------------------------------------------- */
#bloc-titre-page {
	position: relative;
	background-color: var(--wp--preset--color--noir);
}
#bloc-titre-page .rangee {
	min-height: 400px;
	padding: 200px 0;
	z-index: 9;
}
#bloc-titre-page .overlay-titre {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 2;
}
#bloc-titre-page h1 {
	color: #fff;
}
#bloc-titre-page h1 span {
	display: block;
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.1;
	font-weight: 400;
	margin: 15px 0;
}
#bloc-titre-page .desc {
	margin-top: 25px;
}
#bloc-titre-page .desc p {
	color: #fff;
	font-weight: 400;
	font-size: var(--wp--preset--font-size--normal);
}
#bloc-titre-page .bouton, #titre-illus .bouton, #titre-simple .bouton{
	margin-top: 25px;
}
#bloc-titre-page .overlay-video {
	display: none;
}
body.fond-noir #bloc-titre-page .overlay-video {
	display: block;
}
#titre-simple .bouton a {
	margin:5px 5px 5px 0;
}
#titre-simple {
	padding: 80px 0;	
}
body.no-fond-header #titre-simple {
	padding: 200px 0 100px 0;	
}
#titre-simple h1 {
	color: var(--wp--preset--color--noir);
}
#titre-simple h1 span{
	display: block;
	font-size: var(--wp--preset--font-size--large);
	line-height: 1;
	margin-bottom: 10px;
}
#titre-simple p.sous-titre-page, #titre-simple p.sur-titre-page, #bloc-titre-page p.sous-titre-page, 
#bloc-titre-page p.sur-titre-page  {
	margin-top: 0px;
	color: var(--wp--preset--color--noir);
	font-family: var(--wp--preset--font-family--typotitre);
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	font-size: var(--wp--preset--font-size--medium);
}
#bloc-titre-page p.sous-titre-page, 
#bloc-titre-page p.sur-titre-page {
	color: #fff;
}
#titre-simple p.sur-titre-page, #bloc-titre-page p.sur-titre-page {
	margin: 0 0 20px 0;
}
body.fond-noir #titre-simple.aucun h1, body.fond-noir #titre-simple.aucun p {
	color: var(--wp--preset--color--blanc);
}
#titre-simple.noir h1, #titre-simple.noir p,
#titre-simple.rose h1, #titre-simple.rose p{
	color: #fff;
} 
#titre-simple.noir .bouton a{
	background: #fff !important;
	color: var(--wp--preset--color--noir)!important;
}
#titre-simple.noir .bouton a:hover{
	background: var(--wp--preset--color--rose)!important;
	color: var(--wp--preset--color--blanc)!important;
}
#titre-simple.rose .bouton a{
	background: var(--wp--preset--color--noir)!important;
	color: var(--wp--preset--color--blanc)!important;
}
#titre-simple.rose .bouton a:hover{
	background: #fff !important;
	color: var(--wp--preset--color--rose)!important;
}
#titre-simple.noir .bouton a{
	background: #fff !important;
	color: var(--wp--preset--color--noir)!important;
}
#titre-simple.noir .bouton a:hover{
	background: var(--wp--preset--color--noir)!important;
	color: var(--wp--preset--color--blanc)!important;
}
#titre-illus h1{
 	margin-bottom: 20px;
}
#titre-illus .image-illu {
	text-align: center;
	margin: 0;
}
#titre-illus .image-illu img {
	line-height: 0;
	width: 100%;
	height: auto;
	max-height: 420px;
}
#titre-illus .bloc-content-illus{
	padding-right: 45px;
}
#titre-illus p.sous-titre-illus {
	font-weight: 700;
	color: var(--wp--preset--color--noir);
	font-size: var(--wp--preset--font-size--medium);
	line-height: 32px;
}
#bloc-titre-video {
	position: relative;
	background-color: var(--wp--preset--color--noir);
}
#bloc-titre-video .hero .rangee {
	height: 100vh;
}
#bloc-titre-video .back-video.hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden; 
}
#bloc-titre-video h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size:var(--wp--preset--font-size--huge);
	line-height: 1;
	color: #fff;
}
#bloc-titre-video .sous-titre-video {
	font-weight: 700;
	line-height: 1;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-size:var(--wp--preset--font-size--medium);
	color: #fff;
}
#bloc-titre-video .rangee {
	z-index: 9;
}
.overlay-video {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	opacity: 1;
	z-index: 2;
}
.hero-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; 
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none; 
}

.hero-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.hero-video {
    position: absolute;
	width: 100%;
  	height: 100%;
  	object-fit: cover;  
     inset: 0;
    z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
    .hero-video {
        animation-play-state: paused !important;
    }
}
@media (max-width: 768px) {
    .back-video.hero {
        min-height: 400px;
    }
}
/* -------------------------------------------------------------- 
/////////////////////////////////// VIGNETTE
----------------------------------------------------------------- */
.col-news {
	margin-bottom: 30px;
}
a.bloc-vignette {
	background: #fff;
	
	height: 100%;
	text-decoration: none;
}
a.bloc-vignette .image-vignette {
	display: block;
	position: relative;
	line-height: 0;
}

a.bloc-vignette .image-vignette img {
	width: 100%;
	height: auto;
	border-radius:10px;
}
.content-vignette {
	padding: 20px 0 0 0;
	position: relative;
}
.content-vignette p {
	margin: 0;
	line-height: 1;
	font-family: var(--wp--preset--font-family--typotitre);
	text-transform: uppercase;
}
.content-vignette .nom-artiste {
	color: var(--wp--preset--color--blanc);
	font-size: var(--wp--preset--font-size--medium);
	margin-bottom: 5px;
	font-weight: 700;
}
.content-vignette .jour {
	color: var(--wp--preset--color--rose);
	font-size: var(--wp--preset--font-size--plus);
	font-weight: 400;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: var(--wp--preset--gradient--gradient-one);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.mask:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40px;
	height: 40px;
	background: url(img/eye.svg) no-repeat center center;
	background-size: 40px auto;
}
a.bloc-vignette .image-vignette:hover .mask{
	opacity: 1;
	visibility: visible;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// SINGLE
----------------------------------------------------------------- */
#single{
	position: relative;
	padding-top: 60px;
}
#single h1 {
	color: var(--wp--preset--color--noir);
	font-size: var(--wp--preset--font-size--huge-mobile);
	line-height: 1;
	margin-top: 5px;
	text-align: center;
}
#single .image-single {
	position: relative;
}
#single .image-single img {
	width: 100% ;
	height: auto;
	position: relative;
	border-radius: 15px;
	margin: 25px 0 0 0;
}
#single .date-publi {
	text-align: center;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--noir);
	margin: 0;
}
#single .date-publi::first-letter {
	text-transform: uppercase;
}
#single .wp-block-image, #single .wp-block-cover {
	margin: 40px 0;
}
.content-single h2 {
	font-size: var(--wp--preset--font-size--large-mobile);
	color: var(--wp--preset--color--noir);
	margin-top: 0;
}
.content-single p + h2, .content-single p + h3,
.content-single ul + h2, .content-single ul + h3,
.content-single ol + h2, .content-single ol + h3 {
  margin-top: 25px;
}
.content-single h3 {
	color:var(--wp--preset--color--rose);
	font-size: var(--wp--preset--font-size--medium);
	margin-top: 0px;
}
.sidebar-media {
	padding: 30px 0;
	border-top: 1px solid var(--wp--preset--color--rose);
	border-bottom: 1px solid var(--wp--preset--color--rose);
}
.image-media-single img {
	width: 300px;
	height: auto;
}
.autres-news .sous-titre {
	margin-top: 50px;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// FOCUS
----------------------------------------------------------------- */
a.bloc-focus {
	position: relative;
	display: block;
	min-height: 350px;
	border-radius: 15px;
}
a.bloc-focus span.titre-focus {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 99;
	padding: 30px;
	font-size: var(--wp--preset--font-size--normal);
	color: var(--wp--preset--color--blanc);
}
a.bloc-focus span.titre-focus em {
	display: block;
	font-style: normal;
	font-size: var(--wp--preset--font-size--medium);
	font-family: var(--wp--preset--font-family--typotitre);
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
}
a.bloc-focus span.titre-focus span {
	font-weight: 400;
}
a.bloc-focus span.titre-focus span img {
	width: 15px;
	margin-right: 7px;
	position: relative;
	top: 2px;
}
a.bloc-focus.cta-center span.titre-focus {
	text-align: center;
	top: 50%;
	bottom: inherit;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
}
a.bloc-focus .overlay-focus {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	border-radius: 15px;
	background: var(--wp--preset--gradient--gradient-cta);
}
a.bloc-focus:hover .overlay-focus {
	opacity: .5;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// SECTION NEWS HOME
----------------------------------------------------------------- */

.grille-news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: stretch;
    position: relative;
    top: -80px;
    margin-bottom: -80px;
}
.section-news h2.sous-titre {
 	text-transform: uppercase;
 	font-size: var(--wp--preset--font-size--huge);
 	margin-bottom: 0;
 }
.section-news h2.sous-titre, #autres h2.sous-titre, h2.sous-titre.titre-gradient{
	color:var(--wp--preset--color--rose);
  /*background: linear-gradient(135deg, #ff4100 0%, #1D0E2A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;*/
}
.bloc-news--principal {
    min-height: 500px;
    height: 100%;
    border-radius: 15px;
}
.grille-news__secondaires {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.bloc-news--secondaire {
    flex: 1;
    min-height: 235px;
    border-radius: 15px;
}
.grille-news a.bloc-focus span.titre-focus em {
	font-size: var(--wp--preset--font-size--medium);
}
.bloc-news .titre-focus .date-news {
    display: block;
    font-size: var(--wp--preset--font-size--small);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 6px;
}




/* --------------------------------------------------------------
///////////////////////////////////  BILLETS
----------------------------------------------------------------- */
.section-artistes {
	overflow: hidden;
}
.section-artistes h2.sous-titre {
	color: var(--wp--preset--color--rose);
	font-size: var(--wp--preset--font-size--big);
}
.section-billets.noir h2.sous-titre, .section-billets.noir .texte-sous-titre {
	color: #fff;
}
.col-billet {
	perspective: 800px; 
}
.billet {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: left;
	text-align: left;
	height: 100%; /* même hauteur dans la rangée */
	padding: 20px 150px 20px 30px;
	border-radius: 15px;
	position: relative;
	background-color: #fff;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 100%;

	-webkit-mask-image: radial-gradient(circle at 70% 0%, transparent 20px, #fff 20px),
	radial-gradient(circle at 70% 100%, transparent 20px, #fff 20px);
	-webkit-mask-composite: destination-in;
	mask-image: radial-gradient(circle at 70% 0%, transparent 20px, #fff 20px),
	radial-gradient(circle at 70% 100%, transparent 20px, #fff 20px);
	mask-composite: intersect;

	transform: rotate(-3deg) !important;
	border: 2px solid var(--wp--preset--color--rose);
	text-decoration: none;
	cursor: pointer;

	transform-style: preserve-3d;
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* plus réactif */
    overflow: hidden; /* pour le reflet */
}
/* Rotation alternée pour les billets pairs */
.col-billet:nth-child(even) .billet {
    transform: rotate(3deg)!important;
}
.col-billet .billet:hover {
    box-shadow: 8px 12px 30px rgba(0, 0, 0, 0.25);
}
/* Ligne pointillée */
.billet::after {
    content: '';
    position: absolute;
    right: 29.5%;
    bottom:0;
    top: 0;
    border-left: 2px dashed var(--wp--preset--color--rose);
    opacity: .7;
}
/* Reflet qui suit la souris */
.billet::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,0.25) 0%, transparent 60%);
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.3s;
    opacity: 0;
}
.billet:hover::before {
    opacity: 1;
}
.billet p {
	margin: 0;
}
.billet .sur-titre-billet {
	margin-bottom: 10px;
	font-size: 14px;
}
.billet .titre-billet {
	font-family: var(--wp--preset--font-family--typotitre);
    font-weight: 700;
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--big);
     line-height: .9;
}
.billet .prix-billet {
	font-family: var(--wp--preset--font-family--typotitre);
    font-weight: 700;
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--big);
    color: var(--wp--preset--color--rose);
    line-height: 1;
}
.billet .sous-titre-billet {
	font-family: var(--wp--preset--font-family--typotitre);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--medium);
}
.billet .detail-billet {
	margin-top: 5px;
	font-size: 14px;
}
/* --------------------------------------------------------------
///////////////////////////////////  WIDGET SLIDER
----------------------------------------------------------------- */
.bloc-slider {
	width: 95%;
	margin: 0 auto;
	position: relative;
}

/* -------------------------------------------------------------- 
///////////////////////////////////  WIDGET BLOC LIENS
----------------------------------------------------------------- */
.blocs-couleurs .bloc-couleur {
	width: 100%;
	padding: 120px 40px 40px 40px;
	border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
}
.blocs-couleurs h2 {
	margin-top: 0;
}
.blocs-couleurs .bloc-couleur h2 {
	color: #fff;
	margin-bottom: 5px;
}
.blocs-couleurs ul {
	margin: 0;
	padding: 0;
}
.blocs-couleurs .bloc-couleur ul li {
	color: #fff;
	margin: 12px 0px;
	list-style-type: none;
    position: relative;
    padding-left: 25px;
    font-size: var(--wp--preset--font-size--normal);
}
.blocs-couleurs .bloc-couleur li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px; 
    background-image: url('img/arrow-right.svg');
    background-size: contain; 
    background-repeat: no-repeat; 
}
.blocs-couleurs .bloc-couleur ul li:last-of-type,
.blocs-couleurs .bloc-liens-normal ul li:last-of-type {
	margin-bottom: 0;
}
.blocs-couleurs .bloc-couleur ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
.blocs-couleurs .bloc-couleur ul li a:hover {
	text-decoration: underline;
}
.blocs-couleurs .bloc-couleur.blanc h2 {
	color: var(--wp--preset--color--noir);
}
.blocs-couleurs .bloc-couleur.blanc a, .blocs-couleurs .bloc-couleur.blanc li {
	color: var(--wp--preset--color--foreground);
}
.blocs-couleurs .bloc-couleur.blanc li::before {
	 background-image: url('img/arrow-right-noir.svg');
}
.blocs-couleurs .bloc-liens-normal {
	padding: 40px;
	border-radius: 15px;
}
.blocs-couleurs .bloc-liens-normal.no-color {
	padding: 0;
}
.blocs-couleurs .bloc-liens-normal h2 {
	font-size: var(--wp--preset--font-size--medium);
}
.blocs-couleurs .bloc-liens-normal ul li {
	color: var(--wp--preset--color--foreground);
	margin: 12px 0px;
	list-style-type: none;
    position: relative;
    padding-left: 25px;
    font-size: var(--wp--preset--font-size--normal);
}
.blocs-couleurs .bloc-liens-normal li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px; 
    background-image: url('img/arrow-right-noir.svg');
    background-size: contain; 
    background-repeat: no-repeat; 
}
.blocs-couleurs .bloc-liens-normal ul li a {
	text-decoration: underline;
	color: var(--wp--preset--color--foreground);
}
.blocs-couleurs .bloc-liens-normal ul li a:hover {
	color: var(--wp--preset--color--rose);
}
.blocs-couleurs .bloc-liens-normal.noir h2, 
.blocs-couleurs .bloc-liens-normal.rose h2,
.blocs-couleurs .bloc-liens-normal.noir h2,
.blocs-couleurs .bloc-liens-normal.noir a, 
.blocs-couleurs .bloc-liens-normal.rose a,
.blocs-couleurs .bloc-liens-normal.noir a {
	color: #fff;
}
.blocs-couleurs .bloc-liens-normal.noir a:hover, 
.blocs-couleurs .bloc-liens-normal.rose a:hover,
.blocs-couleurs .bloc-liens-normal.noir a:hover {
	color: #fff;
	opacity: .6;
}
.blocs-couleurs .bloc-liens-normal.noir li::before, 
.blocs-couleurs .bloc-liens-normal.rose li::before,
.blocs-couleurs .bloc-liens-normal.noir li::before {
	background-image: url('img/arrow-right-noir.svg');
}

/* -------------------------------------------------------------- 
///////////////////////////////////  WIDGET ACCORDEON
----------------------------------------------------------------- */
.bloc-accordeon {
    border-bottom: 1px solid var(--wp--preset--color--noir);
    margin: 10px 0;
}
.bloc-accordeon.accordeon-blanc {
	border-bottom: 1px solid var(--wp--preset--color--blanc);
}
.bloc-accordeon .titre-accordeon {
    background: none;
    border: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
    padding: 18px 35px 18px 0;
    margin: 0;
    font-family: var(--wp--preset--font-family--typotitre);
    font-weight: 700;
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--plus);
    line-height: 1;
    color: var(--wp--preset--color--noir);
    border-top: 1px solid var(--wp--preset--color--noir);
    position: relative;
}
.bloc-accordeon.accordeon-blanc .titre-accordeon {
	color: var(--wp--preset--color--blanc);
    border-top: 1px solid var(--wp--preset--color--blanc);
}
.bloc-accordeon .titre-accordeon:hover {
    text-decoration: underline;
}
.bloc-accordeon .titre-accordeon:focus-visible {
	outline: 3px solid #005fcc;
  	outline-offset: 2px;
}
.bloc-accordeon .titre-accordeon::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(img/plus.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease-in-out;
}
.bloc-accordeon .titre-accordeon[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(45deg);
}
.texte-accordeon {
    display: none;
    padding: 0 0 25px 0;
    border-bottom: 1px solid var(--wp--preset--color--noir);
}
.bloc-accordeon.accordeon-blanc .texte-accordeon {
	border-bottom: 1px solid var(--wp--preset--color--blanc);
}
.section-col.noir .bloc-accordeon ,
.section-col .banniere .noir .bloc-accordeon {
    border-bottom: 1px solid var(--wp--preset--color--blanc);
}
.bloc-accordeon.accordeon-blanc .texte-accordeon *,
.section-col.noir .bloc-accordeon .titre-accordeon,
.section-col.noir .bloc-accordeon .texte-accordeon *, 
.section-col .banniere .noir .bloc-accordeon .titre-accordeon,
.section-col .banniere .noir .bloc-accordeon .texte-accordeon *{
    color: #fff;
}
.bloc-accordeon.accordeon-blanc .texte-accordeon .bouton a:hover {
	color: var(--wp--preset--color--rose);
}
.section-col.noir .bloc-accordeon .titre-accordeon,
.section-col .banniere .noir .bloc-accordeon .titre-accordeon {
    border-top: 1px solid var(--wp--preset--color--blanc);
}
.bloc-accordeon.accordeon-blanc .titre-accordeon:after,
.section-col.noir .bloc-accordeon .titre-accordeon:after, 
.section-col .banniere .noir .bloc-accordeon .titre-accordeon:after {
    background-image: url(img/plus-blanc.svg);
}
.section-col.noir .bloc-accordeon .titre-accordeon.active,
.section-col .banniere .noir .bloc-accordeon .titre-accordeon.active  {
    border-bottom: 0px solid var(--wp--preset--color--blanc);
    color:var(--wp--preset--color--blanc);
}
.section-col.noir .bloc-accordeon .titre-accordeon.active:after,
.section-col .banniere .noir .bloc-accordeon .titre-accordeon.active:after {
    color:var(--wp--preset--color--blanc);
}
.section-col.noir .bloc-accordeon .texte-accordeon,
.section-col .banniere .noir .bloc-accordeon .texte-accordeon {
    border-bottom: 1px solid var(--wp--preset--color--blanc);
}
/* -------------------------------------------------------------- 
/////////////////////////////////// ANIMATIONS
----------------------------------------------------------------- */
.widget, .anim {
    opacity: 1;
    transform: translateY(0);
    transition: none;
}

.js-enabled .widget, .js-enabled .anim {
    opacity: 0;
    transform: translateY(20px); /* Déplacement subtil */
    transition: 
        opacity 0.6s ease-out,
        transform 0.6s ease-out;
}

.js-enabled .anim15 {
    transition: 
        opacity 0.9s ease-out,
        transform 0.9s ease-out;
}

.js-enabled .is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* -------------------------------------------------------------- 
/////////////////////////////////// FLEXIBLE
----------------------------------------------------------------- */
.section-flexible {
	z-index: 9;
	position: relative;
}
.section-flexible.bande-grise {
	  background: linear-gradient(transparent 0 calc(100% - 100px), var(--wp--preset--color--gris) calc(100% - 100px) 100%);
}
.section-flexible.fullwidth .rangee .une-col {
	flex-basis: 100%;
	width: 100%;
}
.section-flexible.largeur-container .rangee .une-col {
	flex-basis: 100%;
	width: 100%;
}
.section-flexible.rose .bouton a {
	background: var(--wp--preset--color--noir) !important;
	color: var(--wp--preset--color--rose) !important;
}
.section-col .border-col .ecart-normal {
	border-left: 1px solid var(--wp--preset--color--rose)
}
.section-col .border-col .ecart-normal:first-of-type {
	border-left: 0px solid var(--wp--preset--color--rose)
}
.section-col .col-padding-right {
	padding-right: 50px;
}
.section-col .col-padding-left {
	padding-left: 50px;
}
.section-col .bloc-colonne {
	padding: 40px;
	border-radius: 15px;
}
.bloc-colonne.noir p, .bloc-colonne.rose p, .bloc-colonne.noir p {
	color: #fff;
}
.section-col .banniere {
	padding: 15px 20px;
}
.section-col .banniere .rangee {
	padding: 40px;
	border-radius: 15px;
	width: calc(92% - 40px);
}
.section-col .banniere .noir p, .section-col .banniere .rose p,
.section-col .banniere .noir a, .section-col .banniere .rose a {
	color: #fff;
} 
.section-col .banniere .noir a:hover {
	color: var(--wp--preset--color--rose);
}
.section-col .banniere .rose a:hover {
	color: var(--wp--preset--color--noir);
}
.section-col .banniere .rangee.decalage-image .widget-image {
	position: absolute;
	top: -40px;
}
.widget-image {
	position: relative;
}
.widget-image .image a, .widget-image .image-upload a {
	display: block;
	position: relative;
}
.widget-image .image a img, .widget-image .image-upload a img{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.widget-image .image a:hover img, .widget-image .image-upload a:hover img {
	opacity: .7;
}

.widget {
	padding: 0 0 20px 0;
}
.widget:last-of-type {
	padding-bottom:0;
}
.widget.widget-titre {
	padding-bottom: 15px;
}
.widget.widget-titre h2, .widget.widget-titre h3 {
	margin-bottom: 0;
}
.widget.widget-titre h2, h2.sous-titre, .bloc-encadre h2 {
	margin-top: 0;
}
h2.sous-titre {
 	text-transform: uppercase;
 	font-size: var(--wp--preset--font-size--big);
 	margin-bottom: 0;
 }
.widget.widget-titre p {
	margin-top:0;
	line-height: 1;
	font-family: var(--wp--preset--font-family--typotitre);
	text-transform: uppercase;
}
.widget.widget-titre p.typo-huge {
	line-height: .8;
}
.widget.widget-titre p.typo-normal {
	line-height: 26px;
}
.widget.widget-titre .typo-light {
	font-weight: 300;
}
.widget.widget-titre .typo-regular {
	font-weight: 400;
}
.widget.widget-titre .typo-bold {
	font-weight: 700;
}
.widget.widget-icone {
	padding-bottom: 10px;
}
.widget-bouton .bouton {
	margin-top: 0;
}
.widget-bouton .bouton.btn-blanc a{
	background: var(--wp--preset--color--blanc) !important;
	color: var(--wp--preset--color--noir) !important;
}
.widget-bouton .bouton.btn-blanc a:hover {
	background: var(--wp--preset--color--rose) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.widget-bouton .bouton.btn-rose a{
	background: var(--wp--preset--color--rose) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.widget-bouton .bouton.btn-rose a:hover {
	background: #ff410080!important;
}
.widget-bouton .bouton.btn-noir a{
	background: var(--wp--preset--color--noir) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.widget-bouton .bouton.btn-noir a:hover {
	background: var(--wp--preset--color--rose) !important;
	color: var(--wp--preset--color--blanc) !important;
}
/*.noir .widget-bouton .bouton.btn-rose a:hover {
	background: var(--wp--preset--color--blanc) !important;
	color: var(--wp--preset--color--rose) !important;
}*/
.noir .widget-bouton .bouton.btn-blanc a {
	background: var(--wp--preset--color--blanc) !important;
	color: var(--wp--preset--color--noir) !important;
}
.noir .widget-bouton .bouton.btn-blanc a:hover {
	background: var(--wp--preset--color--noir) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.rose .widget-bouton .bouton.btn-noir a:hover {
	background: var(--wp--preset--color--blanc) !important;
	color: var(--wp--preset--color--rose) !important;
}
.widget-bouton.widget-liste-boutons p.bouton {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 10px 10px 0;
}
.widget.widget-texte .bloc-encadre {
	padding: 40px;
	border-radius: 15px;
}
.widget.widget-texte .bloc-encadre.noir *, 
.widget.widget-texte .bloc-encadre.noir *,
.widget.widget-texte .bloc-encadre.rose *,
.widget.widget-texte.text-blanc * {
	color: #fff;
}

.icone img {
	height: 50px;
	width: auto;
}
.espaceur {
	display: block;
}
.widget-separateur .ligne {
	width: 100%;
	height: 1px;
	margin: 20px 0;
}
.widget-separateur .tiret {
	width: 40px;
	height: 4px;
}
.text-center .widget-separateur .tiret {
	margin: 0 auto;
} 
.section-logos .logo  {
	text-align: center;
}
.section-logos .logo a {
	display: block;
}
.section-logos .logo img {
	width: 100%;
	height: auto;
	border-radius: 0px;
	max-width: 220px;
}

/* ///////////////////////////// SECTION REASSURANCE //////////////////////*/
.section-reassurance p.titre-argument {
	font-family:var(--wp--preset--font-family--typotitre);
	margin: 0px;
}
.section-reassurance .icone {
	margin-bottom: 10px;
}
.section-reassurance .icone img, .section-reassurance .icone svg {
	height: 55px;
	width: auto;
}
/* État initial : masqué */
.svg-anim {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
    transition: clip-path 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 0.4s ease;
}

/* Animation : révélation de bas en haut */
.svg-anim.is-visible {
    clip-path: inset(0 0 0 0);
    opacity: 1;
}

/* Décalage progressif entre les arguments */
.section-reassurance .argument:nth-child(1) .svg-anim {
    transition-delay: 0s;
}
.section-reassurance .argument:nth-child(2) .svg-anim {
    transition-delay: 0.15s;
}
.section-reassurance .argument:nth-child(3) .svg-anim {
    transition-delay: 0.3s;
}
.section-reassurance .argument:nth-child(4) .svg-anim {
    transition-delay: 0.45s;
}
.section-reassurance .texte-argument {
	margin-top: 0px;
}
.section-reassurance h2.sous-titre {
	margin: 0;
	text-transform: uppercase;
}
.section-reassurance .banniere {
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}
.section-reassurance .banniere::before {
	content: "";
	position: absolute;
	inset: -40px; /* épaisseur */
	border-radius: 20px;
	z-index: -1;
}
.section-reassurance .banniere.noir::before {
	background: var(--wp--preset--color--noir);
}
.section-reassurance .banniere.rose::before {
	background: var(--wp--preset--color--rose);
}
.section-reassurance .banniere.noir::before {
	background: var(--wp--preset--color--noir);
}
.section-reassurance .banniere.blanc::before {
	background: var(--wp--preset--color--blanc);
}
.section-reassurance .banniere.gris::before {
	background: var(--wp--preset--color--gris);
}
.section-reassurance.decalage-banniere .banniere{
	position: relative;
	top: -100px;
	margin-top: 0;
	margin-bottom: -40px;
}
.section-reassurance.noir p,
.section-reassurance.noir h2,
.section-reassurance.rose p,
.section-reassurance.rose h2,
.section-reassurance.noir p,
.section-reassurance.noir h2  {
	color: #fff;
}
.section-reassurance .banniere.noir p, .section-reassurance .banniere.noir p,
.section-reassurance .banniere.noir h2, .section-reassurance .banniere.noir h2 {
	color: #fff;
}
/* ///////////////////////////// SECTION CTA ICONE //////////////////////*/
.cta-icone {
	display: block;
	text-align: center;
	border-left: 1px solid var(--wp--preset--color--noir);
}
.section-cta-icone .rangee.full > div:first-child .cta-icone {
    border-left: none;
}
.titre-lien {
	text-transform: uppercase;
	font-weight: 700;
}
.titre-lien a{
	text-decoration: none;
}

/* ///////////////////////////// SECTION CHIFFRES //////////////////////*/
.section-chiffres {
	overflow:hidden;
}
.section-chiffres h2.sous-titre {
	color: #fff;
	font-size: var(--wp--preset--font-size--large);
}
.section-chiffres .owl-carousel .owl-nav .owl-prev,
.section-chiffres .owl-carousel .owl-nav .owl-next {
	top:calc(50% - 25px) !important;
}
.col-chiffres {
	padding-left: 50px;
}
.carousel-cta .image {
	position: relative;
	margin-bottom:25px;
}
.carousel-cta .image:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--wp--preset--gradient--gradient-one);
}
.carousel-cta h3 {
	width: 100%;
	text-align: center;
	color: var(--wp--preset--color--rose);
	font-size: var(--wp--preset--font-size--large);
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 15px;
	margin:0;
}
.col-chiffres .chiffre {
	padding: 10px 0px;
}
.nombre-chiffre, .texte-chiffre {
	color:#fff;
	font-family:var(--wp--preset--font-family--typotitre);
	font-size: var(--wp--preset--font-size--large);
	margin: 0;
	line-height: 1;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
}
.texte-chiffre {
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 400;
}

.section-bandeau.alignement-center p,
.section-bandeau.alignement-center h2,
.section-bandeau.alignement-center p.bouton {
	text-align: center;
}
.section-bandeau p{
	color: #fff;
}
.section-bandeau .bouton {
	margin-top: 25px;
}
.section-bandeau.noir .bouton a {
	background: #fff !important;
	color: var(--wp--preset--color--noir) !important;
}
.section-bandeau.noir .bouton a:hover {
	background: var(--wp--preset--color--rose) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.section-bandeau-image {
	position: relative;
	min-height: 500px;
}
.section-bandeau-image .rangee {
	min-height: 500px;
}
.section-bandeau-image .overlay-bandeau {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--wp--preset--gradient--gradient-one);
}
.section-bandeau h2 {
	font-size: var(--wp--preset--font-size--big);
}

.section-galerie .gallery-container {
	display: flex;
	width: 100%;
	margin: 0 auto;
	position: relative;
	flex-flow: column wrap;
  	margin-top: 0px;
}
.section-galerie .gallery-item {
	position: relative;
	flex-basis: calc(33.3% - 20px);
	width: calc(33.3% - 20px);
	line-height: 0;
	margin-bottom: 20px;
	display: block;
}
.section-galerie .gallery-item:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--wp--preset--gradient--gradient-one);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.section-galerie .gallery-item:hover:after {
	opacity: 1;
	visibility: visible;
}
.section-galerie .gallery-item img {
	width: 100%;
	height: auto;
	line-height: 0;
	border-radius: 15px;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: var(--wp--preset--color--rose) !important;
}

.widget-carousel {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.owl-carousel {
  	padding: 0 30px; 
  	width: calc(95% - 30px) !important;
  	margin: 0 auto;
}
.owl-stage-outer {
  overflow: visible; 
}
.owl-carousel {
  overflow: visible !important; 
}
.section-agenda .owl-stage-outer {
	overflow: hidden !important; 
}
.owl-stage-outer {
  overflow: visible !important; 
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .item {
  margin: 0 15px;
  transition: transform 0.3s ease;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 50px) !important;
    transform: translateY(-50%);
    background-color: var(--wp--preset--color--rose) !important;
	background-image: url(img/arrow-left.svg)!important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 20px auto !important;
    border: none !important;
    border-radius: 100% !important;
   	width: 45px !important;
	height: 45px !important;
	text-indent: -9999px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-carousel .owl-nav .owl-prev:focus-visible,
.owl-carousel .owl-nav .owl-next:focus-visible {
	outline: 3px solid #005fcc;
  	outline-offset: 2px;
  	border-radius: 4px;
}
.owl-carousel .owl-nav .owl-next {
	background-image: url(img/arrow-right.svg) !important;
}
.owl-carousel .owl-nav .owl-prev { left: 0px; }
.owl-carousel .owl-nav .owl-next { right: 0px; }

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background-color: var(--wp--preset--color--rose)!important;
}
.owl-carousel-item img{
	border-radius: 15px !important;
}
.owl-theme .owl-nav .disabled {
  opacity: .3 !important;
}
.widget-carousel .owl-carousel .owl-nav .owl-prev,
.widget-carousel .owl-carousel .owl-nav .owl-next {
    top: 50%!important;
    transform: translateY(-50%);
}
.widget-carousel .owl-carousel .owl-nav .owl-prev { right: inherit; left:-10px}
.widget-carousel .owl-carousel .owl-nav .owl-next { right:-10px; }

.widget-carousel .owl-carousel { 
	max-width: 1000px;
}
/* ///////////////////////////// WIDGET LISTE ARTISTES //////////////////////*/
.widget-artistes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}
.artiste-item {
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.artiste-nom {
	text-align: center;
    display: inline-block;
    text-transform: uppercase;
	font-weight: 700;
	font-family:var(--wp--preset--font-family--typotitre);
	color: #fff;
	font-size: var(--wp--preset--font-size--big);
	line-height: .9;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.artiste-separateur {
    display: inline-flex;
    align-items: center;
    color: var(--wp--preset--color--rose);
    flex-shrink: 0; 
}
.artiste-item:hover .artiste-nom {
	color: var(--wp--preset--color--rose);
}
/* ///////////////////////////// WIDGET TABLEAU //////////////////////*/
.widget-tableau {
	margin-bottom: 20px;
	overflow-x: auto;
}
.widget-tableau table.tableau-dynamique {
  	width: 100%;
	border-collapse: collapse;
  	margin-bottom: 10px;
}
.widget-tableau table caption {
	text-align: left;
	font-size: var(--wp--preset--font-size--medium);
	font-family:var(--wp--preset--font-family--typotitre);
	font-weight: 700;
	padding:20px 0px;
}
.widget-tableau table tr, .widget-tableau table td, .widget-tableau table th {
	border: 1px solid var(--wp--preset--color--noir);
	font-size: 16px;
	line-height: 1.2;
}
.widget-tableau .tableau-dynamique th,
.widget-tableau .tableau-dynamique td {
  	border: 1px solid var(--wp--preset--color--noir);
  	padding: 20px;
  	text-align: left;
}
.widget-tableau .tableau-dynamique td:not(:empty) {
  	border-top: 1px solid var(--wp--preset--color--noir);
}
.widget-tableau .tableau-dynamique thead {
	font-family:var(--wp--preset--font-family--typotitre);
	font-weight: 700;
	font-size: var(--wp--preset--font-size--normal);
	background-color: var(--wp--preset--color--noir);
	color: #fff;
}
.widget-tableau .tableau-dynamique thead th {
	border-right: 1px solid #fff;
}
.widget-tableau .tableau-dynamique thead th:last-child {
	border-right: 0px solid #fff;
}
.widget-tableau .tableau-dynamique td:first-child {
	font-weight: 700;
}
.widget-tableau  tbody tr:nth-child(even) {
  background-color: #fff;
}


/* -------------------------------------------------------------- 
/////////////////////////////////// SINGLE ARTISTE
----------------------------------------------------------------- */
body.fond-noir {
	background:var(--wp--preset--color--noir);
}
body.single-programmation h1,
body.single-programmation p,
body.single-programmation h2 {
	color: #fff;
}
#image-prog {
	position: relative;
	margin-bottom: -180px;
}
#image-prog .image img {
	border-radius: 0px;
}
#image-prog .overlay-single {
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: linear-gradient(0deg, var(--wp--preset--color--noir) 0%, rgba(29, 14, 42, 0.00) 100%);
}
#titre-prog .genre, #titre-prog .jour{
	font-family:var(--wp--preset--font-family--typotitre);
	font-size: var(--wp--preset--font-size--medium);
	text-transform: uppercase;
	line-height: 1;
	font-weight: 400;
	margin: 0px;
}
#titre-prog h1 {
	margin: 15px 0 0px 0;
	line-height: .8;
}
#titre-prog .jour{
	color: var(--wp--preset--color--rose);
}

#content-prog {
	margin-top: 30px;
}
#content-prog .credit{
	text-align: right;
	margin-top: 10px;
	font-size: var(--wp--preset--font-size--small);
	font-style: italic;
}
#content-prog .video-youtube {
	margin-bottom: 40px;
}
#content-prog .site a {
	color: var(--wp--preset--color--rose);
}
#content-prog ul.reso-single {
	margin: 0;
	margin-top: 30px;
}
#content-prog ul.reso-single li{
	display: inline-block;
	margin: 0;
	padding: 5px 15px;
	list-style-type: none;
}
#content-prog ul.reso-single li:first-of-type {
	padding-left: 0;
}
#content-prog ul.reso-single li a {
	display: block;
}
#content-prog ul.reso-single li a:hover {
	transform: scale(1.05);
}
#content-prog ul.reso-single li a img{
	height: 22px;
	width: auto;
}
#content-prog .bouton {
	margin-top: 0;
}
#autres {
	padding-top:50px
}
.citations {
	position: relative;
	overflow: hidden;
	padding-top: 50px;
}
.citations .owl-carousel {
	padding: 0;
	width: 100% !important;
}
.citations .owl-carousel-item {
	padding-right: 0px;
	padding-left: 3px;
}
.citations .owl-carousel .owl-nav .owl-prev,
.citations .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: inherit !important;
    transform: none;
    bottom: -5px;
    background-color: transparent!important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 20px auto !important;
    border: none !important;
    border-radius: 100% !important;
   	width: 45px !important;
	height: 45px !important;
	text-indent: -9999px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.citations .owl-carousel .owl-nav .owl-prev { left: inherit;right:30px }
.citations .owl-carousel .owl-nav .owl-next { right: 0px; }

.citations p.citation {
	font-family:var(--wp--preset--font-family--typotitre);
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin: 0;
	font-weight: 700;
	font-size: var(--wp--preset--font-size--large);
	line-height: 1;
}
.citations .media {
	margin: 10px 0;
}

#content-prog .infos-comp {
	padding: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
}
#content-prog .infos-comp p, #content-prog .infos-comp strong {
	color: #fff;
	font-weight: 700;
	margin: 0;
}
#content-prog .content-single bold, #content-prog .content-single strong, #content-prog .content-single h2, #content-prog .content-single h3, #content-prog .content-single h4 {
	color: #fff !important;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// FORM
----------------------------------------------------------------- */
.wpforms-container {
	margin: 0 !important;
}
.wpforms-container .wpforms-field {
    padding: 0 0 15px 0 !important;
    position: relative;
}
.wpforms-container input, .wpforms-container textarea{
	max-width: 100% !important;
	background-color: var(--wp--preset--color--blanc) !important;
	border-color:#ddd !important;
	border-radius: 5px!important;
}
div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader, div.wpforms-container div.wpforms-uploader {
	background-color: var(--wp--preset--color--gris) !important;
	border-color:#ddd !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input{
	position: relative !important;
	top: 2px !important;
}
.wpforms-container button {
	height:auto !important;
}
.wpforms-form button[type=submit], button.wpforms-page-button {
	background-color: var(--wp--preset--color--noir)  !important;
	border-color: var(--wp--preset--color--noir) !important;
	color: #fff !important;
}
.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100%!important;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  	background: var(--wp--preset--color--blanc) !important;
  	border: 1px solid var(--wp--preset--color--rose) !important;
}
.wpforms-submit-container button.wpforms-submit{
	background: var(--wp--preset--color--rose) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.wpforms-submit-container button.wpforms-submit:hover{
	background: var(--wp--preset--color--rose) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.bloc-colonne.rose .wpforms-container input, .bloc-colonne.rose .wpforms-container textarea {
	background-color: var(--wp--preset--color--blanc) !important;
}
.bloc-colonne.rose div.wpforms-container-full .wpforms-field-label, 
.bloc-colonne.rose .wp-core-ui div.wpforms-container-full .wpforms-field-label,
.bloc-colonne.rose .wpforms-container .wpforms-required-label{
	color: var(--wp--preset--color--blanc) !important;
}
.bloc-encadre.rose div.wpforms-container, .bloc-colonne.encadre div.wpforms-container-full:not(:empty) {
	margin-bottom:0 !important;
}
.wpforms-container .wpforms-field-html a {
	color: var(--wp--preset--color--blanc) !important;
	text-decoration:underline;!important;
}
.wpforms-container .wpforms-field-html a:hover {
	color: var(--wp--preset--color--blanc) !important;
	opacity:.6;
}
.wpforms-container .wpforms-field-html p {
	font-weight:700;
}
.wpforms-container .wpforms-field-html p.small {
	font-weight:400;
	font-size:15px;
	line-height:1.2;
}
.wpforms-container a:focus-visible,
.wpforms-container a:focus {
  outline: 2px solid #005fcc;
  outline-offset: 3px;
  text-decoration: underline;
}
div.wpforms-container-full .wpforms-form .wpforms-field-divider h3:first-of-type {
  color: var(--wp--preset--color--rose);
  padding-top: 0px;
  font-size: var(--wp--preset--font-size--medium);
}

/* -------------------------------------------------------------- 
/////////////////////////////////// BACKGROUND
---------------------------------------------------------------- */

.facets {
	display: inline-flex;
	gap: 20px;
}
.wpgb-facet .wpgb-facet-title {
	margin-bottom: 12px !important;
	color: var(--wp--preset--color--noir);
	font-size: var(--wp--preset--font-size--plus)!important;
	font-weight: 700;
	text-decoration: none;
}
.wpgb-facet .wpgb-select, .wpgb-date-facet, .wpgb-facet .wpgb-search-facet input[type="search"]{
	height: auto!important;
    min-height: 40px!important;
	background: #fff!important;
    border: 0px solid var(--wp--preset--color--rose) !important;
    color: var(--wp--preset--color--noir) !important;
    border-radius: 5px !important;
}
.wpgb-facet .wpgb-date-facet label input[type="text"], .wpgb-search-facet label input[type="text"]{
	height: auto!important;
    min-height: 40px!important;
	background: #fff!important;
    border: 0px solid var(--wp--preset--color--rose) !important;
    color: var(--wp--preset--color--noir) !important;
}
.wpgb-facet > fieldset {
    margin-bottom: 0px!important;
}
.wpgb-facet .wpgb-clear-button:hover, 
.wpgb-facet .wpgb-select button:hover, .wpgb-facet .wpgb-select input, 
.wpgb-facet .acplt-clear:hover, 
.wpgb-facet .wpgb-hierarchy:hover .wpgb-hierarchy-control, 
.wpgb-facet .wpgb-rating .wpgb-rating-control, 
.wpgb-facet .wpgb-rating-reset:hover .wpgb-rating-control {
  color: var(--wp--preset--color--primary) !important;
}
.wpgb-select-dropdown ul li.wpgb-focused {
 background-color:rgba(0, 0, 0,.1)!important; 
}
.wpgb-select-dropdown ul li[aria-selected="true"] {
 background-color:var(--wp--preset--color--noir) !important;
 font-size: var(--wp--preset--font-size--small)!important;
}
.wpgb-select-placeholder {
	padding-left: 10px !important;
}
.wpgb-facet .wpgb-pagination li {
	font-size: 20px !important;
}
.wpgb-facet .wpgb-pagination li a[aria-current] {
  color: var(--wp--preset--color--noir) !important;
}
.wpgb-facet .wpgb-checkbox-control {
	border-radius: 0px !important;
	border-color:var(--wp--preset--color--noir) !important;
}
.wpgb-facet .wpgb-checkbox:hover:not([tabindex="-1"]) .wpgb-checkbox-control {
  border-color:var(--wp--preset--color--rose) !important;
}
.wpgb-facet .wpgb-checkbox-label {
	 color: var(--wp--preset--color--noir) !important;
	 font-size: 16px !important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control {
  border-color:var(--wp--preset--color--rose) !important;
  background: var(--wp--preset--color--rose) !important;
}
.wpgb-hierarchical-list li{
	display: inline-block !important;
	margin-right: 25px !important;
}
 .wpgb-facet .wpgb-radio-facet .wpgb-radio[aria-pressed="true"] .wpgb-radio-control {
  border-color: var(--wp--preset--color--rose) !important;
}
.wpgb-button-label:first-letter {
	text-transform: uppercase !important;
}
.wpgb-facet .wpgb-button {
	border: none !important;
	background: none !important;
	padding: 0 !important;
}
.wpgb-facet .wpgb-button-label, .sort-btn {
  padding: 0px 10px!important;
  word-break: break-word;
  	color: var(--wp--preset--color--blanc) !important;
	font-family:var(--wp--preset--font-family--typotitre)!important;
	font-size: var(--wp--preset--font-size--plus) !important;
	text-transform: uppercase!important;
	line-height: 1!important;
	font-weight: 700!important;
}
.wpgb-facet .wpgb-button[aria-pressed="true"] .wpgb-button-label, .sort-btn.active{
	color: var(--wp--preset--color--rose) !important;
}
.wpgb-facet-2 {
  display: none !important;
}
.wpgb-facet li:first-of-type  .wpgb-button-label{
	padding-left: 0px !important;
}
.wpgb-facet li:last-of-type .wpgb-button-label{
	padding-right: 0px !important;
}
.sort-buttons {
  display: flex;
  gap: 10px;
}
.sort-buttons .sort-btn:first-of-type {
	padding-left:0px !important;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// BACKGROUND
---------------------------------------------------------------- */
.bg-etoiles {
	background-image: url(img/bg-etoiles.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}
/*body.etoiles {
	background-image: url(img/bg-etoiles.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
}
body.etoiles {
  position: relative;
}*/

body.etoiles::before {
  content: '';
  position: fixed;
  inset: -50px; /* déborde pour éviter les bords blancs pendant le mouvement */
  background-image: url(img/bg-etoiles.png);
  background-repeat: repeat-y;
  background-size: calc(100% - -100px) auto; /* compense le inset */
  background-position: top center;
  z-index: -1;
  will-change: transform;
   transform: translate(var(--mx, 0px), var(--my, 0px));
  transition: transform 0.5s ease-out;
}
.cool {
	padding: 350px 0;
	background-image: url(img/cool-orange.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// FOOTER
----------------------------------------------------------------- */
footer#footer {
	padding: 40px 0px 20px 0;
}
footer#footer p.accroche {
	font-size: var(--wp--preset--font-size--medium);
	font-family:var(--wp--preset--font-family--typotitre);
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
	margin: 0;
}
footer#footer ul {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
footer#footer ul li {
	list-style: none;
	color: var(--wp--preset--color--noir);
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 30px;
}
footer#footer ul.menu-accroche li {
	font-size: var(--wp--preset--font-size--medium);
	font-family:var(--wp--preset--font-family--typotitre);
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
}
footer#footer ul li a {
	text-decoration: none;
}
footer#footer a:hover{
	color: var(--wp--preset--color--rose);
}
footer#footer ul.reso-footer {
	margin: 0;
	padding: 20px 0;
}
footer#footer ul.reso-footer li, ul.reso-header li{
	display: inline-block;
	margin: 0;
	padding: 0px 25px 0 0px;
	list-style-type: none;
}
footer#footer ul.reso-footer li {
	padding: 10px 20px;
}
footer#footer ul.reso-footer li a, ul.reso-header li a {
	display: block;
	line-height: 0;
}
footer#footer ul.reso-footer li a:hover {
	transform: scale(1.05);
}
footer#footer ul.reso-footer li a img, ul.reso-header li a img{
	height: 32px;
	width: auto;
}
footer#footer #credits {
	margin-top: 0px;
	padding: 30px 0;
	font-size: 12px;
}
footer#footer #credits a {
	display: inline-block;
	text-decoration: none;
	margin: 5px 20px 0 0;
}
body.fond-noir footer#footer ul li a, body.fond-noir footer#footer p, body.fond-noir footer#footer #credits a {
	color: var(--wp--preset--color--blanc);
}
body.fond-noir footer#footer a:hover, body.fond-noir footer#footer #credits a:hover{
	color: var(--wp--preset--color--rose);
}
body.fond-noir ul.reso-footer img {
    filter: invert(1) brightness(2);
}
body.fond-noir footer#footer hr {
	background-color: #fff;
}
body.fond-noir footer#footer .bouton a:hover {
	background: #fff;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// FLASH
----------------------------------------------------------------- */
#flash {
	width: 100%;
	padding: 40px 100px;
	background: var(--wp--preset--color--rose);
	overflow:hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
#flash p {
	margin: 3px 0;
	font-size: var(--wp--preset--font-size--normal);
	font-weight:700;
	text-align: center;
	color: #fff;
}
#flash a {
	color: #fff;
	text-decoration:underline;
}
#flash .cross {
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}
#flash .cross img {
	width: 16px;
	height: auto;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// NEWSLETTER
----------------------------------------------------------------- */
#news-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgb(29, 14, 42, .8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#news-popup-overlay.is-open {
  display: flex;
}

/* Popup */
#news-popup {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  width: min(580px, 92vw);
  max-height: 90vh;
  overflow: auto;
}

/* Bouton fermer */
#news-popup-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  color: currentColor;
}

/* Iframe responsive */
#news-popup iframe {
  width: 100%;
  height: 455px;
  max-width: 100%;
}

/* Blocage du scroll body quand popup ouvert */
body.popup-open {
  overflow: hidden;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// BACK TO TOP
----------------------------------------------------------------- */
#backtotop {
  display: inline-block;
  background-color: var(--wp--preset--color--rose);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 40px;
  right: 20px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotop::after {
	content: "";
  	display:block;
  	background-image:url('img/backtotop.svg') ;
  	background-repeat: no-repeat;
  	background-position: center center;
    background-size: 17px auto;
 	height: 17px;
  	width: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#backtotop:hover {
  cursor: pointer;
  background-color: var(--wp--preset--color--rose);
}
#backtotop:active {
  background-color: var(--wp--preset--color--rose);
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
#backtotop:focus-visible {
	outline: 3px solid #005fcc;
  	outline-offset: 2px;
  	border-radius: 100%;
}