

#nav{
    position: relative;
    width: 100%;
    height: 15svh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:3%;
    z-index: 2;
    background-color:#bac59f;
    color:white;
}
#brand{
    position: absolute;
    left:5%;
}
.el_nav{
    cursor: pointer;
}



.is_upper{
    text-transform: uppercase;
}
.is_capi{
    text-transform: capitalize;
}

.is_beige{
    color : #e2dacd;
}
.is_black{
    color: #494e43;
}

.is_green{
    color: #9da584;
}






.titre1{
    font-size: 3vw;
}
.titre2{
    font-size: 2vw;
}
.titre3{
    font-size: 1.5vw;
}
.titre4{
    font-size: 1.2vw;
}

button{
    color: white;
    background-color: #9da584;
    font-weight: bold;
    border: none;
    padding:2%;
    cursor: pointer;
    z-index: 2;
    position: relative;
}




.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
  }
  

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}




@media (max-width: 800px) {

    .titre1{
        font-size: 4vw!important;
    }
    .titre2{
        font-size: 2vw;
    }
    .titre3{
        font-size: 3vw;
    }
    .titre4{
        font-size: 2vw;
    }
    body{
        font-size: 2vw;   
    }
    .resp_font{
        font-size: 2vw!important;
    }
    
  }
  

@media (max-width: 500px) {

    .titre1{
        font-size: 5vw!important;
    }
    .titre2{
        font-size: 4vw;
    }
    .titre3{
        font-size: 5vw;
    }
    .titre4{
        font-size: 4.5vw;
    }
    body{
        font-size: 4vw;   
    }
    .resp_font{
        font-size: 4vw!important;
    }
    
  }
  
  
  

