
.contact {
  padding: 3rem 10% 5rem 10%;
  min-height: 900px;
  background-color: #f2f2f2;

}

.contact h1 {
  font-family: 'Gruppo', cursive;
  text-align: center;
  font-size: 70px;
}
.contact-conteneur, .ligne {
  display: flex;
  flex-direction: row;
}

.conteneur-flex-contact{
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}


.map {
  overflow:hidden;
  background:none!important;
  position:relative;
  text-align:center;
  border-radius: 40px;
}

.map iframe {
  width: 450px; 
  height: 450px;
}

#logo_adresse {
  padding: 20px 0 0 0;
  min-width: 110px; 
  max-width: 110px; 
  min-height: 110px; 
  max-height: 110px; 
}

.description_adresse {
  display: flex;
  flex-direction: row;
}

.texte_description  {
  padding: 0px 0 0 30px;
}


.texte_description h3 {
  margin: 20px 0 20px 0;
  font-size: 24px;
}

.texte_description  a{
  text-decoration: underline;
  color: #3b3b3b;
}

.texte_description p {
  color: #3b3b3b;
  margin-top: 23px;
  font-size: 14px;
}

.conteneur-contact{
  padding: 20px;
}

.arrondie, .conteneur3 {
  border: 2px solid #9b9b9b;
  border-radius: 15px;
}

.space-between {
  justify-content: space-around;
}

input, textarea {
  color:#3b3b3b;
  background-color: #f2f2f2;
  font-family: 'Roboto', sans-serif;
  width:100%;
  border-radius: 8px;
  border: 1px solid #9b9b9b;
  resize: none;
}

.ligne{
  height: 35px;
  margin-bottom: 20px;
  width: 101.5%;
}

.nom-prenom {
  margin-right: 30px;
}

.red-text {
  color:red;
}

input::placeholder, textarea::placeholder {
font-size: 15px;
}

h4 {
  color:#3b3b3b;
}

button {
  cursor:pointer;
  font-weight: bold;
  font-size: 15px;
  width: 120px;
  margin-top: 15px;
  height:50px;
  border: 0px;
  color: #f2f2f2;
  border-radius: 8px;
  background-color: #3b3b3b;
}

.conteneur3 {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}

.no-padding {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}

.conteneur3 a {
  text-decoration: underline;
  color: #3b3b3b;
}

.conteneur3 p {
  font-size: 12px;
}

@media only screen and (max-width: 1679px) {
  .conteneur3 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1193px) {
  .texte_description h3 {
    margin: 12px 0 20px 0;
  }
}

@media only screen and (max-width: 1193px) {
  div:nth-child(1) {
    margin-bottom: 20px;
  }

  .conteneur3 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1005px) {
  div:nth-child(2) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 515px) {
  .map iframe {
    width: 300px; 
    height: 300px;
  }

  #logo_adresse {
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px 0 0 0;
    min-width: 65px; 
    max-width: 65px; 
    min-height: 65px; 
    max-height: 65px; 
  }
  
  .contact h1 {
    font-size: 50px;
  }
  
  .texte_description {
    margin-top: 0!important;
  }

  .texte_description h3 {
    font-size: 17px;
}

.texte_description a {
  font-size: 14px;
}

.texte_description p {
  font-size: 11px;
}

  .description_adresse {
    margin-top: 0!important;
  }

}  

@media only screen and (max-width: 448px) {
  .map iframe {
    width: 220px; 
    height: 220px;
  }
  
}






















