.banner .background {
  height: 420px;
  max-width: unset;
  object-fit: cover;
}
.banner .banner-content {
  width: 100%;
  left: 0%;
  bottom: 0%;
}
.section-intro {
  background-image: url("/images/webp/index/machinerie-industrielle-mb.webp");
  background-position: center;
  padding-top: 118px;
  padding-bottom: 130px;
  position: relative;
}
.section-intro h1 {
  color: var(--blanc);
}
.section-intro h1 .vert {
  font-size: 0.6em;
  font-weight: 500;
  line-height: 25px;
  display: block;
}
.section-intro h1 .break {
  color: var(--blanc);
  display: block;
  font-size: 0.9em;
}
.section-intro h1 .break:nth-child(2) {
  margin-top: 14px;
}
.section-intro h1 .extra {
  color: var(--blanc);
  font-weight: 500;
  font-size: 0.75em;
  display: block;
  margin-top: 6px;
}
.section-intro a {
  color: var(--blanc);
}
.section-intro .flex-row {
  align-items: center;
  column-gap: 20px;
  margin-top: 40px;
}
.section-intro .flex-row .telephone {
  font-weight: 500;
}
.section-intro .flex-row .telephone:hover {
  color: var(--vert);
}
.section-service {
  background-color: var(--gris);
  padding-bottom: 60px;
}
.section-service .container-90 .bloc {
  position: relative;
  width: fit-content;
  margin: auto;
  margin-top: -30px;
  border: 8px solid var(--gris);
}
.section-service .container-90 .bloc .bloc-img {
  object-fit: cover;
  height: 488px;
}
.section-service .container-90 .bloc .elm-absolute {
  top: 0%;
  left: 0%;
  background-color: #00000078;
  padding: 16px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.section-service .container-90 .bloc .elm-absolute h2,
.section-service .container-90 .bloc .elm-absolute p {
  color: var(--blanc);
  text-align: center;
}
.section-service .container-90 .bloc .elm-absolute .container-p {
  margin-top: 26px;
  row-gap: 36px;
}
.section-service .container-90 .bloc .elm-absolute .btn {
  margin-top: 36px;
}
.section-equipe {
  margin-top: 50px;
}
.section-equipe .col-1 .carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.section-equipe .col-1 .carousel-wrapper .next {
  width: fit-content;
  background-color: var(--vert);
  padding: 12px 10px;
  cursor: pointer;
  position: absolute;
  top: 4%;
  left: 2%;
  z-index: 1;
}
.section-equipe .col-1 .carousel-wrapper .next img {
  transition: transform 0.3s ease;
}
.section-equipe .col-1 .carousel-wrapper .next:hover img {
  transform: rotate(180deg);
}
.section-equipe .col-1 .carousel-wrapper .carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  gap: 20px;
  flex-direction: row-reverse;
}
.section-equipe .col-1 .carousel-wrapper .carousel-track .membre {
  flex: 0 0 45%;
}
.section-equipe .col-1 .carousel-wrapper .carousel-track .membre .nom {
  color: var(--vert);
  font-weight: 500;
  margin-top: 8px;
}
.section-equipe .col-1 .carousel-wrapper .carousel-track .membre .poste {
  margin-top: 4px;
}
.section-equipe .col-2 {
  margin-top: 34px;
}
.section-equipe .col-2 h2 {
  color: var(--vert);
}
.section-equipe .col-2 p {
  margin-top: 20px;
}
.section-equipe .col-2 .btn {
  margin-top: 30px;
}
.section-expertise {
  flex-direction: column-reverse;
}
.section-expertise .col-1 {
  z-index: 1;
}
.section-expertise .col-1 .background {
  position: relative;
}
.section-expertise .col-1 .elm-absolute {
  width: 45%;
  max-width: 330px;
  right: 0%;
  bottom: 0;
}
.section-expertise .col-2 {
  margin-top: 56px;
}
.section-expertise .col-2 .green-bg {
  padding-bottom: 50px;
}
.section-expertise .col-2 .container-p {
  row-gap: 30px;
}
.section-description .container-padding .col-1 .flex-column {
  row-gap: 28px;
}
.section-description .container-padding .btn:hover {
  background-color: var(--vert);
  color: var(--noir);
}
.section-carriere .banner .background {
  height: 926px;
}
.section-carriere .banner .filtre {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #000000e8;
  top: 0%;
  mix-blend-mode: multiply;
}
.section-carriere .banner .banner-content {
  top: 0%;
  width: 90%;
  left: 5%;
  margin-top: 40px;
}
.section-carriere .banner .banner-content h2,
.section-carriere .banner .banner-content p {
  color: var(--blanc);
}
.section-carriere .banner .banner-content .col-1 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.section-carriere .banner .banner-content .col-1 .carousel {
  width: 100%;
  position: relative;
}
.section-carriere .banner .banner-content .col-1 .carousel .slides-container {
  position: relative;
}
.section-carriere .banner .banner-content .col-1 .carousel .slides-container .slide {
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.section-carriere .banner .banner-content .col-1 .carousel .slides-container .slide img {
  margin: auto;
}
.section-carriere .banner .banner-content .col-1 .carousel .slides-container .slide p {
  margin-top: 34px;
  text-align: center;
}
.section-carriere .banner .banner-content .col-1 .carousel .slides-container .slide.actif {
  opacity: 1;
}
.section-carriere .banner .banner-content .col-1 .carousel .valeurs {
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 40px;
  row-gap: 16px;
}
.section-carriere .banner .banner-content .col-1 .carousel .valeurs p {
  transition: color 0.2s ease;
  /*
                            &:hover{
                                color: var(--vert);
                            }
                            */
}
.section-carriere .banner .banner-content .col-1 .carousel .valeurs p.actif {
  color: var(--vert);
}
.section-carriere .banner .banner-content .col-2 {
  margin-top: 90px;
}
.section-carriere .banner .banner-content .col-2 p {
  margin-top: 24px;
}
.section-carriere .banner .banner-content .col-2 .btn {
  margin-top: 44px;
}
@media only screen and (min-width: 768px) {
  .section-service .container-90 .bloc {
    border: 14px solid var(--gris);
  }
  .section-service .container-90 .bloc .elm-absolute {
    width: 90%;
    height: unset;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    padding: 54px;
  }
  .section-service .container-90 .bloc .elm-absolute .container-p {
    margin-top: 32px;
  }
  .section-equipe .col-1 .carousel-wrapper .next {
    padding: 18px 16px;
  }
  .section-expertise .col-1 .elm-absolute {
    max-width: 380px;
  }
  .section-carriere .banner .banner-content {
    column-gap: 30px;
  }
  .section-carriere .banner .banner-content .col-1 .carousel .valeurs {
    flex-direction: row;
    column-gap: 30px;
  }
  .section-carriere .banner .banner-content .col-2 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .banner .background {
    height: auto;
  }
  .section-intro {
    background-image: url("/images/webp/index/machinerie-industrielle.webp");
    padding-top: 226px;
    padding-bottom: 268px;
    background-attachment: fixed;
  }
  .section-service .container-90 .bloc .elm-absolute {
    top: 6%;
  }
  .section-service .container-90 .bloc .elm-absolute h2 {
    font-size: 1.6em;
  }
  .section-equipe {
    margin-top: 100px;
    column-gap: 60px;
  }
  .section-equipe .col-1 {
    width: 54%;
  }
  .section-equipe .col-1 .carousel-wrapper .carousel-track {
    gap: 33px;
  }
  .section-equipe .col-1 .carousel-wrapper .carousel-track .membre {
    flex: 0 0 42%;
  }
  .section-equipe .col-2 {
    width: 46%;
    margin-top: 0;
  }
  .section-equipe .col-2 p {
    margin-top: 20px;
  }
  .section-equipe .col-2 .btn {
    margin-top: 36px;
  }
  .section-equipe .col-2 .btn:hover {
    background-color: var(--vert);
  }
  .section-description .container-padding {
    column-gap: 60px;
    padding-right: 0;
  }
  .section-description .container-padding .col-1 {
    width: 50%;
  }
  .section-description .container-padding .col-2 {
    width: 50%;
    margin-top: 10%;
  }
  .section-expertise {
    flex-direction: row;
    margin-top: 100px;
  }
  .section-expertise .col-1 {
    width: 54%;
    display: flex;
    align-items: flex-end;
    margin-top: 0;
  }
  .section-expertise .col-1 .elm-absolute {
    right: -5%;
    width: 50%;
    max-width: fit-content;
  }
  .section-expertise .col-2 {
    width: 50%;
    margin-top: 0;
    justify-content: flex-end;
  }
  .section-expertise .col-2 .green-bg {
    padding-left: 10%;
  }
  .section-carriere .banner .banner-content {
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-evenly;
  }
  .section-carriere .banner .banner-content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 50%;
  }
  .section-carriere .banner .banner-content .col-1 {
    max-width: 540px;
    margin-left: unset;
    margin-right: unset;
  }
  .section-carriere .banner .banner-content .col-1 .carousel .valeurs {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1536px) and (orientation: landscape) {
  .section-intro {
    background-image: url("/images/webp/index/machinerie-industrielle.webp");
    padding-top: 394px;
    padding-bottom: 25%;
  }
  .section-intro h1 .vert {
    font-size: 0.35em;
  }
  .section-intro h1 .break {
    font-size: 0.9em;
  }
  .section-intro h1 .break:nth-child(2) {
    margin-top: 7px;
  }
  .section-intro h1 .extra {
    font-size: 0.5em;
  }
  .section-intro .flex-row {
    margin-top: 54px;
  }
  .section-equipe {
    margin-top: 100px;
    padding-left: 0;
    align-items: center;
    column-gap: 60px;
  }
  .section-equipe .col-1 {
    width: 54%;
  }
  .section-equipe .col-1 .carousel-wrapper .next {
    top: 13%;
    left: 15%;
  }
  .section-equipe .col-1 .carousel-wrapper .carousel-track .membre {
    flex: 0 0 44%;
  }
  .section-equipe .col-2 {
    width: 46%;
  }
  .section-service .container-90 .bloc {
    margin-top: -262px;
    border: 52px solid var(--gris);
    max-width: fit-content;
    width: 50%;
    min-width: 860px;
  }
  .section-service .container-90 .bloc .bloc-img {
    height: unset;
  }
  .section-service .container-90 .bloc .elm-absolute {
    top: 14%;
  }
  .section-description {
    margin-top: 140px;
  }
  .section-description .container-padding .col-1 {
    margin-top: 4%;
    width: 34%;
    min-width: 590px;
  }
  .section-description .container-padding .col-1 .flex-column {
    margin-top: 50px;
  }
  .section-description .container-padding .col-1 .btn {
    margin-top: 50px;
  }
  .section-description .container-padding .col-2 {
    width: 56%;
    margin-top: 0;
  }
  .section-expertise {
    background-color: unset;
    margin-top: 220px;
  }
  .section-expertise .col-2 .green-bg {
    height: 75%;
    min-height: 630px;
    padding-top: 90px;
  }
  .section-expertise .col-2 .container-p {
    width: 74%;
    margin-top: 52px;
  }
  .section-carriere .banner .banner-content {
    top: 30%;
  }
  .section-carriere .banner .banner-content > div {
    width: 50%;
  }
  .section-carriere .banner .banner-content .col-2 {
    width: 40%;
  }
}
