@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&display=swap');

/* Deux produits par ligne sur téléphone */
@media screen and (max-width: 767px) {

    .products.row {
        display: flex;
        flex-wrap: wrap;
    }

    .products.row > .product {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        box-sizing: border-box;
    }

    .product-miniature,
    .product-miniature .thumbnail-container,
    .product-miniature .product-description {
        width: 100% !important;
        max-width: 100% !important;
    }

    .product-miniature .product-thumbnail img {
        width: 100% !important;
        height: auto !important;
    }

    .product-miniature .product-title a {
        font-size: 12px !important;
        line-height: 1.3;
    }

    .product-miniature .product-price-and-shipping {
        font-size: 13px !important;
        padding: 7px 4px !important;
    }
}

/* Logo différent sur téléphone */
.logo-mobile-wouley {
    display: block;
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin: 0 auto;
}

.wouley-mobile-logo {
    position: absolute;
    left: 50%;
    top: 3px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .wouley-mobile-logo {
        display: none !important;
    }
}

/* Titre Bienvenue à l’atelier Wouley */
#index .featured-products .products-section-title {
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 34px !important;
    font-weight: 600 !important;
    line-height: 1.2;
    text-transform: none !important;
    text-align: center;
}

/* Taille du titre sur téléphone */
@media screen and (max-width: 767px) {
    #index .featured-products .products-section-title {
        font-size: 25px !important;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* ==================================================
   PAGE CRÉATION SUR MESURE — WOULEY
================================================== */

.wouley-custom-page {
    --wouley-navy: #102742;
    --wouley-navy-dark: #09192c;
    --wouley-wood: #b67a42;
    --wouley-cream: #f6f1ea;
    --wouley-light: #ffffff;
    --wouley-text: #30343a;
    --wouley-muted: #6c7177;
    --wouley-border: #e5ded5;

    max-width: 1380px;
    margin: 0 auto;
    color: var(--wouley-text);
    font-family: inherit;
}

.wouley-custom-page *,
.wouley-custom-page *::before,
.wouley-custom-page *::after {
    box-sizing: border-box;
}

.wouley-custom-page img {
    display: block;
    width: 100%;
    height: auto;
}

.wouley-custom-page h1,
.wouley-custom-page h2,
.wouley-custom-page h3,
.wouley-custom-page p {
    margin-top: 0;
}

.wouley-custom-page h1,
.wouley-custom-page h2,
.wouley-custom-page h3 {
    color: var(--wouley-navy);
}

.wouley-custom-page h1 {
    margin-bottom: 24px;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.wouley-custom-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
}

.wouley-custom-page h3 {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.3;
}

.wouley-custom-page p {
    font-size: 17px;
    line-height: 1.75;
}

.wouley-kicker {
    margin-bottom: 14px !important;
    color: var(--wouley-wood);
    font-size: 13px !important;
    font-weight: 700;
    letter-spacing: 2px;
}

.wouley-section-heading {
    max-width: 790px;
    margin: 0 auto 52px;
    text-align: center;
}

.wouley-section-heading > p:last-child {
    color: var(--wouley-muted);
}


/* HERO */

.wouley-hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    min-height: 650px;
    overflow: hidden;
    background: var(--wouley-cream);
    border-radius: 24px;
}

.wouley-hero-content {
    padding: 70px 7%;
}

.wouley-hero-text {
    max-width: 650px;
    margin-bottom: 32px;
    color: var(--wouley-muted);
    font-size: 19px !important;
}

.wouley-hero-image {
    height: 100%;
    min-height: 650px;
}

.wouley-hero-image img {
    height: 100%;
    object-fit: cover;
}


/* BOUTONS */

.wouley-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.wouley-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 24px;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, background 0.2s ease;
}

.wouley-btn:hover {
    transform: translateY(-2px);
}

.wouley-btn-primary {
    background: var(--wouley-navy);
    color: #ffffff !important;
}

.wouley-btn-primary:hover {
    background: var(--wouley-navy-dark);
}

.wouley-btn-secondary {
    border-color: var(--wouley-navy);
    color: var(--wouley-navy) !important;
}

.wouley-btn-secondary:hover {
    background: var(--wouley-navy);
    color: #ffffff !important;
}

.wouley-btn-light {
    background: #ffffff;
    color: var(--wouley-navy) !important;
}

.wouley-btn-outline-light {
    border-color: #ffffff;
    color: #ffffff !important;
}


/* INTRODUCTION */

.wouley-introduction {
    padding: 100px 5%;
}

.wouley-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.wouley-benefit {
    padding: 34px;
    border: 1px solid var(--wouley-border);
    border-radius: 14px;
    background: #ffffff;
}

.wouley-benefit > span {
    display: block;
    margin-bottom: 24px;
    color: var(--wouley-wood);
    font-size: 30px;
    font-weight: 700;
}

.wouley-benefit p {
    margin-bottom: 0;
    color: var(--wouley-muted);
}


/* SERVICES */

.wouley-services {
    padding: 100px 5%;
    background: var(--wouley-cream);
    border-radius: 24px;
}

.wouley-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.wouley-service-card {
    overflow: hidden;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(16, 39, 66, 0.08);
}

.wouley-service-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.wouley-service-card-content {
    padding: 28px;
}

.wouley-service-card-content p {
    margin-bottom: 0;
    color: var(--wouley-muted);
    font-size: 15px;
}


/* CLIENTS */

.wouley-clients {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: center;
    padding: 100px 5%;
}

.wouley-clients-text p:last-child {
    color: var(--wouley-muted);
}

.wouley-client-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.wouley-client-list div {
    padding: 20px;
    border-left: 4px solid var(--wouley-wood);
    background: var(--wouley-cream);
    color: var(--wouley-navy);
    font-weight: 700;
}


/* PROCESSUS */

.wouley-process {
    padding: 100px 5%;
    color: #ffffff;
    background: var(--wouley-navy);
    border-radius: 24px;
}

.wouley-process h2,
.wouley-process h3 {
    color: #ffffff;
}

.wouley-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.wouley-process-step {
    padding: 26px 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
}

.wouley-process-step > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 24px;
    border-radius: 50%;
    background: var(--wouley-wood);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.wouley-process-step p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
}


/* GALERIE */

.wouley-realisations {
    padding: 100px 5%;
}

.wouley-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.wouley-gallery img {
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
    border-radius: 12px;
}


/* INFORMATIONS DE DEVIS */

.wouley-quote-information {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 60px;
    padding: 90px 5%;
    background: var(--wouley-cream);
    border-radius: 24px;
}

.wouley-quote-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.wouley-quote-list > div {
    padding: 22px;
    background: #ffffff;
    border-radius: 10px;
}

.wouley-quote-list strong,
.wouley-quote-list span {
    display: block;
}

.wouley-quote-list strong {
    margin-bottom: 7px;
    color: var(--wouley-navy);
    font-size: 16px;
}

.wouley-quote-list span {
    color: var(--wouley-muted);
    font-size: 14px;
    line-height: 1.6;
}


/* APPEL À L’ACTION FINAL */

.wouley-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 40px;
    padding: 70px 6%;
    color: #ffffff;
    background: var(--wouley-navy);
    border-radius: 24px;
}

.wouley-final-cta h2 {
    color: #ffffff;
}

.wouley-final-cta p:not(.wouley-kicker) {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
}


/* TABLETTE */

@media screen and (max-width: 1024px) {

    .wouley-hero {
        grid-template-columns: 1fr;
    }

    .wouley-hero-image {
        min-height: 460px;
    }

    .wouley-benefits,
    .wouley-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wouley-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wouley-clients,
    .wouley-quote-information {
        grid-template-columns: 1fr;
    }

    .wouley-final-cta {
        display: block;
    }

    .wouley-final-cta .wouley-buttons {
        margin-top: 30px;
    }
}


/* TÉLÉPHONE */

@media screen and (max-width: 767px) {

    .wouley-custom-page {
        margin-left: -10px;
        margin-right: -10px;
    }

    .wouley-hero,
    .wouley-services,
    .wouley-process,
    .wouley-quote-information,
    .wouley-final-cta {
        border-radius: 12px;
    }

    .wouley-hero {
        min-height: auto;
    }

    .wouley-hero-content {
        padding: 52px 24px;
    }

    .wouley-hero-image {
        min-height: 320px;
    }

    .wouley-hero-text {
        font-size: 17px !important;
    }

    .wouley-introduction,
    .wouley-services,
    .wouley-clients,
    .wouley-process,
    .wouley-realisations,
    .wouley-quote-information {
        padding: 70px 20px;
    }

    .wouley-section-heading {
        margin-bottom: 36px;
        text-align: left;
    }

    .wouley-benefits,
    .wouley-service-grid,
    .wouley-client-list,
    .wouley-process-grid,
    .wouley-gallery,
    .wouley-quote-list {
        grid-template-columns: 1fr;
    }

    .wouley-buttons,
    .wouley-btn {
        width: 100%;
    }

    .wouley-process-step {
        padding: 25px;
    }

    .wouley-final-cta {
        margin-top: 24px;
        padding: 55px 24px;
    }
}

/* ==================================================
   CORRECTION — VOTRE CRÉATION EN 5 ÉTAPES
================================================== */

.wouley-process-grid {
    align-items: stretch;
}

.wouley-process-step {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding: 30px 24px !important;
}

.wouley-process-step h3 {
    margin: 0 0 14px !important;
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    overflow-wrap: break-word;
}

.wouley-process-step p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.wouley-process-step > span {
    flex: 0 0 auto;
}


/* ORDINATEUR : 3 CARTES PUIS 2 CARTES CENTRÉES */

@media screen and (min-width: 1101px) {

    .wouley-process-grid {
        display: grid !important;
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 24px !important;
    }

    .wouley-process-step {
        grid-column: span 2;
    }

    .wouley-process-step:nth-child(4) {
        grid-column: 2 / span 2;
    }

    .wouley-process-step:nth-child(5) {
        grid-column: 4 / span 2;
    }
}


/* TABLETTE ET PETIT ORDINATEUR : 2 COLONNES */

@media screen and (min-width: 768px) and (max-width: 1100px) {

    .wouley-process-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }

    .wouley-process-step,
    .wouley-process-step:nth-child(4) {
        grid-column: auto !important;
    }

    .wouley-process-step:nth-child(5) {
        grid-column: 1 / -1 !important;
        justify-self: center;
        width: calc(50% - 10px);
    }
}


/* TÉLÉPHONE : 1 CARTE PAR LIGNE */

@media screen and (max-width: 767px) {

    .wouley-process-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .wouley-process-step,
    .wouley-process-step:nth-child(4),
    .wouley-process-step:nth-child(5) {
        grid-column: auto !important;
        width: 100% !important;
    }

    .wouley-process-step {
        padding: 25px 22px !important;
    }
}
/* ==========================================================
   PAGE FORMATION OPÉRATEUR CNC — WOULEY
========================================================== */

.wouley-cnc-training,
.wouley-cnc-training * {
    box-sizing: border-box;
}

.wouley-cnc-training {
    --wouley-dark: #26160f;
    --wouley-brown: #4a2818;
    --wouley-copper: #a9562d;
    --wouley-cream: #fff8f1;
    --wouley-beige: #f3e6d9;
    --wouley-text: #4a403a;

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: var(--wouley-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.wouley-cnc-training h1,
.wouley-cnc-training h2,
.wouley-cnc-training h3,
.wouley-cnc-training p {
    margin-top: 0;
}

.wouley-cnc-training h1,
.wouley-cnc-training h2,
.wouley-cnc-training h3 {
    color: var(--wouley-brown);
    line-height: 1.2;
}

.wouley-cnc-training a {
    text-decoration: none;
}

/* HERO */

.wct-hero {
    position: relative;
    display: flex;
    min-height: 500px;
    padding: 70px 55px;
    align-items: center;
    overflow: hidden;
    border-radius: 22px;
    background:
        linear-gradient(
            90deg,
            rgba(27, 14, 8, 0.95) 0%,
            rgba(47, 25, 15, 0.86) 48%,
            rgba(47, 25, 15, 0.35) 100%
        ),
        url("/img/cms/wouley_atelier_cnc.webp") center / cover no-repeat;
    box-shadow: 0 22px 50px rgba(61, 33, 20, 0.18);
}

.wct-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 730px;
}

.wct-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 15px;
    color: #fff4e8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
}

.wct-hero h1 {
    margin-bottom: 22px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    line-height: 1.08;
}

.wct-hero-title-accent {
    color: #e7b984;
}

.wct-hero p {
    max-width: 670px;
    margin-bottom: 30px;
    color: #f7eee8;
    font-size: 19px;
}

/* BOUTONS */

.wct-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.wct-btn {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 22px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.wct-btn-primary {
    color: #ffffff !important;
    background: var(--wouley-copper);
}

.wct-btn-secondary {
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.68);
    background: rgba(255, 255, 255, 0.1);
}

/* INTRODUCTION */

.wct-intro {
    max-width: 930px;
    margin: 0 auto;
    padding: 75px 25px 55px;
    text-align: center;
}

.wct-intro-label,
.wct-section-label {
    display: block;
    margin-bottom: 10px;
    color: var(--wouley-copper);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.wct-intro h2,
.wct-section-heading h2 {
    margin-bottom: 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 41px;
}

.wct-intro p {
    margin-bottom: 0;
    font-size: 18px;
}

/* SECTIONS */

.wct-section {
    padding: 65px 35px;
}

.wct-section-soft {
    border-radius: 22px;
    background: var(--wouley-cream);
}

.wct-section-heading {
    max-width: 800px;
    margin-bottom: 38px;
}

.wct-section-heading-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

/* GRILLES */

.wct-grid {
    display: grid;
    gap: 22px;
}

.wct-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wct-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* CARTES */

.wct-card {
    height: 100%;
    padding: 28px 24px;
    border: 1px solid #ead8c7;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(69, 37, 22, 0.07);
}

.wct-card-icon {
    display: flex;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 800;
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        var(--wouley-copper),
        var(--wouley-brown)
    );
}

