h1 > span {
  white-space: nowrap;
}

@media screen and (max-width: 450px) {
  h1 > span {
    white-space: normal;
  }
}

h2 {
  text-align: center;
}

section.intro-energie {
  position: relative;
  width: 100vw;
  height: 75vh;
  background: url("../images/bg-header-profil-energie.png") top/cover;
}

section.intro-energie .sommaire-energie {
  width: 60%;
  border: 1px solid grey;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
}

@media screen and (max-width: 1080px) {
  section.intro-energie .sommaire-energie {
    width: 75%;
  }
}

section.performance-energetique {
  padding: 0.75rem 10%;
  margin: 0 auto;
  background-color: cornflowerblue;
}

section.certificat-PEB {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 920px) {
  section.certificat-PEB {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section.certificat-PEB > div {
    width: 85% !important;
    margin-left: 10px;
  }
}

section.certificat-PEB .contenu-certificat-PEB {
  padding: 2.75rem;
  top: 85px;
  width: 45%;
}

section.certificat-PEB .tableau-certificat-PEB {
  width: 45%;
}
/*# sourceMappingURL=profil-energetique.css.map */