@charset "UTF-8";
/* CSS Document */

.entete-installateur {
  width: 100%;
  background: #e2e2e2;
  color: #444444;
  font-family: "Univers45", sans-serif;
  padding: 1em 0 1em 0;
}

.nom_install {
}

.info {
  /* font-size: 26px; */
  color: #ff3e17;
}

#chantier-pro-eco .section_title {
  color: #ff3e17;
}

.nom_install h1 {
  font-size: 2em;
  font-weight: 700;
  font-family: "Univers45", sans-serif;
  color: #444444;
  line-height: 1.5;
  text-transform: none;
}
.adr_install {
  background: url(../img/localisation.png) no-repeat;
  background-size: 20px 20px;
  padding-left: 25px;
  line-height: 20px;
  margin-bottom: 5px;
}
.tel_install {
  background: url(../img/phone.png) no-repeat;
  background-size: 20px 20px;
  padding-left: 25px;
  line-height: 20px;
  margin-bottom: 5px;
}
.mel_install {
  background: url(../img/mail.png) no-repeat;
  background-size: 20px 20px;
  padding-left: 25px;
  line-height: 20px;
  margin-bottom: 5px;
}
.mel_install a {
  color: #444444;
}
.sit_install {
  background: url(../img/web.png) no-repeat;
  background-size: 20px 20px;
  padding-left: 25px;
  line-height: 20px;
  margin-bottom: 5px;
}
.sit_install a {
  color: #444444;
}

.tem_install {
  background-color: #ff3e17;
  color: #ffffff;
  float: left;
  padding: 0.5em;
  margin-top: 5px;
}
.tem_install a {
  color: #ffffff;
  font-weight: 700;
}

#triangle-code {
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid white;
  margin-right: 5px;
}
.entete-installateur .nb_avis {
  font-size: 2em;
  border-bottom: 1px #444444 solid;
}
.entete-installateur .satisfaction {
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* border-bottom: 1px #444444 solid; */
}
.entete-installateur .recommandation {
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: row !important;
  border-bottom: 1px #444444 solid;
}

.satis_titre {
  width: 50%;
  display: flex !important;
}
.satis_note {
  width: 30%;
}
.satis_note img,
.reco_note img {
  display: flex !important;
  width: 180px;
  margin: 0 18px;
}
.reco_note > p {
  margin: 15px 0 0 0;
  font-size: 30px;
  color: #fe3f17;
  font-weight: 600;
}
.satis_moy {
  width: 20%;
  display: flex !important;
  justify-content: center;
}
.reco_titre {
  width: 50%;
  display: flex !important;
  font-weight: bold;
  font-size: 20px;
}
.reco_note {
  width: 30%;
  height: 30px;
  display: flex;
  align-items: center;
}
.reco_moy {
  width: 20%;
  display: flex !important;
  justify-content: center;
}
.carte-installateur {
  min-height: 250px;
}

#map {
  height: 300px;
}
.install-titre-desriptif {
  font-weight: 700;
  padding-bottom: 10px;
}
.install-desriptif h2 {
  font-family: "Univers45", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  text-transform: none;
  line-height: 1.5;
  padding-top: 1em;
}

.nomprod {
  color: #ff3e17;
}

