


#container_acrroche_titre_contact{
  width: 70%;
  margin-left: 15%;
  padding-top: 10%;
  position: relative;
  z-index: 2;
  height:auto;
}
.intro_contact{
  text-align: center;
}
.container_text{
  width: 100%;
}
#container_contact{
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.container_contact{
  width: 42%;
  height: auto;
  position: relative;
}
#form_contact{
  width: 58%;
  background-color: #e6e7e069;
  padding: 4% 5%;
  border-radius: 30px;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.10),
    0 8px 20px rgba(0, 0, 0, 0.05),
    0 30px 60px rgba(0, 0, 0, 0.08);
}
#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 rgb(10, 60, 200);
  background-color: white;
  font-size: clamp(15px, 1.1vw, 30px);
  padding: 1%;
}

input:focus{
  outline: none;
  box-shadow: none;
}
textarea{
  width: 100%;
  height:30vh;
  border-radius: 5px;
  border: 1px solid rgb(10, 60, 200);
  background-color: white;
  font-size: clamp(15px, 1.2vw, 30px);
  padding: 2%;
  min-height: 300px;
}
textarea:focus{
  outline: none;
  box-shadow: none;
}
#container_btn_contact{
  text-align: center;
}
#btn_sub{
  /* background-color: white;
  color:black; */
}


.custom_input,
.custom_select{
  width: 100%;
  padding: 2%;
  border-radius: 5px;
  border: 1px solid rgb(10, 60, 200);
  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%;
  }
  #form_contact{
    width: 80%;
  }
}

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


