
#nav_resp{
    display: none;
    position: relative;
    height:10vh;
    width: 100%;
    align-items: center;
    padding-left: 5%;
    padding-top: 2%;
}
.green_btn{
    background-color: #5aa032;
    padding: 1.5%;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 30px;
    border: none;
    color:white;
    cursor: pointer;
    font-weight: bold;
    font-size:0.9vw;
    transition: transform 0.5s ease;
  }
  
  
  .green_btn:hover{
    transform: scale(1.1);
  
  }
  
  
  
  
  
  
  
  .is_green{
    color: #5aa032
  }
  .is_green_bold{
    color: #144632
  }
  .is_black{
    color : #242220
  }
  .is_white{
    color : #ffffff
  }
  
  
  
  .is_titre{
    font-size: 5vw;
  }
  .is_titre1{
    font-size: 4.5vw;
  }
  .is_titre2{
    font-size: 4vw;
  }
  .is_titre3{
    font-size: 3vw;
  }
  .is_titre4{
    font-size: 2.5vw;
  }
  .is_titre5{
  
    font-size: 2vw;
  }
  .text{
    font-size: 1.4vw;
  }
  .text1{
    font-size: 1.2vw;
  }
  .is_text2{
    font-size: 1vw;
  }
  
  .upper{
    text-transform: uppercase;
  }
  
  .abril-fatface-regular {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .dancing-script-regular {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-style: normal;
  }
  
  .dancing-script-bold {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
  }
  .dancing-script-italic {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: italic;
    font-style: normal;
  }
  
  
  
  
  
  .quicksand {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  
  
  
  .playfair-display-sc-regular {
    font-family: "Playfair Display SC", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .playfair-display-sc-bold {
    font-family: "Playfair Display SC", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .playfair-display-sc-black {
    font-family: "Playfair Display SC", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .playfair-display-sc-regular-italic {
    font-family: "Playfair Display SC", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .playfair-display-sc-bold-italic {
    font-family: "Playfair Display SC", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .playfair-display-sc-black-italic {
    font-family: "Playfair Display SC", serif;
    font-weight: 900;
    font-style: italic;
  }
  
  
  



@media screen and (max-width: 600px) {
  body {
      background-size: 4px 1px !important; /* Réinitialise la taille */
      font-size: 4vw;
  }
  .is_titre{
      font-size: 7.5vw;
  }
  .is_titre1{
      font-size: 7vw;
  }
  .is_titre2{
      font-size: 6.5vw;
  }
  .is_titre3{
      font-size: 5.5vw;
  }
  .is_titre4{
      font-size: 5vw;
  }
  .is_titre5{
      font-size: 4.5vw;
  }
  .text{
      font-size: 3.9vw;
  }
  .text1{
      font-size: 3.7vw;
  }
  .is_text2{
      font-size: 3vw;
  }
  .green_btn{
    font-size: 3.2vw;
  }

  #nav{
      display: none;
  }
  #nav_resp{
      display: flex;
  }
  #titre_container{
    width: 85%;
    margin-left: 15%;
    margin-top: 10%;
  }
  #line{
    width: 85%;
  }
  #ban2{
    margin-top: -15%;
    padding-bottom: 10%;
  }
  #depuis{
    margin-right: 15%;
    font-weight: bold;
  }
  .bio{
    width: 15%;
  }
  #image_bakc{
    width: 85%;
    margin-right: -15%;
  }
  .titre_presen{
    margin-top: 1.5%;
  }
  #diff{
    margin-top: 1.5%;
  }
  #first_titre_presen{
    margin-top: 4.5%;
  }
  #logo_nav{
    width: 35%;
  }
  #musique{
    width: 40%;
  }

  #footer_section{
    flex-direction: column;
  }
  .gato_footer{
    width: 120%;
  }
  #bio_footer1{
    width: 10%;
    left:60%;
    margin-top: 0%;
  }
  #bio_footer2{
    width: 10%;
    left:60%;
    margin-top: 9%;
  }
  #left_footer{
    width: 100%;
    padding-left: 0;
    margin-top: 20%;
  }
  #sec1{
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  #sec2{
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .reso_icone_footer{
    width: 12%;
  }
  #footer{
    height: fit-content;
    padding-bottom: 15%;
  }
  #last_pain_ban{
    width: 35%;
    top:77%;
  }
  #baniere1{
    flex-direction: column;
  }
}
    