a.nomprod {
  color: #ff3e17 !important;
}
a.nomprod:hover {
  color: #ff3e17 !important;
  text-decoration: underline !important;
}
.lignetemoignage .texte_tem {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.lignechantier {
  width: 100%;
  padding: 1em;
}

.lignechantier .dat_tem {
}
.lignechantier .nom_tem {
  font-weight: 400;
  width: 100%;
  color: #000;
  text-align: right;
}
.lignechantier .separateur {
  width: 100%;
  border-bottom: 1px grey solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.lignechantier .descriptif_install {
  color: #333333;
  font-weight: 400;
  line-height: 1.2em;
  font-family: "Univers45", sans-serif;
}
.lignechantier .titre_install {
  color: #000;
  font-weight: 700;
}
.lignechantier .titre_avis {
  color: #ff3e17;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 5px;
}

.lignechantier .descriptif_avis {
  color: #333333;
  font-weight: 400;
  line-height: 1.1em;
  font-style: italic;
}

.lignechantier .texte_tem {
}

div.lignechantier {
  display: none;
}

#reseau a {
  position: absolute !important;
  background-color: #5f5f5f !important;
  width: 90% !important;
  height: 25px !important;
  color: white !important;
  text-decoration: none !important;
  font-family: sans-serif !important;
  line-height: 25px !important;
  border-radius: 5px !important;
  background-image: url(https://www.reseau-proeco-energies.fr/API/img/logo_reseau_16x16.png) !important;
  background-repeat: no-repeat !important;
  background-position: 4px 4px !important;
  transition: all 0.5s !important;
  overflow: hidden !important;
}
#reseau a:hover {
  background-color: #65b046 !important;
}
#reseau h3 {
  position: absolute !important;
  left: 0 !important;
  top: 0px !important;
  margin: 0 0 0 25px !important;
  transition: all 0.2s !important;
  font-size: 12px !important;
  line-height: 25px;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  color: #fff !important;
  text-decoration: none !important;
}
#reseau h3:before,
#reseau h3:after {
  content: none !important;
  width: 0 !important;
  height: 0 !important;
}
#reseau p {
  position: absolute !important;
  left: 0 !important;
  top: 25px !important;
  font-size: 12px !important;
  margin: 0 0 0 25px !important;
  transition: all 0.5s !important;
}
#reseau a:hover p {
  top: 0px !important;
  color: #ffffff;
}
#reseau a:hover h3 {
  top: -20px !important;
}

.lignetemoignage {
  width: 100%;
  padding: 3em;
}
.gris-clair {
  background: #f4f4f4;
}
.gris-fonce {
  background: #eaeaea;
}
.lignetemoignage .dat_tem {
}
.lignetemoignage .nom_tem {
  font-weight: 700;
  width: 100%;
  border-bottom: 1px grey solid;
  padding-bottom: 5px;
}
.lesavis {
  padding-top: 5px;
}

.lignetemoignage .titre_install,
.lignetemoignage .titre_viessm {
  color: #ff3e17;
  font-weight: 700;
  line-height: 20px;
}
.lignetemoignage .texte_tem {
}
.note img {
  width: 90px;
  line-height: 20px;
  padding-bottom: 5px;
}
.troisphotos img {
  max-width: 250px;
  max-height: 100px;
}

div.lignetemoignage {
  display: none;
}

#loadMore {
  padding: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  text-align: center;
  color: white !important;
  border: none;
  transition: all 600ms ease-in-out;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  border-radius: 30px;
  background-color: #ff3e17;
  margin-bottom: -2px;
  height: 50px;
  padding: 15px 24px !important;
}
#loadMore:hover {

  color: black !important;
}

.gallerie-image {
  overflow: hidden;
  height: 13em; /* hauteur du parent */
  line-height: 12em; /* hauteur de ligne (identique) */
  white-space: nowrap; /* interdiction de passer à la ligne */
  margin-bottom: 2em;
}
.gallerie-image img {
  width: 100%;
}

.gallerie-image img:hover {
  opacity: 0.5;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.gallerie-image:hover {
  background: url(../img/loupe.svg) no-repeat center center;
  background-size: 80px 80px;
}

@media only screen and (max-width: 991px) {
  .satis_note,
  .reco_note {
    width: 50%;
    display: block !important;
  }

  .satis_note img,
  .reco_note img {
    display: block !important;
    width: 100% !important;
  }
  #idcs {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .satis_note,
  .reco_note {
    width: 50%;
    display: block !important;
  }

  .satis_note img,
  .reco_note img {
    display: block !important;
    width: 100% !important;
  }
}
