.contact-title {
  width: 100%!important;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}


.contact-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  margin: 2rem auto;
  max-width: 1200px;
}

.contact-block {
  background-color: #f4f4f4;
  padding: 2rem;
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-subtitle{
  margin-top: 1rem;
  margin-bottom: 0.25em;
  color: #333;
  font-size: 2.5em;
}

.form-group label{
  font-size: 2.5em;
  margin: 0;
  padding:0;
}

.contact-form {
  flex: 1 1 400px;
  background-color: #f4f4f4;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
  padding: 0.8rem;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.form-button {
  padding: 0.8rem 1.2rem;
  background-color: black;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-button:hover {
  background-color: #333;
}

.mapDiv{
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}


.horaire-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}

.horaire-jour {
  font-weight: bold;
  color: #333;
  margin: 0;
  flex: 1;
}

.horaire-heures {
  margin: 0;
  text-align: right;
  flex: 1;
  color: #555;
}

.horraires{
    margin-inline: 10em;
    margin-bottom: 2em;
}

.blocblocContact{
  display: flex;
  align-items: center;
  gap: 2em;
  padding-inline: 2em;
}

@media (max-width: 785px) {
  
  .contact-block{
    padding-top: 0!important;
    background-color: white;
  }

  .blocblocContact{
    padding-left: 3.5em;
  }
}

@media (max-width: 992px) {

  .contact-title{
    justify-content: flex-start;
  }

  .horraires{
    margin: 0!important;
  }


}