.annuaire_sidebar {
  display: none;
}
.strong {
  font-weight: 900;
}
.annuaire_result .annuaire_result_list {
  background-color: #f8f8f8 !important;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .annuaire_result .annuaire_result_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 460px) {
  .annuaire_result .annuaire_result_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.annuaire_result .annuaire_result_list .annuaire_single {
  margin-bottom: 0 !important;
  padding: 33px !important;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(169, 169, 169, 0.2);
  margin-left: 0px;
  border: 0;
  padding-left: 0;
  height: 375px !important;
  background: #fff !important;
}
.annuaire_result .annuaire_result_list .annuaire_single .single_desc {
  border: 0 none !important ;
  margin: 0 !important;
  position: relative;
}
.annuaire_result .annuaire_result_list .annuaire_single .ologo {
  max-width: 88px;
  position: relative !important;
  float: right;
  top: unset !important;
  margin: 0;
}
.annuaire_result .annuaire_result_list .annuaire_single .ologo .model-image {
  border: 0 none !important;
  width: 88px !important;
  height: 88px !important;
}
.annuaire_result .annuaire_result_list .annuaire_single:hover {
  background: #fff !important;
}
.annuaire_result .annuaire_result_list .annuaire_single .tags {
  position: absolute;
  top: 40px;
  left: 0;
}
.annuaire_result .annuaire_result_list .annuaire_single .tags .tag {
  background: #3d4179;
  padding: 5px 22px;
  color: #fff;
  font-size: 10px;
}
.annuaire_result .annuaire_result_list .annuaire_single .tags .tag + .tag {
  background: #62bfc4;
}
.annuaire_result .annuaire_result_list .annuaire_single .single_libel {
  margin-top: 58px;
  font-family: 'Muli', sans-serif;
  font-weight: normal !important;
  font-size: 21px;
  color: #62bfc4 !important;
  letter-spacing: -.7px;
  line-height: 1.2em;
}
.annuaire_result .annuaire_result_list .annuaire_single .single_libel a {
  font-weight: normal;
  color: #62bfc4 !important;
  text-decoration: none;
}
.annuaire_result .annuaire_result_list .annuaire_single .adresse_single {
  position: absolute;
  bottom: 35px;
  font-size: 11px;
  line-height: 1.5em;
  color: #727272;
}
.annuaire_result .annuaire_result_list .annuaire_single .infos_single {
  line-height: 1.3em;
  font-weight: 500;
  font-size: 12px;
  margin-top: 2px;
}
.annuaire_result .annuaire_result_list .annuaire_single .infos_single .poste {
  color: #3d4179;
}
.annuaire_result .annuaire_result_list .annuaire_single .infos_single .infos_separator {
  height: 0;
  width: 19px;
  border-top: 2px solid #b0b0ae;
  display: block;
  margin: 10px 0 20px;
}
.annuaire_result .annuaire_result_list .annuaire_single .infos_single .entreprise {
  color: #62bfc4;
}
.row.annuaire_result {
  background-color: #f8f8f8;
  padding-top: 30px;
  position: relative;
}
.row.annuaire_result:before {
  content: '';
  background-color: #f8f8f8;
  position: absolute;
  width: 200vw;
  left: -100vw;
  top: 0;
  z-index: 0;
  height: 100%;
  display: block;
}
.row.annuaire_result .annuaire-fond-page {
  z-index: 99;
  position: relative;
}
.gmap_all {
  height: 525px;
  width: 100vw;
}
.gmap_all #map {
  height: 525px;
}
.titre_pages {
  text-align: center;
  color: #3d4179 !important;
  font-weight: 900 !important;
}
.titre_pages:after,
.titre_pages:before {
  display: none !important;
}
.titre_annuaire {
  margin: 25px 0 40px;
}
.titre_annuaire .titre_annuaire1 {
  color: #3d4179 !important;
  font-family: Muli;
  font-weight: 500 !important;
  font-size: 29px;
  letter-spacing: 2px;
  line-height: 1em;
}
.titre_annuaire .titre_annuaire2 {
  color: #62bfc4 !important;
  font-family: Muli;
  font-weight: 500 !important;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 15px;
}
.local_annuaire_form {
  margin: 30px 0 50px;
  overflow: hidden;
}
.local_annuaire_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url('/ressources/css/images/select_arrow.svg') no-repeat 95% 20px !important;
}
.local_annuaire_form .col-sm-6 {
  padding: 0 !important;
}
.local_annuaire_form select,
.local_annuaire_form input {
  max-width: calc( 100% - 30px) !important;
  display: block;
  border-radius: 30px;
  margin-bottom: 20px;
  border-color: #bfbfbf !important;
  padding-left: 20px !important;
}
.local_annuaire_form input[type="submit"] {
  background-color: #d2d2d2;
  border: 0 none;
  float: right;
  font-size: 17px;
  height: 50px;
  color: #fff;
  font-weight: 900;
  line-height: 47px;
  width: 40%;
  margin-right: 30px;
}
.local_annuaire_form input[type="submit"]:hover,
.local_annuaire_form input[type="submit"].active {
  background-color: #62bfc4 !important;
}
.section-fildariane {
  margin: 30px auto 15px !important;
}
.titre_pages {
  margin: 15px auto 55px !important;
}
