
/* Tout le texte en Quicksand */
body, p, a, li {
    font-family: "Quicksand", sans-serif;
}

/* Titres en Cormorant Garamond */
h1, h2, h3, h4, h5, h6, strong {
    font-family: "Cormorant Garamond", sans-serif;
}

/* Style du menu */
body {
    margin: 0;
    padding-top: 80px;
    font-family: "Quicksand", sans-serif;
    line-height: 1.6;
}

header {
    background: #A8AD92;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding-top: 0;
    padding-left: 20px;
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 4px 80px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
}

.menu ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.menu li {
    margin: 0;
    transition: transform 0.2s ease;
}

.menu li:hover {
    transform: translateY(-3px);
}

.menu a {
    color: #E9E9E9;
    text-decoration: none;
    font-weight: normal;
    transition: color 0.3s;
}

.menu a:hover {
    color: #C9F27C;
}

/* Scrollbar */

html::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

html::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background: rgba(168, 173, 146, 0.9);
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 8px rgba(168, 173, 146, 0);
}

html::-webkit-scrollbar-thumb:hover {
    background: rgba(168, 173, 146, 1);
    box-shadow: 0 0 12px rgba(168, 173, 146, 0);
}

html {
    scrollbar-width: thin;
    scrollbar-color: rgba(168, 173, 146, 0.9) rgba(0, 0, 0, 0.15);
}

.img.bouleau {
    display: block;
    margin-left: 0;
    margin-right: auto;
    max-width: 560px;
    height: auto;
    border-radius: 10px;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
}

/* Sections */

section {
    min-height: 100vh;
    padding: 50px;
    text-align: center;
    transition: background-color 0.8s ease-in-out;
    background-color: #e1cfa39c;
}

#section1 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-height: 100vh;
    padding: 0;
    gap: 2px;
    flex-wrap: wrap;
    position: relative;
    background-color: #e1cfa3;
}

.separator {
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(137, 138, 90, 4.747),
        transparent
    );
    margin: 0;
}

.separator-v {
    width: 1px;
    height: 70%;
    max-height: 500px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(168, 173, 146, 0.7),
        transparent
    );
    align-self: center;
}

.texte {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* H1 */

h1 {
    font-size: 115px;
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 80;
    color: #4e5044;
    -webkit-background-clip: text;
    text-align: center;
    margin: 0;
}

.texte h2 {
    color: #B7995F;
}

p {
    text-align: left;
}

#section {
    background: #e1cfa3;
}

#section2 {
    background: #e1cfa3;
}

#section3 {
    background: #e1cfa3;
}

#section4 {
    background: #e1cfa3;
}

html {
    scroll-behavior: smooth;
}

.montserrat-mm {
    font-family: "Playwrite Österreich", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

/* Section 2 */

#section2 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 40vh;
    padding: 0px;
    gap: 2px;
    flex-wrap: wrap;
    position: relative;
}

/* Images */

.images {
    width: 100%;
    max-width: 560px;
    height: auto;
    margin: 0 left;
    border-radius: 10px;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
    margin-left: 55px;
    margin-left: 0;
    display: block;
    object-fit: cover;
}

.txt2 {
    margin: 2px;
}

.bloc {
    background-color: #094947;
    border-radius: 20px;
    display: flex;
    gap: 5px;
    text-align: left;
    justify-content: left;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
    margin-left: 55px;
}

.bloc img {
    width: 500px;
    height: auto;
    margin-right: 20px;
}

/* Element */

