.section-location .item__container.salles {
  width: 100%;
  height: 399px;
  margin-bottom: 32px;
  flex-direction: row-reverse;
}
.section-location .item__container.salles .item__img {
  height: 100%;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-location .item__container.salles .item__img .overlay {
  background: transparent;
}
.section-location .item__container.salles .item__infos {
  height: auto;
  align-items: start;
  justify-content: space-between;
  padding: 62px 68px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  -o-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.section-location .item__container.salles .item__infos .h5like {
  font-size: 2.5rem;
}
.section-location .item__container.salles .item__infos ul {
  color: #ffffff;
  list-style-type: disc;
  display: block;
  width: 100%;
  margin: 0 0 10px 18px;
  line-height: 1.8;
  font-size: 1.8rem;
}
.section-location .item__container.salles .item__infos .boutPlein {
  cursor: pointer;
}
.section-location .formulaire__entete h2::after {
  content: '';
  display: flex;
  width: 100%;
  max-width: 192px;
  margin: 27px 0 48px;
  height: 5px;
  background-color: #0578C0;
  background-image: -webkit-gradient(linear,left top,right top,from(#0578C0),to(#0578C0));
  background-image: -webkit-linear-gradient(left,#0578C0,#0578C0);
  background-image: -moz-linear-gradient(left,#0578C0,#0578C0);
  background-image: -ms-linear-gradient(left,#0578C0,#0578C0);
  background-image: -o-linear-gradient(left,#0578C0,#0578C0);
  background-color: transparent;
  background-size: 100%;
  background-position-y: 100%;
  background-position-x: 0;
  background-repeat: no-repeat;
}
.section-location .formulaire__entete p {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: justify;
}
.section-location select.wpcf7-select,
.section-location span.wpcf7-checkbox {
  display: block;
  margin: 10px 0px;
}
.section-location select.wpcf7-select {
  padding: 10px 20px;
  background-color: #0A0F39;
  border: 0;
  color: #0578C0;
}
.section-location .wpcf7-checkbox label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-right: 45px;
}
.section-location .wpcf7-checkbox label input[type="checkbox"] {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #0A0F39;
}
.section-location .wpcf7-checkbox label span.wpcf7-list-item-label {
  width: 100%;
  margin-left: 18px;
}
.section-location .wpcf7-radio {
  margin: 10px 0px;
  display: inline-block;
}
.section-location .wpcf7-radio label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.section-location .wpcf7-radio label input[type="radio"] {
  width: 24px;
  height: 24px;
  border-color: #0A0F39;
}
.section-location .wpcf7-radio label span.wpcf7-list-item-label {
  margin-left: 18px;
}
.section-location .wpcf7-date {
  display: inline-block;
  margin: 10px 0px;
  padding: 10px 28px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #0A0F39;
}
.section-location textarea,
.section-location input[type="text"],
.section-location input[type="email"],
.section-location input[type="tel"] {
  border: 1px #0A0F39 solid;
  outline: 0;
  -webkit-appearance: none;
  font-family: 'Nunito', sans-serif;
  border-radius: 20px;
  background-image: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  width: 100%;
  padding: 10px 28px;
  margin: 10px 0px;
  line-height: 1;
}
.section-location textarea {
  resize: vertical;
}
.section-location textarea:focus,
.section-location input:focus {
  border: 1px #0578C0 solid;
}
.section-location button[type="submit"] {
  display: block;
  margin: 44px auto 0;
}
.section-location ::placeholder {
  color: #c8c8c8;
}
.section-location div.wpcf7-recaptcha>div {
  margin: auto;
}
.section-location span.recaptcha>span>div {
  margin: auto;
}
.section-location input.fifty1 {
  width: 49%;
  margin-right: 1%;
}
.section-location input.fifty2 {
  width: 49%;
  margin-left: 1%;
}
.section-location .toggle span.wpcf7-list-item {
  margin: 0;
}
.section-location span.wpcf7-list-item {
  margin: 0 20px 0 0;
}
.section-location .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 991px) {
  .section-location .item__container.salles {
    flex-direction: column-reverse;
    height: 430px;
  }
  .section-location .item__container.salles .item__infos {
    padding: 42px 48px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-location .item__container.salles {
    height: auto;
  }
  .section-location .item__container.salles .item__img {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .section-location form input.fifty1,
  .section-location form input.fifty2 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
