.custom-select-wrapper {
    position: relative;
    width: 100%;
    user-select: none;
}
.custom-select-trigger {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 44px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.92rem;
    color: #888;
    padding: 0 38px 0 14px;
    background: #f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.custom-select-trigger.has-value { color: #222; }
.custom-select-trigger.is-open {
    border-color: #1776d2;
    box-shadow: 0 0 0 3px rgba(23,118,210,0.12);
    background-color: #fff;
}
.custom-select-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.13);
    z-index: 9999;
    max-height: 200px;
    overflow-y: auto;
}
.custom-select-dropdown.is-open { display: block; }
.custom-option {
    padding: 11px 14px;
    font-size: 0.92rem;
    color: #333;
    cursor: pointer;
    transition: background 0.15s;
}
.custom-option:hover { background: #f0f7ff; color: #1776d2; }
.custom-option.is-selected { background: #e8f1fd; color: #1776d2; font-weight: 600; }

.services-section {
    background: #fdfdfd;
    padding: 20px 0;
}
.service-card-modern {
    position: relative;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
}
.service-card-modern .card-img-wrapper {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
}
.service-card-modern .card-img-wrapper img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.service-card-modern .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%);
    z-index: 2;
}
.service-card-modern .card-content {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    padding: 40px;
    z-index: 3;
    color: #fff;
}
.service-card-modern .card-content h4 {
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.service-card-modern .card-content h4::after {
    content: '';
    position: absolute;
    bottom: -8px; left: 0;
    width: 60px; height: 3px;
    background: #1776d2;
}
.service-card-modern .card-content p {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 20px;
    color: #e0e0e0;
}
.service-card-modern .service-btn-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    border-bottom: 2px solid #1776d2;
    padding-bottom: 5px;
    transition: 0.3s;
}
.service-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}
.service-card-modern:hover .card-img-wrapper img { transform: scale(1.1); }
.service-card-modern:hover .service-btn-link {
    background: #1776d2;
    padding: 8px 15px;
    border-radius: 5px;
    border-bottom: 2px solid transparent;
}

@media (max-width: 991px) {
    .service-card-modern { height: 350px; }
}


.hero-section { position: relative; }

.hero-section {
    position: relative;
    width: 100%;
    height: 750px;
    display: flex;
    flex-direction: column;
    overflow: visible;
    margin-bottom: 20px;
    margin-top: -20px;
}

.hero-text-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 20;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
}

.hero-text-overlay .container {
    height: 100%;
    display: flex;
    align-items: center;
}

/* Bloc texte d'un slide */
.hero-slide-content {
    display: none;
    opacity: 1;
    pointer-events: none;
    width: 100%;
    padding: 0 10px;

}
.hero-slide-content.active {
    display: block;
}

.hs-title    { opacity: 1; }
.hs-subtitle { opacity: 1; }
.hs-divider  { width: 70px; }
.hs-desc     { opacity: 1; }
.hs-tags     { opacity: 1; }

/* Titre */
.hs-title {
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 12px;
    text-shadow: 0 3px 24px rgba(0,0,0,0.6);
    opacity: 1;
}

/* Sous-titre */
.hs-subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    color: #f5dd6e;
    text-shadow: 0 2px 12px rgba(0,0,0,0.55);
    margin-bottom: 16px;
    opacity: 1;
}
/* Ligne décorative */
.hs-divider {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #1776d2, #f5dd6e);
    border-radius: 2px;
    margin-bottom: 18px;
}

/* Description */
.hs-desc {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.88);
    line-height: 1.7;
    opacity: 1;
    text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}

/* Tags slide 2 */
.hs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 16px;
    opacity: 1;
}
.hs-tag {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.32);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    backdrop-filter: blur(4px);
    letter-spacing: 0.3px;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}


.booking-form {
    background: rgba(255, 255, 255, 0.97) !important;
    border-radius: 16px !important;
    padding: 32px 28px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.22), 0 4px 16px rgba(23,118,210,0.1) !important;
 
    backdrop-filter: blur(6px);
    position: relative;
    z-index: 30;
}

.booking-form h3 {
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    color: #111 !important;
    margin-bottom: 22px !important;
    display: flex;
    align-items: center;
    gap: 10px;
}


/* Labels */
.booking-form label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 6px;
}