.element {
    width: 400px;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .element {
        width: 70%;
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .element {
        width: 90%;
        font-size: 14px;
    }
}


/* =========================================================
   BOX TUINA / CHI NEI TSANG
   ANCIENS STYLES DE CONTACT SUPPRIMÉS
========================================================= */

.contenaire3 {
    width: 90%;
    max-width: 1100px;

    margin: 50px auto;
    padding: 45px 50px;

    box-sizing: border-box;

    background: #f3eee5;
    border: 1px solid rgba(167, 145, 110, 0.25);
    border-radius: 18px;

    color: #4c5243;

    box-shadow:
        0 8px 30px rgba(76, 82, 67, 0.08);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.contenaire3:hover {
    transform: translateY(-3px);

    box-shadow:
        0 14px 40px rgba(76, 82, 67, 0.14);
}


/* Titre */

.contenaire3 h2 {
    margin: 0 0 30px;

    font-family: "Cormorant Garamond", serif;
    font-size: 38px;
    font-weight: 500;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #6f5d49;

    text-align: center;
}

.contenaire3 h2::after {
    content: "";

    display: block;

    width: 55px;
    height: 1px;

    margin: 14px auto 0;

    background: #b59663;
}


/* Texte */

.contenaire3 > p {
    max-width: 800px;

    margin: 0 auto 25px;

    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    line-height: 1.8;

    color: #5d6253;

    text-align: center;
}


/* =========================================================
   CARTES
========================================================= */

.contact-cards {
    display: flex;

    justify-content: center;
    align-items: stretch;

    gap: 25px;

    width: 100%;

    margin: 35px auto;

    flex-wrap: wrap;
}

.contact-card,
.contact-card1 {
    position: relative;

    width: 300px;
    min-height: 220px;

    padding: 35px 30px;

    box-sizing: border-box;

    background: #e3e0d6;

    border: 1px solid rgba(167, 145, 110, 0.2);
    border-radius: 15px;

    color: #4c5243;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    overflow: hidden;

    box-shadow:
        0 3px 12px rgba(76, 82, 67, 0.07);

    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        box-shadow 0.3s ease;
}


/* Ligne décorative */

.contact-card::before,
.contact-card1::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 45px;
    height: 2px;

    transform: translateX(-50%);

    background: #b59663;

    transition: width 0.3s ease;
}


/* Hover carte */

.contact-card:hover,
.contact-card1:hover {
    transform: translateY(-6px);

    background: #d6d2c6;

    box-shadow:
        0 12px 30px rgba(76, 82, 67, 0.13);
}

.contact-card:hover::before,
.contact-card1:hover::before {
    width: 80px;
}


/* =========================================================
   ICÔNE
========================================================= */

.contact-card .emoji,
.contact-card1 .emoji {
    width: 55px;
    height: 55px;

    margin-bottom: 15px;

    border: 1px solid rgba(167, 145, 110, 0.35);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 25px;

    color: #9e8a66;

    transition: transform 0.3s ease;
}

.contact-card:hover .emoji,
.contact-card1:hover .emoji {
    transform: translateY(-3px);
}


/* =========================================================
   TITRE DES CARTES
========================================================= */

.contact-card p,
.contact-card1 p {
    margin: 0 0 12px;

    font-family: "Cormorant Garamond", serif;

    font-size: 27px;
    font-weight: 500;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #6f5d49;

    text-align: center;
}


/* =========================================================
   TEXTE DES CARTES
========================================================= */

.contact-card .coordonnees,
.contact-card1 .coordonnees {
    display: block;

    margin: 0;

    font-family: "Quicksand", sans-serif;

    font-size: 14px;
    font-weight: normal;

    line-height: 1.6;

    color: #5d6253;

    text-decoration: none;

    overflow-wrap: anywhere;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.contact-card .coordonnees:hover,
.contact-card1 .coordonnees:hover {
    color: #9e8050;

    transform: translateY(-2px);
}


/* Liens */

.contact-card a,
.contact-card1 a {
    color: inherit;
    text-decoration: none;
}

.contact-card a:hover,
.contact-card1 a:hover {
    text-decoration: none;
}


/* =========================================================
   RESPONSIVE BOX
========================================================= */

@media (max-width: 768px) {

    .contenaire3 {
        width: calc(100% - 30px);

        padding: 35px 20px;

        margin: 30px auto;
    }

    .contenaire3 h2 {
        font-size: 31px;
    }

    .contenaire3 > p {
        font-size: 14px;
    }

    .contact-cards {
        gap: 18px;
    }

    .contact-card,
    .contact-card1 {
        width: 100%;
        max-width: 380px;
        min-height: 200px;
    }
}

@media (max-width: 450px) {

    .contenaire3 {
        width: calc(100% - 20px);
        padding: 30px 15px;
    }

    .contenaire3 h2 {
        font-size: 27px;
    }

    .contact-card,
    .contact-card1 {
        padding: 30px 20px;
    }

    .contact-card p,
    .contact-card1 p {
        font-size: 24px;
    }
}


/* FOOTER */

.site-footer {
    background: #98a184;
    color: #f3efe7;

    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;

    gap: 20px;

    padding: 20px 40px 12px 40px;

    align-items: flex-start;

    width: 100%;
    box-sizing: border-box;

    margin: 0;
}

.footer__brand h4 {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 6px 0;
    font-weight: 600;
}

.footer__brand p {
    margin: 0;
    color: #e8dfcf;
    font-size: 13px;
}

.footer__col h5 {
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 0 6px 0;
    font-weight: 600;
}

.footer__col a,
.footer__col p {
    display: block;
    margin: 0 0 4px 0;
    color: #f3efe7;
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.footer__col a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {

    .site-footer {
        grid-template-columns: 1fr 1fr;
        padding: 18px 20px 10px 20px;
    }
}

@media (max-width: 600px) {

    .site-footer {
        grid-template-columns: 1fr;
        padding: 16px 16px 10px 16px;
    }
}


/* Background vidéo */

.bg-video {
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: -2;
}

.bg-overlay {
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.5);

    z-index: -1;

    pointer-events: none;
}



.footer__brand a{
  display: block;
  margin: 0 0 4px 0;
  color: #f3efe7;
  text-decoration: none;
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  line-height: 1.4;

}