#contact-link {
    text-align: right;

    .ico-mail {
        margin-left: 0;
    }
    .contact-link-phone {
        margin-left: 15px;
        color: #e30a21;
        font-weight: bold;
    }
}

/* HOME */
#index {
  #carousel {
    margin-bottom: 0;
  }
  .carousel-inner {
    margin-bottom: 0;
  }
  .bgcontenthome {
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffffff 50%);
  }
  .page-home {
    padding-top: 20px;
  }
  #custom-text {
    margin-top: 40px;
  }
}

/* MY ACCOUNT */
.page-my-account #content .links a span.link-item {
  height: auto;
}

.pictos > img, .pictos > a img {
  width: 115px;
}

/* FACETED SEARCH — sidebar de filtrage
 * PS9 ne rend plus les facettes "dropdown" comme des <select> natifs (stylés
 * en prod via "#search_filters .facet select") mais comme un faux-select JS
 * (.facet-dropdown > .select-title + .dropdown-menu) non stylé dans #search_filters.
 * On reproduit ici l'apparence du <select> de prod : largeurs 208/159/118px,
 * options #777, bordure pointillée, hover #f6f6f6. */
#search_filters .facet .facet-dropdown {
  padding: 0;
}
#search_filters .facet .facet-dropdown .select-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 208px;
  max-width: 100%;
  margin-top: 0.4375rem;
  padding: 0.375rem 0.5rem;
  color: #777;
  background: white;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 1.4rem;
  cursor: pointer;
}
#search_filters .facet .facet-dropdown .select-title .material-icons {
  margin-left: 0.25rem;
}
#search_filters .facet .facet-dropdown .dropdown-menu {
  width: 208px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 0;
}
#search_filters .facet .facet-dropdown .select-list {
  display: block;
  color: #777;
  padding: 3px 5px;
  border-bottom: 1px dotted #ccc;
}
#search_filters .facet .facet-dropdown .select-list:hover {
  background: #f6f6f6;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #search_filters .facet .facet-dropdown .select-title,
  #search_filters .facet .facet-dropdown .dropdown-menu {
    width: 159px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #search_filters .facet .facet-dropdown .select-title,
  #search_filters .facet .facet-dropdown .dropdown-menu {
    width: 118px;
  }
}

/* Zone de notifications déplacée à l'intérieur de #wrapper : espace vis-à-vis du header */
#wrapper > #notifications {
  /*margin-top: 20px;*/
}
