.menu{
    width: 100%;
    height: 80px;
    background-color: #BFB093;
    position: sticky;
    top: 0px;
    z-index: 3;
}
.menu_principal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
.logo{
    width: 500px;
    height: 80px;
}
.conteneur_menu{
    display: flex;
    flex-direction: row;
    
}
.bouton_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px 30px 0px 0px;
    margin-left: 10px;
    margin-top: 20px;
    font-size: 20px;
    text-decoration: none;
    list-style: none;
    color: white;
    font-family: "Montserrat", sans-serif;
}
.dropdown-menu-dark {
    --bs-dropdown-bg: #BFB093;
    --bs-dropdown-link-color: #fff;
}
*, ::after, ::before {
    box-sizing: border-box;
    list-style: none;
}

.dropdown_menu{
    transform: translate3d(40px, 70px, 0px);
}



.photoheader_visite {
    width: 100%;
    height: 500px; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; 
    margin: 0;
}

/* Image du header */
.photoheader_visite img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    position: absolute;
    top: 0;
  
}

.titre_visite {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .texte_visite{
    padding: 60px;
    display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center; /* Centre verticalement */
    height: 100%; /* Assurez-vous que la div a une hauteur */
    text-align: center; /* Pour centrer plusieurs lignes */
  }

  .slogan{
    height: 200px;
    margin-left: 100px;
    margin-bottom: 40px;
  }

  /* footer */

  
footer {
    color: #fff; 
    padding: 20px 0;
    position: relative;
    bottom: 0;
    width: 100%;
  }
  
  .div_footer {
    display: flex;
    flex-direction: row;
    background-color: #BFB093;
    color: white;
  }

  .logo_informations_rs_footer {
    display: flex
;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
  }

  .position_gauche {
    width: 25%;
    margin-left: 0px;
}

.logo_footer {
    margin-left: 50px;
    height: 100%;
    width: 160%;
}

.logo_footer>img {
    width: 100%;
    height: 100%;
}

.position_droite {
    width: 90%;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.6px;
    padding-left: 100px;
}

.informations {
    margin-bottom: 20px;
    width: 100%;
    padding-left: 90px;
    text-align: center;
}

ul {
    list-style: none;
}

.bold_footer {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: normal;
}


.italic_footer {
    font-style: italic;
}

.reseaux_sociaux_footer {
    display: flex;
    width: 60%;
    justify-content: center;
    margin-left: 80px;
}

.reseaux_sociaux_footer>a {
    font-size: 30px;
    padding-left: 40px;
    color: white;
    
}

.reseaux_sociaux_footer>a:hover{
    transition: 0.2s;
    color: #8B0000;
}
a {
    text-decoration: none;
}


.fa-brands, .fab {
    font-weight: 400;
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.carte_footer {
    margin-right: 0px;
    width: 69%;
    height: auto;
}


.carte_footer>img {
    width: 100%;
    height: 100%;
}

.div__partenaires_mentions_footer {
    background-color: #BFB093;
}

.mentions_legales_footer {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 10px;
    padding-right: 160px;
    list-style: none;
}

.mentions_legales_footer>div>a {
    color: white;
    font-style: italic;
    text-decoration: none;
}

.mentions{
margin-right: 20px;

}

.credit_footer_padding {
    padding-left: 20px;
}

.div__partenaires_mentions_footer {
    background-color: #BFB093;
}
@media (max-width: 1024px) {

    .slogan {
height: 100px;
        margin-left: 100px; /* Marge pour les grands écrans */

        margin-right: 100px; /* Marge pour les grands écrans */
display: flex;
        justify-content: center;
    }

}



@media (max-width: 1023px) and (min-width: 768px) {

    .slogan {
height: 100px;
        margin-left: 50px; /* Réduire la marge pour les tablettes */

        margin-right: 50px; /* Réduire la marge pour les tablettes */
display: flex;
        justify-content: center;
    }

}

@media (max-width: 767px) {

    .slogan {
height: 100px;
        margin-left: 20px; /* Réduire la marge pour les petits écrans */

        margin-right: 20px; /* Réduire la marge pour les petits écrans */
display: flex;
        justify-content: center;
    }
    
@media (max-width: 716px) {

    .slogan {
height: 70px;
        margin-left: 1px; 

        margin-right: 2px;
        display: flex;
        justify-content: center;
}

}
}