.wct-card h3 {
    margin-bottom: 12px;
    font-size: 20px;
}

.wct-card p {
    margin-bottom: 0;
    font-size: 15px;
}

/* PROGRAMME */

.wct-program {
    counter-reset: programme;
}

.wct-program-item {
    position: relative;
    padding: 26px 24px 26px 78px;
    border: 1px solid #ead8c7;
    border-radius: 14px;
    background: #ffffff;
}

.wct-program-item::before {
    counter-increment: programme;
    content: counter(programme);
    position: absolute;
    top: 25px;
    left: 22px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 800;
    border-radius: 50%;
    background: var(--wouley-copper);
}

/* APPROCHE */

.wct-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: center;
}

.wct-image-box {
    min-height: 430px;
    border-radius: 18px;
    background:
        linear-gradient(
            rgba(64, 33, 19, 0.05),
            rgba(64, 33, 19, 0.05)
        ),
        url("/img/cms/wouley_formation_operateur_cnc.webp")
        center / cover no-repeat;
    box-shadow: 0 20px 45px rgba(69, 37, 22, 0.14);
}

.wct-approach-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
}

.wct-highlight-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.wct-highlight-list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 34px;
}

.wct-highlight-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    display: flex;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    background: var(--wouley-copper);
}

/* PUBLIC */

.wct-audience-card {
    height: 100%;
    padding: 30px 26px;
    text-align: center;
    border-radius: 16px;
    background: var(--wouley-beige);
}

.wct-audience-card .wct-card-icon {
    margin-right: auto;
    margin-left: auto;
}

.wct-audience-card strong {
    display: block;
    margin: 14px 0 8px;
    color: var(--wouley-brown);
    font-size: 19px;
}

/* ATOUTS */

.wct-benefit {
    height: 100%;
    padding: 24px;
    border-left: 4px solid var(--wouley-copper);
    border-radius: 0 12px 12px 0;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(69, 37, 22, 0.06);
}

/* ENGAGEMENT */

.wct-commitment {
    margin: 45px 0;
    padding: 52px 40px;
    text-align: center;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        rgba(43, 22, 13, 0.99),
        rgba(91, 46, 25, 0.96)
    );
}

.wct-commitment h2 {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 39px;
}

.wct-commitment p {
    max-width: 850px;
    margin: 0 auto;
    color: #f3e9e1;
}

/* CTA FINAL */

.wct-final-cta {
    margin-top: 40px;
    padding: 70px 35px;
    text-align: center;
    border: 1px solid #ead5c1;
    border-radius: 22px;
    background: linear-gradient(135deg, #f8eadc, #fffaf5);
}

.wct-final-cta h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 43px;
}

.wct-final-cta p {
    max-width: 720px;
    margin: 0 auto 28px;
}

.wct-final-cta .wct-actions {
    justify-content: center;
}

.wct-final-cta .wct-btn-secondary {
    color: var(--wouley-brown) !important;
    border-color: var(--wouley-brown);
}

/* TABLETTE */

@media screen and (max-width: 991px) {
    .wct-grid-4,
    .wct-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wct-split {
        grid-template-columns: 1fr;
    }

    .wct-image-box {
        min-height: 360px;
    }
}

/* MOBILE */

@media screen and (max-width: 767px) {
    .wct-hero {
        min-height: 570px;
        padding: 42px 22px;
        align-items: flex-end;
        border-radius: 14px;
        background:
            linear-gradient(
                180deg,
                rgba(31, 16, 9, 0.2) 0%,
                rgba(31, 16, 9, 0.8) 55%,
                rgba(31, 16, 9, 0.98) 100%
            ),
            url("/img/cms/wouley_atelier_cnc.webp")
            center / cover no-repeat;
    }

    .wct-hero h1 {
        font-size: 38px;
    }

    .wct-actions {
        flex-direction: column;
    }

    .wct-btn {
        width: 100%;
    }

    .wct-intro {
        padding: 55px 18px 38px;
    }

    .wct-intro h2,
    .wct-section-heading h2,
    .wct-approach-title,
    .wct-commitment h2,
    .wct-final-cta h2 {
        font-size: 31px;
    }

    .wct-section {
        padding: 48px 18px;
    }

    .wct-grid-4,
    .wct-grid-3 {
        grid-template-columns: 1fr;
    }

    .wct-image-box {
        min-height: 300px;
    }

    .wct-program-item {
        padding: 70px 20px 24px;
    }
}

/* ==========================================================
   CORRECTION AFFICHAGE ORDINATEUR — FORMATION CNC WOULEY
   À placer tout à la fin de custom.css
========================================================== */

@media screen and (min-width: 768px) {

    .wouley-cnc-training,
    .wouley-cnc-training * {
        box-sizing: border-box;
    }

    .wouley-cnc-training {
        display: block !important;
        width: 100% !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
        color: #4a403a;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.7;
    }

    /* Élargissement de la zone CMS sur ordinateur */

    body#cms .container,
    body#cms #wrapper .container {
        width: 100% !important;
        max-width: 1240px !important;
    }

    body#cms #content-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    body#cms #left-column,
    body#cms #right-column {
        display: none !important;
    }

    body#cms .page-header,
    body#cms .page-content {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* HERO */

    .wouley-cnc-training .wct-hero {
        position: relative !important;
        display: flex !important;
        width: 100% !important;
        min-height: 500px !important;
        padding: 70px 55px !important;
        align-items: center !important;
        overflow: hidden !important;
        border-radius: 22px !important;

        background-image:
            linear-gradient(
                90deg,
                rgba(27, 14, 8, 0.95) 0%,
                rgba(47, 25, 15, 0.86) 48%,
                rgba(47, 25, 15, 0.35) 100%
            ),
            url("/img/cms/wouley_atelier_cnc.webp") !important;

        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;

        box-shadow: 0 22px 50px rgba(61, 33, 20, 0.18) !important;
    }

    .wouley-cnc-training .wct-hero-content {
        position: relative !important;
        z-index: 2 !important;
        display: block !important;
        width: 100% !important;
        max-width: 730px !important;
    }

    .wouley-cnc-training .wct-eyebrow {
        display: inline-block !important;
        margin-bottom: 18px !important;
        padding: 8px 15px !important;
        color: #fff4e8 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        letter-spacing: 1.6px !important;
        text-transform: uppercase !important;
        border: 1px solid rgba(255, 255, 255, 0.4) !important;
        border-radius: 30px !important;
        background: rgba(255, 255, 255, 0.08) !important;
    }

    .wouley-cnc-training .wct-hero h1 {
        margin: 0 0 22px !important;
        color: #ffffff !important;
        font-family: Georgia, "Times New Roman", serif !important;
        font-size: 58px !important;
        line-height: 1.08 !important;
    }

    .wouley-cnc-training .wct-hero-title-accent {
        color: #e7b984 !important;
    }

    .wouley-cnc-training .wct-hero p {
        max-width: 670px !important;
        margin: 0 0 30px !important;
        color: #f7eee8 !important;
        font-size: 19px !important;
        line-height: 1.65 !important;
    }

    /* BOUTONS */

    .wouley-cnc-training .wct-actions {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 14px !important;
    }

    .wouley-cnc-training .wct-btn {
        display: inline-flex !important;
        width: auto !important;
        min-height: 50px !important;
        padding: 13px 22px !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 8px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        text-align: center !important;
        text-decoration: none !important;
    }

    .wouley-cnc-training .wct-btn-primary {
        color: #ffffff !important;
        background: #a9562d !important;
    }

    .wouley-cnc-training .wct-btn-secondary {
        color: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.68) !important;
        background: rgba(255, 255, 255, 0.1) !important;
    }

    /* INTRODUCTION ET SECTIONS */

    .wouley-cnc-training .wct-intro {
        display: block !important;
        max-width: 930px !important;
        margin: 0 auto !important;
        padding: 75px 25px 55px !important;
        text-align: center !important;
    }

    .wouley-cnc-training .wct-section {
        display: block !important;
        width: 100% !important;
        padding: 65px 35px !important;
    }

    .wouley-cnc-training .wct-section-soft {
        border-radius: 22px !important;
        background: #fff8f1 !important;
    }

    .wouley-cnc-training .wct-section-heading {
        display: block !important;
        max-width: 800px !important;
        margin-bottom: 38px !important;
    }

    .wouley-cnc-training .wct-section-heading-center {
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important;
    }

    .wouley-cnc-training .wct-intro-label,
    .wouley-cnc-training .wct-section-label {
        display: block !important;
        margin-bottom: 10px !important;
        color: #a9562d !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        letter-spacing: 1.7px !important;
        text-transform: uppercase !important;
    }

    .wouley-cnc-training .wct-intro h2,
    .wouley-cnc-training .wct-section-heading h2 {
        margin-bottom: 20px !important;
        color: #4a2818 !important;
        font-family: Georgia, "Times New Roman", serif !important;
        font-size: 41px !important;
        line-height: 1.2 !important;
    }

    /* GRILLES */

    .wouley-cnc-training .wct-grid {
        display: grid !important;
        width: 100% !important;
        gap: 22px !important;
    }

    .wouley-cnc-training .wct-grid-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .wouley-cnc-training .wct-grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    /* CARTES */

    .wouley-cnc-training .wct-card {
        display: block !important;
        height: 100% !important;
        padding: 28px 24px !important;
        border: 1px solid #ead8c7 !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 10px 28px rgba(69, 37, 22, 0.07) !important;
    }

    .wouley-cnc-training .wct-card-icon {
        display: flex !important;
        width: 52px !important;
        height: 52px !important;
        margin-bottom: 20px !important;
        align-items: center !important;
        justify-content: center !important;
        color: #ffffff !important;
        font-weight: 800 !important;
        border-radius: 12px !important;
        background: linear-gradient(135deg, #a9562d, #4a2818) !important;
    }

    /* PROGRAMME */

    .wouley-cnc-training .wct-program-item {
        position: relative !important;
        display: block !important;
        padding: 26px 24px 26px 78px !important;
        border: 1px solid #ead8c7 !important;
        border-radius: 14px !important;
        background: #ffffff !important;
    }

    /* APPROCHE PÉDAGOGIQUE */

    .wouley-cnc-training .wct-split {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 45px !important;
        align-items: center !important;
    }

    .wouley-cnc-training .wct-image-box {
        display: block !important;
        width: 100% !important;
        min-height: 430px !important;
        border-radius: 18px !important;

        background-image:
            linear-gradient(
                rgba(64, 33, 19, 0.05),
                rgba(64, 33, 19, 0.05)
            ),
            url("/img/cms/wouley_formation_operateur_cnc.webp") !important;

        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;

        box-shadow: 0 20px 45px rgba(69, 37, 22, 0.14) !important;
    }

    /* PUBLIC VISÉ */

    .wouley-cnc-training .wct-audience-card {
        display: block !important;
        height: 100% !important;
        padding: 30px 26px !important;
        text-align: center !important;
        border-radius: 16px !important;
        background: #f3e6d9 !important;
    }

    .wouley-cnc-training .wct-audience-card .wct-card-icon {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    /* ATOUTS */

    .wouley-cnc-training .wct-benefit {
        display: block !important;
        height: 100% !important;
        padding: 24px !important;
        border-left: 4px solid #a9562d !important;
        border-radius: 0 12px 12px 0 !important;
        background: #ffffff !important;
        box-shadow: 0 8px 24px rgba(69, 37, 22, 0.06) !important;
    }

    /* ENGAGEMENT */

    .wouley-cnc-training .wct-commitment {
        display: block !important;
        margin: 45px 0 !important;
        padding: 52px 40px !important;
        text-align: center !important;
        border-radius: 20px !important;
        background: linear-gradient(135deg, #2b160d, #5b2e19) !important;
    }

    .wouley-cnc-training .wct-commitment h2 {
        color: #ffffff !important;
    }

    .wouley-cnc-training .wct-commitment p {
        color: #f3e9e1 !important;
    }

    /* CTA FINAL */

    .wouley-cnc-training .wct-final-cta {
        display: block !important;
        margin-top: 40px !important;
        padding: 70px 35px !important;
        text-align: center !important;
        border: 1px solid #ead5c1 !important;
        border-radius: 22px !important;
        background: linear-gradient(135deg, #f8eadc, #fffaf5) !important;
    }

    .wouley-cnc-training .wct-final-cta .wct-actions {
        justify-content: center !important;
    }

    .wouley-cnc-training .wct-final-cta .wct-btn-secondary {
        color: #4a2818 !important;
        border-color: #4a2818 !important;
    }
}

/* ==========================================================
   WOULEY — CONTACTS, LOCALISATION ET FORMATION
   VERSION FINALE 2026
   HTML associé : #wouley-contact-2026 et classes .wc26-
========================================================== */

/* Neutralise uniquement la présentation native du bloc CMS d’accueil. */
body#index #custom-text {
    width: 100% !important;
    max-width: none !important;
    margin: 35px 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
}

#wouley-contact-2026,
#wouley-contact-2026 *,
#wouley-contact-2026 *::before,
#wouley-contact-2026 *::after {
    box-sizing: border-box !important;
}

#wouley-contact-2026 {
    display: block !important;
    width: calc(100% - 30px) !important;
    max-width: 1280px !important;
    margin: 35px auto !important;
    padding: 35px 22px !important;
    overflow: hidden !important;
    border: 1px solid rgba(115, 68, 32, 0.16) !important;
    border-radius: 24px !important;
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,0.28),
            rgba(125,72,33,0.08),
            rgba(255,255,255,0.18),
            rgba(125,72,33,0.10)
        ),
        #ddc39c !important;
    color: #34383e !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: left !important;
}

#wouley-contact-2026 a {
    text-decoration: none !important;
}

#wouley-contact-2026 h2,
#wouley-contact-2026 h3,
#wouley-contact-2026 p {
    margin-top: 0 !important;
}

#wouley-contact-2026 h2 {
    margin-bottom: 13px !important;
    color: #102742 !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

