@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap');
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: clip;
    background-color: #05080c;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 8px 6%;
    border-bottom: 4px solid #B36700;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.logo-navigation {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo-navigation img {
    display: block;
    width: auto;
    height: 78px;
}

nav .onglets {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-left: 0;
    margin-top: 0;
}

nav .onglets a {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('image/Bannier-site-internet2.png') center/cover no-repeat;
    min-height: 500px;
    color: #fff;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
}
header h1{
    font-family: 'Playfair Display', sans-serif;
    font-size: 50px;
    color: #B36700;
}
header h4 {
    margin-top: 0;
    font-size: 22px;
    color: #fff;
    padding: 10px 18px;
    border-radius: 2px;
    font-weight: 400;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
header button{
    margin-top: 45px;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    background-color: #B36700;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: none ;
    font-family: 'Playfair Display', sans-serif;
}
@media screen and (max-width: 680px) {
    nav {
        flex-direction: column;
        justify-content: center;
        padding: 8px 14px 12px;
        gap: 8px;
        border-bottom: 3px solid #B36700;
    }

    .logo-navigation img {
        height: 68px;
    }

    nav .onglets {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 9px 14px;
    }

    nav .onglets a {
        font-size: 14px;
        padding-bottom: 3px;
        white-space: nowrap;
    }

    header {
        min-height: 380px;
        padding: 24px 18px;
        background-image: url('image/Bannier-site-internet2.png');
        background-size: auto 145%;
        background-position: center top;
        background-repeat: no-repeat;
        background-color: #05080c;
        margin-bottom: 0;
    }

    header h1 {
        font-size: 28px;
        line-height: 1.15;
        margin: 0 0 14px;
    }

    header h4 {
        font-size: 15px;
        line-height: 1.45;
        padding: 8px 10px;
        margin: 0;
        max-width: 340px;
    }

    header button {
        font-size: 15px;
        margin-top: 45px;
        padding: 10px 18px;
    }

    .actions-rapides {
        padding: 28px 18px 40px;
        margin-top: 0;
        background-color: #05080c;
    }

    .actions-conteneur {
        gap: 18px;
    }

    .actions-conteneur img {
        width: 100%;
        max-width: 320px;
    }
}
.actions-rapides {
    background-color: #05080c;
    padding: 50px 40px;
}

.actions-conteneur {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    max-width: 1300px;
    margin: 0 auto;
}

.actions-conteneur img {
    width: 23%;
    max-width: 290px;
    height: auto;
    display: block;
    border-radius: 6px;
    border: 1px solid rgba(179, 103, 0, 0.45);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 900px) {
    .actions-conteneur {
        flex-wrap: wrap;
    }

    .actions-conteneur img {
        width: 45%;
    }
}

@media screen and (max-width: 600px) {
    .actions-conteneur img {
        width: 100%;
        max-width: 340px;
    }
}
.texte-mobile {
    display: none;
}
.texte-desktop {
    display: inline;
}
@media screen and (max-width: 680px) {
    .texte-desktop {
        display: none;
    }

    .texte-mobile {
        display: inline;
    }
}
.page-a-propos {
    min-height: calc(100vh - 100px);
    padding: 70px 8%;
    color: #fff;
    background-color: #05080c;
}

.page-a-propos h1 {
    margin-top: 0;
    color: #B36700;
    font-family: 'Playfair Display', sans-serif;
    font-size: 42px;
}

.page-a-propos p {
    max-width: 750px;
    font-size: 18px;
    line-height: 1.7;
}

@media screen and (max-width: 680px) {
    .page-a-propos {
        padding: 45px 22px;
    }

    .page-a-propos h1 {
        font-size: 32px;
    }

    .page-a-propos p {
        font-size: 16px;
    }
}
.page-services {
    min-height: 100vh;
    padding: 65px 7% 80px;
    color: #fff;
    background-color: #05080c;
}

.services-introduction {
    max-width: 780px;
    margin: 0 auto 45px;
    text-align: center;
}

.services-surtitre {
    margin: 0 0 10px;
    color: #B36700;
    font-size: 14px;
    text-transform: uppercase;
}

.services-introduction h1 {
    margin: 0 0 16px;
    color: #B36700;
    font-family: 'Playfair Display', sans-serif;
    font-size: 46px;
}

.services-introduction p {
    line-height: 1.7;
}

.grille-services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    max-width: 1300px;
    margin: 0 auto;
}

