


#container_acrroche_titre_contact{
  width: 70%;
  margin-left: 15%;
  padding-top: 10%;
  position: relative;
  z-index: 2;
  height:auto;
}
form{
  
}
.container_text{
  width: 100%;
}
#container_contact{
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.container_contact{
  width: 50%;
  height: auto;
  position: relative;
}
#logo_contact{
  position: absolute;
  bottom: 25%;
  left:40%;
  transform: translateX(-60%);
  width: 50%;
  opacity: 1;
}
label{
position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}
input{
  width: 100%;
  border-radius: 5px;
  border: 1px solid black;
  background-color: transparent;
  font-size: clamp(15px, 1.1vw, 30px);
  padding: 1%;
}

input:focus{
  outline: none;
  box-shadow: none;
}
textarea{
  width: 100%;
  height:50vh;
  border-radius: 5px;
  border: 1px solid black;
  background-color: transparent;
  font-size: clamp(15px, 1.2vw, 30px);
  padding: 2%;
  min-height: 350px;
}
textarea:focus{
  outline: none;
  box-shadow: none;
}
  #container_btn_contact{
    text-align: center;
  }



.custom_input,
.custom_select{
  width: 100%;
  padding: 2%;
  border-radius: 5px;
  border: 1px solid black;
  outline: none;
  font-size: clamp(15px, 1.1vw, 30px);
}

/* select arrow */
.select_wrap{
  position: relative;
}

.select_wrap::after{
  content: "▾";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  pointer-events: none;
}
.coord_line{
  display: flex;
  gap:1%;
  width: fit-content;
  align-items: center;
}

.ic_coord{
  width: 4%;
  height: 4%;
  min-width: 20px;
  min-height: 20px;
}




@media (max-width: 1280px) and (max-height:1024px){
  textarea{
    height:40vh;
  }
  input{
  font-size: clamp(15px, 1.3vw, 30px);
}
textarea{
  font-size: clamp(15px, 1.4vw, 30px);
}
.custom_input,
.custom_select{
  font-size: clamp(15px, 1.3vw, 30px);
}

}


@media (max-width: 1280px) and (max-height:800px){
  textarea{
    height:50vh;
  }

}
@media (max-width: 1176px){

  input{
    font-size: clamp(15px, 1.1vw, 30px);
  }
  textarea{
    font-size: clamp(15px, 1.2vw, 30px);
  }
  .custom_input,
  .custom_select{
    font-size: clamp(15px, 1.1vw, 30px);
  }

}






@media (max-width: 800px){
  #container_acrroche_titre_contact{
    width: 90%;
    margin-left: 5%;
    padding-top: 20%;
  }
  #logo_contact{
    display: none;
  }
  #container_contact{
    flex-direction: column-reverse;
    align-items: center;
  }
  .container_contact{
    width: 70%;
    margin-top: 5%;
  }
  .container_contact{
    width: 90%;
    margin-top: 5%;
  }
}

@media (max-width: 800px){
 .are_first{
  margin-top: 8%!important;
 }
}
@media (max-width: 500px){
  #acrroche{
    margin-top: 80vh!important;
  }
}


