.road-and-title {
  background: #1D697F;
  color: #ffffff;
}
.road-and-title a {
  color: #ffffff;
}

#annuaire-header-nuage {
  background: #1D697F;
  margin-top: -54px;
}
@media (min-width: 992px) {
  #annuaire-header-nuage {
    margin-top: -124px;
  }
}
#annuaire-header-nuage .nuage-image {
  height: 90px;
}
#annuaire-header-nuage .nuage-image img {
  max-width: 100%;
}

#annuaire-header {
  padding: 40px 0;
}
#annuaire-header #annuaire-header-texte {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 2.6rem;
}
#annuaire-header #annuaire-header-btn {
  color: #ffffff;
  flex-direction: column;
}
#annuaire-header #annuaire-header-btn a {
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  margin: 7px 0;
  border: #000000 solid 2px;
  padding: 3px 25px;
}
#annuaire-header #annuaire-header-btn a:hover {
  background: none;
  color: #000000;
}

#annuaire-form-libre {
  margin-top: 55px;
}

#annuaire-filtres {
  margin-top: 27px;
}

#annuaire-resultats {
  margin-top: 69px;
}

#annuaire_filtres_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (min-width: 992px) {
  #annuaire_filtres_wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#annuaire_filtres_wrapper .div_submit .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 25px;
  border-radius: 20px;
  border: 2px solid #000000;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  background-color: #000000;
  width: 100%;
  color: #ffffff;
}
#annuaire_filtres_wrapper .div_submit .submit:hover, #annuaire_filtres_wrapper .div_submit .submit:focus {
  background-color: transparent;
  color: #000000;
}

form .simpleform_field.div_hidden {
  margin: 0;
}
form .need {
  display: none;
  margin-bottom: 15px;
}
form fieldset {
  padding-bottom: 25px;
  position: relative;
}
form fieldset legend {
  padding-bottom: 15px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
}
form label {
  display: block;
  font-size: 2.4rem;
}
form .text, form .password, form textarea, form input[type=file] {
  color: #000000;
  font-family: "Lato", Arial, Verdana, sans-serif;
  width: 100%;
  height: 47px;
  padding: 12px 15px;
}
form .checkbox label {
  margin-left: 20px;
}
@media (min-width: 992px) {
  form .checkbox label {
    margin-left: 30px;
  }
}
form .checkbox label input {
  float: left;
  margin-top: 4px;
}
form .checkbox label p {
  margin-left: 25px;
}
form button {
  font-size: 1.8rem;
  margin-top: 20px;
}
form select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/picto_accordeon_down.svg);
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  height: 40px;
  padding: 5px 45px 5px 25px;
  border-radius: 20px;
  font-size: 1.8rem;
  line-height: 3rem;
  background-color: #95CAA3;
  border: none;
  background-repeat: no-repeat;
  background-position: right 17px center;
  width: 100%;
  cursor: pointer;
}
form #div_annuaire_localisation select option {
  text-transform: uppercase;
}
form #div_annuaire_localisation select option:first-child {
  text-transform: none;
}

#annuaire-map {
  height: 613px;
  margin-top: 60px;
  background-color: #FBA252;
  position: relative;
}
#annuaire-map #map {
  height: 100%;
  width: 100%;
  z-index: 1;
}
#annuaire-map .map-geoloc {
  width: 40px;
  height: 40px;
  padding: 2px;
  display: inline-flex;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5) url("../img/picto_localisation.png") no-repeat center center;
  background-size: 80%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

.pagination {
  margin-top: 86px;
}

footer {
  margin-top: 157px;
}

/*# sourceMappingURL=annuaire.css.map */
