/* ================== STYLE GLOBAL ================== */
body {
    background-color: #f3f2ef;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    transition: all 0.3s ease;
}




/* ================== EN-TÊTE ================== */
.header-acceuil {
    background-color: #253439;
    border-bottom: 1px solid #7c898b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 2rem;
}

.logo {
    width: clamp(60px, 8vw, 120px);
    height: auto;
    display: block;
    z-index: 10;
    transform: translateY(10%);
}

/* ================== NAVIGATION ================== */
nav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 3em;
    padding-right: 2rem;
    border-bottom: 1px solid #7c898b;
    padding-bottom: 1em;
    margin-top: -2vw;
}

nav a {
    color: #b29e84;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
}

.page{
    color: #f6f4f1
}

nav a {
    position: relative;
    transition: color 0.3s ease;
}

nav a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -4px;
    background: #b29e84; /* couleur normale */
    transition: width 0.3s ease;
}

nav a:hover::after {
    width: 100%;
}

/* Lien actif (.page) */
nav a.page {
    color: #f6f4f1; /* texte blanc */
}

nav a.page::after {
    background: #f6f4f1; /* ligne blanche pour le lien actif */
}

/* ================== COULEUR D’ENTÊTE ================== */
.entete-couleur {
    background-color: #253439;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 10vw;
}

/* ================== SECTION ACCUEIL ================== */
.conteneurimageacc {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
    margin: 3% auto;
}

.image1acc {
    max-width: 20%;
    height: auto;
}

.image2acc {
    max-width: 10%;
    height: auto;
}

.h1accueil {
    color: #b29e84;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.25em;
    display: flex;
    justify-content: flex-start;
    order: 1;
    max-width: 30%;
    margin-left: 1vw;
    text-align: left;
}

.image3acc {
    max-width: 30%;
    margin-top: 3%;
}

.logointa, .logofacebook {
    width: 2vw;
    height: 2vw;
    margin-right: 0.8vw;
    max-width: none;
    margin-left: 0;
}



/* ================== TEXTE ================== */
.conteneurparah1 {
    display: flex;
    justify-content: flex-end;
}

.parah1 {
    color: #253439;
    font-family: 'Alice', serif;
    text-align: center;
    margin: 2rem auto;
    max-width: 900px;
    padding: 0 1rem;
    font-size: 1.1vw;
}

.para2 {
    font-family: 'Alice', serif;
    font-size: 1.05vw;
    text-align: center;
}

/* ================== FOOTER ================== */
footer img {
    display: inline-block;
}

.logo-sociaux {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
    padding-left: 2vw;
    height: 8vw;
}

.logo-sociaux a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    margin: 0.4vw 0;
    font-size: 1.2vw;
    font-family: Arial, sans-serif;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 2vw;
    background-color: #f0f0f0;
    min-height: 8vw;
    position: relative;
}

.texte-logo-sociaux {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 8vw;
    margin-right: auto;
}

.texte-logo-sociaux p {
    font-family: 'Alice', sans-serif;
    color: #253439;
    font-size: 1.2vw;
    margin: 0.4vw 0;
    line-height: 1.2;
}

.social-media-group {
    display: flex;
    align-items: center;
    margin-right: auto;
    transform: translateY(16%);
}

button {
    font-family: 'Kaushan Script';
    font-size: 1.75rem;
    color: #f6f4f1;
    background-color: #7c898b;
    border: none;
    white-space: normal;
    border-radius: 0.3vw;
    transition: 0.3s ease;
}

button:hover {
    background-color: #b29e84 !important;
    color: #253439 !important;
    transform: translateY(calc(50% - 5px));
}

.Politique-de-confidentialité {
    color: #253439;
    font-family: 'Alice', serif;
    text-align: center;
    margin: 2rem auto;
    max-width: 900px;
    padding: 0 1rem;
    font-size: 0.9vw;
}

.footer-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-cta button {
    background-color: #7c898b;
    color: #f6f4f1;
    padding: 1.2vw 2vw;
    font-size: 1.75rem;
    font-family: 'Kaushan Script';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    height: 5vw;
    min-width: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 1.5vw;
}

