.banner .background {
  height: 420px;
  max-width: unset;
  object-fit: cover;
}
.banner .banner-content {
  width: 100%;
  left: 0%;
  bottom: 0%;
}
.section-intro > .container-full {
  position: relative;
}
.section-intro > .container-full .content {
  flex-direction: column-reverse;
}
.section-intro > .container-full .col-1 {
  width: 90%;
  margin: 32px auto 0 auto;
}
.section-intro > .container-full .col-1 h1 .break {
  color: var(--orange);
  margin-top: 10px;
}
.section-intro > .container-full .col-1 .btn-3 {
  margin-top: 30px;
}
.section-intro > .container-full .col-2 {
  position: relative;
}
.section-intro > .container-full .col-2 .bullets-container {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0%;
  bottom: 5%;
  width: 100%;
  column-gap: 16px;
  margin-bottom: 15px;
}
.section-intro > .container-full .col-2 .bullets-container .bullet {
  width: 54px;
  height: 14px;
  background-color: var(--orange);
}
.carousel {
  position: relative;
}
.carousel img {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 600px;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
}
.section-description {
  margin-top: 30px;
  padding-top: 28px;
  padding-bottom: 70px;
  background-color: var(--gris);
}
.section-description .container-90 .col-1 h2 {
  font-weight: 900;
}
.section-description .container-90 .col-1 .p-container {
  margin-top: 20px;
  row-gap: 20px;
}
.section-description .container-90 .col-1 .btn-3 {
  margin-top: 25px;
}
.section-description .container-90 .col-2 {
  margin-top: 50px;
}
.section-description .container-90 .col-2 img {
  max-width: 420px;
  margin: auto;
}
.section-services {
  background-image: url("/images/index/sol-beton.jpg");
  background-repeat: no-repeat;
}
.section-services .container-full {
  flex-direction: column-reverse;
}
.section-services .container-full .col-2 ul {
  margin-top: 10px;
}
.section-services .col-1 {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}
.section-services .col-1 img {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.section-services .col-2 {
  padding-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 26px;
  background-color: #000000a1;
  /*
        .tuile{
            position: absolute;
            bottom: 0%;
            height: 76%;
            width: 113%;
            left: -6%;
            background-color: #000000a1;
            z-index: 0;
        }*/
}
.section-services .col-2 h2 {
  color: var(--blanc);
  font-weight: 900;
}
.section-services .col-2 ul li::before {
  content: url("/images/fleche-liste.png");
  margin-right: 20px;
  display: inline-block;
  transition: 0.1s ease-in;
}
.section-services .col-2 ul li:hover::before {
  transform: rotate(-90deg);
}
.section-services .col-2 ul li:hover a {
  color: var(--orange);
}
.section-services .col-2 ul li a {
  color: var(--blanc);
  text-transform: uppercase;
  font-weight: 700;
}
.section-reference {
  margin-top: 45px;
}
.section-reference h2 {
  font-weight: 900;
}
.section-reference h3 {
  color: var(--orange);
}
.section-reference .container-90 .col-1 h2 .fleche::after {
  content: url(/images/fleche-liste.png);
  margin-left: 24px;
}
.section-reference .container-90 .col-1 .flex-column {
  margin-top: 30px;
  row-gap: 40px;
}
.section-reference .container-90 .col-1 .flex-column h3 {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.section-reference .container-90 .col-1 .flex-column h3::before {
  content: url("/images/checkmark.png");
  margin-right: 8px;
}
.section-reference .container-90 .col-2 {
  margin: 50px auto 0 auto;
  max-width: fit-content;
}
.section-reference .container-90 .col-2 img {
  z-index: 1;
  position: relative;
  max-width: 460px;
}
.section-reference .container-90 .col-2 .elm-absolute {
  background-color: var(--orange);
  color: white;
  right: 0%;
  bottom: -4%;
  width: 90%;
  height: 29%;
  text-align: right;
  font-weight: 900;
}
.section-reference .container-90 .col-2 .elm-absolute p {
  width: fit-content;
  text-align: left;
  margin-top: 2px;
  margin-right: 24px;
  margin-left: auto;
  font-size: 5.4vw;
  text-transform: uppercase;
}
.section-reference .container-90 .col-2 .elm-absolute p,
.section-reference .container-90 .col-2 .elm-absolute span {
  color: var(--blanc);
}
.section-gallerie {
  margin-top: 150px;
}
.section-gallerie .container-90 .row-1 img {
  margin: auto;
}
.section-gallerie .container-90 .row-1 h2 {
  text-align: center;
  font-weight: 900;
  margin-top: 12px;
}
.section-gallerie .container-90 .row-2 {
  margin-top: 30px;
}
.section-gallerie .container-90 .row-2 .grid-container {
  grid-template-columns: repeat(1, 1fr);
  column-gap: 2px;
  row-gap: 10px;
}
.section-gallerie .container-90 .row-2 .grid-container img {
  margin: auto;
}
.section-travailler {
  background-color: var(--orange);
  margin-top: 140px;
}
.section-travailler .container-90 .col-1 {
  margin-top: -40px;
}
.section-travailler .container-90 .col-1 img {
  max-width: 530px;
  margin: auto;
}
.section-travailler .container-90 .col-2 h2 {
  margin-top: 10px;
  font-weight: 900;
}
.section-travailler .container-90 .col-2 .postes {
  font-weight: 700;
  margin-top: 30px;
  font-size: 1.3em;
}
.section-travailler .container-90 .col-2 ul {
  margin-top: 10px;
}
.section-travailler .container-90 .col-2 ul li::before {
  content: "-";
  margin-right: 10px;
}
.section-travailler .container-90 .col-2 .btn-4 {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 640px) {
  .section-reference .container-90 .col-2 .elm-absolute p {
    margin-top: 6px;
    font-size: 2em;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel img {
    left: unset;
    transform: unset;
    height: unset;
  }
  .section-intro .container-full .content {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    flex-direction: row;
  }
  .section-intro .container-full .content h1 {
    color: var(--blanc);
  }
  .section-intro .container-full .content .col-1 {
    width: 50%;
    background-color: #000000b5;
    justify-content: center;
    margin: 0px auto 0 auto;
  }
  .section-intro .container-full .content .col-1 > div {
    width: 80%;
    margin: auto;
  }
  .section-intro .container-full .content .col-1 .btn-3 {
    margin-top: 54px;
  }
  .section-intro .container-full .content .col-2 {
    width: 50%;
  }
  .section-description {
    margin-top: 0;
  }
  .section-reference .container-90 .col-2 .elm-absolute p {
    font-size: 1.9em;
    margin-top: 18px;
  }
  .section-gallerie {
    margin-top: 114px;
  }
  .section-gallerie .container-90 .row-2 .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .section-intro {
    margin-top: 160px;
  }
  .section-description {
    padding-bottom: 140px;
  }
  .section-description .container-90 {
    align-items: center;
    column-gap: 30px;
  }
  .section-description .container-90 .col-1 {
    width: 50%;
  }
  .section-description .container-90 .col-2 {
    width: 50%;
    margin-top: 0;
  }
  .section-description .container-90 .col-2 img {
    max-width: unset;
  }
  .section-services {
    position: relative;
  }
  .section-services .container-full {
    width: 90%;
    margin: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .section-services .container-full .tuile {
    background-color: #000000b2;
    position: absolute;
    left: 0%;
    top: 45px;
    width: 100%;
    height: 292px;
  }
  .section-services .container-full .col-1 {
    width: 42%;
    z-index: 1;
    margin: unset;
    margin-bottom: 70px;
  }
  .section-services .container-full .col-1 img {
    margin-top: -24px;
  }
  .section-services .container-full .col-2 {
    z-index: 1;
    background-color: unset;
    margin-top: 26px;
    margin-left: 38px;
    padding-top: 30px;
  }
  .section-services .container-full .col-2 .container-90 {
    width: 100%;
  }
  .section-services .container-full .col-2 ul {
    margin-top: 16px;
    row-gap: 20px;
  }
  .section-services .container-full .col-2 ul li a {
    font-size: 1.3em;
  }
  .section-reference {
    margin-top: 78px;
  }
  .section-reference .container-90 {
    column-gap: 40px;
  }
  .section-reference .container-90 .col-1 .flex-column > div {
    max-width: 470px;
  }
  .section-reference .container-90 .col-2 {
    margin-top: 0;
    height: fit-content;
  }
  .section-reference .container-90 .col-2 img {
    max-width: unset;
  }
  .section-reference .container-90 .col-2 .elm-absolute {
    bottom: -5%;
    height: 31%;
  }
  .section-reference .container-90 .col-2 .elm-absolute p {
    margin-top: 18px;
    margin-right: 90px;
    font-size: 2.6em;
    line-height: 50px;
  }
  .section-gallerie .container-90 .row-2 {
    margin-top: 70px;
  }
  .section-gallerie .container-90 .row-2 .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .section-travailler .container-90 .col-1 {
    width: 45%;
    margin-top: -24px;
  }
  .section-travailler .container-90 .col-1 img {
    max-width: unset;
  }
  .section-travailler .container-90 .col-2 {
    width: 45%;
  }
  .section-travailler .container-90 .col-2 h2 {
    margin-top: 60px;
  }
  .section-travailler .container-90 .col-2 p:not(.postes) {
    margin-top: 35px;
  }
  .section-travailler .container-90 .col-2 .btn-4 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1536px) {
  .section-intro .container-full .content .col-1 > div {
    width: 70%;
  }
  .section-intro .container-full .content .col-1 .btn-3 {
    margin-top: 100px;
  }
  .section-description {
    padding-top: 100px;
  }
  .section-description .container-90 .col-1 {
    width: 43%;
    margin: auto;
  }
  .section-description .container-90 .col-1 h2 {
    font-size: 2em;
    line-height: 38px;
  }
  .section-description .container-90 .col-1 .p-container {
    margin-top: 50px;
  }
  .section-description .container-90 .col-1 .btn-3 {
    margin-top: 50px;
  }
  .section-services .container-full .tuile {
    top: 116px;
    height: 488px;
  }
  .section-services .container-full .col-1 {
    width: 44%;
    margin-bottom: 90px;
  }
  .section-services .container-full .col-1 img {
    margin-top: -45px;
  }
  .section-services .container-full .col-2 {
    margin-top: 128px;
    margin-left: 90px;
    padding-top: 30px;
  }
  .section-services .container-full .col-2 ul {
    margin-top: 36px;
    row-gap: 46px;
  }
  .section-services .container-full .col-2 ul li a {
    font-size: 1.6em;
  }
  .section-services .col-1 img {
    max-width: unset;
  }
  .section-reference {
    margin-top: 170px;
  }
  .section-reference .container-90 .col-1 {
    width: 40%;
    margin: auto;
  }
  .section-reference .container-90 .col-1 .flex-column {
    margin-top: 68px;
    row-gap: 45px;
  }
  .section-reference .container-90 .col-1 .flex-column h3 {
    font-size: 1.5em;
  }
  .section-reference .container-90 .col-2 .elm-absolute {
    bottom: -4%;
    height: 39%;
  }
  .section-reference .container-90 .col-2 .elm-absolute p {
    margin-top: 13%;
    margin-right: 140px;
    font-size: 3.5em;
  }
  .section-reference .container-90 .col-2 .elm-absolute p .break {
    margin-top: 12px;
  }
  .section-gallerie {
    margin-top: 170px;
  }
  .section-gallerie .container-90 {
    width: 95%;
  }
  .section-gallerie .container-90 .row-2 {
    margin-top: 90px;
  }
  .section-travailler {
    margin-top: 160px;
    padding-bottom: 15px;
  }
  .section-travailler .container-90 {
    width: 85%;
  }
  .section-travailler .container-90 .col-2 .postes {
    font-size: 1.3em;
    margin-top: 50px;
  }
}