#wouley-contact-2026 h3 {
    margin: 0 !important;
    color: #102742 !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
}

#wouley-contact-2026 p {
    color: #68717b !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

#wouley-contact-2026 .wc26-eyebrow {
    display: block !important;
    margin: 0 0 9px !important;
    color: #8b4d22 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
}


/* TITRE PRINCIPAL */

#wouley-contact-2026 .wc26-heading {
    display: block !important;
    width: 100% !important;
    max-width: 800px !important;
    margin: 0 auto 30px !important;
    padding: 25px 22px !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,0.96) !important;
    text-align: center !important;
    box-shadow: 0 10px 28px rgba(16,39,66,0.12) !important;
}

#wouley-contact-2026 .wc26-heading h2 {
    font-size: 35px !important;
}

#wouley-contact-2026 .wc26-heading p {
    margin-bottom: 0 !important;
}


/* CONTACTS ET LOCALISATION */

#wouley-contact-2026 .wc26-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
    align-items: stretch !important;
}

#wouley-contact-2026 .wc26-card {
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 28px !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,0.97) !important;
    box-shadow: 0 14px 35px rgba(16,39,66,0.14) !important;
}


/* PAYS ET DRAPEAUX — AUCUN ÉMOJI DANS LE HTML */

#wouley-contact-2026 .wc26-country {
    display: block !important;
    margin: 24px 0 0 !important;
}

#wouley-contact-2026 .wc26-country-title {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 14px !important;
}

#wouley-contact-2026 .wc26-flag {
    position: relative !important;
    display: block !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 32px !important;
    overflow: hidden !important;
    border: 2px solid #ffffff !important;
    border-radius: 7px !important;
    box-shadow: 0 3px 9px rgba(16,39,66,0.18) !important;
}

#wouley-contact-2026 .wc26-flag-cm {
    background:
        linear-gradient(
            90deg,
            #007a5e 0 33.333%,
            #ce1126 33.333% 66.666%,
            #fcd116 66.666% 100%
        ) !important;
}

#wouley-contact-2026 .wc26-flag-cm::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 11px !important;
    height: 11px !important;
    background: #fcd116 !important;
    clip-path: polygon(
        50% 0%,
        61% 35%,
        98% 35%,
        68% 57%,
        79% 93%,
        50% 71%,
        21% 93%,
        32% 57%,
        2% 35%,
        39% 35%
    ) !important;
    transform: translate(-50%, -50%) !important;
}

#wouley-contact-2026 .wc26-flag-fr {
    background:
        linear-gradient(
            90deg,
            #0055a4 0 33.333%,
            #ffffff 33.333% 66.666%,
            #ef4135 66.666% 100%
        ) !important;
}


/* PETITS BOUTONS WHATSAPP SUR ORDINATEUR */

#wouley-contact-2026 .wc26-phone-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 11px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#wouley-contact-2026 a.wc26-phone-button {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
    min-height: 58px !important;
    margin: 0 auto !important;
    padding: 8px 16px 8px 10px !important;
    border: 2px solid #d4a958 !important;
    border-radius: 13px !important;
    background:
        linear-gradient(180deg, #97643d 0%, #74401f 52%, #552c15 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.22),
        0 7px 17px rgba(82,43,18,0.23) !important;
    color: #1ca45a !important;
    line-height: normal !important;
    text-align: center !important;
    transition:
        transform 0.2s ease,
        filter 0.2s ease,
        box-shadow 0.2s ease !important;
}

#wouley-contact-2026 a.wc26-phone-button:hover {
    transform: translateY(-2px) !important;
    filter: brightness(1.07) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.25),
        0 10px 23px rgba(37,211,102,0.22) !important;
}

#wouley-contact-2026 .wc26-phone-icon {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border: 2px solid #d4a958 !important;
    border-radius: 50% !important;
    background: #16884a !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25) !important;
}

#wouley-contact-2026 .wc26-phone-icon::before {
    content: "\260E" !important;
    color: #ffffff !important;
    font-family: Arial, "Segoe UI Symbol", sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

#wouley-contact-2026 .wc26-phone-number {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 38px !important;

    padding: 8px 7px !important;

    border: 1px solid #e1b65e !important;
    border-radius: 8px !important;

    background:
        linear-gradient(180deg, #fffdf6 0%, #fff4d9 100%) !important;

    color: #087a3d !important;

    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    text-align: center !important;

    text-shadow: none !important;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.95),
        0 2px 5px rgba(70,37,16,0.22) !important;
}


/* NOTE */

#wouley-contact-2026 .wc26-note {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin: 24px 0 0 !important;
    padding: 17px !important;
    border-radius: 14px !important;
    background: #f7f1e8 !important;
}

#wouley-contact-2026 .wc26-note-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #25d366 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

#wouley-contact-2026 .wc26-note p {
    margin: 0 !important;
    color: #353535 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}


/* LOCALISATION */

#wouley-contact-2026 .wc26-address {
    display: flex !important;
    align-items: flex-start !important;
    gap: 13px !important;
    margin: 22px 0 20px !important;
    padding: 18px !important;
    border-radius: 14px !important;
    background: #f7f1e8 !important;
}

#wouley-contact-2026 .wc26-location-icon {
    position: relative !important;
    display: block !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #102742 !important;
}

#wouley-contact-2026 .wc26-location-icon::before {
    content: "" !important;
    position: absolute !important;
    top: 10px !important;
    left: 14px !important;
    width: 16px !important;
    height: 16px !important;
    border: 3px solid #ffffff !important;
    border-radius: 50% 50% 50% 0 !important;
    transform: rotate(-45deg) !important;
}

#wouley-contact-2026 .wc26-location-icon::after {
    content: "" !important;
    position: absolute !important;
    top: 16px !important;
    left: 20px !important;
    width: 4px !important;
    height: 4px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
}

#wouley-contact-2026 .wc26-address strong {
    display: block !important;
    margin: 0 0 5px !important;
    color: #102742 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

#wouley-contact-2026 .wc26-address div > span {
    display: block !important;
    color: #68717b !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

#wouley-contact-2026 .wc26-map {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 390px !important;
    overflow: hidden !important;
    border-radius: 15px !important;
    background: #e7e7e7 !important;
}

#wouley-contact-2026 .wc26-map iframe {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

#wouley-contact-2026 .wc26-map-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 58px !important;
    margin: 18px 0 0 !important;
    padding: 14px 15px !important;
    border-radius: 10px !important;
    background: #102742 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-align: center !important;
}


/* FORMATION : UNIQUEMENT UNE IMAGE CLIQUABLE */

#wouley-contact-2026 .wc26-training {
    display: block !important;
    width: 100% !important;
    margin: 28px 0 0 !important;
}

#wouley-contact-2026 .wc26-training-link {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    box-shadow: 0 14px 35px rgba(16,39,66,0.18) !important;
}

#wouley-contact-2026 .wc26-training-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}


/* MESSAGE FINAL */

#wouley-contact-2026 .wc26-footer {
    display: block !important;
    margin: 25px 0 0 !important;
    padding: 27px 20px !important;
    border-radius: 18px !important;
    background: #102742 !important;
    text-align: center !important;
}

#wouley-contact-2026 .wc26-footer h3 {
    margin: 0 0 8px !important;
    color: #ffffff !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
}

#wouley-contact-2026 .wc26-footer p {
    max-width: 820px !important;
    margin: 0 auto !important;
    color: rgba(255,255,255,0.82) !important;
}


/* TABLETTE */

@media screen and (max-width: 1050px) {
    #wouley-contact-2026 .wc26-grid {
        grid-template-columns: 1fr !important;
    }
}


/* TÉLÉPHONE */

@media screen and (max-width: 767px) {

    body#index #custom-text {
        margin: 22px 0 !important;
    }

    #wouley-contact-2026 {
        width: calc(100% - 16px) !important;
        margin: 22px auto !important;
        padding: 18px 10px !important;
        border-radius: 17px !important;
    }

    #wouley-contact-2026 .wc26-heading {
        padding: 21px 17px !important;
        text-align: left !important;
    }

    #wouley-contact-2026 .wc26-heading h2 {
        font-size: 29px !important;
    }

    #wouley-contact-2026 .wc26-grid {
        gap: 19px !important;
    }

    #wouley-contact-2026 .wc26-card {
        padding: 22px 15px !important;
        border-radius: 15px !important;
    }

    #wouley-contact-2026 a.wc26-phone-button {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 360px !important;
        min-height: 64px !important;
        padding: 9px 16px 9px 11px !important;
    }

    #wouley-contact-2026 .wc26-phone-number {
        font-size: clamp(14px, 4.2vw, 17px) !important;
    }

    #wouley-contact-2026 .wc26-map {
        height: 315px !important;
        border-radius: 12px !important;
    }

    #wouley-contact-2026 .wc26-training-link {
        border-radius: 13px !important;
    }

    #wouley-contact-2026 .wc26-footer h3 {
        font-size: 20px !important;
    }
}


/* TRÈS PETITS TÉLÉPHONES */

@media screen and (max-width: 360px) {

    #wouley-contact-2026 a.wc26-phone-button {
        grid-template-columns: 34px minmax(0, 1fr) !important;
        gap: 7px !important;
        padding-right: 10px !important;
        padding-left: 8px !important;
    }

    #wouley-contact-2026 .wc26-phone-icon {
        width: 32px !important;
        height: 32px !important;
    }

    #wouley-contact-2026 .wc26-phone-number {
        font-size: 13px !important;
    }
}

/* =========================================================
   WOULEY — PAGE POLITIQUE RSE
========================================================= */

/* Masque le titre CMS natif « POLITIQUE RSE » */
body.cms-id-12 #main .page-header,
body.cms-id-12 #content-wrapper > .page-header,
body.cms-id-12 .page-header {
    display: none !important;
}

/* Supprime la mise en forme blanche imposée par PrestaShop */
body.cms-id-12 #main,
body.cms-id-12 #content,
body.cms-id-12 .page-content {
    padding: 0 !important;
}

body.cms-id-12 #content {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.wouley-rse,
.wouley-rse * {
    box-sizing: border-box;
}

.wouley-rse {
    --wr-green-dark: #123b2b;
    --wr-green: #1d5a40;
    --wr-green-soft: #e7f0ea;
    --wr-gold: #c79b49;
    --wr-gold-soft: #f4ead7;
    --wr-cream: #f8f5ed;
    --wr-white: #ffffff;
    --wr-text: #27352f;
    --wr-muted: #68756f;
    --wr-border: rgba(18, 59, 43, 0.13);
    --wr-shadow: 0 18px 45px rgba(18, 59, 43, 0.11);

    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
    color: var(--wr-text);
    font-family: inherit;
    line-height: 1.65;
}

.wouley-rse a {
    text-decoration: none !important;
}

.wouley-rse-section,
.wouley-rse-introduction,
.wouley-rse-final {
    padding: 72px 42px;
}

.wouley-rse-section-inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.wouley-rse-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--wr-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.wouley-rse-eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    background: currentColor;
}

.wouley-rse-section-title {
    max-width: 780px;
    margin: 0 0 17px !important;
    color: var(--wr-green-dark) !important;
    font-size: clamp(30px, 4vw, 46px) !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.5px;
}

.wouley-rse-section-intro {
    max-width: 790px;
    margin: 0 !important;
    color: var(--wr-muted);
    font-size: 17px;
    line-height: 1.75;
}

/* HERO */

.wouley-rse-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    padding: 68px 52px;
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 88% 18%,
            rgba(199, 155, 73, 0.25),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #102f24 0%,
            #174833 58%,
            #1e5b40 100%
        );
    box-shadow: var(--wr-shadow);
}

.wouley-rse-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.14;
    pointer-events: none;
    background-image:
        repeating-radial-gradient(
            ellipse at 95% 50%,
            transparent 0,
            transparent 22px,
            rgba(255, 255, 255, 0.20) 23px,
            transparent 25px
        );
}

.wouley-rse-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    align-items: center;
    gap: 48px;
    min-height: 420px;
}

.wouley-rse-hero-content {
    max-width: 730px;
}

.wouley-rse-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 21px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #f2d69b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.wouley-rse-hero-label::before {
    content: "✦";
    color: var(--wr-gold);
}

.wouley-rse-hero h2 {
    margin: 0 0 23px !important;
    color: var(--wr-white) !important;
    font-size: clamp(39px, 5.3vw, 67px) !important;
    font-weight: 800 !important;
    line-height: 1.04 !important;
    letter-spacing: -1.3px;
}

.wouley-rse-hero h2 span {
    color: #e1bd74;
}

.wouley-rse-hero-description {
    max-width: 680px;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 18px;
    line-height: 1.72;
}

.wouley-rse-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 31px;
}

.wouley-rse-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 22px !important;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    transition:
        transform 0.22s ease,
        background 0.22s ease;
}

.wouley-rse-button:hover {
    transform: translateY(-2px);
}

.wouley-rse-button-primary {
    background: var(--wr-gold);
    color: #173126 !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.wouley-rse-button-primary:hover {
    background: #ddb66a;
}

.wouley-rse-button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.06);
    color: var(--wr-white) !important;
}

.wouley-rse-button-secondary:hover {
    background: rgba(255, 255, 255, 0.13);
}

.wouley-rse-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 350px;
}

.wouley-rse-tree {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 270px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.13),
            rgba(255, 255, 255, 0.035)
        );
    box-shadow:
        inset 0 0 45px rgba(255, 255, 255, 0.06),
        0 30px 70px rgba(0, 0, 0, 0.18);
}

.wouley-rse-tree-icon {
    color: #e1bd74;
    font-size: 90px;
    line-height: 1;
}

.wouley-rse-tree strong {
    margin-top: 15px;
    color: #ffffff;
    font-size: 21px;
    letter-spacing: 1px;
}

.wouley-rse-tree span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
}

.wouley-rse-orbit {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91px;
    height: 91px;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    background: rgba(15, 48, 35, 0.94);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 13px 30px rgba(0, 0, 0, 0.20);
}