/* Selects & inputs — override du thème */
.booking-form select.no-nice-select,
.booking-form input[type="text"] {
    display: block !important;
    width: 100% !important;
    height: 46px !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 0.92rem !important;
    color: #222 !important;
    padding: 0 14px !important;
    background: #f8fafc !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}
.booking-form select.no-nice-select:focus,
.booking-form input[type="text"]:focus {
    border-color: #1776d2 !important;
    box-shadow: 0 0 0 3px rgba(23,118,210,0.12) !important;
    background: #fff !important;
}

.booking-form select.no-nice-select {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Wrapper des champs */
.booking-form .select-option,
.booking-form .check-date {
    margin-bottom: 14px;
}

/* Icône calendrier */
.booking-form .check-date {
    position: relative;
}
.booking-form .check-date i {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(50%);
    color: #1776d2;
    pointer-events: none;
    font-size: 1rem;
}

/* Bouton submit */
.booking-form button[type="submit"] {
    width: 100%;
    padding: 13px 20px;
    background: linear-gradient(135deg, #1776d2 0%, #0d5aad 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-top: 6px;
    box-shadow: 0 4px 15px rgba(23,118,210,0.35);
}
.booking-form button[type="submit"]:not(:disabled):hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(23,118,210,0.45);
}
.booking-form button[type="submit"]:disabled {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
    box-shadow: none;
}

/* Prix estimé */
#quick-price-wrap > div {
    background: linear-gradient(135deg, #1776d2, #0d5aad) !important;
    border-radius: 12px !important;
    padding: 14px !important;
}

/* Message statut */
#quick-status-msg {
    padding: 8px 12px !important;
    border-radius: 8px;
    font-size: 0.85rem !important;
    background: #f0faf0;
}

.hero-mobile-text {
    display: none;
}

@media (max-width: 991px) {

    /* Reset général du hero */
    .hero-section {
        display: flex;
        flex-direction: column;
        min-height: auto !important;
        overflow: visible !important;
    }

    /* 1. Slider en premier */
    .hero-slider {
        position: relative !important;
        width: 100% !important;
        height: 500px;
        order: 1;
        z-index: 1;
        overflow: hidden;
    }

    .hero-slider .hs-item {
        height: 500px;
        background-size: cover;
        background-position: center;
    }


    .hero-mobile-text {
        order: 2;
        display: block !important;
        background: linear-gradient(135deg, #1776d2 0%, #0d5aad 100%);
        color: #fff;
        padding: 24px 20px;
        text-align: center;
    }
    .hero-mobile-text h1 {
        font-size: 1.5rem;
        font-weight: 900;
        color: #fff;
        margin-bottom: 6px;
        line-height: 1.2;
    }

    .hero-mobile-text .hm-sub {
        font-size: 0.95rem;
        color: #f5dd6e;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .hero-mobile-text p:last-child {
        font-size: 0.85rem;
        color: rgba(255,255,255,0.88);
        line-height: 1.6;
        margin-bottom: 0;
    }

    /* 3. Formulaire en troisième */
    .hero-content-wrapper {
        order: 3;
        position: relative !important;
        z-index: 10;
        background: #f4f7fb;
        padding: 24px 16px 32px;
        margin-bottom: 0 !important;
        overflow: visible !important;
    }

    .hero-text-overlay {
        display: none !important;
    }

    .hero-section > .hero-content-wrapper > .container {
        padding: 0;
        overflow: visible !important;
    }

    .hero-section > .hero-content-wrapper > .container > .row {
        flex-direction: column;
        margin: 0;
        overflow: visible !important;
    }

    .hero-section > .hero-content-wrapper > .container > .row > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0;
        overflow: visible !important;
    }

    /* 6. Formulaire */
    .booking-form {
        box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important;
        padding: 24px 18px !important;
        border-radius: 14px !important;
        background: #fff !important;
        margin: 0 auto;
        max-width: 100%;
        overflow: visible !important;
        position: relative;
        z-index: 50;
    }

    /* 7. Selects bien contraints */
    .booking-form .select-option,
    .booking-form .check-date {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .booking-form select.no-nice-select {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
        position: relative;
        z-index: 51;
    }

    /* 8. Masquer la colonne vide desktop */
    .hero-section .col-lg-6.d-none.d-lg-block {
        display: none !important;
    }
}

/* Desktop : masquer le bloc texte mobile */
.hero-mobile-text {
    display: none;
}




:root {
    --apg-blue:    #1776d2;
    --apg-blue-dk: #0d5aad;
    --apg-gold:    #f5dd6e;
    --apg-dark:    #0a1628;
    --apg-light:   #f4f7fb;
}
 
/* ══════════════════════════════════════════════════════
   SECTION 1 — Bande sombre + slider 3 images
══════════════════════════════════════════════════════ */
.apg-s1 {
    position: relative;
    background: var(--apg-dark);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 460px;
    max-height: 550px;
}
 
/* Points de fond */
.apg-s1::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.055) 1px, transparent 1px);
    background-size: 38px 38px;
    pointer-events: none;
    z-index: 0;
}
 