.service-detail {
    overflow: hidden;
    text-align: center;
    background-color: #0d141b;
    border: 1px solid rgba(179, 103, 0, 0.55);
    border-radius: 6px;
    padding-bottom: 18px;
}

.service-detail img {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 2px solid #B36700;
}

.service-detail h2 {
    margin: 18px 15px 10px;
    color: #B36700;
    font-family: 'Playfair Display', sans-serif;
    font-size: 25px;
}

.service-detail p {
    margin: 0 15px;
    color: #fff;
    font-size: 15px;
    line-height: 1.55;
}

@media screen and (max-width: 900px) {
    .grille-services {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .page-services {
        padding: 42px 18px 55px;
    }

    .services-introduction h1 {
        font-size: 34px;
    }

    .services-introduction p {
        font-size: 15px;
    }

    .grille-services {
        grid-template-columns: 1fr;
        max-width: 340px;
    }
}
.page-contact {
    min-height: 100vh;
    padding: 65px 7% 80px;
    color: #fff;
    background-color: #05080c;
}

.contact-introduction {
    max-width: 750px;
    margin: 0 auto 38px;
    text-align: center;
}

.contact-surtitre {
    margin: 0 0 10px;
    color: #B36700;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-introduction h1 {
    margin: 0 0 16px;
    color: #B36700;
    font-family: 'Playfair Display', sans-serif;
    font-size: 46px;
}

.contact-introduction p {
    line-height: 1.7;
}

.formulaire-contact {
    max-width: 650px;
    margin: 0 auto;
    padding: 28px;
    background-color: #0d141b;
    border: 1px solid rgba(179, 103, 0, 0.55);
    border-radius: 6px;
}

.champ-contact {
    margin-bottom: 20px;
}

.champ-contact label {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 15px;
}

.champ-contact input,
.champ-contact textarea {
    width: 100%;
    padding: 12px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    background-color: #05080c;
    border: 1px solid #717171;
    border-radius: 4px;
}

.champ-contact input:focus,
.champ-contact textarea:focus {
    border-color: #B36700;
    outline: none;
}

.formulaire-contact button {
    padding: 12px 20px;
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    background-color: #B36700;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.formulaire-contact button:hover {
    background-color: #8f5200;
}

@media screen and (max-width: 600px) {
    .page-contact {
        padding: 42px 18px 55px;
    }

    .contact-introduction h1 {
        font-size: 34px;
    }

    .contact-introduction p {
        font-size: 15px;
    }

    .formulaire-contact {
        padding: 20px;
    }
}
.page-blog {
    min-height: 100vh;
    padding: 65px 7% 80px;
    color: #fff;
    background-color: #05080c;
}

.blog-introduction {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.blog-surtitre,
.article-categorie {
    color: #B36700;
    font-size: 14px;
    text-transform: uppercase;
}

.blog-surtitre {
    margin: 0 0 10px;
}

.blog-introduction h1 {
    margin: 0 0 16px;
    color: #B36700;
    font-family: 'Playfair Display', sans-serif;
    font-size: 46px;
}

.blog-introduction p {
    line-height: 1.7;
}

.grille-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.carte-article {
    background-color: #0d141b;
    border: 1px solid rgba(179, 103, 0, 0.55);
    border-radius: 6px;
}

.article-contenu {
    padding: 24px;
}

.article-categorie {
    margin: 0 0 12px;
}

.carte-article h2 {
    margin: 0 0 14px;
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    line-height: 1.25;
}

.carte-article p {
    color: #ddd;
    font-size: 15px;
    line-height: 1.65;
}

.carte-article a {
    display: inline-block;
    margin-top: 8px;
    color: #B36700;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #B36700;
    padding-bottom: 4px;
}

.carte-article a:hover {
    color: #fff;
    border-color: #fff;
}

@media screen and (max-width: 900px) {
    .grille-articles {
        grid-template-columns: 1fr;
        max-width: 650px;
    }
}

@media screen and (max-width: 600px) {
    .page-blog {
        padding: 42px 18px 55px;
    }

    .blog-introduction h1 {
        font-size: 34px;
    }

    .blog-introduction p {
        font-size: 15px;
    }

    .article-contenu {
        padding: 20px;
    }

    .carte-article h2 {
        font-size: 22px;
    }
}