
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  width: 100%;
  height:100%;
  overflow-x: hidden;
}

body{
  background-color: #ffffff;
  color:black;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  height:100%;
  font-size: 1.1vw;
  font-size: clamp(1.3vw, 1.1vw, 4vw);
  font-family: acumin-variable,Helvetica,Arial,sans-serif!important;
  background-image: url('/static/images/gallerie/jj.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#hello{
  position: absolute;
  z-index: 10;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  width: 100%;
  text-align: center;
  padding-bottom: 1.3%;
  bottom:0%;
}

#container_form{
  width: 55%;
  height: fit-content;
  padding-bottom: 3%;
  margin-left: 22.5%;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  border-radius: 10px;
  background-color: rgba(73, 73, 73, 0.521);
  box-shadow: 0px 0px 50px rgba(248, 248, 248, 0.527);
}
.form{
  width: 100%;
  height:100%;
  padding: 2%;
  position: relative;
  padding-top: 5%;
  text-align: center;

}
.img_radius{
  border-radius: 50%;
  width: 10%;
  height:auto;
  position: absolute;
  top:-4%;
  left:-5%;
}
#titre_contact{
  text-shadow: 1px 1px 3px rgba(19, 19, 19, 0.616);
}
#first{
  margin-top: 6%;
}
.container_input{
  width: 100%;
  height:fit-content;
  margin-top: 2.5%;
}
#container_text{
  margin-top: 4%;
}
input{
  width: 45%;
  margin:auto;
  font-size:1.1vw;
  padding:0.5%;
  outline: none;
  border-radius: 2px;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.651);
  box-shadow: 0px 0px 50px rgba(8, 8, 8, 0.527);
}
textarea{
  width: 45%;
  min-height: 200px;
  height: auto;
  resize: vertical;
  margin:auto;
  font-size:1.2vw;
  padding:1%;
  padding-left: 0.4%;
  outline: none;
  font-family: acumin-variable,Helvetica,Arial,sans-serif!important;
  border: 1px solid white;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.651);
  box-shadow: 0px 0px 50px rgba(8, 8, 8, 0.527);
}
input::placeholder{
  font-size: 0.9vw;
  font-style: italic;
  
}
textarea::placeholder{
  font-size: 0.95vw;
  font-style: italic;
}
#btn_validate{
  width: fit-content;
  padding: 0.5% 1% 0.6% 1%;
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 5px;
  margin:auto;
  cursor: pointer;
  color:white;
  letter-spacing: 1px;
  box-shadow: 0px 0px 50px rgba(8, 8, 8, 0.712);
  text-shadow: 1px 1px 3px rgba(19, 19, 19, 0.616);
}

#error{
  color: rgb(109, 14, 14);
    margin-top: 15px;
}
#success{
  color:rgb(136, 197, 124);
  margin-top: 15px;
}
#capchat{
  color:white;
}
#no3{
  width: 20px;
  background-color: rgba(255, 255, 255, 0.178);
  border: none;
  color:white;
}


@media (max-width: 1280px) and (min-height: 800px) {
  input::placeholder{
    font-size: 1.3vw;
  }
  textarea::placeholder{
    font-size: 1.35vw;
  }
  input{
    padding: 1% 0.5% 1% 0.5%;
    width: 65%;
  }
  textarea{
    width: 65%;
  }
  #btn_validate{
    font-size: 1.5vw;
  }
}


@media (max-width: 1176px) {
    input::placeholder{
    font-size: 1.1vw;
  }
  textarea::placeholder{
    font-size: 1.1vw;
  }
}

@media (max-width: 1152px) and (min-height: 730px){
  input::placeholder{
    font-size: 1.3vw;
  }
  textarea::placeholder{
    font-size: 1.35vw;
  }
  input{
    padding: 1% 0.5% 1% 0.5%;
    width: 65%;
  }
    textarea{
    width: 65%;
  }
  #btn_validate{
    font-size: 1.5vw;
  }
}


  
@media (max-width: 1024px) and (min-height: 640px){
  input::placeholder{
    font-size: 1.3vw;
  }
  textarea::placeholder{
    font-size: 1.35vw;
  }
  input{
    padding: 1% 0.5% 1% 0.5%;
    width: 65%;
  }
  textarea{
    width: 65%;
  }
  #btn_validate{
    font-size: 1.5vw;
  }
}
@media (max-width: 800px) {
  #btn_validate{
    padding: 1%;
  }
  input{
    padding: 1% 0.5% 1% 0.5%;
    width: 65%;
  }
  textarea{
    width: 65%;
  }
}

@media (max-width: 700px) {
  #container_form{
    width: 80%;
    margin-left: 10%;
  }
    input::placeholder{
    font-size: 3vw;
  }
  textarea::placeholder{
    font-size: 3vw;
  }
  input{
    font-size: 3vw;
  }
  textarea{
    font-size: 3vw;
  }
  #btn_validate{
    font-size: 3vw;
  }
  #container_form{
    transform: none;
    position: relative;
    top: 15%;
  }
}

@media (max-width: 600px) {
  #container_form{
    width: 90%;
    margin-left: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
    input::placeholder{
    font-size: 3.5vw;
  }
  textarea::placeholder{
    font-size: 3.5vw;
  }
  input{
    font-size: 3.5vw;
    width: 80%;
  }
  textarea{
    font-size: 3.5vw;
    width: 80%;
  }
  #btn_validate{
    font-size: 3.5vw;
  }
  .container_input{
    margin-top: 5%;
  }
}