/* — Texte gauche — */
.apg-s1-text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 55px 70px 80px;
}
 
.apg-s1-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Cabin', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--apg-gold);
    margin-bottom: 22px;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.apg-s1-label::before {
    content: '';
    width: 36px; height: 2px;
    background: var(--apg-gold);
}
.apg-s1-label.avis { opacity: 1; transform: none; }
 
.apg-s1-title {
    font-family: 'Lora', Georgia, serif;
    font-size: clamp(2rem, 3vw, 2.9rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 22px;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.8s ease 0.12s, transform 0.8s ease 0.12s;
}
.apg-s1-title span { color: var(--apg-gold); }
.apg-s1-title.avis { opacity: 1; transform: none; }
 
.apg-s1-divider {
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--apg-gold), var(--apg-blue));
    border-radius: 2px;
    margin-bottom: 26px;
    transition: width 1s ease 0.3s;
}
.apg-s1-divider.avis { width: 70px; }
 
.apg-s1-text p {
    font-family: 'Cabin', sans-serif;
    font-size: 0.97rem;
    line-height: 1.88;
    color: rgba(255,255,255,0.72);
    margin-bottom: 14px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.apg-s1-text p.avis { opacity: 1; transform: none; }
.apg-s1-text p:nth-child(4) { transition-delay: 0.42s; }
.apg-s1-text p:nth-child(5) { transition-delay: 0.56s; }
 
/* — Slider image droite — */
.apg-s1-slider {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
 
.apg-s1-slide {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
 
.apg-s1-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    will-change: transform;
    transition: transform 0.4s ease;
}
 
/* Hover parallax via JS */
.apg-s1-slider:hover .apg-s1-slide.s-active img {
    transform: scale(1.05);
}
 
/* Ligne déco gauche */
.apg-s1-slider::before {
    content: '';
    position: absolute;
    left: 0; top: 12%; bottom: 12%;
    width: 3px;
    background: linear-gradient(180deg, transparent, var(--apg-gold), transparent);
    z-index: 10;
}
 
/* Overlay */
.apg-s1-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10,22,40,0.55) 0%, rgba(10,22,40,0.1) 40%, transparent 100%);
    z-index: 2;
}
 
/* ─── Animations entrée slide ─── */
/* Slide entre depuis le haut */
.apg-s1-slide.enter-top    { clip-path: inset(0 0 100% 0); }
.apg-s1-slide.enter-top.s-active { clip-path: inset(0 0 0% 0); transition: clip-path 0.85s cubic-bezier(0.77,0,0.175,1); }
 
/* Slide entre depuis le bas */
.apg-s1-slide.enter-bottom { clip-path: inset(100% 0 0 0); }
.apg-s1-slide.enter-bottom.s-active { clip-path: inset(0% 0 0 0); transition: clip-path 0.85s cubic-bezier(0.77,0,0.175,1); }
 
/* Slide entre depuis la droite */
.apg-s1-slide.enter-right  { clip-path: inset(0 0 0 100%); }
.apg-s1-slide.enter-right.s-active { clip-path: inset(0 0 0 0%); transition: clip-path 0.85s cubic-bezier(0.77,0,0.175,1); }
 
/* Sortie */
.apg-s1-slide.s-exit { opacity: 0; transition: opacity 0.6s ease; z-index: 1; }
.apg-s1-slide.s-active { z-index: 3; }
.apg-s1-slide.s-hidden { opacity: 0; z-index: 0; }
 
