
/* =========================
   🌿 CARTES : STYLE GLOBAL
========================= */

.contentswap-effect {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

/* Image stable */
.contentswap-effect .initial-image img {
    transform: none !important;
    transition: none !important;
    width: 100%;
    height: auto;
    display: block;
}

/* Overlay doux */
.contentswap-effect .overlay {
    opacity: 0.12 !important;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.35),
        rgba(0, 0, 0, 0.05)
    ) !important;
}

/* Contenu toujours visible */
.contentswap-effect .swap-inner {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* =========================
   🔘 BOUTONS GLOBAL
========================= */

.contentswap-effect a.button,
a.button,
button,
.wp-block-button__link {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    transition: none !important;
    box-shadow: none !important;
    border-radius: 999px;
}

/* Style premium bouton principal */
.contentswap-effect a.button.big.color7.round,
a.button {
    padding: 14px 22px;
    letter-spacing: 0.5px;
    background: rgba(255, 255, 255, 0.92);
    color: #111 !important;
}

/* Suppression hover agressif */
.contentswap-effect:hover * {
    transform: none !important;
}


/* =========================
   🧘‍♀️ PAGE STUDIO - VERSION PREMIUM
========================= */

.page-id-42 {
    background-color: #FAFAF7;
}

/* =========================
   TITRES PLUS LUXE
========================= */

.page-id-42 h1 {
    font-size: 54px;
    letter-spacing: -0.8px;
    line-height: 1.1;
    font-weight: 500;
}

.page-id-42 h2 {
    font-size: 38px;
    letter-spacing: -0.4px;
    line-height: 1.25;
    font-weight: 500;
}

.page-id-42 h3 {
    font-size: 28px;
    line-height: 1.3;
}

/* =========================
   TEXTE PLUS ÉDITORIAL
========================= */

.page-id-42 p {
    font-size: 16px;
    line-height: 1.85;
    color: rgba(28,28,28,0.72);
    max-width: 750px;
}

/* =========================
   ESPACEMENT TYPE "STUDIO LUXE"
========================= */

.page-id-42 .content-section {
    padding-top: 130px;
    padding-bottom: 130px;
}

/* réduire surcharge mobile */
@media (max-width: 768px) {
    .page-id-42 .content-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

/* =========================
   HIÉRARCHIE VISUELLE
========================= */

.page-id-42 h1,
.page-id-42 h2,
.page-id-42 h3 {
    margin-bottom: 20px;
}

.page-id-42 p {
    margin-bottom: 18px;
}

/* =========================
   BLOCS PLUS PREMIUM
========================= */

.page-id-42 .card,
.page-id-42 .contentswap-effect {
    border-radius: 22px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.08);
}

/* images plus douces */
.page-id-42 img {
    border-radius: 18px;
}

/* =========================
   BOUTONS PLUS ÉLÉGANTS
========================= */

.page-id-42 a.button {
    padding: 16px 26px;
    letter-spacing: 0.4px;
}

/* =========================
   STYLE "STUDIO EDITORIAL"
========================= */

.page-id-42 .content-section:nth-child(even) {
    background-color: #F3F0EA;
}


/* =========================
   📅 PAGE PLANNING & TARIFS
   ID : 307
========================= */

.page-id-307 {
    background-color: #FAFAF7;
}

/* =========================
   HERO + TITRES
========================= */

.page-id-307 h1 {
    font-size: 52px;
    letter-spacing: -0.6px;
    line-height: 1.1;
    font-weight: 500;
}

.page-id-307 h2 {
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.page-id-307 h3 {
    font-size: 26px;
    line-height: 1.3;
}

/* =========================
   TEXTE INTRO / LECTURE
========================= */

.page-id-307 p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(28,28,28,0.75);
    max-width: 720px;
}

/* =========================
   ESPACEMENT PREMIUM
========================= */

.page-id-307 .content-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 768px) {
    .page-id-307 .content-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

/* =========================
   PLANNING (EVERSPORTS / IFRAME)
========================= */

.page-id-307 iframe {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* =========================
   TARIFS (CARTES)
========================= */

.page-id-307 .card {
    border-radius: 20px;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

/* titres des offres */
.page-id-307 .card h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

/* =========================
   BOUTONS (RÉSERVATION)
========================= */

.page-id-307 a.button {
    border-radius: 999px;
    padding: 16px 26px;
    letter-spacing: 0.4px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* hover doux premium */
.page-id-307 a.button:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

/* =========================
   ALTERNANCE VISUELLE (STRUCTURE PLUS CLAIRE)
========================= */

.page-id-307 .content-section:nth-child(even) {
    background-color: #F3F0EA;
}

/* =========================
   ALIGNEMENT GLOBAL PROPRE
========================= */

.page-id-307 .row {
    max-width: 1100px;
    margin: 0 auto;
}

/* =========================
   MICRO AMÉLIORATION UX
========================= */

.page-id-307 h1,
.page-id-307 h2,
.page-id-307 h3 {
    letter-spacing: -0.5px;
}

.page-id-307 p {
    margin-bottom: 18px;
}