* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #0B0908;
    color: #F4EEE9;
    font-family: Arial, sans-serif;
}

.accueil {
    min-height: 100vh;
    background: #0B0908;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
}

.logo-texte {
    margin-bottom: 35px;
}

.jen {
    font-family: Georgia, serif;
    font-size: 90px;
    font-style: italic;
    line-height: 0.9;
    color: #F4EEE9;
}

.beaute {
    color: #C9825D;
    font-size: 11px;
    letter-spacing: 7px;
    margin-top: 18px;
}

.sous-titre {
    color: #C9825D;
    font-size: 11px;
    letter-spacing: 5px;
    margin-bottom: 35px;
}

h1 {
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 55px;
    line-height: 1.15;
    margin-bottom: 25px;
}

.description {
    color: #D8C2B5;
    max-width: 570px;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.bouton {
    display: inline-block;
    background: #C9825D;
    color: #0B0908;
    text-decoration: none;
    padding: 17px 30px;
    font-size: 11px;
    letter-spacing: 2px;
    transition: 0.3s;
}

.bouton:hover {
    background: #F4EEE9;
}

#prestations {
    background: #F4EEE9;
    color: #0B0908;
    text-align: center;
    padding: 100px 20px;
}

.petit-titre {
    color: #C9825D;
    font-size: 11px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

h2 {
    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 55px;
}

.cartes {
    display: flex;
    justify-content: center;
    gap: 25px;
    max-width: 900px;
    margin: auto;
}

.carte {
    width: 50%;
    border: 1px solid #D8C2B5;
    padding: 50px 35px;
}

.carte h3 {
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.carte p {
    color: #665B55;
    line-height: 1.7;
}

@media (max-width: 700px) {

    .jen {
        font-size: 70px;
    }

    h1 {
        font-size: 40px;
    }

    .cartes {
        flex-direction: column;
    }

    .carte {
        width: 100%;
    }
}
.logo {
    width: 280px;
    max-width: 80vw;
    height: auto;
    display: block;
}
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.menu-logo {
    font-family: Georgia, serif;
    font-size: 22px;
    color: #F4EEE9;
    text-decoration: none;
    letter-spacing: 3px;
}

.menu-liens {
    display: flex;
    gap: 30px;
}

.menu-liens a {
    color: #F4EEE9;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    transition: 0.3s;
}

.menu-liens a:hover {
    color: #C9825D;
}

@media (max-width: 700px) {

    .menu {
        justify-content: center;
    }

    .menu-logo {
        display: none;
    }

    .menu-liens {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .menu-liens a {
        font-size: 8px;
    }
}
.tarifs {
    background: #E8D9D0;
    color: #171210;
    padding: 100px 6%;
}

.tarifs > h2 {
    text-align: center;
}

.tarifs > .petit-titre {
    text-align: center;
}

.tarifs-colonnes {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.tarifs-bloc {
    padding: 20px 30px;
}

.tarifs-bloc:first-child {
    border-right: 1px solid #C9825D;
    padding-right: 60px;
}

.tarifs-bloc h3 {
    font-family: Georgia, serif;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.tarifs-sous-titre {
    color: #C9825D;
    text-align: center;
    letter-spacing: 4px;
    font-size: 11px;
    margin: 10px 0 35px;
}

.tarifs-bloc h4 {
    font-family: Georgia, serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: normal;
    font-size: 15px;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CFAE9B;
}

.ligne-tarif {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 7px 0;
    font-size: 14px;
}

.ligne-tarif strong {
    white-space: nowrap;
    font-weight: normal;
}

.intro-coiffure {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.forfait-coiffure {
    background: rgba(255,255,255,0.25);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-radius: 8px;
}

.forfait-coiffure h4 {
    margin: 0 0 8px;
    padding: 0;
    border: none;
}

.forfait-coiffure p {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 7px;
}

.forfait-coiffure small {
    font-size: 11px;
}

.forfait-coiffure > strong {
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: normal;
    white-space: nowrap;
}

.techniques {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 30px;
    font-size: 14px;
}

.techniques span::first-letter {
    color: #C9825D;
}

.sur-devis {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 21px;
    text-align: center;
    margin-top: 35px;
}

.signatures {
    max-width: 1100px;
    margin: 80px auto 0;
    border-top: 1px solid #CFAE9B;
    padding-top: 45px;
}

.signatures > .petit-titre {
    text-align: center;
    color: #171210;
    font-family: Georgia, serif;
    font-size: 16px;
}

.forfaits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.forfait {
    border: 1px solid #CFAE9B;
    border-radius: 8px;
    text-align: center;
    padding: 35px 20px;
}

.forfait h3 {
    font-family: Georgia, serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 17px;
    margin-bottom: 15px;
}

.forfait p {
    font-size: 13px;
    line-height: 1.6;
    min-height: 50px;
}

.forfait strong {
    display: block;
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: normal;
    margin-top: 20px;
}

.forfait small {
    display: block;
    margin-top: 4px;
}

@media (max-width: 700px) {

    .tarifs {
        padding: 70px 20px;
    }

    .tarifs-colonnes {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .tarifs-bloc {
        padding: 0;
    }

    .tarifs-bloc:first-child {
        border-right: none;
        border-bottom: 1px solid #C9825D;
        padding-right: 0;
        padding-bottom: 50px;
    }

    .forfaits {
        grid-template-columns: 1fr;
    }

    .ligne-tarif {
        font-size: 13px;
    }
}
.galerie {
    background: #0B0908;
    color: #F4EEE9;
    padding: 100px 6%;
    text-align: center;
}

.galerie h2 {
    margin-bottom: 20px;
}

.galerie-intro {
    color: #D8C2B5;
    max-width: 600px;
    margin: 0 auto 65px;
    line-height: 1.7;
}

.galerie-titre {
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.coiffure-titre {
    margin-top: 80px;
}

.grille-photos {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.grille-photos img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
    border-radius: 3px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.grille-photos img:hover {
    transform: scale(1.02);
    opacity: 0.85;
}

@media (max-width: 700px) {

    .galerie {
        padding: 70px 15px;
    }

    .grille-photos {
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
    }

    .grille-photos img {
        height: 220px;
    }

    .galerie-titre {
        font-size: 22px;
    }
}
.grille-photos img {
    cursor: pointer;
}

.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.lightbox.active {
    display: flex;
}

.lightbox img {
    max-width: 85%;
    max-height: 85vh;
    object-fit: contain;
}

.lightbox-fermer {
    position: absolute;
    top: 25px;
    right: 35px;

    background: none;
    border: none;

    color: #F4EEE9;
    font-size: 45px;
    cursor: pointer;
}

.lightbox-fleche {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    background: none;
    border: none;

    color: #F4EEE9;
    font-size: 45px;
    cursor: pointer;

    padding: 20px;
}

.precedent {
    left: 25px;
}

.suivant {
    right: 25px;
}

.lightbox-fermer:hover,
.lightbox-fleche:hover {
    color: #C9825D;
    background: none;
}

@media (max-width: 700px) {

    .lightbox img {
        max-width: 95%;
        max-height: 80vh;
    }

    .precedent {
        left: 0;
    }

    .suivant {
        right: 0;
    }

    .lightbox-fleche {
        font-size: 30px;
    }
}
.apropos {
    background: #F4EEE9;
    color: #171210;
    padding: 110px 6%;
}

.apropos-contenu {
    max-width: 1050px;
    margin: auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 80px;
}

.apropos-photo {
    border: 1px solid #C9825D;
    padding: 12px;
}

.apropos-photo img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
}

.apropos-texte {
    text-align: left;
}

.apropos-texte .petit-titre {
    margin-bottom: 20px;
}

.apropos-texte h2 {
    font-size: 45px;
    line-height: 1.15;
    margin-bottom: 35px;
}

.apropos-texte > p:not(.petit-titre) {
    color: #665B55;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 18px;
}

.signature {
    font-family: Georgia, serif;
    font-size: 25px;
    font-style: italic;
    color: #C9825D;
    margin-top: 35px;
}

.signature span {
    display: block;
    font-family: Arial, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: #665B55;
    font-size: 9px;
    letter-spacing: 3px;
    margin-top: 8px;
}

@media (max-width: 700px) {

    .apropos {
        padding: 70px 25px;
    }

    .apropos-contenu {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .apropos-photo img {
        height: 450px;
    }

    .apropos-texte h2 {
        font-size: 36px;
    }
}
body {
    padding-top: 70px;
}

.accueil {
    margin-top: -70px;
    padding-top: 130px;
}
.contact {
    min-height: 100vh;
    background: #F4EEE9;
    color: #171210;
    padding: 130px 6% 100px;
}

.contact-contenu {
    max-width: 1050px;
    margin: auto;
    text-align: center;
}

.contact h1 {
    color: #171210;
    font-family: Georgia, serif;
    font-size: 52px;
    font-weight: normal;
    line-height: 1.15;
    margin-bottom: 30px;
}

.contact-intro {
    max-width: 620px;
    margin: 0 auto 60px;
    color: #665B55;
    font-size: 15px;
    line-height: 1.8;
}

.contact-cartes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.contact-carte {
    border: 1px solid #D8C2B5;
    padding: 50px 35px;
}

.contact-label {
    color: #C9825D;
    font-size: 10px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.contact-carte h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.contact-carte p:not(.contact-label) {
    color: #665B55;
    line-height: 1.7;
    min-height: 70px;
    margin-bottom: 30px;
}

.contact-carte .bouton {
    min-width: 190px;
}

.contact-localisation {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid #D8C2B5;
}

.contact-localisation h2 {
    margin-bottom: 20px;
    font-size: 32px;
}

.contact-localisation > p:last-child {
    max-width: 650px;
    margin: auto;
    color: #665B55;
    line-height: 1.8;
}


/* CONTACT MOBILE */

@media (max-width: 700px) {

    .contact {
        padding: 120px 20px 70px;
    }

    .contact h1 {
        font-size: 39px;
    }

    .contact-cartes {
        grid-template-columns: 1fr;
    }

    .contact-carte {
        padding: 40px 20px;
    }

    .contact-carte h2 {
        font-size: 21px;
    }

    .contact-localisation {
        margin-top: 55px;
        padding-top: 45px;
    }

    .contact-localisation h2 {
        font-size: 28px;
    }
}
