.contact-container{
  margin-top: 0px;
  width: 90%;
  margin-top: 60px;
}

.contact-title{
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}

.contact-question{
  font-size: 20px;
  letter-spacing: 1.3px;
  margin-top: 10px;
}
.contact-proposition{
  font-size: 30px;
  margin: 0px;
}

.name-title{
  font-family: dynalight;
  padding: 0px;
  margin: 0px;
  font-size: 60px;
}

.name-contact, .adresse {
  font-size: 20px;
  letter-spacing: 1.3px;
}

.phone{
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  column-gap: 10px;
  font-size: 22px;
  font-family: roboto;
  background-color: #a287f1;
  width: fit-content;
  border-radius: 20px;
  padding: 10px 25px;
  color: white;
  cursor: pointer;
  margin-top: 10px;
}

.phone:hover{
  background-color: #b39aff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.phone-logo{
  height: 20px;
  width: 20px;
}

.contact-form-maps-container{
  background-color: #e6f5d8;
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  align-items: center;
}

.form{
  width: 90%;
  display: flex;
  justify-content: center;
}

.form-container{
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 25px;
  width: 100%;
}
.info{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  font-size: 22px;
  margin-top: 10px;
  width: 100%;
}
.message{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  font-size: 22px;
  width: 100%;
}

.input-info{
  width: 90%;
  max-width: 400px;
  height: 30px;
  border: solid 1px var(--accent-color);
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
}

textarea{
  height: 200px;
  width: 90%;
  max-width: 300px;
  min-width: 300px;
  max-height: 200px;
  min-height: 200px;
  font-size: 16px;
  border: solid 1px var(--accent-color);
  border-radius: 10px;
  padding: 10px;
}

.button-contact {
  padding: 12px 40px;
  background-color: #a287f1; /* violet doux */
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.button-contact:hover {
  background-color: #b39aff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.button-contact:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.map-contact{
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.map-google{
  border-radius: 15px;
}
