@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Les Titres */

#h2Contact{
  color: #DDB0CE;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 10px;
}

#h3Contact{
border: 3px solid #DDB0CE;
text-align: center;
}
/* Les elements parents */

#divTextContact{
  background-color: rgba(58, 57, 59, 0.1);
  text-align: justify;
}

.contact-container{
  width: 350px;
  height: 420px;
  margin-bottom: 20px;
}

#sectionContact{
  display: flex;
  justify-content: space-around;
  font-family: 'Poppins', sans-serif;
  /* padding: 10px;
  margin: 10px; */
}

/* Le contact Form */

.inputElement {
    width: 100%;
    margin: 10px;
    padding: 5px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
  }

  .form-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #000000;
    /* width: 40%; */

  }
  
  .form-input {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 75%;
    font-family: 'Poppins', sans-serif;
  }
  
  #message {
    width: 100%;
    margin: 10px;
    padding: 5px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
  }

  #submitButton{
    width: 90%;
    background-color: white;
    font-family: 'Poppins', sans-serif;
  }

  .form-input:hover{
    background-color: #FFB3C1;
  }

  #map{
    width: 100%;
    height: 100%;
    border: 1px solid #000000;

  }
 


  @media screen and (min-width: 1025px){
    #sectionContact{
      flex-direction: row;
    }
    .contact-container{
      justify-content: center;
    }
    #map{
      text-align: center;
    }
}
  @media screen and (max-width: 1024px){
    
    #divTextContact {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
    #sectionContact{
      flex-direction: column;
      padding-bottom: 20px;
    }
    .contact-container{
      padding-bottom: 20px;
      width: 100%;
      /* justify-content: center; */
      /* align-items: center; */
      /* margin-left: 22vw; */
    }
    #map{
      text-align: center;
    }
    #pContact{
      text-align: center;
    }
   
} 