#contacts-anchor {
  padding-top: 60px;
}
.contacts-section {
  margin-bottom: 150px;
  padding: 0px;
  margin-top: 200px;
}
.contacts-section .map-sm {
  display: none;
}
.contacts-section #map_neuilly, .contacts-section #info_dom_neuilly {
  display: none;
}
.contacts-section .contacts-container {
  height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0px;
  margin-top: 40px;
  margin: auto;
  max-width: 1300px;
}
.contacts-section .contacts-container .form-side {
  padding: 0px;
  justify-content: space-between;
}
.contacts-section .contacts-container form {
  align-self: flex-end;
  padding: 0px;
  z-index: 5;
}
.contacts-section .contacts-container form .name-container {
  display: flex;
  justify-content: space-between;
}
.contacts-section .contacts-container form .name-container .field {
  width: 45%;
}
.contacts-section .contacts-container form input {
  margin-top: 15px;
}
.contacts-section .contacts-container form .group_message {
  margin-top: 20px;
}
.contacts-section .contacts-container form .group_message label {
  font-size: 15px;
}
.contacts-section .contacts-container form .group_message .form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 15px;
  color: gray;
  font-weight: 600;
}
.contacts-section .contacts-container form .group_message textarea {
  margin-top: 20px;
  height: 150px;
}
.contacts-section .contacts-container form textarea {
  height: 100px;
}
.contacts-section .contacts-container form button {
  margin-top: 20px;
  background-color: black;
  border: none;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
  list-style: none;
  text-decoration: none;
  float: right;
  transition-duration: 0.5s;
}
.contacts-section .contacts-container form button:hover {
  background-color: #0066DF;
  color: white;
}
.contacts-section .contacts-container .info {
  background-color: #f3f3f3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 13px;
}
.contacts-section .contacts-container .info .top-info-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacts-section .contacts-container .info .top-info-section .div-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 50%;
}
.contacts-section .contacts-container .info .top-info-section .div-info i {
  font-size: 25px;
  margin-right: 10px;
  color: #0066DF;
}
.contacts-section .contacts-container .info .top-info-section .div-info p {
  margin: 0px;
}
.contacts-section .contacts-container .info .top-info-section .metro {
  display: flex;
  align-items: center;
}
.contacts-section .contacts-container .info .top-info-section .metro .picto {
  color: #0066DF;
  border: solid #0066DF 2px;
  height: 25px;
  width: 25px;
  font-size: 12px;
  padding-top: 2px;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
}
.contacts-section .contacts-container .info .bottom-info-section {
  padding: 10px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  border-top: solid 1px #c5c5c5;
}
.contacts-section .contacts-container .info .bottom-info-section i {
  margin: 0 10px;
}
.contacts-section .contacts-container .maps-section {
  padding: 0px;
}
.contacts-section .contacts-container .maps-section .label-input {
  display: flex;
}
.contacts-section .contacts-container .maps-section .map {
  height: 240px !important;
  z-index: 2;
  height: auto;
  position: relative;
  top: 10px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100% !important;
}
@media (max-width: 990px) {
  .contacts-section {
    margin-top: 80px;
  }
}
@media (max-width: 640px) {
  .contacts-section {
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .contacts-section .title-shadow-4 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .contacts-section .metro {
    border-top: none !important;
  }
}

@media (max-width: 1200px) {
  .contacts-section {
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .contacts-section {
    padding-right: 0px;
  }
}
@media (max-width: 990px) {
  .contacts-section .contacts-container {
    justify-content: space-between;
    height: auto;
  }
  .contacts-section .contacts-container .logo_paris, .contacts-section .contacts-container .logo_neuilly {
    width: 120px;
  }
}
@media (max-width: 990px) and (max-width: 767px) {
  .contacts-section .contacts-container {
    flex-direction: column;
    padding-right: 50px;
  }
}
@media (max-width: 990px) and (max-width: 640px) {
  .contacts-section .contacts-container {
    padding-right: 0px;
  }
  .contacts-section .contacts-container .form-side {
    padding-right: 0px;
  }
}
@media (max-width: 990px) {
  .contacts-section .contacts-container .map {
    border-radius: 10px;
    width: 90%;
  }
}
@media (max-width: 990px) {
  .contacts-section .contacts-container form {
    padding: 0px !important;
  }
  .contacts-section .contacts-container form .info {
    border: solid #cfcfcf 1px;
    padding: 15px;
    height: auto;
    margin-bottom: 20px;
    display: flex;
    font-size: 12px;
  }
  .contacts-section .contacts-container form .info .address {
    font-weight: bold;
    margin: 0px;
  }
  .contacts-section .contacts-container form .info .address br {
    display: none;
  }
  .contacts-section .contacts-container form .info .tel {
    margin: 2px 0px 8px;
  }
  .contacts-section .contacts-container form .info .metro {
    border-top: solid 1px #cfcfcf;
    display: flex;
    align-items: center;
  }
  .contacts-section .contacts-container form .info .metro .line {
    background-color: #FFEC00;
  }
  .contacts-section .contacts-container form .info .metro .station {
    margin: 0px;
    font-weight: 500;
  }
}
@media (max-width: 990px) {
  .contacts-section .contacts-container .maps-section {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .maps-section {
    padding: 0px;
  }
  .maps-section .info {
    flex-direction: column;
    width: 100% !important;
    text-align: center;
  }
  .maps-section .info .metro {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    margin: auto !important;
  }
  .maps-section .info .top-info-section {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .maps-section .info .top-info-section br {
    display: none;
  }
  .maps-section .info .top-info-section .div-info {
    width: 100% !important;
    margin: 10px 0px;
  }
  .maps-section .info .top-info-section .div-info p {
    text-align: left;
  }
  .maps-section .info .top-info-section .metro {
    margin: initial;
    margin: 10px 0px;
  }
  .maps-section .info .bottom-info-section {
    font-size: 20px;
  }
  .maps-section .name-container {
    flex-direction: column;
  }
  .maps-section .name-container .field {
    width: 100% !important;
  }

  .map {
    margin-top: 30px !important;
    width: 100% !important;
  }
}
.locaux_radio {
  margin: 0px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.locaux_radio .label-input {
  width: 45%;
  padding: 10px;
  border-radius: 0px;
  border-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: solid 2px #ececec;
  background-color: #ececec;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
}
.locaux_radio .label-input .icon {
  height: auto;
  margin-bottom: 10px;
}
.locaux_radio .label-input .icon i {
  font-size: 40px;
}
.locaux_radio .label-input h5 {
  font-size: 17px;
}
.locaux_radio .label-input p {
  margin: 0px;
}
.locaux_radio .label-input:hover {
  background-color: #f8fafc;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.096);
}
.locaux_radio .label-input i {
  transition-duration: 0.5s;
}
.locaux_radio input[type=radio]:checked + label {
  background-color: white;
  color: black;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.096);
}
@media (max-width: 640px) {
  .locaux_radio .radio-btn-container, .locaux_radio .locaux_radio {
    margin-bottom: 0px !important;
  }
  .locaux_radio .label-input {
    margin-bottom: 0px;
  }
}
@media (max-width: 390px) {
  .locaux_radio .label-input b {
    font-size: 12px;
  }
}

.hiddenRecaptcha {
  display: block !important;
  opacity: 0;
  position: relative;
  pointer-events: none;
  top: 80px;
  right: 0px;
  z-index: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}