.blanc-2{
    color: #000!important;
    background: #fff!important;
    border: 0px!important;
}

.blog-content .tt_button, .single-page-content .tt_button {
    color: #fff;
    background: #000;
    border: 0px;
}


span.anime-par {
    font-size: 12px!important;
    padding: 0!important;
    margin: 0!important;
}

.stages-wrap .st-head__inner {
    display: flex;
    gap: 18px;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
}

/*
.wpb_wrapper p {
    color: #000;
    font-size: 14px!important;
    line-height: 16px !important;
}
*/

.st-detail__left p strong{color:#fff!important}
.st-detail__left p {color:#fff!important}
.st-detail__left h3 strong{color:#fff!important;padding-bottom: 20px!important}
.st-detail__left h3{padding-bottom: 10px!important}

h1, h2, h3, h4, h5, .container h1, .container h2, .container h3, .container h4, .container h5 {
    letter-spacing: -0.03em;
    margin-bottom: 0px!important;
}

/*.p-body .p-text p{font-size: 18px!important;line-height: 22px!important;font-weight:400!important;}*/

.st-detail__left p{font-size: 18px!important;line-height: 22px!important;font-weight:400!important;}

.stages-wrap .st-detail__right .p-ul {
    padding-left: 20px!important;
    list-style-type: disclosure-closed !important;
}
.stages-wrap .st-detail__right li {
    color: #fff !important;
    margin: .25rem 0 !important;
    line-height: 16px !important;
    font-size: 14px !important;
}

.stages-wrap .st-detail {
    gap: 80px!important;
    margin-top: 24px;
}

.st-detail__left h4,.st-detail__right h4 {
    font-size: 23px;
    margin-bottom: 20px !important;
}





/* ====== Head & filtres ====== */
.stages-wrap{color:#fff;background:transparent;padding:28px 0}
.stages-wrap .st-head{max-width:1200px;margin:0 auto 28px;padding:18px 20px;background:#fff;border-radius:12px}

.stages-wrap h1{margin:0 0 6px;color:#fff!important;font-weight:bold!important;}
.stages-wrap .st-sub {
    color: #000;
    opacity: .9;
    min-height: 1.4em;
    padding-bottom: 20px;
    font-size: 17px !important;
}
.stages-wrap .st-filtres{    
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;}
.stages-wrap .fbtn{    
    border: 0px solid #ddd!important;
    border-radius: 999px;
    padding: .3rem .8rem!important;
    font-weight: 700;
    background: #e53847!important;
    color: #fff!important;
    cursor: pointer;
    transition: .2s;
    font-size: 16px;!important}
.stages-wrap .fbtn.active,.stages-wrap .fbtn:focus{background:#000;color:#fff}

/* ====== Grid cards ====== */
.stages-wrap .st-grid{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:22px}
@media (max-width:900px){.stages-wrap .st-grid{grid-template-columns:1fr}}

.stages-wrap .st-card{position:relative;background:#fff;color:#000;border-radius:18px;box-shadow:0 10px 26px rgba(0,0,0,.25);overflow:hidden;opacity:1;transform:translateY(0);transition:opacity .28s ease,transform .28s ease}
.stages-wrap .st-card.is-hide{opacity:0;transform:translateY(8px);pointer-events:none}

/* Overlay COMPLET */
.stages-wrap .st-card .st-full{position:absolute;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:5;pointer-events:none}
.stages-wrap .st-card .st-full .stamp{display:inline-block;padding:.3em .6em;border:6px solid #fff;font-weight:900;color:#fff;font-size:clamp(1.6rem,6vw,3rem);letter-spacing:.06em;transform:rotate(-8deg)}
.stages-wrap .st-card.is-full .st-actions .st-btn{opacity:.45;pointer-events:none}

/* deux colonnes mêmes hauteurs */
.stages-wrap .st-inner{display:flex;align-items:stretch}
.stages-wrap .st-media{width:40%;flex:0 0 40%;position:relative;background:#111;min-height:320px;overflow:hidden}
.stages-wrap .st-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.stages-wrap .st-anim{position:absolute;left: -6px;top: -5px;background:#e71d36;color:#fff;font-weight:900;padding:.45rem .9rem;border-radius:.25rem;font-size:18px!important}
.stages-wrap .st-btn-info{
    /*position: absolute!important;*/
    background: #e71d36!important;
    border: 2px solid #e71d36;!important
    color: #fff!important;
    border-radius: 999px!important;
    padding: .6rem .9rem!important;
    font-weight: 900!important;
    text-decoration: none!important;
    font-size: 14px!important;
    letter-spacing: -.8px!important;}

.stages-wrap .st-btn-info:hover{background:#fff!important;color:#e71d36!important;}
/*
.btn-info:hover, .btn-info:focus {
    background: #fff;
    border-color: #d74b4f;
    color: #d74b4f;
    box-shadow: 0 0 0 2px rgba(215, 75, 79, .06) inset;
}
*/

.stages-wrap .st-content{width:60%;flex:0 0 60%;padding:22px 22px 26px;position:relative}
.stages-wrap .st-date{
        position: absolute;
    left: 9px;
    top: 10px;
    background: #e71d36;
    color: #fff;
    font-weight: 900;
    padding: .5rem .5rem;
    border-radius: .2rem;
    transform: rotate(-2deg);
    letter-spacing: -1px;
    line-height: 18px;
    width: auto;
    font-size: 17px;
    text-transform: lowercase;}
.stages-wrap .st-title{font-weight:900;font-size:clamp(1.6rem,1.8vw,1.8rem);margin: 32px 0 .2rem;line-height: 1em;color:#000!important}
.stages-wrap .st-subtitle{font-weight:900;font-size:1.05rem;margin:11px 0 .4rem;line-height: 18px;}
.stages-wrap .st-horaire{font-weight: 600;
    margin: 0rem 0 20px 0;
    letter-spacing: -1px;
    text-align: left;
    position: relative;
    font-size: 18px;}
.stages-wrap .st-desc{margin:.6rem 0 .6rem;opacity:.95;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}
.stages-wrap .st-actions{display: flex;gap: 10px;flex-wrap: nowrap;}
.stages-wrap .st-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:900;padding:.85rem 1.4rem;border:2px solid #000;background:#000;color:#fff;text-decoration:none}
.stages-wrap .st-btn:hover{background:#fff;color:#000}

@media (max-width:900px){
  .stages-wrap .st-inner{flex-direction:column}
  .stages-wrap .st-media,.stages-wrap .st-content{width:100%;flex:unset}
  .stages-wrap .st-media{aspect-ratio:4/3;min-height:0}
  .stages-wrap .st-head__inner {
    display: flex;
    gap: 0px;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
}

.stages-wrap .st-media{height: 200px!important}
}

/* ====== Panneau Info & tarif ====== */
.stages-wrap #st-profil{max-width:1200px;margin:40px auto 0;padding:0 20px;opacity:0;transform:translateY(8px);transition:opacity .35s ease, transform .35s ease}
.stages-wrap #st-profil.is-open{opacity:1;transform:none}

.stages-wrap .st-panel-titre{font-weight:900;margin:0 0 14px}
.stages-wrap .st-panel{    display: grid
;
    grid-template-columns: 380px 1fr;
    gap: 30px;
    background: #000;
    border: 0px solid #fff;
    overflow: hidden;}
.stages-wrap .st-panel .p-media{background:#000}
.stages-wrap .st-panel img{width:100%;height:100%;object-fit:cover;display:block;max-height:450px}
.stages-wrap .st-panel .p-body{color:#fff;padding:0px 22px 22px 22px}
.stages-wrap .st-panel .p-name{font-weight:900;font-size:1.8rem;margin:0 0 .3rem;    padding: 0 !important;}
.stages-wrap .st-panel .p-fonction{font-weight:800;margin:0 0 1rem;opacity:.9}
.stages-wrap .p-text p{color:#fff!important}

@media (max-width:900px){ .stages-wrap .st-panel{grid-template-columns:1fr} }

/* Détail (gauche / droite) */
.stages-wrap .st-detail{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:25px}
@media (max-width:900px){ .stages-wrap .st-detail{grid-template-columns:1fr} }
.stages-wrap .badge-sec{margin:0 0 12px;background:#e71d36;color:#fff;display:inline-block;padding:.35rem .7rem;border-radius:.25rem;font-weight:900}
.stages-wrap .st-detail__right .p-price{display:flex;gap:.5rem;align-items:baseline;margin:.2rem 0 .4rem;    color: #fff;}
.stages-wrap .st-detail__right .lab{font-weight:800;opacity:.95}
.stages-wrap .st-detail__right .val{font-weight:900;font-size:1.2rem}
.stages-wrap .st-detail__right .p-ul{margin:.4rem 0 0 1rem}
.stages-wrap .st-detail__right li{color:#fff;margin:.25rem 0;line-height:1.15rem}

h1.actu-badge {
    color: #fff !important;
    margin-top:60px!important;
        margin-bottom: 30px !important;
}




.container .vc_row-has-padding-top {
        padding-top: 30px!important;
    }












































body.has-curtains::before,
body.has-curtains::after{
  background: url('/wp-content/uploads/curtain-left.svg') center/cover no-repeat;
  /* le reste identique (position, z-index, etc.) */
}
body.has-curtains::after{
  transform: none;
  background: url('/wp-content/uploads/curtain-left.svg') center/cover no-repeat;
  filter: FlipH;            /* vieux IE */
  transform: scaleX(-1);    /* miroir moderne */
}

