.container-info {
  display: flex;
  flex-direction: row; /* Side-by-side layout by default */
}

.Horaires,
.Contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 200px;
  margin-top: 80px;
}

.hours-list {
  list-style: none;
  padding: 0;
}

input,
textarea {
  width: 100%;
  margin: 8px 0;
  padding: 8px;
  height: 80px;
}

input[type="text"] {
  height: 30px;
  border: 1px solid #ccc;
}

input[type="email"] {
  height: 30px;
  border: 1px solid #ccc;
}

button {
  background-color: blue;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

button:hover {
  background-color: darkblue;
}

.divider-info {
  border: 0;
  height: 2px;
  background-color: #272626;
  margin-top: 2px;
  margin-bottom: 20px;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.container-adresse {
  position: relative;
  margin-top: 85px !important;
  width: 400px;
  height: 200px;
  margin: 50px auto;
}

.container-adresse iframe {
  width: 100%;
}

@media (max-width: 1200px) {
  .container-info {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .section-adresse {
    width: 100%;
  }
  .container-adresse {
    width: 100% !important;
    position: relative;
    margin: 50px auto;
    width: 50em;
    height: auto;
  }

  .Horaires {
    font-size: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 200px;
    margin-top: 80px;
  }

  .container-adresse iframe {
    width: 70%;
    height: 400px;
  }
}

@media (max-width: 700px) {
  .container-adresse {
    position: relative;
    width: 500px;
    height: 600px;
    margin: 50px auto;
  }

  .container-adresse iframe {
    width: 70%;
    height: 300px;
  }
}

@media (max-width: 500px) {
  .container-adresse {
    position: relative;
    width: 300px;
    height: 600px;
    margin: 50px auto;
  }

  .container-adresse iframe {
    width: 100%;
    height: 300px;
  }
}
