.map_custom .leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
  object-fit: contain;
}
.apropos_de_loperation {
  display: flex;
  flex-direction: column;
}
.formulaire_operation_ {
  z-index: 9999999999;
  background-color: #fff;
  position: fixed;
  max-height: 60% !important;
  bottom: -15px;
  left: 40%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 7px 13px rgba(125,124,124,.12);
  width: 500px;
  height: 450px;
  max-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-start;
}
.form_contact{
  max-width: 100%;
 /* max-height: calc(100% - 50px);*/
  overflow-y: scroll;
}
.les_info {
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
  flex-direction: column;
}
.form_contact #forminator-module-983 {
  padding: 0 20px !important;
  margin-top: 0 !important;
}
.apropos_de_loperation p {
  font-size: 22px !important;
  font-weight: 700;
    color: #019ee5 !important;
}
.les_info h3 {
  font-size: 20px !important;

  font-weight: 600 !important;
}

/*.form_contact .forminator-row {
  display: flex;
  gap: 25px;
}*/
.form_contact #address-1,.form_contact #address-1-street_address,.form_contact #textarea-1 {
  width: 100% !important;
}
.form_contact .forminator-row input {
  padding: 0 !important;
  background: #019ee5 !important;
}
.form_contact .forminator-row {
 margin-bottom :5px !important;
}
.forminator-row .forminator-col-6 {
  margin-bottom: 0 !important;
}
.forminator-row .forminator-checkbox__wrapper {
  margin-top: 10px !important;
}
.head_form {
  width: 100%;
  height: 100px;
  background: #019ee5;
}

.cancel_formulaire img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.cancel_formulaire {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
}
.cacher_form{
  display: none !important;
}
.dropdown_formulaire {
  position: relative;
  top: 10px;
  left: 10px;
}
.dropdown_formulaire img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.dropdown_formulaire {
  position: relative;
  top: 10px;
  left: 20px;
  cursor: pointer;
  width: 21px;
}
.et-l.et-l--footer{
  z-index: 0;
    position: relative;
}
.drop_downcache{
  background-color: transparent !important;
  box-shadow: none !important;
}
.drop_downcache {
  bottom: 60% !important;
  max-height: 25px !important;
}
.drop_downcache .dropdown_formulaire img {
  rotate: -180deg;
}
.drop_downcache .cancel_formulaire {
  top: 3px !important;
}
.drop_downcache .dropdown_formulaire {
   top: 3px !important;
}
#total_post {
  width: 100%;
  background: #fff;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
}
#total_post span {
  font-weight: 300;
}
.contenue_map {
  display: flex;
  justify-content: center;
}
#map1 {
  width: 90%;
}
@media (max-width: 868px){
.formulaire_operation_ {
  left: -50% !important;
  width: 100% !important;
  transform: translate(50%);
}
}