body{
    margin: 0;
    background-color: #FAF7F0;
}

/*--------------------Header--------------------*/ 

#header{
    width: 100%;
    height: 70px;
    background-color: #FAF7F0;
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
}

#logo{
    margin: 0;
    padding-top: 10px;
    padding-left: 20px;
    display: block;
    margin: 0 auto;
}

#menu{
    display: flex;
    flex-direction: row;
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #242D11; 
    padding-right: 40px;
}

.highlight:hover {
    color: #CADDBB;
}

.rubrique{
    margin: 15px;
}

.rubrique:hover{
    color: #CADDBB;
}

.menu a {
    color: #242D11 !important;
}

a{
    text-decoration: none;
    color: #242D11 !important;
}

a:visited{
    color: #242D11;
}

a:active{
    color: #242D11;
}

a:visited:hover{
    color: #CADDBB;
}

a:active:hover{
    color: #CADDBB;
}

/*--------------------Banner--------------------*/ 

#banner{
    background-image: url(img/banner.png);
    background-position: bottom;
    background-size: cover;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#textbanner{
    color: #FAF7F0;
    font-weight: 100;
    font-size: 30px;
    font-family: "Montserrat";
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 125px;
}



#boutonbanner{
    display: flex;
    align-items: center;
    text-align:center;
    color: FAF7F0;  
    font-family: "Montserrat";
    background-color: rgba(36, 45, 17, 0.3); 
    border: solid 1px #FAF7F0;
    width: 250px;
    height: 50px; 
    font-weight: 500;
    font-size: 17px;
    border-radius: 50px;
    padding-left: 10px;
    margin-top: 30px;
}

#boutonbanner:hover{
    background-color: #242D11;

}

#boutban{
    text-decoration: none;
    color: #FAF7F0 !important;
}

#boutban:visited{
    color: #FAF7F0 !important;
}

#bout:active{
    color: #FAF7F0 !important;
}

#textbanner2{
    color: #FAF7F0 ;
    font-weight: 100;
    font-size: 12px;
    font-family: "Montserrat";
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 20px;
}

/*--------------------Footer--------------------*/ 

#footer{
    background-color: #242D11;
    font-size: 12px;
    font-weight: 450;
    color: #FAF7F0;
    font-family: "Montserrat";
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0;
    
}

/*--------------------Réseaux sociaux--------------------*/ 
#rs{
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-weight: 250;
    font-family: "Montserrat";
    padding-left: 20px;
}

.socials-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 15px 0 40px 0;
  }
  
  .social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #242D11;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
  }
  
  .social-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
  }
  
  .social-item:hover {
    color: #FA7F50; /* couleur au survol */
  }

/*--------------------Carte--------------------*/ 
#carte{
    margin: 0;
}

/*--------------------Responsive Header--------------------*/

@media (max-width: 654px) {
    #menu{
        font-size: 12px;
        padding-right: 40px;
    }
}

@media (max-width: 535px) {
    #header{
        height: 150px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #logo{
        margin-top: 30px;
    }

    #menu{
        padding-right: 0px;
        font-size: 15px;
        padding-bottom: 20px;
    }
    
}

@media (max-width: 444px) {

    #menu{
        font-size: 14px;
    }
}

@media (max-width: 444px) {

    #menu{
        font-size: 13px;
    }
}

@media (max-width: 406px) {

    #menu{
        font-size: 12px;
    }
}

@media (max-width: 385px) {

    #menu{
        font-size: 11px;
    }
}

@media (max-width: 367px) {

    #menu{
        font-size: 10px;
    }
}

@media (max-width: 337px) {

    #menu{
        font-size: 9px;
    }
}

/*--------------------Responsive Banner--------------------*/ 


@media (max-width: 485px) {

    #textbanner{
        font-size: 23px;
    }
    
    #boutonbanner{
        width: 200px;
        height: 40px; 
        font-weight: 500;
        font-size: 15px;
    }

    #banner{
        height: 400px;
    }

    #textbanner{
        margin-top: 100px;
    }
    
    
    
    #boutonbanner{
        margin-top: 20px;
    }
}

@media (max-width: 348px) {

    #textbanner{
        font-size: 21px;
    }
    
    #boutonbanner{
        font-weight: 500;
        font-size: 12px;
    }

    #banner{
        height: 350px;
    }

    #textbanner{
        margin-top: 90px;
    }
    
    
    
    #boutonbanner{
        margin-top: 15px;
    }
}

/*--------------------Responsive Réseaux sociaux--------------------*/ 

@media (max-width: 768px) {
    .socials-container {
        gap: 30px;
    }

    .social-item img {
        width: 50px;
        height: 50px;
    }

    .social-item {
        font-size: 15px;
    }

    #rs {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .socials-container {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .social-item img {
        width: 45px;
        height: 45px;
    }

    .social-item {
        font-size: 14px;
    }

    #rs {
        font-size: 20px;
    }
}