@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Petit+Formal+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Parisienne&family=Petit+Formal+Script&display=swap");

.container-full{
  max-width: 1100px;       /* Largeur maximale fixée à 1100px */
  width: 100%; 
  margin: auto;            /* Par défaut, le conteneur prendra toute la largeur disponible */
}

h1{

  text-align: center;
  font-family:'Open Sans',sans-serif;
  font-size: 2.8rem;
  font-weight: lighter;
  color: rgb(236, 235, 234);
  text-transform: uppercase;
  letter-spacing: 1px; 
  margin-top: 0;
}

.container {
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(149, 149, 149, 0.303);
  padding: 3px 30px 3px 30px;
  width:60%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 100px;
}

.contact-container {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.form-container {
  width: 60%;
}
.form_title {
  font-weight: lighter;
   color:rgb(59, 57, 56);
}

.form-row {
  display: flex;
  gap: 10px;
}

.form-group {
  margin-bottom: 15px;

}

.societe-group {
  display: none;
}
.mouche{
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
.fly-draw{
  width: 60px;
  height: auto;
  margin-left: 35%;
}

.contact-image {
  width: 80%;
  height: auto;
  
}
.img-group{
  text-align: center;
  margin-bottom: 40px;
}
.button {
  background-color: #E6D1CB;
  align-self: center;
  color:rgb(59, 57, 56);
  padding: 10px 50px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 30px;
  margin-left: 70px;
}
.input_message{
  width: 305px;
  height: 70px;
  background-color:rgb(236, 235, 234);
  border:rgba(90, 90, 90, 0.18); 

  font-family:Arial, Helvetica, sans-serif;
  font-size: small ;
}
.contact_p{
  text-align: center;
  font-family: 'Parisienne', 'Open sans', sans-serif;
  color:rgb(59, 57, 56);
  letter-spacing: 3px;
  font-size: 1.2rem; 
  margin : 0px 15px 0px 15px
}
h3{
  text-align: center;
  font-family:'Open Sans',sans-serif;
  font-size: 2rem;
  font-weight: lighter;
  color:rgb(59, 57, 56);
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.input_color {
  background-color:rgb(236, 235, 234);
  border:rgba(90, 90, 90, 0.18); 
  padding: 5px;
  width: 140px;
  }
  .input_status{
    background-color:rgb(236, 235, 234);
    border:rgba(90, 90, 90, 0.18); 
    padding: 5px;
    width: 120px;
    margin-top: 10px;
  }
.input_compagny{
  width: 300px;
  border:rgba(90, 90, 90, 0.18); 
  padding: 5px;
  width:300px;
}
.icons{
  font-size: large;
  color: rgb(236, 235, 234);
}

.text_contact{
  margin:10px;
  font-family:  'Open sans', sans-serif;
  color:rgb(59, 57, 56);
}
.contact_error>ul>li{
  width: 100%;
  height: auto;
  color:rgb(255, 0, 0);
  font-size: 1em;
  margin: 0px;
  text-align: center;
  list-style: none;
}
.contact_error>ul{
  margin:0px;
  padding:5px;
}
.contact_error{
display: flex;
justify-content: center;
align-items: center;
}
.text_check{
  font-family:'Open Sans', sans-serif;
}
.field-error input,
.field-error textarea {
  border: 2px solid #ec0000;
}
.required{
  color:rgb(59, 57, 56);
  font-family:'Open Sans',sans-serif;
  font-size: 0.8em;
}
.form_consent{
  width: 300px;
}
.form{
width: 80%;
}
.atelier-footer{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
}
.epv{
  width: 10%;
  margin-right: 0.90rem;
}
.epv-logo{

  width: 100%;
  height: auto;
  align-self: center;
}
.mof{
 margin-left: 0,90rem;
  width: 10%;  
}
.mof-logo{

  width: 100%;
  height: auto;
  align-self: center;
}
@media (max-width: 1024px) {
  .contact-image{
   width: 65%;
  }
  .img-group {
    display: none;
  }
  .container{
    width: 50%;

  }

}
@media (max-width: 860px) {
  .contact-image{
margin-left: 40px;
}
.text-img{
  font-size: 0.5em;
  margin-left: 10px;
}
}
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-container {
    width: 100%;
  }

  .img-group {
    display: none;
  }
}
@media (max-width: 622px){
  .form-row{
  display: inline-block;
}  
.input_message{
  width: 256px;
  height: 60px;
}
.input_compagny {
width: 117%;
}
.form_consent{
  width: 240px;
}
.form{
  width: 100%;
  }
  .button{
    margin-left: 50px;
  } 
   .input_color{
    width: 150%;
  }
  .input_compagny{
    width: 78%
  }
}
@media (max-width: 565px){

  .input_message{
    width: 259px;
  }
}
@media (max-width: 490px){
  .input_color {
    width: 110%;
  }
  .input_message{
    width: 182px;
    height: 64px;
  }
  .input_compagny {
  width: 65%;
  }
  .form_consent{
    width: 200px;
  }
  .button{
    margin-left: 10px;
  }
}