footer-cta-section a.Politique-de-confidentialité {
    color: #333;
    text-decoration: none;
    font-size: 0.9vw;
    text-align: right;
    margin: 0;
    padding: 0;
}

button, .Politique-de-confidentialité {
    transform: translateY(50%);
}


/* ================== RESPONSIVE COMPLET ================== */

/* TABLETTES */
@media (min-width:768px) and (max-width: 1199px) {
    /* NAVIGATION */
    nav {
        justify-content: center;
        margin-top: 0;
        gap: 2em;
    }

    /* SECTION ACCUEIL */
    .conteneurimageacc {
        flex-direction: column;
        align-items: center;
    }

    .image1acc, .image2acc {
        max-width: 60%;
        margin: 1rem 0;
    }

    .h1accueil {
        font-size: 2.2em;
        max-width: 80%;
        text-align: center;
        justify-content: center;
        margin: 1rem auto;
    }

    .parah1 {
        font-size: 1.1em;
        margin: 1.5rem auto;
    }

    .para2 {
        font-size: 1.1em;        /* même taille que .parah1 */
        text-align: center;
        max-width: 90%;
        margin: 1.5rem auto;
        line-height: 1.5;
        color: #253439;
    }

    /* FOOTER */
    footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }

    .social-media-group {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: none;
        margin: 0;
    }

    .logo-sociaux {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0.5rem 0;
        height: auto;
    }

    .logo-sociaux img {
        width: 40px;
        height: 40px;
        margin: 0 0.6rem;
    }

    .texte-logo-sociaux {
        align-items: center;
        justify-content: center;
        height: auto;
        margin: 0;
    }

    .texte-logo-sociaux p {
        font-size: 1rem;
        margin: 0.3rem 0;
    }

    .footer-cta {
        align-items: center;
    }

    .footer-cta button {
        padding: 1rem 2rem;
        font-size: 1.3rem;
        height: auto;
        min-width: 220px;
        transform: none;
        margin-bottom: 0.5rem;
    }

    .Politique-de-confidentialité {
        display: block;
        margin-top: 0.5rem;
        transform: none;
        font-size: 0.9rem;
        text-align: center;
    }
}

/* MOBILES */
@media (max-width: 767px) {
    /* HEADER */
    .header-acceuil {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }

    nav {
        flex-direction: column;
        align-items: center;
        border: none;
        gap: 0.8em;
        margin: 0;
        padding: 0;
    }

    nav a {
        font-size: 1rem;
    }

    /* SECTION ACCUEIL */
    .image1acc, .image2acc {
        max-width: 90%;
    }

    .h1accueil {
        font-size: 1.6em;
        max-width: 90%;
        text-align: center;
    }

    .parah1 {
        font-size: 1em;
        padding: 0 1rem;
    }

    .para2 {
        font-size: 1em;          /* même taille que .parah1 */
        text-align: center;
        max-width: 90%;
        margin: 1rem auto;
        line-height: 1.5;
        color: #253439;
    }

    .logo {
        width: 80px;
        transform: none;
        margin-bottom: 1rem;
    }

    /* FOOTER */
    footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 2rem 1rem;
        gap: 1.5rem;
    }

    .social-media-group {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .logo-sociaux {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin-bottom: 0.5rem;
    }

    .logo-sociaux img {
        width: 36px;
        height: 36px;
    }

    .texte-logo-sociaux {
        align-items: center;
        margin: 0;
    }

    .texte-logo-sociaux p {
        font-size: 0.9rem;
        margin: 0.2rem 0;
    }

    .footer-cta {
        align-items: center;
        text-align: center;
    }

    .footer-cta button {
        padding: 0.8rem 1.8rem;
        font-size: 1.2rem;
        min-width: 200px;
        height: auto;
        transform: none;
        margin-bottom: 0.5rem;
    }

    .Politique-de-confidentialité {
        display: block;
        margin: 0.5rem 0 0 0;
        font-size: 0.85rem;
        text-align: center;
        transform: none;
    }
}