.wouley-rse-orbit-1 {
    top: 0;
    left: 0;
}

.wouley-rse-orbit-2 {
    top: 25px;
    right: -4px;
}

.wouley-rse-orbit-3 {
    right: 4px;
    bottom: 15px;
}

.wouley-rse-orbit-4 {
    bottom: 0;
    left: 5px;
}

/* INTRODUCTION */

.wouley-rse-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 58px;
    align-items: center;
}

.wouley-rse-quote {
    position: relative;
    margin: 0 !important;
    padding: 37px;
    border-left: 5px solid var(--wr-gold);
    border-radius: 0 18px 18px 0;
    background: var(--wr-cream);
    color: var(--wr-green-dark);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    line-height: 1.35;
}

.wouley-rse-quote::before {
    content: "“";
    position: absolute;
    top: -16px;
    left: 20px;
    color: rgba(199, 155, 73, 0.22);
    font-family: Georgia, serif;
    font-size: 102px;
    line-height: 1;
}

.wouley-rse-intro-text h3 {
    margin: 0 0 17px !important;
    color: var(--wr-green-dark) !important;
    font-size: clamp(27px, 3.3vw, 40px) !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
}

.wouley-rse-intro-text p {
    margin: 0 0 15px !important;
    color: var(--wr-muted);
    font-size: 16px;
}

/* PILIERS */

.wouley-rse-pillars {
    background: var(--wr-cream);
}

.wouley-rse-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 40px;
}

.wouley-rse-pillar {
    position: relative;
    min-height: 265px;
    overflow: hidden;
    padding: 28px 24px;
    border: 1px solid var(--wr-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(18, 59, 43, 0.055);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.wouley-rse-pillar:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(18, 59, 43, 0.12);
}

.wouley-rse-pillar::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -42px;
    width: 120px;
    height: 120px;
    border: 19px solid rgba(199, 155, 73, 0.08);
    border-radius: 50%;
}

.wouley-rse-pillar-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    margin-bottom: 25px;
    border-radius: 14px;
    background: var(--wr-green-dark);
    color: var(--wr-gold);
    font-size: 16px;
    font-weight: 900;
}

.wouley-rse-pillar h3 {
    margin: 0 0 12px !important;
    color: var(--wr-green-dark) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.wouley-rse-pillar p {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    color: var(--wr-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* ENGAGEMENTS */

.wouley-rse-commitment-section {
    border-bottom: 1px solid var(--wr-border);
}

.wouley-rse-section-heading {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 27px;
    align-items: start;
    margin-bottom: 39px;
}

.wouley-rse-large-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border-radius: 23px;
    background: var(--wr-green-dark);
    color: var(--wr-gold);
    font-size: 25px;
    font-weight: 900;
    box-shadow: 0 12px 25px rgba(18, 59, 43, 0.18);
}

.wouley-rse-section-heading h2 {
    margin: 0 0 9px !important;
    color: var(--wr-green-dark) !important;
    font-size: clamp(28px, 3.5vw, 43px) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
}

.wouley-rse-section-heading p {
    max-width: 780px;
    margin: 0 !important;
    color: var(--wr-muted);
    font-size: 16px;
}

.wouley-rse-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.wouley-rse-card {
    padding: 28px;
    border: 1px solid var(--wr-border);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(18, 59, 43, 0.055);
}

.wouley-rse-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.wouley-rse-card-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 13px;
    background: var(--wr-green-soft);
    color: var(--wr-green-dark);
    font-size: 18px;
    font-weight: 900;
}

.wouley-rse-card h3 {
    margin: 0 !important;
    color: var(--wr-green-dark) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.wouley-rse-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.wouley-rse-list li {
    position: relative;
    margin: 0 0 10px !important;
    padding-left: 28px !important;
    color: var(--wr-muted);
    font-size: 15px;
    line-height: 1.6;
}

.wouley-rse-list li:last-child {
    margin-bottom: 0 !important;
}

.wouley-rse-list li::before {
    content: "✓";
    position: absolute;
    top: 2px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--wr-gold-soft);
    color: #86621c;
    font-size: 11px;
    font-weight: 900;
}

.wouley-rse-highlight-card {
    background:
        linear-gradient(
            145deg,
            rgba(231, 240, 234, 0.95),
            rgba(248, 245, 237, 0.97)
        );
}

/* INDICATEURS */

.wouley-rse-impact {
    background: var(--wr-green-dark);
}

.wouley-rse-impact .wouley-rse-eyebrow {
    color: #e1bd74;
}

.wouley-rse-impact .wouley-rse-section-title {
    color: #ffffff !important;
}

.wouley-rse-impact .wouley-rse-section-intro {
    color: rgba(255, 255, 255, 0.70);
}

.wouley-rse-impact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
    margin-top: 40px;
}

.wouley-rse-impact-card {
    min-height: 205px;
    padding: 27px 22px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.06);
}

.wouley-rse-impact-card strong {
    display: block;
    margin-bottom: 17px;
    color: var(--wr-gold);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.wouley-rse-impact-card h3 {
    margin: 0 0 9px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}

.wouley-rse-impact-card p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.65;
}

.wouley-rse-impact-note {
    margin-top: 24px;
    padding: 18px 21px;
    border-left: 4px solid var(--wr-gold);
    border-radius: 0 10px 10px 0;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.73);
    font-size: 14px;
}

/* APPEL À L’ACTION FINAL */

.wouley-rse-final {
    background: var(--wr-cream);
}

.wouley-rse-final-box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 42px;
    align-items: center;
    overflow: hidden;
    padding: 46px 48px;
    border-radius: 23px;
    background: #ffffff;
    box-shadow: var(--wr-shadow);
}

.wouley-rse-final-box::after {
    content: "";
    position: absolute;
    top: -85px;
    right: -85px;
    width: 230px;
    height: 230px;
    border: 35px solid rgba(199, 155, 73, 0.10);
    border-radius: 50%;
}

.wouley-rse-final-content,
.wouley-rse-final-actions {
    position: relative;
    z-index: 2;
}

.wouley-rse-final-content span {
    display: block;
    margin-bottom: 9px;
    color: var(--wr-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.wouley-rse-final-content h2 {
    max-width: 720px;
    margin: 0 0 14px !important;
    color: var(--wr-green-dark) !important;
    font-size: clamp(29px, 3.8vw, 43px) !important;
    font-weight: 800 !important;
    line-height: 1.16 !important;
}

.wouley-rse-final-content p {
    max-width: 760px;
    margin: 0 !important;
    color: var(--wr-muted);
    font-size: 16px;
}

.wouley-rse-final-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 245px;
}

.wouley-rse-final-actions .wouley-rse-button {
    width: 100%;
}

.wouley-rse-final-actions .wouley-rse-button-secondary {
    border-color: var(--wr-green-dark);
    background: transparent;
    color: var(--wr-green-dark) !important;
}

.wouley-rse-final-actions .wouley-rse-button-secondary:hover {
    background: var(--wr-green-soft);
}

/* TABLETTE */

@media screen and (max-width: 1050px) {
    .wouley-rse-hero-grid {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 28px;
    }

    .wouley-rse-pillars-grid,
    .wouley-rse-impact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wouley-rse-final-box {
        grid-template-columns: 1fr;
    }

    .wouley-rse-final-actions {
        flex-direction: row;
        min-width: 0;
    }
}

/* MOBILE */

@media screen and (max-width: 767px) {
    body.cms-id-12 #wrapper {
        padding-top: 0 !important;
    }

    .wouley-rse {
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px;
    }

    .wouley-rse-hero {
        min-height: auto;
        padding: 50px 21px 37px;
        border-radius: 0;
    }

    .wouley-rse-hero-grid {
        grid-template-columns: 1fr;
        gap: 31px;
        min-height: auto;
    }

    .wouley-rse-hero h2 {
        font-size: clamp(37px, 12vw, 52px) !important;
        letter-spacing: -0.8px;
    }

    .wouley-rse-hero-description {
        font-size: 16px;
    }

    .wouley-rse-hero-actions,
    .wouley-rse-final-actions {
        flex-direction: column;
    }

    .wouley-rse-button {
        width: 100%;
        min-height: 52px;
        text-align: center;
    }

    .wouley-rse-hero-visual {
        min-height: 305px;
    }

    .wouley-rse-tree {
        width: 205px;
        height: 205px;
    }

    .wouley-rse-tree-icon {
        font-size: 66px;
    }

    .wouley-rse-orbit {
        width: 77px;
        height: 77px;
        padding: 8px;
        font-size: 9px;
    }

    .wouley-rse-orbit-1 {
        left: 2px;
    }

    .wouley-rse-orbit-2 {
        right: 2px;
    }

    .wouley-rse-orbit-3 {
        right: 2px;
    }

    .wouley-rse-orbit-4 {
        left: 2px;
    }

    .wouley-rse-section,
    .wouley-rse-introduction,
    .wouley-rse-final {
        padding: 56px 20px;
    }

    .wouley-rse-intro-grid,
    .wouley-rse-pillars-grid,
    .wouley-rse-cards,
    .wouley-rse-impact-grid {
        grid-template-columns: 1fr;
    }

    .wouley-rse-intro-grid {
        gap: 34px;
    }

    .wouley-rse-quote {
        padding: 30px 23px;
        font-size: 24px;
    }

    .wouley-rse-pillar {
        min-height: auto;
    }

    .wouley-rse-section-heading {
        grid-template-columns: 1fr;
        gap: 19px;
    }

    .wouley-rse-large-number {
        width: 68px;
        height: 68px;
        border-radius: 19px;
        font-size: 21px;
    }

    .wouley-rse-card {
        padding: 23px 19px;
    }

    .wouley-rse-impact-card {
        min-height: auto;
    }

    .wouley-rse-final-box {
        padding: 33px 22px;
        border-radius: 18px;
    }
}

/* ==========================================================
   PAGE À PROPOS WOULEY
   Page CMS ID 4
   ========================================================== */

body#cms.cms-id-4 {
  overflow-x: hidden;
  background: #f8f6f0;
}

body#cms.cms-id-4 #main {
  background: transparent;
  box-shadow: none;
}

body#cms.cms-id-4 #main .page-header {
  display: none;
}

body#cms.cms-id-4 .page-content.page-cms {
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

body#cms.cms-id-4 .page-content.page-cms > p {
  margin: 0;
}

.wouley-about-page {
  --wa-green: #183b31;
  --wa-green-dark: #0f2922;
  --wa-green-soft: #295548;
  --wa-gold: #c9a55d;
  --wa-gold-light: #e0c98f;
  --wa-cream: #f5f0e5;
  --wa-cream-light: #fbf9f4;
  --wa-white: #ffffff;
  --wa-text: #29332f;
  --wa-text-soft: #68736e;
  --wa-border: rgba(24, 59, 49, 0.14);
  --wa-shadow: 0 24px 60px rgba(16, 41, 34, 0.12);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  color: var(--wa-text);
  background: var(--wa-white);
  font-family: inherit;
  overflow: hidden;
}

.wouley-about-page,
.wouley-about-page * {
  box-sizing: border-box;
}

.wouley-about-page img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.wouley-about-page a {
  text-decoration: none;
}

.wa-container {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.wa-section-label,
.wa-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--wa-gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.wa-section-label::before,
.wa-eyebrow::before {
  display: block;
  width: 30px;
  height: 2px;
  content: "";
  background: currentColor;
}

.wouley-about-page h1,
.wouley-about-page h2,
.wouley-about-page h3,
.wouley-about-page p {
  margin-top: 0;
}

.wouley-about-page h1,
.wouley-about-page h2,
.wouley-about-page h3 {
  color: var(--wa-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.wouley-about-page h2 {
  margin-bottom: 20px;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -1.2px;
}

.wouley-about-page h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.25;
}

.wouley-about-page p {
  color: var(--wa-text-soft);
  font-size: 16px;
  line-height: 1.8;
}


/* ==========================================================
   BOUTONS
   ========================================================== */

.wa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.wa-actions--center {
  justify-content: center;
}

.wa-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.wa-btn:hover {
  transform: translateY(-2px);
}

.wa-btn--primary {
  color: var(--wa-white) !important;
  background: var(--wa-green);
  border-color: var(--wa-green);
  box-shadow: 0 14px 30px rgba(24, 59, 49, 0.2);
}

.wa-btn--primary:hover {
  color: var(--wa-white) !important;
  background: var(--wa-green-dark);
  border-color: var(--wa-green-dark);
}

.wa-btn--secondary {
  color: var(--wa-green) !important;
  background: transparent;
  border-color: var(--wa-gold);
}

.wa-btn--secondary:hover {
  color: var(--wa-white) !important;
  background: var(--wa-green);
  border-color: var(--wa-green);
}

.wa-btn--gold {
  color: var(--wa-green-dark) !important;
  background: var(--wa-gold);
  border-color: var(--wa-gold);
}

.wa-btn--gold:hover {
  color: var(--wa-green-dark) !important;
  background: var(--wa-gold-light);
  border-color: var(--wa-gold-light);
}

.wa-btn--light {
  flex-shrink: 0;
  color: var(--wa-green-dark) !important;
  background: var(--wa-white);
  border-color: var(--wa-white);
}

.wa-btn--light:hover {
  color: var(--wa-white) !important;
  background: transparent;
}

.wa-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 13px;
  color: var(--wa-green) !important;
  font-size: 15px;
  font-weight: 800;
}

.wa-text-link span {
  font-size: 21px;
  transition: transform 0.25s ease;
}

.wa-text-link:hover {
  color: var(--wa-gold) !important;
}

.wa-text-link:hover span {
  transform: translateX(5px);
}


/* ==========================================================
   HERO
   ========================================================== */

.wa-hero {
  position: relative;
  padding: 80px 0 90px;
  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(201, 165, 93, 0.17),
      transparent 32%
    ),
    linear-gradient(135deg, #faf7f0 0%, #f2ecdf 100%);
}

.wa-hero::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(201, 165, 93, 0.25);
  border-radius: 50%;
  content: "";
}

