








.white_btn{
    border: 3px solid white;
    background-color: transparent;
    color:white;
    padding: 1%;
    padding-left: 3%;
    padding-right: 3%;
    background-color: rgba(26, 26, 26, 0.143);
    text-shadow: 0.5px 0.5px 3px black;
    box-shadow: 4px 4px 30px rgba(5, 5, 5, 0.728);
  cursor: pointer;
}


.is_titre{
    font-size: 4.5vw;
}
.is_titre1{
    font-size: 3vw;
}
.is_titre2{
    font-size: 2.5vw;
}
.is_titre3{
  font-size: 2vw;
}
.is_text{
  font-size: 1.5vw;
}
.is_litlle_text{
  font-size: 0.8vw;
}


.is_red{
    color:rgb(223, 245, 25);
}
.is_white{
    color:white;
    text-shadow: 0.5px 0.5px 3px black;
}

.is_upper{
    text-transform: uppercase;
}










.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    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;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  



@media (max-width: 500px) {

  .is_titre{
    font-size: 10vw;
  }
  .is_titre1{
      font-size: 5.5vw;
  }
  .is_titre2{
      font-size: 5vw;
  }
  .is_titre3{
    font-size: 6vw;
  }
  .is_text{
    font-size: 4vw;
  }
  .is_litlle_text{
    font-size: 3.3vw;
  }
  #body, .is_titre4 {
    font-size: 3.7vw;
  }
  .text_abs{
    font-size: 3.3vw;
  }
}