/* Grille */

/* GRIS FONCÉ */

/* Recherche */

/* MENU PRINCIPAL */

/* BREAKPOINT */

/* HEADING */

/*Collapse */

/* TABLEAU */

/* FOOTER */

/* CARROUSEL NAV */

/* Bandeau bleu se connecter */

#localiser-poteau .results-prefix {
  display: none;
}

#localiser-poteau.localiser-poteau-resultats .results-prefix {
  display: inline;
}

#localiser-poteau .resultat {
  border-top: 1px solid #a2a2a2;
  padding-top: 30px;
}

#localiser-poteau .resultat:first-child {
  border-top: none;
}

#localiser-poteau #hq-main {
  min-height: 100%;
}

#localiser-poteau .select-stylise:before {
  background-image: url("/images2016/arrow-down.svg");
}

#localiser-poteau .txtRed {
  color: #DB0001;
  font-weight: 700;
}

#localiser-poteau #type-reperage-container a {
  text-align: center;
}

#localiser-poteau #type-reperage-container a img {
  max-width: 200px;
}

#localiser-poteau .structure #code-barre-container {
  display: none;
}

#localiser-poteau .structure #num-option-poteau {
  display: none;
}

#localiser-poteau .structure #poteau-error-message {
  display: none;
}

#localiser-poteau .structure #poteau-error-msg {
  display: none;
}

#localiser-poteau .structure #h3-poteau {
  display: none;
}

#localiser-poteau .structure form #adresse-lcl-container.groupe-champs--left {
  border-right: none;
  padding-right: 0;
  padding-left: 2.1rem;
  margin-bottom: 20px;
}

#localiser-poteau .poteau #num-option-structure {
  display: none;
}

#localiser-poteau .poteau #structure-error-message {
  display: none;
}

#localiser-poteau .poteau #structure-error-msg {
  display: none;
}

#localiser-poteau .poteau #h3-structure {
  display: none;
}

#localiser-poteau .poteau #num-structure-container {
  display: none;
}

#localiser-poteau .item-structure {
  display: none;
}

#localiser-poteau .item-poteau {
  display: none;
}

#localiser-poteau #aucun-resultat {
  display: none;
}

#localiser-poteau form input[type="text"] {
  border: 1px solid #17649F;
  background: #fff;
}

#localiser-poteau form .groupe-champs label {
  margin: 0;
}

#localiser-poteau form .groupe-champs label small {
  font-size: 1.6rem;
}

#localiser-poteau form .groupe-champs--right {
  padding-left: 2.1rem;
}

#localiser-poteau form .groupe-champs--left {
  border-right: 1px solid #a2a2a2;
  padding-right: 4rem;
}

#localiser-poteau form #modifier-type-recherche {
  text-align: right;
  margin-top: 20px;
}

#localiser-poteau .hq-has-error input[type="text"] {
  background-color: #f8eaea;
  border: 1px solid #fab2b2;
}

#localiser-poteau .hq-has-error #error-msg {
  color: #DB0001;
}

#localiser-poteau .hq-tooltip {
  border: none;
}

#localiser-poteau .hq-tooltip .res-icn-interrogation {
  background: #003366;
  color: #fff;
  border-radius: 1.5rem;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.275em;
  position: relative;
  top: 0.5rem;
}

#localiser-poteau #hq-tooltip .hq-tooltip-content p small {
  font-size: 1.2rem;
}

#localiser-poteau #hq-tooltip .hq-tooltip-content img {
  width: 100%;
}

#localiser-poteau a.lien-pointeur--back {
  background: url('/images2016/bg_arrow_back.png') no-repeat 0 0.4em;
}

#localiser-poteau .form-container {
  position: relative;
}

#localiser-poteau .form-container:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

#localiser-poteau .form-container:after {
  content: '';
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url('/images2016/loading.gif') no-repeat;
  background-size: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

#localiser-poteau .form-container.is-loading:before {
  opacity: 0.8;
  pointer-events: auto;
  -webkit-transition: 0.3s ease opacity;
  -o-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#localiser-poteau .form-container.is-loading:after {
  opacity: 1;
  -webkit-transition: 0.3s ease opacity;
  -o-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#localiser-poteau #hq-main-footer {
  margin-top: 9rem;
}

@media screen and (max-width: 767px) {
  #localiser-poteau #type-reperage-container h2 {
    margin-bottom: 24px;
  }

  #localiser-poteau #type-reperage-container a img {
    max-width: 120px;
  }

  #localiser-poteau #type-reperage-container #reperer-structure {
    border-left: 1px solid #a2a2a2;
  }

  #localiser-poteau .structure form #adresse-lcl-container.groupe-champs--left {
    padding-left: unset;
  }

  #localiser-poteau form .groupe-champs.horizontal {
    display: block;
  }

  #localiser-poteau form .groupe-champs--left {
    border-bottom: 1px solid #a2a2a2;
    border-right: none;
    padding: 0 0 4rem;
  }

  #localiser-poteau form .groupe-champs--right {
    padding: 2rem 0 0;
  }

  #localiser-poteau form .groupe-champs label small {
    font-size: 1.4rem;
  }

  #localiser-poteau form button {
    width: 100%;
  }
}