.wa-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 70px;
  align-items: center;
}

.wa-hero__content {
  max-width: 650px;
}

.wa-hero h1 {
  margin-bottom: 24px;
  color: var(--wa-green-dark);
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: 1.02;
  letter-spacing: -2.3px;
}

.wa-hero h1 span {
  display: block;
  color: var(--wa-gold);
}

.wa-hero__lead {
  max-width: 620px;
  margin-bottom: 0;
  color: #53615b !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.wa-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.wa-hero__features span {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(24, 59, 49, 0.15);
  border-radius: 30px;
  color: var(--wa-green);
  background: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
}

.wa-hero__visual {
  position: relative;
  padding: 0 24px 28px 0;
}

.wa-image-frame {
  position: relative;
  overflow: hidden;
  min-height: 535px;
  border-radius: 4px 65px 4px 4px;
  background: var(--wa-green);
  box-shadow: var(--wa-shadow);
}

.wa-image-frame::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      transparent 45%,
      rgba(15, 41, 34, 0.35) 100%
    );
}

.wa-image-frame img {
  width: 100%;
  height: 535px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s ease;
}

.wa-image-frame:hover img {
  transform: scale(1.025);
}

.wa-location-card {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  display: flex;
  min-width: 215px;
  flex-direction: column;
  padding: 22px 24px;
  color: var(--wa-white);
  background: var(--wa-green);
  border-left: 5px solid var(--wa-gold);
  box-shadow: 0 16px 40px rgba(15, 41, 34, 0.2);
}

.wa-location-card__label {
  margin-bottom: 4px;
  color: var(--wa-gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.wa-location-card strong {
  margin-bottom: 2px;
  font-size: 21px;
}

.wa-location-card > span:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}


/* ==========================================================
   INTRODUCTION
   ========================================================== */

.wa-intro {
  padding: 100px 0;
  background: var(--wa-white);
}

.wa-intro__content {
  max-width: 920px;
  text-align: center;
}

.wa-intro__content .wa-section-label {
  justify-content: center;
}

.wa-intro__content h2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.wa-intro__content p {
  max-width: 830px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-size: 18px;
}


/* ==========================================================
   TITRES DE SECTION
   ========================================================== */

.wa-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  gap: 50px;
  align-items: end;
  margin-bottom: 45px;
}

.wa-section-heading h2 {
  margin-bottom: 0;
}

.wa-section-heading > p {
  margin-bottom: 7px;
}

.wa-section-heading--light h2 {
  color: var(--wa-white);
}

.wa-section-heading--light > p {
  color: rgba(255, 255, 255, 0.68);
}


/* ==========================================================
   VALEURS
   ========================================================== */

.wa-values {
  padding: 95px 0;
  background: var(--wa-cream-light);
}

.wa-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.wa-value-card {
  position: relative;
  min-height: 310px;
  padding: 42px 34px 36px;
  overflow: hidden;
  border: 1px solid var(--wa-border);
  background: var(--wa-white);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.wa-value-card::after {
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(201, 165, 93, 0.32);
  border-radius: 50%;
  content: "";
}

.wa-value-card:hover {
  border-color: rgba(201, 165, 93, 0.7);
  box-shadow: 0 20px 45px rgba(24, 59, 49, 0.1);
  transform: translateY(-6px);
}

.wa-value-card__number {
  display: block;
  margin-bottom: 38px;
  color: var(--wa-gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.wa-value-card h3 {
  font-size: 29px;
}

.wa-value-card p {
  margin-bottom: 0;
}


/* ==========================================================
   HISTOIRE
   ========================================================== */

.wa-story {
  padding: 110px 0;
  background: var(--wa-white);
}

.wa-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 80px;
  align-items: center;
}

.wa-story__visual {
  position: relative;
  min-height: 620px;
  padding-right: 80px;
  padding-bottom: 70px;
}

.wa-story__main-image {
  overflow: hidden;
  height: 550px;
  background: var(--wa-cream);
  box-shadow: var(--wa-shadow);
}

.wa-story__main-image img {
  height: 100%;
  object-fit: cover;
}

.wa-story__small-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  padding: 9px;
  background: var(--wa-white);
  box-shadow: 0 18px 45px rgba(16, 41, 34, 0.18);
}

.wa-story__small-image img {
  height: 215px;
  object-fit: cover;
}

.wa-story__content p {
  margin-bottom: 15px;
}

.wa-check-list {
  display: grid;
  gap: 11px;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.wa-check-list li {
  position: relative;
  padding-left: 31px;
  color: var(--wa-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.wa-check-list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--wa-white);
  background: var(--wa-gold);
  content: "✓";
  font-size: 11px;
  font-weight: 900;
}


/* ==========================================================
   SERVICES
   ========================================================== */

.wa-services {
  position: relative;
  padding: 105px 0;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(201, 165, 93, 0.13),
      transparent 28%
    ),
    var(--wa-green-dark);
}

.wa-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wa-service-card {
  position: relative;
  min-height: 260px;
  padding: 32px 29px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease;
}

.wa-service-card:hover {
  border-color: rgba(201, 165, 93, 0.5);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}

.wa-service-card__number {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--wa-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
}

.wa-service-card h3 {
  margin-bottom: 13px;
  color: var(--wa-white);
  font-size: 23px;
}

.wa-service-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 15px;
  line-height: 1.7;
}

.wa-services__action {
  margin-top: 38px;
  text-align: center;
}


/* ==========================================================
   PROCESSUS
   ========================================================== */

.wa-process {
  padding: 105px 0;
  background: var(--wa-cream);
}

.wa-process__heading {
  max-width: 700px;
  margin: 0 auto 55px;
  text-align: center;
}

.wa-process__heading .wa-section-label {
  justify-content: center;
}

.wa-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.wa-process-step {
  position: relative;
  padding: 0 20px;
  text-align: center;
}

.wa-process-step:not(:last-child)::after {
  position: absolute;
  top: 30px;
  right: -24px;
  width: 48px;
  height: 1px;
  content: "";
  background: rgba(24, 59, 49, 0.22);
}

.wa-process-step__number {
  display: flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  border: 1px solid var(--wa-gold);
  border-radius: 50%;
  color: var(--wa-green);
  background: var(--wa-white);
  font-size: 20px;
  font-weight: 800;
}

.wa-process-step h3 {
  font-size: 23px;
}

.wa-process-step p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}


/* ==========================================================
   CLIENTS
   ========================================================== */

.wa-clients {
  padding: 95px 0;
  background: var(--wa-white);
}

.wa-clients__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}

.wa-clients__content {
  padding: 35px 45px 35px 0;
}

.wa-clients__content h2 {
  margin-bottom: 0;
  font-size: clamp(31px, 3.5vw, 48px);
}

.wa-client-box {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 35px;
  border-top: 4px solid var(--wa-gold);
  background: var(--wa-cream-light);
}

.wa-client-box__title {
  margin-bottom: 16px;
  color: var(--wa-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 600;
}

.wa-client-box p {
  margin-bottom: 0;
}


/* ==========================================================
   ENGAGEMENT
   ========================================================== */

.wa-commitment {
  padding: 105px 0;
  background: var(--wa-cream-light);
}

.wa-commitment__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 75px;
  align-items: center;
}

.wa-commitment__image {
  position: relative;
  min-height: 500px;
  padding: 18px 0 0 18px;
}

.wa-commitment__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 60%;
  border: 2px solid var(--wa-gold);
  content: "";
}

.wa-commitment__image img {
  position: relative;
  z-index: 2;
  height: 500px;
  object-fit: cover;
  box-shadow: var(--wa-shadow);
}

.wa-commitment__content p {
  margin-bottom: 15px;
}


/* ==========================================================
   FORMATION
   ========================================================== */

.wa-training {
  padding: 65px 0;
  color: var(--wa-white);
  background:
    linear-gradient(
      120deg,
      rgba(24, 59, 49, 0.96),
      rgba(15, 41, 34, 0.98)
    );
  border-top: 5px solid var(--wa-gold);
}

.wa-training__inner {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.wa-training__inner > div {
  max-width: 760px;
}

.wa-training h2 {
  margin-bottom: 14px;
  color: var(--wa-white);
  font-size: clamp(30px, 3.6vw, 48px);
}

.wa-training p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}


/* ==========================================================
   CTA FINAL
   ========================================================== */

.wa-final-cta {
  position: relative;
  padding: 105px 0;
  text-align: center;
  background:
    radial-gradient(
      circle at 50% 100%,
      rgba(201, 165, 93, 0.17),
      transparent 36%
    ),
    var(--wa-white);
}

.wa-final-cta__content {
  max-width: 820px;
}

.wa-final-cta__content .wa-section-label {
  justify-content: center;
}

.wa-final-cta h2 {
  margin-bottom: 18px;
}

.wa-final-cta p {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 18px;
}


/* ==========================================================
   TABLETTES
   ========================================================== */

@media (max-width: 1100px) {

  .wa-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 45px;
  }

  .wa-hero h1 {
    font-size: clamp(42px, 5.5vw, 61px);
  }

  .wa-image-frame,
  .wa-image-frame img {
    height: 490px;
    min-height: 490px;
  }

  .wa-story__grid,
  .wa-commitment__grid {
    gap: 50px;
  }

  .wa-story__visual {
    padding-right: 55px;
  }

  .wa-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wa-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }

  .wa-process-step::after {
    display: none;
  }

}


/* ==========================================================
   MOBILE ET PETITES TABLETTES
   ========================================================== */

@media (max-width: 767px) {

  .wa-container {
    width: min(100% - 28px, 1180px);
  }

  .wa-section-label,
  .wa-eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .wa-section-label::before,
  .wa-eyebrow::before {
    width: 23px;
  }

  .wouley-about-page h2 {
    margin-bottom: 17px;
    font-size: 32px;
    line-height: 1.16;
    letter-spacing: -0.6px;
  }

  .wouley-about-page h3 {
    font-size: 22px;
  }

  .wouley-about-page p {
    font-size: 15px;
    line-height: 1.72;
  }

  .wa-hero {
    padding: 48px 0 60px;
  }

  .wa-hero__grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .wa-hero__content {
    max-width: none;
  }

  .wa-hero h1 {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 1.04;
    letter-spacing: -1.4px;
  }

  .wa-hero__lead {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .wa-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 25px;
  }

  .wa-btn {
    width: 100%;
    min-height: 50px;
    padding: 13px 18px;
  }

  .wa-hero__features {
    gap: 7px;
    margin-top: 21px;
  }

  .wa-hero__features span {
    padding: 8px 11px;
    font-size: 10px;
  }

  .wa-hero__visual {
    width: 100%;
    padding: 0 13px 24px 0;
  }

  .wa-image-frame {
    min-height: 380px;
    border-radius: 3px 38px 3px 3px;
  }

  .wa-image-frame img {
    height: 380px;
    min-height: 380px;
  }

  .wa-location-card {
    min-width: 180px;
    padding: 17px 19px;
  }

  .wa-location-card strong {
    font-size: 18px;
  }

  .wa-intro,
  .wa-values,
  .wa-story,
  .wa-services,
  .wa-process,
  .wa-clients,
  .wa-commitment,
  .wa-final-cta {
    padding: 70px 0;
  }

  .wa-intro__content {
    text-align: left;
  }

  .wa-intro__content .wa-section-label {
    justify-content: flex-start;
  }

  .wa-intro__content p {
    font-size: 16px;
  }

  .wa-section-heading {
    display: block;
    margin-bottom: 32px;
  }

  .wa-section-heading > p {
    margin-top: 18px;
    margin-bottom: 0;
  }

  .wa-values__grid,
  .wa-services__grid,
  .wa-process__grid,
  .wa-clients__grid,
  .wa-story__grid,
  .wa-commitment__grid {
    grid-template-columns: 1fr;
  }

  .wa-values__grid,
  .wa-services__grid {
    gap: 15px;
  }

  .wa-value-card {
    min-height: 0;
    padding: 30px 25px;
  }

  .wa-value-card__number {
    margin-bottom: 22px;
  }

  .wa-story__grid,
  .wa-commitment__grid {
    gap: 45px;
  }

  .wa-story__visual {
    min-height: 455px;
    padding-right: 38px;
    padding-bottom: 48px;
  }

  .wa-story__main-image {
    height: 405px;
  }

  .wa-story__small-image {
    width: 48%;
    padding: 6px;
  }

  .wa-story__small-image img {
    height: 145px;
  }

  .wa-service-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .wa-service-card__number {
    margin-bottom: 20px;
  }

  .wa-process__heading {
    margin-bottom: 40px;
    text-align: left;
  }

  .wa-process__heading .wa-section-label {
    justify-content: flex-start;
  }

  .wa-process__grid {
    gap: 30px;
  }

  .wa-process-step {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    padding: 0;
    text-align: left;
  }

  .wa-process-step__number {
    width: 52px;
    height: 52px;
    margin: 0;
    font-size: 17px;
  }

  .wa-process-step h3 {
    margin-top: 1px;
    margin-bottom: 8px;
  }

  .wa-clients__content {
    padding: 0 0 15px;
  }

  .wa-client-box {
    min-height: 220px;
    padding: 28px 25px;
  }

  .wa-commitment__image {
    min-height: 390px;
    padding: 12px 0 0 12px;
  }

  .wa-commitment__image img {
    height: 390px;
  }

  .wa-training {
    padding: 55px 0;
  }

  .wa-training__inner {
    display: block;
  }

  .wa-training .wa-btn {
    margin-top: 28px;
  }

  .wa-final-cta {
    text-align: left;
  }

  .wa-final-cta__content .wa-section-label {
    justify-content: flex-start;
  }

  .wa-final-cta p {
    font-size: 16px;
  }

  .wa-actions--center {
    justify-content: stretch;
  }

}


/* ==========================================================
   TRÈS PETITS ÉCRANS
   ========================================================== */