/* Points nav */
.apg-s1-dots {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    display: flex;
    gap: 8px;
}
.apg-s1-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    border: none;
    padding: 0;
}
.apg-s1-dot.active {
    background: var(--apg-gold);
    transform: scale(1.35);
}
 
/* Badge */
.apg-s1-badge {
    position: absolute;
    bottom: 32px;
    left: -28px;
    background: var(--apg-blue);
    color: #fff;
    padding: 16px 26px;
    border-radius: 4px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.35);
    z-index: 10;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.7s ease 0.7s, transform 0.7s ease 0.7s;
}
.apg-s1-badge.avis { opacity: 1; transform: none; }
.apg-s1-badge strong {
    display: block;
    font-family: 'Lora', serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--apg-gold);
    line-height: 1;
}
.apg-s1-badge span {
    font-family: 'Cabin', sans-serif;
    font-size: 0.73rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.85;
}
 
 
/* ══════════════════════════════════════════════════════
   SECTION 2 — Arrière-plan animé + slider + révélation
══════════════════════════════════════════════════════ */
.apg-s2 {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: var(--apg-light);
}
 
/* Arrière-plan géométrique animé */
.apg-s2-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
 
.apg-s2-bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.13;
    animation: apgFloat 12s ease-in-out infinite;
}
.apg-s2-bg-shape:nth-child(1) {
    width: 500px; height: 500px;
    background: var(--apg-blue);
    top: -100px; right: -100px;
    animation-duration: 14s;
}
.apg-s2-bg-shape:nth-child(2) {
    width: 350px; height: 350px;
    background: var(--apg-gold);
    bottom: -80px; left: -60px;
    animation-duration: 18s;
    animation-delay: -5s;
}
.apg-s2-bg-shape:nth-child(3) {
    width: 250px; height: 250px;
    background: var(--apg-blue);
    top: 40%; left: 40%;
    animation-duration: 10s;
    animation-delay: -8s;
}
 
@keyframes apgFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33%       { transform: translate(30px, -25px) scale(1.07); }
    66%       { transform: translate(-20px, 20px) scale(0.95); }
}
 
/* Diagonale déco */
.apg-s2-bg::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(135deg, var(--apg-blue) 0%, var(--apg-blue-dk) 100%);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 0.06;
}
 
.apg-s2 .container { position: relative; z-index: 2; }
 
.apg-s2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
 
/* — Slider image gauche avec effet révélation miroir — */
.apg-s2-img-area {
    position: relative;
    opacity: 0;
    transform: translateX(-45px) rotate(-1.2deg);
    transition: opacity 0.9s ease, transform 0.9s ease;
}
.apg-s2-img-area.avis { opacity: 1; transform: none; }
 
/* Cadre doré derrière */
.apg-s2-img-area::before {
    content: '';
    position: absolute;
    inset: -10px -10px 10px 10px;
    border: 2px solid var(--apg-gold);
    border-radius: 6px;
    z-index: 0;
    opacity: 0.35;
}
 
/* Slider wrapper */
.apg-s2-slider {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 22px 65px rgba(0,0,0,0.18);
    cursor: none;
    z-index: 1;
}
 
.apg-s2-slide {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.apg-s2-slide img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 3s ease;
    will-change: transform;
}
.apg-s2-slide.s2-active img { transform: scale(1.06); }
.apg-s2-slider:hover .apg-s2-slide.s2-active img { transform: scale(1.1); }
 
/* Entrée slide S2 — zoom+fade */
.apg-s2-slide { opacity: 0; z-index: 0; }
.apg-s2-slide.s2-active {
    opacity: 1; z-index: 2;
    transition: opacity 0.9s ease;
}
.apg-s2-slide.s2-exit {

    transition: opacity 0.6s ease;
}
 
/* Effet "miroir" révélation au scroll — masque qui monte */
.apg-s2-reveal-mask {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 100%;
    background: linear-gradient(
        to top,
        transparent 0%,
        var(--apg-light) 100%
    );
    z-index: 5;
    pointer-events: none;
    transition: height 1.2s cubic-bezier(0.77,0,0.18,1);
}
/* Quand visible, le masque descend : révèle l'image */
.apg-s2-img-area.avis .apg-s2-reveal-mask { height: 0%; }
 
