/* ==========================================================
   RAP + ESAT
   Remplacer entièrement l'ancien CSS RAP / ESAT
   ========================================================== */

:root {
    --rap-primary: #237f47;
    --rap-primary-dark: #123d28;
    --rap-primary-light: #dcfce7;

    --rap-text: #172033;
    --rap-text-light: #64748b;

    --rap-background: #f5f7fa;
    --rap-white: #ffffff;
    --rap-border: #dce3eb;

    --rap-radius-small: 12px;
    --rap-radius: 22px;
    --rap-radius-large: 32px;

    --rap-shadow:
        0 18px 42px rgba(15, 23, 42, 0.10);

    --rap-shadow-hover:
        0 25px 55px rgba(15, 23, 42, 0.16);
}


/* ==========================================================
   RÉINITIALISATION
   ========================================================== */

.RapAcc,
.RapAcc *,
.RapAcc *::before,
.RapAcc *::after {
    box-sizing: border-box;
}

.RapAcc {
    display: block !important;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: var(--rap-background);
    color: var(--rap-text);
}

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

.RapAcc a {
    color: inherit;
    text-decoration: none;
}

.RapAcc button,
.RapAcc input,
.RapAcc textarea,
.RapAcc select {
    font-family: inherit;
}


/* ==========================================================
   IMPORTANT : AFFICHAGE VERTICAL DES CONTENUS
   ========================================================== */

.RapAcc .rapacc-contenus {
    display: block !important;
    width: min(1240px, calc(100% - 40px));
    min-width: 0;
    margin: 0 auto;
    padding: 0 0 100px;
}

.RapAcc .rapacc-contenu-esat,
.RapAcc .rapacc-contenu-savs {
    width: 100%;
    min-width: 0;
}

.RapAcc .rapacc-contenu-esat {
    display: block;
}

.RapAcc .rapacc-contenu-savs {
    display: none;
}

.RapAcc .Esat {
    display: block !important;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
}

.RapAcc .Esat > div,
.RapAcc .Esat > section {
    width: 100%;
    min-width: 0;
}


/* ==========================================================
   SUPPRESSION DE L'ANCIEN DIAPORAMA
   ========================================================== */

.RapAcc .video-diaporama {
    display: none !important;
}


/* ==========================================================
   BANNIÈRE RAP
   ========================================================== */

.RapAcc .rapacc-hero {
    position: relative;
    width: 100%;
    min-height: 680px;
    padding: 90px 7% 165px;
    display: flex;
    align-items: center;
    overflow: hidden;

    background-image:
        url("/images/rapadi.jpg");

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

    color: var(--rap-white);
}

.RapAcc .rapacc-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(18, 61, 40, 0.96) 0%,
            rgba(18, 61, 40, 0.84) 45%,
            rgba(18, 61, 40, 0.30) 100%
        );
}

.RapAcc .rapacc-hero-contenu {
    position: relative;
    z-index: 2;

    width: min(760px, 100%);
    min-width: 0;
}

.RapAcc .rapacc-hero-badge {
    display: inline-flex;
    margin-bottom: 24px;
    padding: 9px 16px;

    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.RapAcc .rapacc-hero h1 {
    max-width: 780px;
    margin: 0;

    font-size: clamp(43px, 6vw, 76px);
    line-height: 1.04;
    letter-spacing: -2.5px;
}

.RapAcc .rapacc-hero-contenu > p {
    max-width: 650px;
    margin: 28px 0 0;

    color: rgba(255, 255, 255, 0.84);

    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.75;
}

.RapAcc .rapacc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;

    margin-top: 38px;
}

.RapAcc .rapacc-btn {
    min-height: 54px;
    padding: 13px 25px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid transparent;
    border-radius: 999px;

    font-size: 14px;
    font-weight: 800;

    cursor: pointer;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

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

.RapAcc .rapacc-btn-principal {
    background: var(--rap-white);
    color: var(--rap-primary-dark);

    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.18);
}

.RapAcc .rapacc-btn-principal:hover {
    background: var(--rap-primary-light);
}

.RapAcc .rapacc-btn-secondaire {
    border-color: rgba(255, 255, 255, 0.42);

    background: rgba(255, 255, 255, 0.09);
    color: var(--rap-white);

    backdrop-filter: blur(10px);
}