@media (max-width: 420px) {

  .wa-container {
    width: calc(100% - 22px);
  }

  .wa-hero h1 {
    font-size: 37px;
  }

  .wa-image-frame,
  .wa-image-frame img {
    height: 335px;
    min-height: 335px;
  }

  .wa-location-card {
    min-width: 165px;
    padding: 15px 17px;
  }

  .wa-location-card strong {
    font-size: 16px;
  }

  .wa-story__visual {
    min-height: 405px;
    padding-right: 27px;
  }

  .wa-story__main-image {
    height: 360px;
  }

  .wa-story__small-image img {
    height: 125px;
  }

  .wa-service-card,
  .wa-value-card,
  .wa-client-box {
    padding-right: 21px;
    padding-left: 21px;
  }

}
/* ==========================================================
   PAGE MENTIONS LÉGALES WOULEY
   VERSION COMPATIBLE PRESTASHOP
   PAGE CMS ID 2
   ========================================================== */


/* ==========================================================
   CORRECTION DE LA STRUCTURE PRESTASHOP
   ========================================================== */

body#cms.cms-id-2 {
  overflow-x: hidden;
  background: #ffffff;
}

body#cms.cms-id-2 #wrapper {
  padding-top: 0;
  background: #ffffff;
}

body#cms.cms-id-2 #wrapper > .container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body#cms.cms-id-2 #content-wrapper {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  padding: 0;
}

body#cms.cms-id-2 #left-column,
body#cms.cms-id-2 #right-column {
  display: none !important;
}

body#cms.cms-id-2 #main {
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

body#cms.cms-id-2 #main .page-header {
  display: none !important;
}

body#cms.cms-id-2 .page-content.page-cms {
  width: 100%;
  max-width: none;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body#cms.cms-id-2 .page-content.page-cms > p:empty {
  display: none !important;
}


/* ==========================================================
   BASE DE LA PAGE
   ========================================================== */

.wlg-page {
  --wlg-green: #173c31;
  --wlg-green-dark: #0d2a22;
  --wlg-green-soft: #315a4e;
  --wlg-gold: #cba75d;
  --wlg-gold-light: #e5ce97;
  --wlg-cream: #f5f0e5;
  --wlg-light: #fbf9f4;
  --wlg-white: #ffffff;
  --wlg-text: #28342f;
  --wlg-muted: #68736e;
  --wlg-border: rgba(23, 60, 49, 0.14);
  --wlg-warning: #fff3d2;
  --wlg-warning-dark: #8a620a;
  --wlg-shadow: 0 18px 45px rgba(13, 42, 34, 0.1);

  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  color: var(--wlg-text);
  background: var(--wlg-white);
  font-family: inherit;
}

.wlg-page,
.wlg-page * {
  box-sizing: border-box;
}

.wlg-page a {
  text-decoration: none !important;
}

.wlg-page img {
  display: block;
  max-width: 100%;
}

.wlg-container {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.wlg-page h1,
.wlg-page h2,
.wlg-page h3,
.wlg-page p {
  margin-top: 0;
}

.wlg-page h1,
.wlg-page h2,
.wlg-page h3 {
  color: var(--wlg-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  text-transform: none;
}

.wlg-page h2 {
  margin-bottom: 20px;
  font-size: clamp(31px, 4vw, 47px);
  line-height: 1.13;
  letter-spacing: -1px;
}

.wlg-page h3 {
  margin-top: 34px;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.3;
}

.wlg-page p {
  margin-bottom: 17px;
  color: var(--wlg-muted);
  font-size: 16px;
  line-height: 1.8;
}

.wlg-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: var(--wlg-gold);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.wlg-label::before {
  display: block;
  width: 28px;
  height: 2px;
  flex: 0 0 28px;
  content: "";
  background: currentColor;
}


/* ==========================================================
   EN-TÊTE
   ========================================================== */

.wlg-hero {
  position: relative;
  overflow: hidden;
  padding: 85px 0 80px;
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(203, 167, 93, 0.18),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #173c31 0%,
      #0d2a22 100%
    );
}

.wlg-hero::before {
  position: absolute;
  top: -170px;
  right: -100px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(203, 167, 93, 0.2);
  border-radius: 50%;
  content: "";
}

.wlg-hero::after {
  position: absolute;
  right: 220px;
  bottom: -190px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(203, 167, 93, 0.12);
  border-radius: 50%;
  content: "";
}

.wlg-hero .wlg-container {
  position: relative;
  z-index: 2;
}

.wlg-hero h1 {
  max-width: 850px;
  margin-bottom: 20px;
  color: var(--wlg-white);
  font-size: clamp(46px, 6vw, 72px);
  line-height: 1.04;
  letter-spacing: -2px;
}

.wlg-hero-text {
  max-width: 720px;
  margin-bottom: 25px !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.wlg-update {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 700;
}


/* ==========================================================
   AVERTISSEMENT
   ========================================================== */

.wlg-alert-zone {
  padding-top: 24px;
  background: var(--wlg-light);
}

.wlg-alert {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 25px;
  align-items: center;
  padding: 22px 26px;
  border-left: 5px solid var(--wlg-gold);
  background: var(--wlg-warning);
}

.wlg-alert-title {
  color: var(--wlg-warning-dark);
  font-size: 15px;
  font-weight: 900;
}

.wlg-alert-text {
  min-width: 0;
  color: #745e2d;
  font-size: 14px;
  line-height: 1.65;
}


/* ==========================================================
   SOMMAIRE
   ========================================================== */

.wlg-summary {
  padding: 70px 0 80px;
  background: var(--wlg-light);
}

.wlg-summary h2 {
  margin-bottom: 30px;
  font-size: 39px;
}

.wlg-summary-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.wlg-summary-link {
  display: flex !important;
  min-width: 0;
  min-height: 86px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--wlg-border);
  color: var(--wlg-green) !important;
  background: var(--wlg-white);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.wlg-summary-link:hover {
  border-color: var(--wlg-gold);
  box-shadow: 0 15px 30px rgba(13, 42, 34, 0.08);
  transform: translateY(-3px);
}

.wlg-summary-link > span {
  display: flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--wlg-white);
  background: var(--wlg-green);
  font-size: 11px;
  font-weight: 800;
}

.wlg-summary-link > strong {
  display: block;
  min-width: 0;
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}


/* ==========================================================
   CONTENU PRINCIPAL
   ========================================================== */

.wlg-content {
  padding: 100px 0;
  background: var(--wlg-white);
}

.wlg-content-inner {
  width: min(980px, calc(100% - 40px));
}

.wlg-block {
  width: 100%;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid var(--wlg-border);
  scroll-margin-top: 100px;
}

.wlg-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.wlg-block-heading {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  width: 100%;
  margin-bottom: 20px;
}

.wlg-block-heading > div {
  min-width: 0;
}

.wlg-block-heading h2 {
  margin-bottom: 0;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.wlg-number {
  display: flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wlg-gold);
  border-radius: 50%;
  color: var(--wlg-green-dark);
  background: var(--wlg-light);
  font-size: 13px;
  font-weight: 900;
}

.wlg-block-content {
  width: calc(100% - 86px);
  max-width: none;
  margin-left: 86px;
}

.wlg-block-content > p:last-child {
  margin-bottom: 0;
}

.wlg-block-content a:not(.wlg-contact-button) {
  color: #009ed6 !important;
  font-weight: 700;
}

.wlg-block-content a:not(.wlg-contact-button):hover {
  color: var(--wlg-gold) !important;
}


/* ==========================================================
   CARTE DES INFORMATIONS
   ========================================================== */

.wlg-info-card {
  width: 100%;
  margin: 28px 0;
  overflow: hidden;
  border: 1px solid var(--wlg-border);
  background: var(--wlg-light);
}

.wlg-info-row {
  display: grid !important;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 30px;
  width: 100%;
  padding: 18px 22px;
  border-bottom: 1px solid var(--wlg-border);
}

.wlg-info-row:last-child {
  border-bottom: 0;
}

.wlg-info-row > span {
  display: block;
  min-width: 0;
  color: var(--wlg-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.wlg-info-row > strong {
  display: block;
  min-width: 0;
  color: var(--wlg-green-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  word-break: normal !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

.wlg-info-row > strong a {
  word-break: normal !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

.wlg-pending {
  color: #a26900 !important;
}


/* ==========================================================
   ENCADRÉS D’INFORMATION
   ========================================================== */

.wlg-pending-box {
  margin: 26px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--wlg-gold);
  background: var(--wlg-warning);
}

.wlg-pending-box span {
  display: block;
  margin-bottom: 6px;
  color: #79632f;
  font-size: 12px;
  font-weight: 700;
}

.wlg-pending-box strong {
  display: block;
  color: var(--wlg-warning-dark);
  font-size: 14px;
  line-height: 1.5;
  word-break: normal !important;
}

.wlg-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid var(--wlg-green);
  color: #53655e;
  background: #eef4f1;
  font-size: 14px;
  line-height: 1.7;
}

.wlg-highlight {
  margin-top: 27px;
  padding: 23px 24px;
  border-left: 4px solid var(--wlg-gold);
  color: var(--wlg-green-dark);
  background: var(--wlg-cream);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}


/* ==========================================================
   LISTES
   ========================================================== */

.wlg-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 27px;
  padding: 0;
  list-style: none;
}

.wlg-list li {
  position: relative;
  padding-left: 28px;
  color: var(--wlg-muted);
  font-size: 15px;
  line-height: 1.65;
}

.wlg-list li::before {
  position: absolute;
  top: 9px;
  left: 3px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--wlg-gold);
  border-radius: 50%;
  content: "";
}

.wlg-list li a {
  color: var(--wlg-green) !important;
  font-weight: 800;
}

.wlg-list li a:hover {
  color: var(--wlg-gold) !important;
}


/* ==========================================================
   BOUTON DONNÉES PERSONNELLES
   ========================================================== */

.wlg-contact-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 13px 22px;
  border: 2px solid var(--wlg-green);
  color: var(--wlg-white) !important;
  background: var(--wlg-green);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.wlg-contact-button:hover {
  color: var(--wlg-green) !important;
  background: var(--wlg-white);
  transform: translateY(-2px);
}


/* ==========================================================
   BLOC FINAL
   ========================================================== */

.wlg-final {
  padding: 68px 0;
  border-top: 5px solid var(--wlg-gold);
  background: var(--wlg-green-dark);
}

.wlg-final-inner {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.wlg-final-text {
  max-width: 760px;
}

.wlg-final h2 {
  margin-bottom: 13px;
  color: var(--wlg-white);
  font-size: clamp(31px, 4vw, 46px);
}

.wlg-final p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.wlg-final-button {
  display: inline-flex;
  min-width: 215px;
  min-height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  border: 2px solid var(--wlg-gold);
  color: var(--wlg-green-dark) !important;
  background: var(--wlg-gold);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.wlg-final-button:hover {
  color: var(--wlg-white) !important;
  background: transparent;
  transform: translateY(-2px);
}


/* ==========================================================
   TABLETTES
   ========================================================== */

@media (max-width: 980px) {

  .wlg-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wlg-content-inner {
    width: min(900px, calc(100% - 40px));
  }

}


/* ==========================================================
   MOBILES
   ========================================================== */

@media (max-width: 767px) {

  .wlg-container {
    width: calc(100% - 28px);
  }

  .wlg-label {
    margin-bottom: 13px;
    font-size: 9px;
    letter-spacing: 1.4px;
  }

  .wlg-label::before {
    width: 22px;
    flex-basis: 22px;
  }

  .wlg-page h2 {
    font-size: 31px;
    letter-spacing: -0.5px;
  }

  .wlg-page h3 {
    margin-top: 28px;
    font-size: 22px;
  }

  .wlg-page p {
    font-size: 15px;
    line-height: 1.72;
  }

  .wlg-hero {
    padding: 55px 0 60px;
  }

  .wlg-hero h1 {
    font-size: 43px;
    letter-spacing: -1.3px;
  }

  .wlg-hero-text {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .wlg-alert-zone {
    padding-top: 18px;
  }

  .wlg-alert {
    display: block;
    padding: 20px;
  }

  .wlg-alert-title {
    margin-bottom: 8px;
  }

  .wlg-summary {
    padding: 55px 0 65px;
  }

  .wlg-summary h2 {
    font-size: 34px;
  }

  .wlg-summary-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .wlg-summary-link {
    min-height: 68px;
    padding: 14px 16px;
  }

  .wlg-content {
    padding: 70px 0;
  }

  .wlg-content-inner {
    width: calc(100% - 28px);
  }

  .wlg-block {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .wlg-block-heading {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
  }

  .wlg-number {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    font-size: 11px;
  }

  .wlg-block-content {
    width: 100%;
    margin-left: 0;
  }

  .wlg-info-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 17px;
  }

  .wlg-info-row > span {
    font-size: 12px;
  }

  .wlg-info-row > strong {
    font-size: 13px;
  }

  .wlg-contact-button {
    width: 100%;
  }

  .wlg-final {
    padding: 55px 0;
  }

  .wlg-final-inner {
    display: block;
  }

  .wlg-final-button {
    width: 100%;
    margin-top: 28px;
  }

}


/* ==========================================================
   TRÈS PETITS ÉCRANS
   ========================================================== */

@media (max-width: 420px) {

  .wlg-container,
  .wlg-content-inner {
    width: calc(100% - 22px);
  }

  .wlg-hero h1 {
    font-size: 38px;
  }

  .wlg-summary h2 {
    font-size: 32px;
  }

  .wlg-block-heading {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
  }

  .wlg-number {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .wlg-page h2 {
    font-size: 28px;
  }

  .wlg-highlight,
  .wlg-note,
  .wlg-pending-box {
    padding: 18px;
  }

}
/* ==========================================================
   CONDITIONS GÉNÉRALES D’UTILISATION WOULEY
   PAGE CMS ID 3
   ========================================================== */


/* ==========================================================
   STRUCTURE PRESTASHOP
   ========================================================== */

body#cms.cms-id-3 {
  overflow-x: hidden;
  background: #ffffff;
}

body#cms.cms-id-3 #wrapper {
  padding-top: 0;
  background: #ffffff;
}

body#cms.cms-id-3 #wrapper > .container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body#cms.cms-id-3 #content-wrapper {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  padding: 0;
}

body#cms.cms-id-3 #left-column,
body#cms.cms-id-3 #right-column {
  display: none !important;
}

body#cms.cms-id-3 #main {
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

body#cms.cms-id-3 #main .page-header {
  display: none !important;
}

body#cms.cms-id-3 .page-content.page-cms {
  width: 100%;
  max-width: none;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body#cms.cms-id-3 .page-content.page-cms > p:empty {
  display: none !important;
}