/* Hauteur fixe pour le slider */
.apg-s2-slider { height: 370px; }
.apg-s2-slide { height: 370px; }
 
/* Curseur custom */
.apg-s2-cursor {
    position: fixed;
    width: 44px; height: 44px;
    border: 2px solid var(--apg-gold);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    color: var(--apg-gold);
    font-family: 'Cabin', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.apg-s2-cursor.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
 
/* Pastille */
.apg-s2-pill {
    position: absolute;
    top: 18px; right: 18px;
    background: rgba(10,22,40,0.82);
    backdrop-filter: blur(8px);
    color: var(--apg-gold);
    padding: 9px 16px;
    border-radius: 30px;
    font-family: 'Cabin', sans-serif;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(245,221,110,0.22);
    z-index: 6;
}
 
/* Dots S2 */
.apg-s2-dots {
    position: absolute;
    bottom: 14px; left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 8;
}
.apg-s2-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    border: none;
    padding: 0;
    transition: background 0.3s, transform 0.3s;
}
.apg-s2-dot.active { background: var(--apg-gold); transform: scale(1.4); }
 
/* — Contenu texte droite — */
.apg-s2-content {
    opacity: 0;
    transform: translateX(45px);
    transition: opacity 0.9s ease 0.25s, transform 0.9s ease 0.25s;
}
.apg-s2-content.avis { opacity: 1; transform: none; }
 
.apg-s2-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(23,118,210,0.1);
    border: 1px solid rgba(23,118,210,0.25);
    color: var(--apg-blue);
    font-family: 'Cabin', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 22px;
}
 
.apg-s2-title {
    font-family: 'Lora', Georgia, serif;
    font-size: clamp(1.6rem, 2.6vw, 2.25rem);
    font-weight: 700;
    color: var(--apg-dark);
    line-height: 1.25;
    margin-bottom: 18px;
}
.apg-s2-title em {
    font-style: normal;
    color: var(--apg-blue);
    position: relative;
}
.apg-s2-title em::after {
    content: '';
    position: absolute;
    bottom: 2px; left: 0; right: 0;
    height: 3px;
    background: var(--apg-gold);
    border-radius: 2px;
}
 
.apg-s2-line {
    width: 50px; height: 3px;
    background: linear-gradient(90deg, var(--apg-blue), var(--apg-gold));
    border-radius: 2px;
    margin-bottom: 20px;
}
 
.apg-s2-content p {
    font-family: 'Cabin', sans-serif;
    font-size: 0.97rem;
    line-height: 1.9;
    color: #4a5568;
    margin-bottom: 24px;
}
 
.apg-s2-feats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.apg-s2-feat {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 7px 14px;
    font-family: 'Cabin', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--apg-dark);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.apg-s2-feat:hover {
    border-color: var(--apg-blue);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(23,118,210,0.12);
}
.apg-s2-feat-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--apg-gold);
    flex-shrink: 0;
}
 
.apg-s2-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--apg-blue);
    color: #fff;
    font-family: 'Cabin', sans-serif;
    font-size: 0.87rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(23,118,210,0.35);
    position: relative;
    overflow: hidden;
    transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
}
.apg-s2-cta::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transition: left 0.5s;
}
.apg-s2-cta:hover {
    background: var(--apg-blue-dk);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(23,118,210,0.45);
    color: #fff;
    text-decoration: none;
}
.apg-s2-cta:hover::before { left: 100%; }
.apg-s2-cta-arrow { transition: transform 0.2s; }
.apg-s2-cta:hover .apg-s2-cta-arrow { transform: translateX(4px); }
 
 
/* ─── RESPONSIVE ─── */
@media (max-width: 991px) {
    .apg-s1 { grid-template-columns: 1fr; }
    .apg-s1-slider { height: 320px; order: -1; }
    .apg-s1-text { padding: 48px 24px;}
    .apg-s1-badge { left: 16px; bottom: 16px; }
 
    .apg-s2 { padding: 60px 0; }
    .apg-s2-grid { grid-template-columns: 1fr; gap: 36px; }
    .apg-s2-slider { height: 280px; }
    .apg-s2-slide { height: 280px; }
}
@media (max-width: 575px) {
    .apg-s1-title { font-size: 1.75rem; }
    .apg-s2-title { font-size: 1.6rem; }
}