.section-intro .banner .background {
  height: 580px;
  max-width: unset;
  object-fit: cover;
}
.section-intro .banner .banner-content {
  width: 100%;
  left: 10%;
  bottom: 50%;
}
.section-intro .banner .banner-content h1 .break {
  display: flex;
  color: var(--blanc);
}
.section-intro .banner .banner-content h1 .break hr {
  height: 22px;
  margin-top: 11px;
  margin-left: 10px;
  flex: unset;
}
.section-intro .banner .banner-content h1 .break:nth-child(1) hr {
  width: 12%;
  max-width: 100px;
}
.section-intro .banner .banner-content h1 .break:nth-child(2) hr {
  width: 10%;
  max-width: 45px;
}
.section-intro .banner .elm-absolute {
  bottom: -12%;
  left: 3%;
  max-width: 300px;
}
.section-description {
  margin-top: 100px;
}
.section-description .container-90 .col-1 h2 {
  font-weight: 800;
}
.section-description .container-90 .col-2 {
  margin-top: 20px;
}
.section-description .container-90 .col-2 h3 {
  font-weight: 800;
}
.section-description .container-90 .col-2 .p-container {
  row-gap: 20px;
  margin-top: 30px;
}
.section-qualites {
  background-color: var(--gris);
  padding-top: 16px;
  padding-bottom: 40px;
  margin-top: 62px;
}
.section-qualites .container-90 h2 {
  text-transform: unset;
}
.section-qualites .container-90 .grid-container {
  margin-top: 40px;
  row-gap: 40px;
  column-gap: 30px;
}
.section-qualites .container-90 .grid-container .qualite {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.section-qualites .container-90 .grid-container .qualite h3 {
  width: fit-content;
  background-color: var(--rouge);
  color: var(--blanc);
  padding: 3px 8px;
  text-transform: none;
}
.section-qualites .container-90 .grid-container .qualite p {
  color: var(--blanc);
}
.section-banner .banner .background {
  height: unset;
}
.section-services {
  padding-top: 40px;
  padding-bottom: 70px;
  background-color: var(--rouge);
}
.section-services hr {
  background-color: var(--blanc);
  color: var(--blanc);
}
.section-services h2,
.section-services hr,
.section-services span,
.section-services p {
  color: var(--blanc);
}
.section-services .container-90 .row-1 h2 {
  text-align: center;
}
.section-services .container-90 .row-1 img {
  max-width: 450px;
  margin: 40px auto 0 auto;
}
.section-services .container-90 .row-2 {
  margin-top: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 30px;
  row-gap: 60px;
}
.section-services .container-90 .row-2 .service h3 {
  margin-top: 10px;
  text-transform: none;
}
.section-services .container-90 .row-2 .service p {
  margin-top: 10px;
}
.section-excavation .banner .background {
  height: unset;
}
.section-demande .container-90 > .row-1 > .col-1 img {
  max-width: 200px;
  margin-top: -65px;
  z-index: 1;
  position: relative;
  margin-left: auto;
}
.section-demande .container-90 > .row-1 > .col-2 {
  margin-top: 20px;
}
.section-demande .container-90 > .row-1 > .col-2 p {
  max-width: 390px;
}
.section-demande .container-90 > .row-2 {
  margin-top: 50px;
}
.section-demande .container-90 > .row-2 > .col-2 {
  margin-top: 90px;
  margin-bottom: 20px;
  text-align: center;
}
.section-demande .container-90 > .row-2 > .col-2 .logo img {
  max-width: 300px;
}
.section-demande .container-90 > .row-2 > .col-2 .cordonnes {
  justify-content: center;
  column-gap: 20px;
  margin-top: 12px;
}
.section-demande .container-90 > .row-2 > .col-2 .cordonnes .col-1 .telephone {
  font-weight: 700;
  margin-left: auto;
}
.section-demande .container-90 > .row-2 > .col-2 .cordonnes .col-2 .facebook {
  width: 32px;
  height: 32px;
  fill: var(--rouge);
}
.section-demande .container-90 > .row-2 > .col-2 .cordonnes .col-2 .facebook:hover {
  fill: var(--noir);
}
.section-demande .container-90 > .row-2 > .col-2 .servons {
  margin-top: 40px;
}
.section-demande .container-90 > .row-2 > .col-2 .politique-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 44px;
}
.section-demande .container-90 > .row-2 > .col-2 .copyright-row {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 30px;
}
.section-demande .container-90 > .row-2 form {
  max-width: 400px;
}
@media only screen and (min-width: 768px) {
  .section-intro .banner .banner-content h1 .break hr {
    margin-top: 11px;
    height: 30px;
  }
  .section-qualites .container-90 .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-qualites .container-90 .grid-container .qualite {
    max-width: 330px;
  }
  .section-banner .banner .background {
    height: 420px;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .header-screen {
    background-color: unset;
    margin-top: 30px;
  }
  .section-intro .banner .background {
    height: auto;
  }
  .section-intro .banner .banner-content {
    bottom: 40%;
  }
  .section-intro .banner .banner-content h1 .break {
    line-height: 60px;
  }
  .section-intro .banner .banner-content h1 .break hr {
    height: 39px;
  }
  .section-intro .banner .elm-absolute {
    width: 40%;
    max-width: unset;
  }
  .section-description .container-90 {
    width: 80%;
  }
  .section-description .container-90 .col-1,
  .section-description .container-90 .col-2 {
    width: 50%;
  }
  .section-description .container-90 .col-1 h2 {
    margin-top: 50px;
    line-height: 48px;
  }
  .section-description .container-90 .col-2 {
    margin-top: 0;
  }
  .section-qualites {
    margin-top: 80px;
  }
  .section-qualites .container-90 h2 {
    font-size: 1.6em;
  }
  .section-qualites .grid-container .qualite {
    max-width: 330px;
  }
  .section-banner .banner .background {
    height: unset;
  }
  .section-services {
    padding-bottom: 100px;
  }
  .section-services .container-90 .row-1 {
    align-items: center;
  }
  .section-services .container-90 .row-1 h2 {
    text-align: left;
    width: 50%;
    line-height: 48px;
  }
  .section-services .container-90 .row-1 img {
    margin: 0 0 0 auto;
    max-width: unset;
  }
  .section-services .container-90 .row-2 {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-services .container-90 .row-2 .service {
    max-width: 390px;
  }
  .section-services .container-90 .row-2 .service h3 {
    font-size: 1.5em;
  }
  .section-demande {
    margin-bottom: 120px;
  }
  .section-demande .container-90 > .row-1 {
    flex-direction: row-reverse;
    align-items: center;
  }
  .section-demande .container-90 > .row-1 .col-1 img {
    width: 60%;
    max-width: fit-content;
  }
  .section-demande .container-90 > .row-1 .col-2 {
    margin-top: 44px;
  }
  .section-demande .container-90 > .row-1 .col-2 p {
    font-size: 1.1em;
  }
  .section-demande .container-90 > .row-2 > .col-1 {
    width: 50%;
  }
  .section-demande .container-90 > .row-2 > .col-2 {
    width: 50%;
  }
  .section-demande .container-90 > .row-2 > .col-2 a:hover {
    color: var(--rouge);
  }
  .section-demande .container-90 > .row-2 > .col-2 .logo img {
    width: 90%;
    max-width: fit-content;
    margin: auto;
  }
  .section-demande .container-90 > .row-2 > .col-2 .cordonnes .col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-demande .container-90 > .row-2 > .col-2 .politique-row {
    flex-direction: row;
    justify-content: space-between;
  }
  .section-demande .container-90 > .row-2 > .col-2 .copyright-row {
    margin-top: 100px;
  }
  .section-rouge {
    height: 300px;
  }
}
@media only screen and (min-width: 1536px) and (orientation: landscape) {
  .section-intro .banner .banner-content {
    left: 16%;
  }
  .section-description .container-90 {
    align-items: center;
  }
  .section-description .container-90 .col-1 {
    margin-top: 58px;
  }
  .section-description .container-90 .col-1 h2 {
    margin-top: 0;
    font-size: 4.2em;
    line-height: 84px;
  }
  .section-description .container-90 .col-2 {
    width: 47%;
  }
  .section-description .container-90 .col-2 h3 {
    font-size: 1.5em;
    margin-top: -40px;
  }
  .section-qualites {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .section-qualites .container-90 {
    width: 80%;
  }
  .section-qualites .container-90 .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .section-services .container-90 {
    width: 80%;
  }
  .section-services .container-90 .row-1 {
    column-gap: 40px;
  }
  .section-services .container-90 .row-1 h2 {
    line-height: 84px;
  }
  .section-services .container-90 .row-2 .service h3 {
    text-transform: none;
    font-size: 1.6em;
  }
  .section-demande .container-90 {
    width: 80%;
  }
  .section-demande .container-90 > .row-1 .col-1 img {
    width: 100%;
    max-width: 670px;
  }
  .section-demande .container-90 > .row-1 .col-2 {
    margin-top: 96px;
  }
  .section-demande .container-90 > .row-2 {
    align-items: center;
    margin-top: 20px;
  }
  .section-demande .container-90 > .row-2 form {
    max-width: 600px;
  }
  .section-demande .container-90 > .row-2 > .col-2 .copyright-row {
    display: flex;
    justify-content: space-between;
  }
}