/* ==========================================================
   BASE
   ========================================================== */

.wcgu-page {
  --wcgu-green: #173c31;
  --wcgu-green-dark: #0d2a22;
  --wcgu-green-soft: #315a4e;
  --wcgu-gold: #cba75d;
  --wcgu-gold-light: #e5ce97;
  --wcgu-cream: #f5f0e5;
  --wcgu-light: #fbf9f4;
  --wcgu-white: #ffffff;
  --wcgu-text: #28342f;
  --wcgu-muted: #68736e;
  --wcgu-border: rgba(23, 60, 49, 0.14);
  --wcgu-warning: #fff3d2;
  --wcgu-warning-dark: #8a620a;
  --wcgu-shadow: 0 18px 45px rgba(13, 42, 34, 0.1);

  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  color: var(--wcgu-text);
  background: var(--wcgu-white);
  font-family: inherit;
}

.wcgu-page,
.wcgu-page * {
  box-sizing: border-box;
}

.wcgu-page a {
  text-decoration: none !important;
}

.wcgu-container {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.wcgu-page h1,
.wcgu-page h2,
.wcgu-page h3,
.wcgu-page p {
  margin-top: 0;
}

.wcgu-page h1,
.wcgu-page h2,
.wcgu-page h3 {
  color: var(--wcgu-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  text-transform: none;
}

.wcgu-page h2 {
  margin-bottom: 20px;
  font-size: clamp(31px, 4vw, 47px);
  line-height: 1.13;
  letter-spacing: -1px;
}

.wcgu-page h3 {
  margin-top: 34px;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.3;
}

.wcgu-page p {
  margin-bottom: 17px;
  color: var(--wcgu-muted);
  font-size: 16px;
  line-height: 1.8;
}

.wcgu-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: var(--wcgu-gold);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.wcgu-label::before {
  display: block;
  width: 28px;
  height: 2px;
  flex: 0 0 28px;
  content: "";
  background: currentColor;
}


/* ==========================================================
   HERO
   ========================================================== */

.wcgu-hero {
  position: relative;
  overflow: hidden;
  padding: 85px 0 80px;
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(203, 167, 93, 0.18),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #173c31 0%,
      #0d2a22 100%
    );
}

.wcgu-hero::before {
  position: absolute;
  top: -170px;
  right: -100px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(203, 167, 93, 0.2);
  border-radius: 50%;
  content: "";
}

.wcgu-hero::after {
  position: absolute;
  right: 220px;
  bottom: -190px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(203, 167, 93, 0.12);
  border-radius: 50%;
  content: "";
}

.wcgu-hero .wcgu-container {
  position: relative;
  z-index: 2;
}

.wcgu-hero h1 {
  max-width: 900px;
  margin-bottom: 20px;
  color: var(--wcgu-white);
  font-size: clamp(45px, 5.8vw, 70px);
  line-height: 1.04;
  letter-spacing: -2px;
}

.wcgu-hero-text {
  max-width: 760px;
  margin-bottom: 25px !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.wcgu-update {
  display: inline-flex;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 700;
}


/* ==========================================================
   INTRODUCTION
   ========================================================== */

.wcgu-introduction {
  padding-top: 24px;
  background: var(--wcgu-light);
}

.wcgu-introduction-box {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 25px;
  align-items: center;
  padding: 23px 27px;
  border-left: 5px solid var(--wcgu-gold);
  background: var(--wcgu-warning);
}

.wcgu-introduction-title {
  color: var(--wcgu-warning-dark);
  font-size: 15px;
  font-weight: 900;
}

.wcgu-introduction-text {
  color: #745e2d;
  font-size: 14px;
  line-height: 1.65;
}


/* ==========================================================
   SOMMAIRE
   ========================================================== */

.wcgu-summary {
  padding: 70px 0 80px;
  background: var(--wcgu-light);
}

.wcgu-summary h2 {
  margin-bottom: 30px;
  font-size: 39px;
}

.wcgu-summary-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.wcgu-summary-link {
  display: flex !important;
  min-width: 0;
  min-height: 86px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--wcgu-border);
  color: var(--wcgu-green) !important;
  background: var(--wcgu-white);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.wcgu-summary-link:hover {
  border-color: var(--wcgu-gold);
  box-shadow: var(--wcgu-shadow);
  transform: translateY(-3px);
}

.wcgu-summary-link > span {
  display: flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--wcgu-white);
  background: var(--wcgu-green);
  font-size: 11px;
  font-weight: 800;
}

.wcgu-summary-link > strong {
  display: block;
  min-width: 0;
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  word-break: normal !important;
  overflow-wrap: normal !important;
}


/* ==========================================================
   CONTENU
   ========================================================== */

.wcgu-content {
  padding: 100px 0;
  background: var(--wcgu-white);
}

.wcgu-content-inner {
  width: min(980px, calc(100% - 40px));
}

.wcgu-block {
  width: 100%;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid var(--wcgu-border);
  scroll-margin-top: 100px;
}

.wcgu-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.wcgu-block-heading {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  width: 100%;
  margin-bottom: 20px;
}

.wcgu-block-heading > div {
  min-width: 0;
}

.wcgu-block-heading h2 {
  margin-bottom: 0;
  word-break: normal !important;
}

.wcgu-number {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wcgu-gold);
  border-radius: 50%;
  color: var(--wcgu-green-dark);
  background: var(--wcgu-light);
  font-size: 13px;
  font-weight: 900;
}

.wcgu-block-content {
  width: calc(100% - 86px);
  margin-left: 86px;
}

.wcgu-block-content > p:last-child {
  margin-bottom: 0;
}

.wcgu-block-content a:not(.wcgu-text-link) {
  color: #009ed6 !important;
  font-weight: 700;
}


/* ==========================================================
   CARTES D’INFORMATION
   ========================================================== */

.wcgu-info-card {
  width: 100%;
  margin: 28px 0;
  overflow: hidden;
  border: 1px solid var(--wcgu-border);
  background: var(--wcgu-light);
}

.wcgu-info-row {
  display: grid !important;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 30px;
  width: 100%;
  padding: 18px 22px;
  border-bottom: 1px solid var(--wcgu-border);
}

.wcgu-info-row:last-child {
  border-bottom: 0;
}

.wcgu-info-row > span {
  color: var(--wcgu-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.wcgu-info-row > strong {
  min-width: 0;
  color: var(--wcgu-green-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}


/* ==========================================================
   LISTES
   ========================================================== */

.wcgu-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 27px;
  padding: 0;
  list-style: none;
}

.wcgu-list li {
  position: relative;
  padding-left: 28px;
  color: var(--wcgu-muted);
  font-size: 15px;
  line-height: 1.65;
}

.wcgu-list li::before {
  position: absolute;
  top: 9px;
  left: 3px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--wcgu-gold);
  border-radius: 50%;
  content: "";
}


/* ==========================================================
   ENCADRÉS
   ========================================================== */

.wcgu-highlight {
  margin-top: 27px;
  padding: 23px 24px;
  border-left: 4px solid var(--wcgu-gold);
  color: var(--wcgu-green-dark);
  background: var(--wcgu-cream);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.wcgu-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid var(--wcgu-green);
  color: #53655e;
  background: #eef4f1;
  font-size: 14px;
  line-height: 1.7;
}

.wcgu-warning {
  margin: 26px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--wcgu-gold);
  color: var(--wcgu-warning-dark);
  background: var(--wcgu-warning);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}


/* ==========================================================
   CARTES DES PARTICULARITÉS
   ========================================================== */

.wcgu-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.wcgu-feature-card {
  min-width: 0;
  padding: 23px 20px;
  border-top: 4px solid var(--wcgu-gold);
  background: var(--wcgu-light);
}

.wcgu-feature-card > span {
  display: block;
  margin-bottom: 17px;
  color: var(--wcgu-gold);
  font-size: 11px;
  font-weight: 900;
}

.wcgu-feature-card > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--wcgu-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.25;
}

.wcgu-feature-card p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.65;
}


/* ==========================================================
   LIENS UTILES
   ========================================================== */

.wcgu-links-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.wcgu-links-box a {
  display: flex;
  min-height: 100px;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  border: 1px solid var(--wcgu-border);
  color: var(--wcgu-green) !important;
  background: var(--wcgu-light);
  transition:
    border-color 0.25s ease,
    transform 0.25s ease;
}

.wcgu-links-box a:hover {
  border-color: var(--wcgu-gold);
  transform: translateY(-3px);
}

.wcgu-links-box a span {
  margin-bottom: 7px;
  color: var(--wcgu-muted);
  font-size: 12px;
  font-weight: 700;
}

.wcgu-links-box a strong {
  color: var(--wcgu-green);
  font-size: 14px;
  font-weight: 900;
}


/* ==========================================================
   LIEN TEXTE
   ========================================================== */

.wcgu-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  color: var(--wcgu-green) !important;
  font-size: 14px;
  font-weight: 900;
}

.wcgu-text-link span {
  color: var(--wcgu-gold);
  font-size: 20px;
  transition: transform 0.25s ease;
}

.wcgu-text-link:hover {
  color: var(--wcgu-gold) !important;
}

.wcgu-text-link:hover span {
  transform: translateX(5px);
}


/* ==========================================================
   CONTACT
   ========================================================== */

.wcgu-contact-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--wcgu-border);
  background: var(--wcgu-border);
}

.wcgu-contact-card > div {
  min-width: 0;
  padding: 23px 20px;
  background: var(--wcgu-light);
}

.wcgu-contact-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--wcgu-muted);
  font-size: 11px;
  font-weight: 700;
}

.wcgu-contact-card a {
  display: block;
  color: var(--wcgu-green) !important;
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}


/* ==========================================================
   CTA FINAL
   ========================================================== */

.wcgu-final {
  padding: 68px 0;
  border-top: 5px solid var(--wcgu-gold);
  background: var(--wcgu-green-dark);
}