.RapAcc .rapacc-btn-secondaire:hover {
    background: rgba(255, 255, 255, 0.18);
}


/* ==========================================================
   INFORMATIONS DANS LA BANNIÈRE
   ========================================================== */

.RapAcc .rapacc-hero-informations {
    position: absolute;
    right: 7%;
    bottom: 35px;
    left: 7%;
    z-index: 2;

    min-height: 105px;
    padding: 22px 30px;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;

    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: var(--rap-radius);

    background: rgba(10, 45, 28, 0.76);
    backdrop-filter: blur(16px);
}

.RapAcc .rapacc-hero-information {
    min-width: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.RapAcc .rapacc-hero-information:not(:last-child) {
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.RapAcc .rapacc-hero-information span {
    color: rgba(255, 255, 255, 0.58);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.RapAcc .rapacc-hero-information strong,
.RapAcc .rapacc-hero-information a {
    color: var(--rap-white);

    font-size: 16px;
    font-weight: 700;
}


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

.RapAcc .rapacc-introduction {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
    padding: 100px 0 70px;
}

.RapAcc .rapacc-introduction-entete {
    max-width: 820px;
    margin: 0 auto 45px;
    text-align: center;
}

.RapAcc .rapacc-surtitre {
    display: inline-block;
    margin-bottom: 14px;

    color: var(--rap-primary);

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.RapAcc .rapacc-introduction-entete h2 {
    margin: 0;

    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.1;
    letter-spacing: -1.7px;
}

.RapAcc .rapacc-introduction-entete p {
    max-width: 720px;
    margin: 22px auto 0;

    color: var(--rap-text-light);

    font-size: 17px;
    line-height: 1.8;
}


/* ==========================================================
   CHOIX ESAT / SAVS
   ========================================================== */

.RapAcc .esat-choix {
    width: 100%;
    margin: 0;

    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.RapAcc .rapacc-choix,
.RapAcc .esat-choix-bouton1,
.RapAcc .esat-choix-bouton2 {
    width: 100%;
    min-width: 0;
    min-height: 160px;
    padding: 30px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;

    border: 1px solid var(--rap-border);
    border-radius: var(--rap-radius);

    background: var(--rap-white);
    color: var(--rap-text);

    text-align: left;
    cursor: pointer;

    box-shadow: var(--rap-shadow);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease;
}

.RapAcc .rapacc-choix:hover,
.RapAcc .esat-choix-bouton1:hover,
.RapAcc .esat-choix-bouton2:hover {
    transform: translateY(-5px);
    border-color: var(--rap-primary);

    box-shadow: var(--rap-shadow-hover);
}

.RapAcc .rapacc-choix.actif,
.RapAcc .esat-choix-bouton1.actif,
.RapAcc .esat-choix-bouton2.actif {
    border-color: var(--rap-primary);

    background:
        linear-gradient(
            135deg,
            var(--rap-primary),
            var(--rap-primary-dark)
        );

    color: var(--rap-white);
}

.RapAcc .rapacc-choix-abreviation {
    font-size: clamp(27px, 4vw, 39px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -1px;
}

.RapAcc .rapacc-choix-nom {
    max-width: 500px;

    color: var(--rap-text-light);

    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}

.RapAcc .rapacc-choix.actif .rapacc-choix-nom {
    color: rgba(255, 255, 255, 0.75);
}


/* ==========================================================
   ESAT : PRÉSENTATION
   ========================================================== */

.RapAcc .Esat .esat-accueil {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 0 75px;

    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.RapAcc .Esat .esat-accueil-part1 {
    width: 100%;
    min-width: 0;
    padding: 45px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    border: 1px solid var(--rap-border);
    border-radius: var(--rap-radius);

    background: var(--rap-white);
    box-shadow: var(--rap-shadow);
}


/* Compatible avec l'ancien HTML */

.RapAcc .Esat .esat-accueil-part1 > img {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    padding: 10px;

    object-fit: contain;

    border-radius: 20px;
    background: var(--rap-primary-light);
}


/* Compatible avec le nouvel HTML */

.RapAcc .Esat .esat-accueil-logo {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    padding: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 20px;
    background: var(--rap-primary-light);
}

.RapAcc .Esat .esat-accueil-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.RapAcc .Esat .esat-accueil-label,
.RapAcc .Esat .esat-section-label {
    display: inline-block;
    margin-bottom: 12px;

    color: var(--rap-primary);

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.RapAcc .Esat .esat-accueil-part1-soustitre {
    margin: 0;

    color: var(--rap-primary-dark);

    font-size: clamp(44px, 6vw, 68px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -2px;
}

.RapAcc .Esat .esat-accueil-part1-definition {
    margin: 14px 0 23px;

    color: var(--rap-primary);

    font-size: 16px;
    font-weight: 750;
    line-height: 1.5;
}

.RapAcc .Esat .esat-accueil-part1-texte {
    margin: 0 0 17px;

    color: var(--rap-text-light);

    font-size: 16px;
    line-height: 1.8;
}

.RapAcc .Esat .esat-accueil-part1 > button {
    min-height: 50px;
    margin-top: 20px;
    padding: 12px 23px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--rap-primary);
    border-radius: 999px;

    background: var(--rap-primary);
    color: var(--rap-white);

    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;

    cursor: pointer;
}

.RapAcc .Esat .esat-accueil-actions {
    width: 100%;
    margin-top: 20px;

    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.RapAcc .Esat .esat-bouton {
    min-height: 50px;
    padding: 12px 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid transparent;
    border-radius: 999px;

    font-size: 14px;
    font-weight: 800;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.RapAcc .Esat .esat-bouton:hover {
    transform: translateY(-2px);
}

.RapAcc .Esat .esat-bouton-principal {
    background: var(--rap-primary);
    color: var(--rap-white);
}

.RapAcc .Esat .esat-bouton-principal:hover {
    background: var(--rap-primary-dark);
}

.RapAcc .Esat .esat-bouton-secondaire {
    border-color: var(--rap-border);
    background: var(--rap-white);
    color: var(--rap-text);
}

.RapAcc .Esat .esat-bouton-secondaire:hover {
    border-color: var(--rap-primary);
    color: var(--rap-primary);
}


/* Image ESAT */

.RapAcc .Esat .esat-accueil-part2 {
    position: relative;

    width: 100%;
    min-width: 0;
    min-height: 570px;

    overflow: hidden;

    border-radius: var(--rap-radius);

    background: var(--rap-primary-light);
    box-shadow: var(--rap-shadow);
}

.RapAcc .Esat .esat-accueil-part2 > img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.RapAcc .Esat .esat-accueil-part2::after {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 55%,
            rgba(18, 61, 40, 0.78) 100%
        );

    content: "";
}

.RapAcc .Esat .esat-accueil-image-badge {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 25px;
    z-index: 2;

    padding: 20px 23px;

    display: flex;
    flex-direction: column;
    gap: 5px;

    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 17px;

    background: rgba(18, 61, 40, 0.72);
    color: var(--rap-white);

    backdrop-filter: blur(10px);
}

.RapAcc .Esat .esat-accueil-image-badge strong {
    font-size: 21px;
}

.RapAcc .Esat .esat-accueil-image-badge span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}


/* ==========================================================
   ANCIENNE VAGUE SVG
   ========================================================== */

.RapAcc .Esat > svg {
    display: none !important;
}


/* ==========================================================
   TITRES ESAT
   ========================================================== */

.RapAcc .Esat .esat-section-entete {
    max-width: 760px;
    margin: 0 auto 42px;

    text-align: center;
}

.RapAcc .Esat .esat-section-entete h2,
.RapAcc .Esat .esat-services-titre-general,
.RapAcc .Esat .esat-why-part2-titre {
    margin: 0;

    font-size: clamp(31px, 4vw, 47px);
    line-height: 1.12;
    letter-spacing: -1.4px;
}

.RapAcc .Esat .esat-section-entete > p {
    max-width: 650px;
    margin: 18px auto 0;

    color: var(--rap-text-light);

    font-size: 16px;
    line-height: 1.75;
}


/* ==========================================================
   SITES ESAT
   ========================================================== */

.RapAcc .Esat .esat-sites-section {
    width: 100%;
    margin: 0 0 75px;
    padding: 50px;

    border: 1px solid var(--rap-border);
    border-radius: var(--rap-radius);

    background: var(--rap-white);
    box-shadow: var(--rap-shadow);
}

.RapAcc .Esat .esat-sites {
    width: 100%;
    min-width: 0;
    margin: 0 0 75px;
    padding: 45px;

    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;

    border: 1px solid var(--rap-border);
    border-radius: var(--rap-radius);

    background: var(--rap-white);
    box-shadow: var(--rap-shadow);
}


/* Si esat-sites est déjà dans esat-sites-section */

.RapAcc .Esat .esat-sites-section .esat-sites {
    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 0;

    background: transparent;
    box-shadow: none;
}

.RapAcc .Esat .esat-sites-part1,
.RapAcc .Esat .esat-sites-part2,
.RapAcc .Esat .esat-site-card {
    width: 100%;
    min-width: 0;
    min-height: 220px;
    padding: 32px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    border: 1px solid var(--rap-border);
    border-radius: 18px;

    background: var(--rap-background);
}

.RapAcc .Esat .esat-sites-part1 p,
.RapAcc .Esat .esat-sites-part2 p {
    margin: 4px 0;

    color: var(--rap-text-light);

    font-size: 15px;
    line-height: 1.65;
}

.RapAcc .Esat .esat-sites-part1 p:first-child,
.RapAcc .Esat .esat-sites-part2 p:first-child {
    margin-bottom: 14px;

    color: var(--rap-text);

    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
}

.RapAcc .Esat .esat-site-card {
    flex-direction: row;
    justify-content: flex-start;
    gap: 22px;
}

.RapAcc .Esat .esat-site-numero {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;

    border-radius: 15px;

    background: var(--rap-primary-light);
    color: var(--rap-primary);

    font-size: 16px;
    font-weight: 850;
}

.RapAcc .Esat .esat-site-contenu {
    min-width: 0;
}

.RapAcc .Esat .esat-site-contenu span {
    color: var(--rap-primary);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.RapAcc .Esat .esat-site-contenu h3 {
    margin: 9px 0 15px;

    font-size: 23px;
    line-height: 1.3;
}

.RapAcc .Esat .esat-site-contenu address {
    margin: 0;

    color: var(--rap-text-light);

    font-size: 15px;
    font-style: normal;
    line-height: 1.7;
}

.RapAcc .Esat .esat-site-contenu a {
    display: inline-flex;
    margin-top: 12px;

    color: var(--rap-primary);

    font-weight: 750;
}


/* ==========================================================
   ENTÊTE DES SERVICES
   ========================================================== */

.RapAcc .Esat .esat-services-titre {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 10px 0 40px;

    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;

    background: transparent;
    color: var(--rap-text);
}

.RapAcc .Esat .esat-services-titre-contenu {
    max-width: 780px;
    min-width: 0;
}

.RapAcc .Esat .esat-services-titre-general {
    color: var(--rap-text);
}

.RapAcc .Esat .esat-services-titre-second {
    max-width: 780px;
    margin: 19px 0 0;

    color: var(--rap-text-light);

    font-size: 16px;
    line-height: 1.75;
}

.RapAcc .Esat .esat-services-titre-bouton {
    min-width: 190px;
    min-height: 52px;
    padding: 12px 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;

    border: 0;
    border-radius: 999px;

    background: var(--rap-primary);
    color: var(--rap-white);

    font-size: 14px;
    font-weight: 800;

    cursor: pointer;
}

.RapAcc .Esat .esat-services-titre-bouton:hover {
    background: var(--rap-primary-dark);
}


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

.RapAcc .Esat .esat-services {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 0 75px;

    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.RapAcc .Esat .esat-services-cadre {
    width: 100%;
    min-width: 0;

    display: block !important;
    overflow: hidden;

    border: 1px solid var(--rap-border);
    border-radius: var(--rap-radius);

    background: var(--rap-white);
    box-shadow: var(--rap-shadow);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.RapAcc .Esat .esat-services-cadre:hover {
    transform: translateY(-5px);
    box-shadow: var(--rap-shadow-hover);
}


/* Compatible avec l'ancien HTML :
   image directement dans la carte */

.RapAcc .Esat .esat-services-cadre > img {
    width: 100%;
    height: 225px;

    object-fit: cover;
}


/* Compatible avec le nouvel HTML */

.RapAcc .Esat .esat-services-cadre-image {
    width: 100%;
    height: 225px;

    overflow: hidden;
    background: var(--rap-primary-light);
}

.RapAcc .Esat .esat-services-cadre-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.RapAcc .Esat .esat-services-cadre:hover
.esat-services-cadre-image img {
    transform: scale(1.05);
}

.RapAcc .Esat .esat-services-cadre-texte {
    width: 100%;
    min-width: 0;
    padding: 26px;
}

.RapAcc .Esat .esat-service-numero {
    display: inline-flex;
    margin-bottom: 13px;

    color: var(--rap-primary);

    font-size: 12px;
    font-weight: 850;
}

.RapAcc .Esat .esat-services-cadre-texte-titre {
    min-height: 52px;
    margin: 0 0 14px;

    color: var(--rap-text);

    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
}

.RapAcc .Esat .esat-services-cadre-texte > p:not(
    .esat-services-cadre-texte-titre
) {
    margin: 8px 0;

    color: var(--rap-text-light);

    font-size: 14px;
    line-height: 1.55;
}

.RapAcc .Esat .esat-services-cadre-texte ul {
    margin: 18px 0 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    gap: 9px;

    list-style: none;
}

.RapAcc .Esat .esat-services-cadre-texte li {
    position: relative;
    padding-left: 19px;

    color: var(--rap-text-light);

    font-size: 14px;
    line-height: 1.55;
}

.RapAcc .Esat .esat-services-cadre-texte li::before {
    position: absolute;
    top: 8px;
    left: 0;

    width: 7px;
    height: 7px;

    border-radius: 50%;
    background: var(--rap-primary);

    content: "";
}


/* ==========================================================
   POURQUOI NOUS CHOISIR
   ========================================================== */

.RapAcc .Esat .esat-why {
    width: 100%;
    min-width: 0;
    margin: 0;

    display: grid !important;
    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);

    overflow: hidden;

    border-radius: var(--rap-radius);

    background: var(--rap-primary-dark);
    color: var(--rap-white);

    box-shadow: var(--rap-shadow);
}

.RapAcc .Esat .esat-why-part1 {
    width: 100%;
    min-width: 0;
    min-height: 620px;

    overflow: hidden;
    background: var(--rap-primary);
}

.RapAcc .Esat .esat-why-part1 img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.RapAcc .Esat .esat-why-part2 {
    width: 100%;
    min-width: 0;
    padding: 55px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.RapAcc .Esat .esat-why-part2 .esat-section-label {
    color: #86efac;
}

.RapAcc .Esat .esat-why-part2-titre {
    color: var(--rap-white);
}

.RapAcc .Esat .esat-why-description {
    margin: 21px 0 30px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 16px;
    line-height: 1.75;
}

.RapAcc .Esat .esat-why-avantages {
    width: 100%;
    margin-bottom: 30px;

    display: flex;
    flex-direction: column;
    gap: 14px;
}

.RapAcc .Esat .esat-why-part2-cadre {
    width: 100%;
    min-width: 0;
    padding: 18px;

    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: center;

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;

    background: rgba(255, 255, 255, 0.07);
}

.RapAcc .Esat .esat-why-part2-cadre > img,
.RapAcc .Esat .esat-why-icone {
    width: 54px;
    height: 54px;
    padding: 11px;

    object-fit: contain;

    border-radius: 15px;
    background: rgba(255, 255, 255, 0.12);
}

.RapAcc .Esat .esat-why-icone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.RapAcc .Esat .esat-why-icone img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.RapAcc .Esat .esat-why-part2-cadre h3 {
    margin: 0;

    color: var(--rap-white);

    font-size: 17px;
}

.RapAcc .Esat .esat-why-part2-cadre p {
    margin: 5px 0 0;

    color: rgba(255, 255, 255, 0.67);

    font-size: 14px;
    line-height: 1.5;
}


/* Ancien HTML : texte simple dans les cadres */

.RapAcc .Esat .esat-why-part2-cadre > p {
    margin: 0;

    color: var(--rap-white);

    font-size: 16px;
    font-weight: 700;
}

.RapAcc .Esat .esat-why-part2 > button {
    min-height: 50px;
    margin-top: 20px;
    padding: 12px 23px;

    border: 0;
    border-radius: 999px;

    background: var(--rap-white);
    color: var(--rap-primary-dark);

    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;

    cursor: pointer;
}

.RapAcc .Esat .esat-why .esat-bouton-principal {
    background: var(--rap-white);
    color: var(--rap-primary-dark);
}

.RapAcc .Esat .esat-why .esat-bouton-principal:hover {
    background: var(--rap-primary-light);
}


/* ==========================================================
   TABLETTE
   ========================================================== */

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

    .RapAcc .rapacc-hero {
        min-height: 720px;
        padding-bottom: 220px;
    }

    .RapAcc .rapacc-hero-informations {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .RapAcc .rapacc-hero-information:not(:last-child) {
        padding-right: 0;
        padding-bottom: 15px;

        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .RapAcc .Esat .esat-accueil {
        grid-template-columns: 1fr;
    }

    .RapAcc .Esat .esat-accueil-part2 {
        min-height: 480px;
    }

    .RapAcc .Esat .esat-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .RapAcc .Esat .esat-why {
        grid-template-columns: 1fr;
    }

    .RapAcc .Esat .esat-why-part1 {
        min-height: 450px;
    }
}


/* ==========================================================
   MOBILE
   ========================================================== */

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

    .RapAcc .rapacc-hero {
        min-height: auto;
        padding: 90px 22px 310px;

        background-position: 60% center;
    }

    .RapAcc .rapacc-hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(18, 61, 40, 0.93) 0%,
                rgba(18, 61, 40, 0.85) 58%,
                rgba(18, 61, 40, 0.97) 100%
            );
    }

    .RapAcc .rapacc-hero h1 {
        font-size: 43px;
        letter-spacing: -1.5px;
    }

    .RapAcc .rapacc-hero-actions {
        flex-direction: column;
    }

    .RapAcc .rapacc-btn {
        width: 100%;
    }

    .RapAcc .rapacc-hero-informations {
        right: 22px;
        bottom: 22px;
        left: 22px;

        padding: 22px;
    }

    .RapAcc .rapacc-introduction {
        width: calc(100% - 30px);
        padding: 70px 0 55px;
    }

    .RapAcc .rapacc-introduction-entete {
        text-align: left;
    }

    .RapAcc .rapacc-introduction-entete p {
        margin-left: 0;
    }

    .RapAcc .esat-choix {
        grid-template-columns: 1fr;
    }

    .RapAcc .rapacc-contenus {
        width: calc(100% - 30px);
        padding-bottom: 70px;
    }

    .RapAcc .Esat .esat-accueil {
        padding-bottom: 55px;
    }

    .RapAcc .Esat .esat-accueil-part1 {
        padding: 32px 25px;
    }

    .RapAcc .Esat .esat-accueil-part2 {
        min-height: 360px;
    }

    .RapAcc .Esat .esat-accueil-actions {
        flex-direction: column;
    }

    .RapAcc .Esat .esat-bouton {
        width: 100%;
    }

    .RapAcc .Esat .esat-sites-section {
        margin-bottom: 55px;
        padding: 34px 23px;
    }

    .RapAcc .Esat .esat-sites {
        margin-bottom: 55px;
        padding: 30px 23px;

        grid-template-columns: 1fr;
    }

    .RapAcc .Esat .esat-sites-section .esat-sites {
        padding: 0;
    }

    .RapAcc .Esat .esat-section-entete {
        text-align: left;
    }

    .RapAcc .Esat .esat-section-entete > p {
        margin-left: 0;
    }

    .RapAcc .Esat .esat-site-card {
        min-height: auto;
        padding: 25px 22px;
    }

    .RapAcc .Esat .esat-services-titre {
        flex-direction: column;
        align-items: flex-start;
    }

    .RapAcc .Esat .esat-services-titre-bouton {
        width: 100%;
    }

    .RapAcc .Esat .esat-services {
        padding-bottom: 55px;

        grid-template-columns: 1fr;
    }

    .RapAcc .Esat .esat-services-cadre > img,
    .RapAcc .Esat .esat-services-cadre-image {
        height: 230px;
    }

    .RapAcc .Esat .esat-why-part1 {
        min-height: 340px;
    }

    .RapAcc .Esat .esat-why-part2 {
        padding: 45px 25px;
    }
}


/* ==========================================================
   PETITS ÉCRANS
   ========================================================== */

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

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

    .RapAcc .Esat .esat-accueil-part1-soustitre {
        font-size: 47px;
    }

    .RapAcc .Esat .esat-site-card {
        flex-direction: column;
    }

    .RapAcc .Esat .esat-why-part2-cadre {
        grid-template-columns: 1fr;
    }
}