h1 > span {
  white-space: nowrap;
}

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

h2 {
  text-align: center;
}

section.intro-technique {
  border: 1px solid #cecece;
  border-radius: 15px;
  position: relative;
  width: 100vw;
  height: 75vh;
  background: url("../images/bg-header-technique.jpg") center/cover;
}

section.intro-technique .sommaire-technique {
  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-technique .sommaire-technique {
    width: 75%;
  }
}

section.evaluation {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}

@media screen and (max-width: 920px) {
  section.evaluation {
    -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.evaluation > div {
    width: 100% !important;
  }
}

section.evaluation .contenu-evaluation {
  width: 55%;
  padding: 0 0.75rem 0 0;
}

@media screen and (max-width: 650px) {
  section.evaluation .contenu-evaluation {
    width: 100%;
  }
}

section.evaluation .tableau-evaluation {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  width: 35%;
  padding: 0 0.25rem 0 0;
  height: 100%;
}

section.evaluation .tableau-evaluation td {
  width: 25%;
}

@media screen and (max-width: 650px) {
  section.evaluation .tableau-evaluation {
    width: 100%;
  }
}

section.rapport-technique {
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 920px) {
  section.rapport-technique {
    -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.rapport-technique > div {
    width: 100% !important;
  }
}

section.rapport-technique .contenu-rapport-technique {
  width: 55%;
}

section.rapport-technique .tableau-rapport-technique {
  width: 35%;
}

section.rapport-technique .tableau-rapport-technique td {
  width: 25%;
}

section.etude-et-suivis-de-chantier {
  padding: 1.75rem 5.75rem;
  background-color: cornflowerblue;
}

@media screen and (max-width: 608px) {
  section.etude-et-suivis-de-chantier {
    padding: 1.75rem 2rem;
  }
}
/*# sourceMappingURL=technique.css.map */