.banner .background {
  height: 420px;
  max-width: unset;
  object-fit: cover;
}
.banner .banner-content {
  width: 100%;
  left: 0%;
  bottom: 0%;
}
.section-intro .container-padding .col-2 .carousel {
  position: relative;
  width: 100%;
}
.section-intro .container-padding .col-2 .carousel .imgs img {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.6s ease-in;
}
.section-intro .container-padding .col-2 .carousel .imgs img.actif {
  opacity: 1;
}
.section-intro .container-padding .col-2 .bullets-container {
  display: flex;
  column-gap: 20px;
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}
.section-intro .container-padding .col-2 .bullets-container .bullet {
  width: 74px;
  height: 6px;
  background-color: var(--bleu);
  transition: backgroundColor 0.3s ease-in;
  cursor: pointer;
}
.section-intro .container-padding .col-2 .bullets-container .bullet:hover {
  background-color: var(--blanc);
}
.section-intro .container-padding .col-2 .bullets-container .bullet.actif {
  background-color: var(--blanc);
}
.section-intro a {
  color: var(--blanc);
}
.section-equipe {
  padding-top: 50px;
  padding-bottom: 66px;
  background-color: var(--gris);
}
.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(--bleu);
  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(--bleu);
  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: 70px;
}
.section-equipe .col-2 h2 {
  color: var(--bleu);
}
.section-equipe .col-2 p {
  margin-top: 20px;
}
.section-equipe .col-2 .btn {
  margin-top: 30px;
}
.section-expertise {
  background-color: var(--bleu);
  flex-direction: column-reverse;
  padding-bottom: 48px;
}
.section-expertise .col-1 {
  width: 90%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.section-expertise .col-1 .carousel {
  width: 100%;
  position: relative;
}
.section-expertise .col-1 .carousel .slides-container {
  position: relative;
}
.section-expertise .col-1 .carousel .slides-container .slide {
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.section-expertise .col-1 .carousel .slides-container .slide img {
  margin: auto;
}
.section-expertise .col-1 .carousel .slides-container .slide p {
  margin-top: 34px;
  text-align: center;
  color: var(--blanc);
}
.section-expertise .col-1 .carousel .slides-container .slide.actif {
  opacity: 1;
}
.section-expertise .col-1 .carousel .valeurs {
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
  row-gap: 16px;
}
.section-expertise .col-1 .carousel .valeurs p {
  transition: color 0.2s ease;
  /*
                    &:hover{
                        color: var(--blanc);
                    }
                    */
}
.section-expertise .col-1 .carousel .valeurs p.actif {
  color: var(--blanc);
}
.section-expertise .col-2 .blue-bg {
  padding-top: 40px;
  padding-bottom: 50px;
}
.section-expertise .col-2 .container-p {
  row-gap: 30px;
}
.section-description .container .col-1 .flex-column {
  row-gap: 28px;
}
.section-description .container .col-1 .btn {
  margin-top: 30px;
}
.section-description .container .col-2 {
  margin-top: 76px;
}
.section-description .container .col-2 .grid-container {
  grid-template-columns: 1fr 1fr;
  row-gap: 0;
  column-gap: 0;
}
.section-description .container .col-2 .grid-container img {
  height: 100%;
}
.section-description .container .col-2 .bleu p,
.section-description .container .col-2 .mauve p {
  color: var(--blanc);
}
.section-description .container .col-2 .bleu {
  background-color: var(--bleu);
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 10px;
}
.section-description .container .col-2 .bleu .depuis {
  font-size: 2em;
  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 3%;
}
.section-description .container .col-2 .mauve {
  background-color: var(--mauve);
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 10px;
}
.section-description .container .col-2 .mauve .offre {
  font-size: 1.2em;
}
.section-description .container .col-2 .mauve p:not(.offre) {
  font-size: 0.75em;
  margin-top: 5px;
}
.section-description .container .btn:hover {
  background-color: var(--bleu);
  color: var(--noir);
}
.section-fonctionnement {
  background-color: var(--mauve);
  margin-top: 2px;
}
.section-fonctionnement h2 {
  color: var(--bleu);
}
.section-fonctionnement p {
  color: var(--blanc);
}
.section-fonctionnement .container-padding .col-1 {
  margin-top: 30px;
}
.section-fonctionnement .container-padding .col-1 p {
  margin-top: 20px;
}
.section-fonctionnement .container-padding .col-2 {
  margin-top: 70px;
  align-items: flex-end;
}
.section-fonctionnement .container-padding .col-2 img {
  max-width: 500px;
}
.section-expertise .col-2 .blue-bg .btn {
  margin-top: 34px;
}
@media only screen and (min-width: 768px) {
  .section-equipe .col-1 .carousel-wrapper .next {
    padding: 18px 16px;
  }
  .section-description .container .col-2 .bleu {
    padding-top: 44px;
  }
  .section-description .container .col-2 .bleu .depuis {
    font-size: 3em;
  }
  .section-description .container .col-2 .bleu p:not(.depuis) {
    font-size: 1.5em;
  }
  .section-description .container .col-2 .mauve {
    padding-top: 40px;
  }
  .section-description .container .col-2 .mauve .offre {
    font-size: 2em;
  }
  .section-description .container .col-2 .mauve p:not(.offre) {
    font-size: 1em;
    margin-top: 10px;
  }
  .section-expertise {
    column-gap: 30px;
  }
  .section-expertise .col-1 .carousel .valeurs {
    flex-direction: row;
    column-gap: 30px;
  }
  .section-expertise .col-2 {
    margin-top: 80px;
  }
  .section-carriere .col-2 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .banner .background {
    height: auto;
  }
  .section-intro .container-padding .col-2 .bullets-container {
    left: 22%;
    transform: translateX(23%);
  }
  .section-equipe {
    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(--bleu);
  }
  .section-description .container {
    align-items: center;
    column-gap: 60px;
    padding-right: 0;
  }
  .section-description .container .col-1 {
    width: 50%;
    padding-bottom: 60px;
  }
  .section-description .container .col-2 {
    width: 50%;
    margin-top: 0;
  }
  .section-description .container .col-2 .bleu {
    padding-top: 20px;
  }
  .section-description .container .col-2 .mauve {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-fonctionnement {
    margin-top: 0;
  }
  .section-fonctionnement .container-padding .col-1 {
    width: 50%;
    margin-top: 60px;
    padding-bottom: 150px;
  }
  .section-fonctionnement .container-padding .col-2 {
    width: 50%;
    justify-content: flex-end;
  }
  .section-fonctionnement .container-padding .col-2 img {
    max-width: unset;
  }
  .section-expertise {
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 40px;
  }
  .section-expertise .col-1 {
    width: 54%;
    max-width: 600px;
    margin-left: unset;
    margin-right: unset;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section-expertise .col-1 .carousel .valeurs {
    justify-content: space-between;
  }
  .section-expertise .col-2 {
    width: 50%;
    margin-top: 0;
  }
  .section-expertise .col-2 .blue-bg {
    padding-left: 10%;
    flex: 1;
  }
}
@media only screen and (min-width: 1536px) and (orientation: landscape) {
  .section-equipe {
    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-description {
    margin-top: 0;
  }
  .section-description .container {
    align-items: center;
  }
  .section-description .container .col-1 {
    margin-top: 0;
    width: 50%;
    min-width: 590px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section-description .container .col-1 .flex-column {
    margin-top: 50px;
  }
  .section-description .container .col-1 .btn {
    margin-top: 50px;
  }
  .section-description .container .col-2 {
    width: 56%;
    margin-top: 0;
  }
  .section-description .container .col-2 .bleu,
  .section-description .container .col-2 .mauve {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-description .container .col-2 .bleu .depuis {
    font-size: 4em;
    margin-top: 0;
    padding-bottom: 0;
  }
  .section-description .container .col-2 .bleu p:not(.depuis) {
    font-size: 3.7em;
  }
  .section-description .container .col-2 .mauve {
    padding-left: 10%;
    padding-right: 10%;
  }
  .section-description .container .col-2 .mauve .offre {
    font-size: 3em;
  }
  .section-fonctionnement .container-padding .col-1 {
    width: 44%;
    margin-top: 140px;
  }
  .section-fonctionnement .container-padding .col-1 h2 {
    font-size: 1.9em;
  }
  .section-fonctionnement .container-padding .col-1 p {
    width: 90%;
    margin-top: 38px;
  }
  .section-fonctionnement .container-padding .col-2 {
    width: 55%;
  }
  .section-expertise .col-1 {
    width: 54%;
    max-width: 604px;
  }
  .section-expertise .col-2 {
    width: 50%;
  }
  .section-expertise .col-2 .blue-bg {
    height: 75%;
    min-height: 540px;
    padding-top: 90px;
  }
  .section-expertise .col-2 .blue-bg .btn {
    margin-top: 54px;
  }
  .section-expertise .col-2 .container-p {
    width: 74%;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1700px) {
  .section-description .container .col-2 .bleu .depuis {
    font-size: 4.8em;
  }
}