.wcgu-final-inner {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.wcgu-final-text {
  max-width: 760px;
}

.wcgu-final h2 {
  margin-bottom: 13px;
  color: var(--wcgu-white);
  font-size: clamp(31px, 4vw, 46px);
}

.wcgu-final p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.wcgu-final-button {
  display: inline-flex;
  min-width: 215px;
  min-height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  border: 2px solid var(--wcgu-gold);
  color: var(--wcgu-green-dark) !important;
  background: var(--wcgu-gold);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.wcgu-final-button:hover {
  color: var(--wcgu-white) !important;
  background: transparent;
  transform: translateY(-2px);
}


/* ==========================================================
   TABLETTES
   ========================================================== */

@media (max-width: 980px) {

  .wcgu-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wcgu-feature-grid {
    grid-template-columns: 1fr;
  }

  .wcgu-contact-card {
    grid-template-columns: 1fr;
  }

}


/* ==========================================================
   MOBILES
   ========================================================== */

@media (max-width: 767px) {

  .wcgu-container {
    width: calc(100% - 28px);
  }

  .wcgu-label {
    margin-bottom: 13px;
    font-size: 9px;
    letter-spacing: 1.4px;
  }

  .wcgu-label::before {
    width: 22px;
    flex-basis: 22px;
  }

  .wcgu-page h2 {
    font-size: 31px;
    letter-spacing: -0.5px;
  }

  .wcgu-page h3 {
    margin-top: 28px;
    font-size: 22px;
  }

  .wcgu-page p {
    font-size: 15px;
    line-height: 1.72;
  }

  .wcgu-hero {
    padding: 55px 0 60px;
  }

  .wcgu-hero h1 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }

  .wcgu-hero-text {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .wcgu-introduction {
    padding-top: 18px;
  }

  .wcgu-introduction-box {
    display: block;
    padding: 20px;
  }

  .wcgu-introduction-title {
    margin-bottom: 8px;
  }

  .wcgu-summary {
    padding: 55px 0 65px;
  }

  .wcgu-summary h2 {
    font-size: 34px;
  }

  .wcgu-summary-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .wcgu-summary-link {
    min-height: 68px;
    padding: 14px 16px;
  }

  .wcgu-content {
    padding: 70px 0;
  }

  .wcgu-content-inner {
    width: calc(100% - 28px);
  }

  .wcgu-block {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .wcgu-block-heading {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
  }

  .wcgu-number {
    width: 44px;
    height: 44px;
    font-size: 11px;
  }

  .wcgu-block-content {
    width: 100%;
    margin-left: 0;
  }

  .wcgu-info-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 17px;
  }

  .wcgu-feature-grid,
  .wcgu-links-box,
  .wcgu-contact-card {
    grid-template-columns: 1fr;
  }

  .wcgu-final {
    padding: 55px 0;
  }

  .wcgu-final-inner {
    display: block;
  }

  .wcgu-final-button {
    width: 100%;
    margin-top: 28px;
  }

}


/* ==========================================================
   TRÈS PETITS ÉCRANS
   ========================================================== */

@media (max-width: 420px) {

  .wcgu-container,
  .wcgu-content-inner {
    width: calc(100% - 22px);
  }

  .wcgu-hero h1 {
    font-size: 36px;
  }

  .wcgu-summary h2 {
    font-size: 32px;
  }

  .wcgu-block-heading {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
  }

  .wcgu-number {
    width: 40px;
    height: 40px;
  }

  .wcgu-page h2 {
    font-size: 28px;
  }

  .wcgu-highlight,
  .wcgu-note,
  .wcgu-warning {
    padding: 18px;
  }

}
/* ==========================================================
   CORRECTIF AUTONOME – CONDITIONS D’UTILISATION WOULEY
   À COLLER TOUT EN BAS DE CUSTOM.CSS
   ========================================================== */

.wcgu-page {
  --wcgu-green: #173c31;
  --wcgu-dark: #0d2a22;
  --wcgu-gold: #cba75d;
  --wcgu-cream: #f5f0e5;
  --wcgu-light: #fbf9f4;
  --wcgu-white: #ffffff;
  --wcgu-text: #28342f;
  --wcgu-muted: #68736e;
  --wcgu-border: rgba(23, 60, 49, 0.14);
  --wcgu-warning: #fff3d2;

  position: relative !important;
  left: 50% !important;
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 0 0 -50vw !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: var(--wcgu-text) !important;
  background: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.wcgu-page,
.wcgu-page * {
  box-sizing: border-box !important;
}

.wcgu-page a {
  text-decoration: none !important;
}

.wcgu-container {
  display: block !important;
  width: calc(100% - 40px) !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}


/* TITRES */

.wcgu-page h1,
.wcgu-page h2,
.wcgu-page h3 {
  margin-top: 0 !important;
  color: var(--wcgu-dark) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  text-transform: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.wcgu-page h2 {
  margin-bottom: 20px !important;
  font-size: 44px !important;
}

.wcgu-page h3 {
  margin: 32px 0 14px !important;
  font-size: 24px !important;
}

.wcgu-page p {
  margin: 0 0 17px !important;
  color: var(--wcgu-muted) !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}


/* PETITS TITRES DORÉS */

.wcgu-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 15px !important;
  color: var(--wcgu-gold) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
}

.wcgu-label::before {
  display: block !important;
  width: 28px !important;
  height: 2px !important;
  flex: 0 0 28px !important;
  content: "" !important;
  background: var(--wcgu-gold) !important;
}


/* ==========================================================
   BANDEAU PRINCIPAL
   ========================================================== */

.wcgu-hero {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  padding: 85px 0 80px !important;
  overflow: hidden !important;
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(203, 167, 93, 0.18),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #173c31 0%,
      #0d2a22 100%
    ) !important;
}

.wcgu-hero::before {
  position: absolute !important;
  top: -170px !important;
  right: -100px !important;
  display: block !important;
  width: 430px !important;
  height: 430px !important;
  border: 1px solid rgba(203, 167, 93, 0.22) !important;
  border-radius: 50% !important;
  content: "" !important;
}

.wcgu-hero .wcgu-container {
  position: relative !important;
  z-index: 2 !important;
}

.wcgu-hero h1 {
  max-width: 900px !important;
  margin-bottom: 20px !important;
  color: #ffffff !important;
  font-size: 68px !important;
  line-height: 1.04 !important;
  letter-spacing: -2px !important;
}

.wcgu-hero-text {
  max-width: 760px !important;
  margin-bottom: 25px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.wcgu-update {
  display: inline-flex !important;
  padding: 10px 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 3px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}


/* ==========================================================
   INTRODUCTION
   ========================================================== */

.wcgu-introduction {
  display: block !important;
  padding-top: 24px !important;
  background: var(--wcgu-light) !important;
}

.wcgu-introduction-box {
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr) !important;
  gap: 25px !important;
  align-items: center !important;
  padding: 23px 27px !important;
  border-left: 5px solid var(--wcgu-gold) !important;
  background: var(--wcgu-warning) !important;
}

.wcgu-introduction-title {
  color: #805b0a !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

.wcgu-introduction-text {
  color: #745e2d !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}


/* ==========================================================
   SOMMAIRE
   ========================================================== */

.wcgu-summary {
  display: block !important;
  padding: 70px 0 80px !important;
  background: var(--wcgu-light) !important;
}

.wcgu-summary h2 {
  margin-bottom: 30px !important;
  font-size: 39px !important;
}

.wcgu-summary-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
}

.wcgu-summary-link {
  display: flex !important;
  min-width: 0 !important;
  min-height: 86px !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 18px !important;
  border: 1px solid var(--wcgu-border) !important;
  color: var(--wcgu-green) !important;
  background: #ffffff !important;
  box-shadow: none !important;
  transition: 0.25s ease !important;
}

.wcgu-summary-link:hover {
  border-color: var(--wcgu-gold) !important;
  box-shadow: 0 15px 30px rgba(13, 42, 34, 0.1) !important;
  transform: translateY(-3px) !important;
}

.wcgu-summary-link > span {
  display: flex !important;
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background: var(--wcgu-green) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.wcgu-summary-link > strong {
  display: block !important;
  min-width: 0 !important;
  color: var(--wcgu-green) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  word-break: normal !important;
  white-space: normal !important;
}


/* ==========================================================
   CONTENU PRINCIPAL
   ========================================================== */

.wcgu-content {
  display: block !important;
  width: 100% !important;
  padding: 100px 0 !important;
  background: #ffffff !important;
}

.wcgu-content-inner {
  width: calc(100% - 40px) !important;
  max-width: 980px !important;
}

.wcgu-block {
  display: block !important;
  width: 100% !important;
  padding-bottom: 70px !important;
  margin-bottom: 70px !important;
  border-bottom: 1px solid var(--wcgu-border) !important;
  scroll-margin-top: 100px !important;
}

.wcgu-block:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

.wcgu-block-heading {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: start !important;
  width: 100% !important;
  margin-bottom: 20px !important;
}

.wcgu-block-heading > div {
  min-width: 0 !important;
}

.wcgu-block-heading h2 {
  margin-bottom: 0 !important;
}

.wcgu-number {
  display: flex !important;
  width: 52px !important;
  height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--wcgu-gold) !important;
  border-radius: 50% !important;
  color: var(--wcgu-dark) !important;
  background: var(--wcgu-light) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.wcgu-block-content {
  display: block !important;
  width: calc(100% - 86px) !important;
  margin-left: 86px !important;
}

.wcgu-block-content a {
  color: #009ed6 !important;
  font-weight: 700 !important;
}


/* ==========================================================
   TABLEAUX D’INFORMATIONS
   ========================================================== */

.wcgu-info-card {
  display: block !important;
  width: 100% !important;
  margin: 28px 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--wcgu-border) !important;
  background: var(--wcgu-light) !important;
}

.wcgu-info-row {
  display: grid !important;
  grid-template-columns: 230px minmax(0, 1fr) !important;
  gap: 30px !important;
  width: 100% !important;
  padding: 18px 22px !important;
  border-bottom: 1px solid var(--wcgu-border) !important;
}

.wcgu-info-row:last-child {
  border-bottom: 0 !important;
}

.wcgu-info-row > span {
  color: var(--wcgu-muted) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.wcgu-info-row > strong {
  min-width: 0 !important;
  color: var(--wcgu-dark) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}


/* ==========================================================
   LISTES
   ========================================================== */

.wcgu-list {
  display: grid !important;
  gap: 10px !important;
  margin: 20px 0 27px !important;
  padding: 0 !important;
  list-style: none !important;
}

.wcgu-list li {
  position: relative !important;
  display: block !important;
  padding-left: 28px !important;
  color: var(--wcgu-muted) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.wcgu-list li::before {
  position: absolute !important;
  top: 9px !important;
  left: 3px !important;
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  border: 2px solid var(--wcgu-gold) !important;
  border-radius: 50% !important;
  content: "" !important;
}


/* ==========================================================
   ENCADRÉS
   ========================================================== */

.wcgu-highlight,
.wcgu-warning,
.wcgu-note {
  display: block !important;
  margin: 26px 0 !important;
  padding: 22px 24px !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.wcgu-highlight {
  border-left: 4px solid var(--wcgu-gold) !important;
  color: var(--wcgu-dark) !important;
  background: var(--wcgu-cream) !important;
  font-weight: 700 !important;
}

.wcgu-warning {
  border-left: 4px solid var(--wcgu-gold) !important;
  color: #805b0a !important;
  background: var(--wcgu-warning) !important;
  font-weight: 800 !important;
}

.wcgu-note {
  border-left: 4px solid var(--wcgu-green) !important;
  color: #53655e !important;
  background: #eef4f1 !important;
}


/* ==========================================================
   CARTES BOIS / FABRICATION
   ========================================================== */

.wcgu-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 28px 0 !important;
}

.wcgu-feature-card {
  display: block !important;
  min-width: 0 !important;
  padding: 23px 20px !important;
  border-top: 4px solid var(--wcgu-gold) !important;
  background: var(--wcgu-light) !important;
}

.wcgu-feature-card > span {
  display: block !important;
  margin-bottom: 17px !important;
  color: var(--wcgu-gold) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.wcgu-feature-card > strong {
  display: block !important;
  margin-bottom: 10px !important;
  color: var(--wcgu-dark) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 20px !important;
}

.wcgu-feature-card p {
  margin-bottom: 0 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}


/* ==========================================================
   LIENS DE PAIEMENT ET LIVRAISON
   ========================================================== */

.wcgu-links-box {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 28px !important;
}

.wcgu-links-box a {
  display: flex !important;
  min-height: 100px !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 22px !important;
  border: 1px solid var(--wcgu-border) !important;
  color: var(--wcgu-green) !important;
  background: var(--wcgu-light) !important;
}

.wcgu-links-box a:hover {
  border-color: var(--wcgu-gold) !important;
  transform: translateY(-3px) !important;
}

.wcgu-links-box span {
  margin-bottom: 7px !important;
  color: var(--wcgu-muted) !important;
  font-size: 12px !important;
}

.wcgu-links-box strong {
  color: var(--wcgu-green) !important;
  font-size: 14px !important;
}


/* LIENS TEXTE */

.wcgu-text-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 8px !important;
  color: var(--wcgu-green) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.wcgu-text-link span {
  color: var(--wcgu-gold) !important;
  font-size: 20px !important;
}


/* ==========================================================
   CARTE CONTACT
   ========================================================== */

.wcgu-contact-card {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin-top: 28px !important;
  overflow: hidden !important;
  border: 1px solid var(--wcgu-border) !important;
  background: var(--wcgu-border) !important;
}

.wcgu-contact-card > div {
  min-width: 0 !important;
  padding: 23px 20px !important;
  background: var(--wcgu-light) !important;
}

.wcgu-contact-card span {
  display: block !important;
  margin-bottom: 8px !important;
  color: var(--wcgu-muted) !important;
  font-size: 11px !important;
}

.wcgu-contact-card a {
  display: block !important;
  color: var(--wcgu-green) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  overflow-wrap: anywhere !important;
}


/* ==========================================================
   APPEL À L’ACTION FINAL
   ========================================================== */

.wcgu-final {
  display: block !important;
  padding: 68px 0 !important;
  border-top: 5px solid var(--wcgu-gold) !important;
  background: var(--wcgu-dark) !important;
}

.wcgu-final-inner {
  display: flex !important;
  gap: 50px !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.wcgu-final-text {
  max-width: 760px !important;
}

.wcgu-final h2 {
  margin-bottom: 13px !important;
  color: #ffffff !important;
  font-size: 44px !important;
}

.wcgu-final p {
  margin-bottom: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.wcgu-final-button {
  display: inline-flex !important;
  min-width: 215px !important;
  min-height: 52px !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 23px !important;
  border: 2px solid var(--wcgu-gold) !important;
  color: var(--wcgu-dark) !important;
  background: var(--wcgu-gold) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.wcgu-final-button:hover {
  color: #ffffff !important;
  background: transparent !important;
}


/* ==========================================================
   TABLETTES
   ========================================================== */

@media (max-width: 980px) {

  .wcgu-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wcgu-feature-grid {
    grid-template-columns: 1fr !important;
  }

  .wcgu-contact-card {
    grid-template-columns: 1fr !important;
  }

}


/* ==========================================================
   MOBILES
   ========================================================== */

@media (max-width: 767px) {

  .wcgu-container,
  .wcgu-content-inner {
    width: calc(100% - 28px) !important;
  }

  .wcgu-hero {
    padding: 55px 0 60px !important;
  }

  .wcgu-hero h1 {
    font-size: 40px !important;
    letter-spacing: -1px !important;
  }

  .wcgu-hero-text {
    font-size: 16px !important;
  }

  .wcgu-introduction {
    padding-top: 18px !important;
  }

  .wcgu-introduction-box {
    display: block !important;
    padding: 20px !important;
  }

  .wcgu-introduction-title {
    margin-bottom: 8px !important;
  }

  .wcgu-summary {
    padding: 55px 0 65px !important;
  }

  .wcgu-summary-grid {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  .wcgu-summary-link {
    min-height: 68px !important;
    padding: 14px 16px !important;
  }

  .wcgu-content {
    padding: 70px 0 !important;
  }

  .wcgu-block {
    padding-bottom: 50px !important;
    margin-bottom: 50px !important;
  }

  .wcgu-block-heading {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  .wcgu-number {
    width: 44px !important;
    height: 44px !important;
    font-size: 11px !important;
  }

  .wcgu-block-content {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .wcgu-page h2 {
    font-size: 31px !important;
  }

  .wcgu-page h3 {
    font-size: 22px !important;
  }

  .wcgu-page p {
    font-size: 15px !important;
  }

  .wcgu-info-row {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    padding: 17px !important;
  }

  .wcgu-feature-grid,
  .wcgu-links-box,
  .wcgu-contact-card {
    grid-template-columns: 1fr !important;
  }

  .wcgu-final {
    padding: 55px 0 !important;
  }

  .wcgu-final-inner {
    display: block !important;
  }

  .wcgu-final h2 {
    font-size: 32px !important;
  }

  .wcgu-final-button {
    width: 100% !important;
    margin-top: 28px !important;
  }

}


/* TRÈS PETITS ÉCRANS */

@media (max-width: 420px) {

  .wcgu-container,
  .wcgu-content-inner {
    width: calc(100% - 22px) !important;
  }

  .wcgu-hero h1 {
    font-size: 35px !important;
  }

  .wcgu-page h2 {
    font-size: 28px !important;
  }

}