@charset "UTF-8";
.header-home {
  position: relative;
  padding-top: 150px;
  min-height: 750px;
  padding-bottom: 150px;
}
.header-home .containerArrowMobile {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 94vh;
  width: 100%;
}
.header-home .containerArrowMobile img {
  animation: monterDescendre 2s ease-in-out infinite;
}
@keyframes monterDescendre {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.header-home .container {
  position: relative;
  z-index: 1;
}
.header-home .deco-back {
  position: absolute;
  left: 70px;
  bottom: 19%;
  display: flex;
  height: 100px;
  width: 100px;
  align-items: center;
  cursor: pointer;
  z-index: 0;
  justify-content: center;
}
.header-home .play-video {
  position: absolute;
  right: 85%;
  bottom: 19%;
  display: flex;
  height: 100px;
  width: 100px;
  align-items: center;
  cursor: pointer;
  z-index: 0;
  justify-content: center;
}
.header-home .play-video .imgsvg {
  position: absolute;
  left: -40px;
}
.header-home h1 {
  color: var(--Noir, #1e1e1e);
  font-family: "futura-pt", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 750px;
  width: 100%;
  -webkit-text-stroke: 0.3px #ffffff;
}
.header-home h1 i {
  color: var(--Rouge-500, #e30613);
  /* H2 - Playfair - 42px */
  font-family: "Playfair Display";
  /*  font-size: 44px; */
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}
.header-home .deco {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 0;
}
@media screen and (max-width: 950px) {
  .header-home {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: auto;
  }
  .header-home h1 {
    font-size: 32px;
    width: 75%;
    margin-top: 50px;
  }
  .header-home h1 i {
    /*    font-size: 34px; */
  }
  .header-home .play-video {
    bottom: auto;
    top: 20%;
    right: 5%;
  }
  .header-home .buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .header-home .deco-back, .header-home .play-video {
    display: none;
  }
  .header-home .deco {
    top: 0;
  }
}

/* chiffre-cles */
.chiffre-cles {
  padding: 0 0 50px 0;
}
.chiffre-cles .row {
  gap: 22px;
}
.chiffre-cles .col {
  padding: 0;
}
.chiffre-cles .card {
  border: 0;
}
.chiffre-cles .card-body {
  border-radius: 20px;
  background: var(--Blanc, #fff);
  box-shadow: 0px 16px 30px 0px rgba(28, 21, 75, 0.08);
  border: 0;
}
.chiffre-cles h5 {
  color: var(--Noir, #1e1e1e);
  text-align: center;
  /* Poppins - bold - 16px */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.chiffre-cles .card-text {
  color: var(--Noir, #1e1e1e);
  text-align: center;
  /* Poppins - medium - 12px */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.chiffre-cles .picto-style {
  width: 140px;
  height: 100px;
  display: flex;
  background-image: url(../images/chiffre-deco.png);
  align-items: center;
  justify-content: center;
  margin: auto;
  background-size: contain;
}
.chiffre-cles .picto-style img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 765px) {
  .chiffre-cles .col {
    flex: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .chiffre-cles .card-body {
    display: flex;
    padding: 40px 20px 40px 0;
  }
  .chiffre-cles h5 {
    text-align: left;
  }
  .chiffre-cles .chiffre-info {
    flex: 1;
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: center;
  }
  .chiffre-cles .chiffre-info .card-text {
    text-align: left;
  }
  .chiffre-cles .picto-style {
    margin: 0 !important;
  }
}

/* slider agences */
.slider-agences {
  padding: 120px 0;
  background-color: #f0f2f8;
  position: relative;
}
.slider-agences .buttons {
  flex-direction: column;
}
.slider-agences .custom-container {
  padding: 2rem 0 2rem 2rem;
  border-radius: 10px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  gap: 2rem;
}
.slider-agences h2 {
  color: var(--Noir, #1e1e1e);
  margin-top: 2rem;
  /* H3 - Futura - 32px */
  font-family: "futura-pt", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.slider-agences .slider-content-text {
  max-width: 500px;
}
.slider-agences .slider-content-text p {
  color: var(--Noir, #1E1E1E);
  /* Poppins - medium - 14px */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.slider-agences .scrolling-wrapper {
  display: flex;
  overflow-x: auto;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  /* &:hover {

      cursor: url('../images/drag.png'), auto;

  } */
}
.slider-agences .scrolling-wrapper::-webkit-scrollbar {
  height: 10px;
  background: var(--Rouge-200, #fbdbdb);
  border-radius: 10px;
}
.slider-agences .scrolling-wrapper::-webkit-scrollbar-thumb {
  background-color: #ff0000;
  border-radius: 10px;
  cursor: pointer;
}
.slider-agences .card {
  min-width: 300px;
  height: 420px;
  margin-right: 1rem;
  background: transparent;
  border: 0;
}
.slider-agences .card-content {
  background-size: cover;
  height: 100%;
  background-position: center;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  position: relative;
}
.slider-agences .card-content svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s ease;
}
.slider-agences .card-body {
  display: flex;
  height: 100%;
  align-content: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(0deg, #000 5.5%, rgba(0, 0, 0, 0) 35%);
  border-radius: 30px;
}
.slider-agences .card-content:hover {
  /*  filter: brightness(80%); */
  border: 2px solid #e30613;
}
.slider-agences .card-content:hover svg {
  right: 15px;
}
.slider-agences .double-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  gap: 20px;
  border: 0;
}
.slider-agences .double-card .card-content {
  height: 200px;
}
@media screen and (max-width: 765px) {
  .slider-agences {
    padding: 0;
  }
  .slider-agences::before {
    display: none;
  }
  .slider-agences .custom-container {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    flex-direction: column;
  }
  .slider-agences .buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* type-realisation */
.type-deco-top {
  max-width: 100%;
  position: relative;
  height: 44px;
  margin: auto;
  background-position: center;
  width: 1440px;
  transform: rotate(0);
  bottom: -22px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.type-deco-bottom {
  max-width: 100%;
  position: relative;
  height: 44px;
  margin: auto;
  bottom: 22px;
  background-position: center;
  width: 1440px;
  transform: rotate(180deg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.type-realisation {
  overflow: hidden;
  background-color: #1e1e1e;
  padding: 100px 0 250px 0;
  position: relative;
}
.type-realisation .service-btn {
  background-color: #262525;
  width: -moz-max-content;
  width: max-content;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 5px;
  text-decoration: none;
  transition: 0.3s;
}
.type-realisation .service-btn:hover {
  filter: brightness(140%);
}
.type-realisation .container {
  gap: 50px;
  display: flex;
  flex-direction: column;
}
.type-realisation .container-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.type-realisation .real {
  position: relative;
}
.type-realisation .real .text-realisation {
  position: absolute;
}
.type-realisation .real .text-realisation.bottom {
  bottom: 0;
}
.type-realisation .real .text-realisation.top {
  top: 30px;
}
.type-realisation .real-1 {
  position: relative;
  top: 150px;
}
.type-realisation .real-1 .custom-card {
  right: -50px;
}
.type-realisation .highlight {
  /* H1 - Playfair - 72px */
  font-family: "Playfair Display";
  font-size: 72px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.type-realisation .spacer {
  padding-left: 4rem;
}
.type-realisation h5 {
  color: var(--Blanc, #fff);
  font-family: "futura-pt", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.type-realisation .custom-card {
  position: relative;
  overflow: hidden;
  border-radius: 500px;
  margin: 10px 0;
  color: #fff;
  transform: rotate(-12deg);
  max-width: 100%;
  display: block;
}
.type-realisation .custom-card.reverse {
  transform: rotate(12deg);
}
.type-realisation .custom-card.reverse img {
  transform: rotate(-12deg);
}
.type-realisation .real-container {
  transition: 0.3s;
  display: flex;
  justify-content: flex-start;
}
.type-realisation .real-container.reverse {
  justify-content: flex-end;
}
.type-realisation .real-container:hover {
  /*  filter: brightness(80%); */
  opacity: 0.8;
}
.type-realisation .real-container:hover .arrow-btn {
  margin-left: 5rem;
}
.type-realisation .arrow-btn {
  display: flex;
  width: 50px;
  height: 50px;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 1000px;
  margin-left: 4rem;
  margin-top: 1.5rem;
  transition: 0.3s;
}
.type-realisation .arrow-btn.red {
  background: var(--Rouge-500, #e30613);
}
.type-realisation .arrow-btn.blue {
  background: var(--Bleu-500, #0095db);
}
.type-realisation .custom-card img {
  width: 100%;
  scale: 1.2;
  height: auto;
  border-radius: 20px;
  transform: rotate(12deg);
}
.type-realisation .custom-card .card-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.type-realisation .custom-card .card-body h5 {
  font-size: 2em;
  font-weight: bold;
}
.type-realisation .custom-card .card-body .highlight {
  color: red;
}
.type-realisation .custom-card .card-body .highlight-blue {
  color: lightblue;
}
.type-realisation .custom-card .card-body .arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.5em;
}
@media screen and (max-width: 765px) {
  .type-realisation {
    padding: 0px;
    /* .real {
        padding: 0 10%;
    } */
  }
  .type-realisation::after {
    bottom: -40px;
    background-repeat: no-repeat;
  }
  .type-realisation .row.mt-5 {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 50px;
  }
  .type-realisation .container-link {
    justify-content: flex-start;
  }
  .type-realisation .container {
    gap: 0;
  }
  .type-realisation .real-1 {
    top: 0;
    margin-bottom: 50px;
  }
  .type-realisation .arrow-btn {
    margin-left: 2rem;
  }
  .type-realisation .real-container:hover .arrow-btn {
    margin-left: 3rem;
  }
  .type-realisation .text-realisation {
    padding: 0 5%;
  }
  .type-realisation .spacer {
    padding-left: 2rem;
  }
  .type-realisation h5 {
    font-size: 42px;
  }
  .type-realisation .highlight {
    font-size: 44px;
  }
}

/* slider-realisations */
.slider-realisations {
  overflow: hidden;
  position: relative;
}
.slider-realisations .container {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-realisations .swiper-wrapper {
  height: -moz-max-content;
  height: max-content;
  display: flex;
  align-items: center;
}
.slider-realisations .swiper-container {
  margin: auto;
}
.slider-realisations .swiper-button-next,
.slider-realisations .swiper-button-prev {
  transition: opacity 0.3s ease;
}
.slider-realisations .swiper-button-next {
  background-image: url("../images/next-slide.png");
  width: 94px;
  height: 66px;
  background-size: contain;
}
.slider-realisations .swiper-button-next::after {
  display: none;
}
.slider-realisations .swiper-button-prev {
  background-image: url("../images/prev-slide.png");
  width: 94px;
  height: 66px;
  background-size: contain;
}
.slider-realisations .swiper-button-prev::after {
  display: none;
}
.slider-realisations .swiper-slide {
  position: relative;
  overflow: hidden;
}
.slider-realisations .swiper-slide img {
  max-height: 620px;
  max-width: 65%;
  border-radius: 30px;
}
.slider-realisations .swiper-caption h5 {
  font-family: "Playfair Display";
  font-size: 44px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.slider-realisations .swiper-caption p {
  color: var(--Noir, #1e1e1e);
  /* Poppins - Medium - 18px */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.slider-realisations .swiper-caption p .name {
  color: var(--Rouge-500, #e30613);
  font-weight: 700;
}
.slider-realisations .swiper-slide {
  opacity: 1;
  transition: 0.5s;
  display: flex;
  gap: 3rem;
  align-items: center;
}
.slider-realisations .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.25;
}
@media screen and (max-width: 765px) {
  .slider-realisations .container {
    padding: 10% 0 5%;
  }
  .slider-realisations .swiper-slide {
    flex-direction: column;
  }
  .slider-realisations .swiper-slide img {
    max-width: 100%;
  }
}

/* texte-pictos */
.texte-pictos {
  position: relative;
  padding: 65px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
}
.texte-pictos .value-item {
  background-color: #f0f2f8;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.texte-pictos .value-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.texte-pictos h2 {
  color: var(--Noir, #1e1e1e);
  /* H2 - Futura - 42px */
  font-family: "futura-pt", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.texte-pictos h2 i {
  font-family: "Playfair Display";
  /*    font-size: 44px; */
  font-style: italic;
  font-weight: 500;
}
.texte-pictos .content-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.texte-pictos .content {
  color: var(--Noir, #1e1e1e);
  /* Poppins - medium - 14px */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 950px) {
  .texte-pictos {
    padding: 0;
  }
  .texte-pictos h2 {
    font-size: 34px;
  }
  .texte-pictos h2 i {
    /*  font-size: 34px; */
  }
}

/* slider-logo */
.slider-logo {
  position: relative;
  min-height: 100px;
  background-color: #f0f2f8;
  padding: 80px 0;
  margin: 15px 0;
  margin-top: 5%;
  overflow: hidden;
}
.slider-logo::before {
  content: "";
  width: 100%;
  height: 44px;
  position: absolute;
  background-image: url(../images/deco-slider-logo-1.png);
  background-repeat: no-repeat;
  top: -22px;
  background-size: 100%;
}
.slider-logo::after {
  content: "";
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: -15px;
  background-size: 100%;
  background-image: url("../images/deco-slider-logo-2.png");
  background-repeat: no-repeat;
}
.slider-logo .swiper-wrapper {
  display: flex;
  align-items: center;
  height: -moz-max-content;
  height: max-content;
  /*       gap: 60px; */
}
.slider-logo .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  opacity: 0.6;
}
.slider-logo .swiper-wrapper .swiper-slide img {
  max-height: 100px;
}
@media screen and (max-width: 950px) {
  .slider-logo {
    padding: 40px 0;
  }
  .slider-logo::before {
    top: -10px;
  }
  .slider-logo::after {
    top: -5px;
  }
}

/* double-text */
.double-text .row {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.double-text .imgsvg {
  position: absolute;
  bottom: -50px;
}
.double-text .container {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
  background-repeat: no-repeat;
  gap: 80px;
  display: flex;
  flex-direction: column;
  background-position: center;
}
.double-text .content {
  color: var(--Noir, #1e1e1e);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.double-text .custom-section {
  padding: 2rem 0;
}
.double-text h2 {
  margin-bottom: 40px;
  color: var(--Noir, #1e1e1e);
  font-family: "futura-pt", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.double-text h2 i {
  font-family: "Playfair Display";
  /* font-size: 44px; */
  font-style: italic;
}
.double-text .custom-subtitle {
  font-style: italic;
}
.double-text ul {
  list-style-type: none;
  padding-left: 0;
}
.double-text ul li {
  position: relative;
  padding-left: 1.5rem;
}
.double-text ul li:before {
  content: "•";
  position: absolute;
  left: 0;
}
.double-text .custom-buttons .btn {
  margin: 0.5rem 0;
}
@media screen and (max-width: 950px) {
  .double-text {
    padding-top: 0;
    padding-bottom: 0;
  }
  .double-text h2 {
    font-size: 34px;
  }
  .double-text h2 i {
    /*    font-size: 34px; */
  }
}

/* liste-emplois */
.liste-emplois a.job-link {
  text-decoration: none;
}
.liste-emplois a.job-link:hover .job-card {
  border: 1px solid var(--Rouge-500, #e30613);
}
.liste-emplois .container {
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  padding-top: 65px;
  padding-bottom: 65px;
}
.liste-emplois .container .row {
  justify-content: center;
}
.liste-emplois .text-content {
  max-width: 850px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
.liste-emplois h2 {
  margin-bottom: 30px;
  color: var(--Noir, #1e1e1e);
  font-family: "futura-pt", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.liste-emplois h2 i {
  font-family: "Playfair Display";
  /*  font-size: 44px; */
  font-style: italic;
}
.liste-emplois .date {
  color: var(--Noir, #1e1e1e);
  /* Poppins - medium - 12px */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.liste-emplois .job-subtitle {
  color: var(--Noir, #1e1e1e);
  text-align: center;
  /* Poppins - Medium - 18px */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.liste-emplois .job-highlight {
  color: var(--Rouge-500, #e30613);
  text-align: center;
  text-decoration: none;
  /* Poppins - Medium - 18px */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.liste-emplois .job-card {
  border-radius: 20px;
  background: var(--Gris-200, #f0f2f8);
  border: 1px solid transparent;
  transition: 0.3s ease;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.liste-emplois .job-card h4 {
  color: var(--Noir, #1e1e1e);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.liste-emplois .job-card p {
  color: var(--Noir, #1e1e1e);
  /* Poppins - medium - 12px */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.liste-emplois .job-card .badge {
  border-radius: 100px;
  background: var(--Bleu-200, #b8e8ff);
  color: var(--Bleu-500, #0095db);
  /* Poppins - bold - 12px */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.liste-emplois .btn.btn-1 {
  border-radius: 14px;
  background: var(--Rouge-500, #e30613);
}
@media screen and (max-width: 950px) {
  .liste-emplois {
    padding: 0;
  }
  .liste-emplois .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .liste-emplois h2 {
    font-size: 32px;
    text-align: center;
  }
  .liste-emplois h2 i {
    /*   font-size: 34px; */
  }
}

/* news-section */
.news-section .container {
  background-position-x: center;
  background-position-y: 65px;
  position: relative;
  padding-top: 65px;
  background-repeat: no-repeat;
}
.news-section .imgsvg {
  position: absolute;
  right: 0px;
  top: 14%;
}
.news-section h2 {
  margin-bottom: 30px;
  color: var(--Noir, #1e1e1e);
  font-family: "futura-pt", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.news-section h2 i {
  font-family: "Playfair Display";
  /*   font-size: 44px; */
  font-style: italic;
}
.news-section .news-section {
  padding: 3rem 0;
}
.news-section .news-highlight {
  color: var(--Rouge-500, #e30613);
  text-align: center;
  text-decoration: none;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.news-section .news-card {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  height: 100%;
  background: var(--Gris-200, #f0f2f8);
  border: 1px solid transparent;
  flex-direction: column;
  transition: 0.3s ease;
}
.news-section .news-card:hover {
  border-color: var(--Rouge-500, #e30613);
}
.news-section .news-card img {
  width: 100%;
  min-height: 300px;
  height: auto;
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section .news-card .card-body {
  border-radius: 20px;
  height: inherit;
  display: flex;
  padding: 30px 20px 0px;
  background: var(--Gris-200, #f0f2f8);
  position: relative;
  top: -20px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
}
.news-section .news-card .card-body a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.news-section .news-card .card-body h5 {
  color: var(--Noir, #1e1e1e);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.news-section .news-card .card-body p {
  color: var(--Noir, #1e1e1e);
  /* Poppins - medium - 12px */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.news-section .news-card .btn {
  color: var(--Rouge-500, #e30613);
  text-align: center;
  /* Poppins - bold - 14px */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.news-section .date {
  color: var(--Noir, #1e1e1e);
  /* Poppins - medium - 12px */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 950px) {
  .news-section {
    padding: 0;
  }
  .news-section .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .news-section h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }
  .news-section h2 i {
    /*   font-size: 34px; */
  }
  .news-section .mt-5 {
    margin-top: 30px !important;
  }
  .news-section .news-card .btn {
    padding: 0;
  }
}

/* .header-agence */
.header-agence,
.header-page-metiers {
  padding-top: 125px;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
}
.header-agence .imgsvg,
.header-page-metiers .imgsvg {
  position: absolute;
  left: 90%;
  bottom: 20px;
}
.header-agence h1,
.header-page-metiers h1 {
  color: var(--Noir, #1e1e1e);
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.header-agence .sub-title,
.header-page-metiers .sub-title {
  color: var(--Noir, #1e1e1e);
  font-family: "Playfair Display";
  font-size: 34px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.header-agence .buttons,
.header-page-metiers .buttons {
  margin-top: 28px;
}
.visuel-header {
  margin-top: 50px;
  margin-bottom: 100px;
}
.visuel-header custom-card:first-child .image-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 14px;
}
.visuel-header .image-container {
  flex: 1;
  overflow: hidden;
  border-radius: 60px;
  background: var(--Gris-200, #f0f2f8);
  position: relative;
  height: 360px;
}
.visuel-header .image-container:first-child {
  transform: perspective(380px) rotateY(5deg);
  scale: 1;
  height: 380px;
  border-radius: 0px 60px 60px 0px;
}
.visuel-header .image-container:last-child {
  transform: perspective(380px) rotateY(-5deg);
  scale: 1;
  height: 380px;
  border-radius: 60px 0px 0px 60px;
}
.visuel-header .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 15px;
}
.visuel-header .image-container img.rotating {
  width: 80px;
  position: absolute;
  height: 80px;
  top: 0;
}
.visuel-header .play-video {
  width: 80px;
  position: absolute;
  height: 80px;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 0;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.visuel-header .play-video img {
  width: auto;
  height: auto;
  border-radius: 0;
}
.visuel-header a.link {
  position: absolute;
  bottom: 5%;
  left: 8%;
  border-radius: 100px;
  background: rgba(30, 30, 30, 0.35);
  padding: 0 16px;
  color: var(--Blanc, #fff);
  text-align: center;
  font-family: Poppins;
  display: flex;
  font-size: 12px;
  gap: 4px;
  font-style: normal;
  font-weight: 500;
  -webkit-text-decoration: 0;
  text-decoration: 0;
  line-height: normal;
  align-items: center;
}
.visuel-header .skewed img {
  transform-origin: right;
}
.visuel-header #col1 {
  display: flex;
  align-items: center;
}
.visuel-header .desktop-view {
  display: flex;
}
.visuel-header .mobile-view {
  display: none;
}
@media (max-width: 950px) {
  .visuel-header {
    padding: 0 2%;
    /* CSS pour masquer la vue de bureau sur les écrans mobiles */
  }
  .visuel-header .desktop-view {
    display: none;
  }
  .visuel-header .mobile-view {
    display: block;
  }
  .visuel-header .image-container:last-child {
    transform: none;
    border-radius: 30px;
  }
}

/* BREF */
.bref .container {
  border-radius: 20px;
  background: var(--Gris-200, #f0f2f8);
  padding: 40px 30px;
}
.bref .container .content {
  color: var(--Noir, #1e1e1e);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: calc(100% - 150px);
}
.bref .container .content p {
  color: var(--Noir, #1e1e1e);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bref .container .title {
  color: #9ea9c1;
  /* Couleur du titre */
  font-weight: bold;
  width: 150px;
  /*   width: 40%; */
  /* Ajustez cette valeur selon vos besoins */
}
.bref .container h2 {
  color: var(--Noir, #1e1e1e);
  /* H2 - Futura - 42px */
  font-family: "futura-pt", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bref .container h2 i {
  color: var(--Noir, #1e1e1e);
  font-family: "Playfair Display";
  /* font-size: 44px; */
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.bref .container .item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: flex-start;
  gap: 15px;
}
.bref .container #col1 {
  display: flex;
  align-items: center;
}
.bref .container #col2,
.bref .container #col3 {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.bref .container .content {
  /*    width: 60%; */
  /* Ajustez cette valeur selon vos besoins */
}
.bref .container .title {
  /*    max-width: 50%;
  min-width: 100px; */
}
.bref .container .content {
  /*  width: 50%; */
  /* Ajustez cette valeur selon vos besoins */
}
@media screen and (max-width: 950px) {
  .bref .container {
    padding: 0 2%;
  }
  .bref .container .bref-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 2rem;
  }
  .bref .container .item {
    flex-direction: column;
  }
  .bref .container .content,
  .bref .container .title {
    width: 100%;
  }
}

/* realisations-agence */
.realisations-agence {
  position: relative;
  margin-top: 170px;
  /* En mobile : ferré à gauche */
}
.realisations-agence img.deco {
  position: absolute;
  top: -32%;
  left: 70%;
  transform: translate(-50%);
}
.realisations-agence .imgsvg {
  position: absolute;
  top: -25%;
  left: 15%;
}
.realisations-agence .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.realisations-agence .swiper-container {
  margin: 0 auto;
  max-width: 1200px; /* à ajuster selon ta maquette */
  padding: 0 1rem; /* pour respirer un peu à gauche/droite */
  display: block;
}
@media screen and (max-width: 767.98px) {
  .realisations-agence .swiper-container {
    margin-left: 0;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 0;
  }
}
.realisations-agence .swiper-slide {
  width: 305px;
  /* Width of each card */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.3s;
}
.realisations-agence .swiper-slide img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  border-radius: 60px;
  height: 380px;
  width: 303px;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--Gris-200, #f0f2f8);
}
.realisations-agence .swiper-slide h3,
.realisations-agence .swiper-slide p {
  margin: 10px 0;
}
.realisations-agence a {
  text-decoration: none;
}
.realisations-agence h3 {
  color: var(--Noir, #1e1e1e);
  text-align: center;
  /* H4 - Playfair - 22px */
  font-family: "Playfair Display";
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.realisations-agence p {
  color: var(--Noir, #1e1e1e);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.realisations-agence .name {
  color: var(--Rouge-500, #e30613);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.realisations-agence .swiper-slide:hover {
  transform: translateY(-10px);
}
.realisations-agence .bottom-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.realisations-agence .bottom-link a {
  color: red;
  text-decoration: none;
  font-weight: bold;
  margin-right: 25px;
}
.realisations-agence .swiper-button-next,
.realisations-agence .swiper-button-prev {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
}
.realisations-agence .swiper-button-next:after,
.realisations-agence .swiper-button-prev:after {
  width: 40px;
  height: 40px;
  content: "";
  background-image: url("../images/next-real.png");
}
.realisations-agence .swiper-button-prev:after {
  transform: rotate(180deg);
}

/* texte-image */
.texte-image {
  padding-top: 100px;
  /*    margin-bottom: 85px; */
  position: relative;
  z-index: 3;
}
.texte-image .imgsvg {
  position: absolute;
  top: 5%;
  left: 50%;
}
.texte-image .rotate-bloc {
  position: relative;
  overflow: hidden;
  top: 10%;
  border-radius: 2000px;
  color: #fff;
  display: block;
  width: 90%;
}
.texte-image .rotate-bloc img {
  scale: 1;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.texte-image .container {
  padding-bottom: 50px;
}
.texte-image .custom-title {
  color: var(--Noir, #1e1e1e);
  padding-top: 15%;
  font-family: "futura-pt", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 40px;
}
.texte-image .custom-title i {
  /* H2 - Playfair - 42px */
  font-family: "Playfair Display";
  /*  font-size: 44px; */
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.texte-image .custom-subtitle {
  font-size: 1.5rem;
  font-style: italic;
}
.texte-image .texte-image .custom-image {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  background: var(--Noir, #1e1e1e);
  width: 100%;
  scale: 1.2;
  height: auto;
  border-radius: 20px;
  transform: rotate(-12deg);
}
.texte-image p {
  color: var(--Noir, #1e1e1e);
  /* Poppins - medium - 14px */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 950px) {
  .texte-image .rotate-bloc {
    position: relative;
    overflow: hidden;
    border-radius: 2000px;
    color: #fff;
    display: block;
    width: 100%;
  }
}

/* choses-a-retenir */
.choses-a-retenir .container-black {
  background: var(--Noir, #1e1e1e);
  padding-top: 60px;
  padding-bottom: 60px;
}
.choses-a-retenir h2 {
  margin: auto;
  text-align: center;
  width: 100%;
  margin-bottom: 80px;
  color: var(--Blanc, #fff);
  /* H2 - Futura - 42px */
  font-family: "futura-pt", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.choses-a-retenir .custom-card {
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}
.choses-a-retenir .custom-card .number {
  color: var(--Noir, #1e1e1e);
  font-family: "futura-pt", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-bottom: 40px;
}
.choses-a-retenir .custom-card h3 {
  color: var(--Noir, #1e1e1e);
  /* H4 - Futura - 22px */
  font-family: "futura-pt", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.choses-a-retenir .custom-card p {
  color: var(--Noir, #1e1e1e);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.choses-a-retenir body {
  background-color: #2e2e2e;
}
.choses-a-retenir #col-1 {
  margin-top: 100px;
}
.choses-a-retenir #col-2 {
  margin-top: 200px;
}
@media (min-width: 992px) {
  .choses-a-retenir .col-card-container {
    margin-bottom: 200px;
  }
  .choses-a-retenir .col-lg-4.col-md-6.col-sm-12:nth-child(3n+1) {
    top: 0;
  }
  .choses-a-retenir .col-lg-4.col-md-6.col-sm-12:nth-child(3n+2) {
    position: relative;
    top: 100px;
  }
  .choses-a-retenir .col-lg-4.col-md-6.col-sm-12:nth-child(3n+3) {
    position: relative;
    top: 200px;
  }
}

/* temoignage */
.single .temoignage {
  margin-bottom: 120px;
}

.temoignage {
  position: relative;
}
.temoignage .imgsvg {
  position: absolute;
  bottom: 10%;
  left: 5%;
}
.temoignage .rotate-bloc {
  position: absolute;
  overflow: hidden;
  top: 3%;
  left: -3%;
  border-radius: 2000px;
  color: #fff;
  transform: rotate(-12deg);
  width: 340px;
  display: block;
}
.temoignage .rotate-bloc img {
  transform: rotate(12deg);
  scale: 1;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .temoignage .rotate-bloc {
    position: relative;
    width: 100%;
    left: 0;
  }
}
.temoignage .sub-title {
  color: var(--Noir, #1e1e1e);
  /* H3 - Playfair - 32px */
  font-family: "Playfair Display";
  font-size: 34px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.temoignage h3 {
  color: #000;
  /* H3 - Futura - 32px */
  font-family: "futura-pt";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.temoignage h3 .role {
  color: var(--Gris-900, #8795B7);
}
.temoignage .content,
.temoignage .content p {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.temoignage .content strong,
.temoignage .content p strong {
  color: var(--Noir, #1e1e1e);
  font-weight: 700;
}
.temoignage .container {
  position: relative;
}
.temoignage .temoignage-container {
  border-radius: 60px;
  background: var(--Gris-200, #f0f2f8);
  padding: 40px 40px 40px 200px;
}
@media (max-width: 992px) {
  .temoignage .temoignage-container {
    padding: 240px 40px 40px 40px;
  }
}
@media (max-width: 760px) {
  .temoignage .temoignage-container {
    padding: 40px 40px 40px 40px;
  }
}

/* header-expertise */
.header-expertise {
  padding-top: 60px;
  padding-bottom: 200px;
}
.header-expertise .head-image {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 780px;
}
.header-expertise .container {
  z-index: 1;
  padding-top: 60px;
  position: relative;
}
.header-expertise .imgsvg {
  position: absolute;
  bottom: -200px;
}
.header-expertise .deco {
  position: absolute;
  right: 0;
  top: 100px;
  right: -130px;
  z-index: 0;
  width: 80vw; /* ou 100%, ou max-width: 400px selon besoin */
  aspect-ratio: 1/1; /* garde un carré parfait */
  border-radius: 50%; /* transforme le carré en cercle */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 650px; /* limite le cercle sur grands écrans */
  margin: auto; /* centre */
}
.header-expertise .deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* remplit sans déformer */
}
.header-expertise h1 {
  color: var(--Noir, #1e1e1e);
  margin-top: 15px;
  font-family: "futura-pt", sans-serif;
  /*   font-size: 111px; */
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
}
.header-expertise .sub-title {
  color: var(--Noir, #1e1e1e);
  margin-bottom: 40px;
  font-family: "futura-pt", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header-expertise .sub-title i {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.header-expertise .content p {
  color: var(--Noir, #1e1e1e);
  /* Poppins - medium - 14px */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header-expertise .buttons {
  margin-top: 40px;
}
@media (max-width: 760px) {
  .header-expertise {
    /*   padding-top: 180px; */
  }
  .header-expertise h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .header-expertise .sub-title {
    font-size: 24px;
  }
  .header-expertise .buttons {
    display: flex;
    flex-direction: column;
  }
  .header-expertise .deco {
    top: 10px;
  }
}

/* titre-description-lien */
.titre-description-lien {
  padding: 100px 0;
}
.titre-description-lien .container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 40px;
  position: relative;
  /*  max-width: 100%; */
}
.titre-description-lien .imgsvg {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.titre-description-lien h2 {
  margin-bottom: 0;
}
/* liste client */
.deco-list-top {
  margin: auto;
  text-align: center;
  display: none;
}
.deco-list-top img {
  position: relative;
  top: 15px;
}

.deco-list-bottom {
  margin: auto;
  text-align: center;
}
.deco-list-bottom img {
  position: relative;
  top: -15px;
  transform: rotate(180deg);
}

.liste-section {
  background-color: var(--Gris-200, #f0f2f8);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.liste-section .accordion-button::after {
  display: none;
}
.liste-section .mb-5 {
  position: relative;
}
.liste-section .imgsvg {
  position: absolute;
  left: 90%;
}
.liste-section .imgsvg2 {
  position: absolute;
  left: 0%;
  top: 240px;
}
.liste-section .accordion-icon {
  transform: rotate(180deg);
  transition: 0.3s ease;
}
.liste-section .collapsed .accordion-icon {
  transform: rotate(0deg);
}
.liste-section .accordion-icon {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 5px;
}
.liste-section .text-open-close {
  transition: opacity 0.3s ease-in-out;
  display: inline-block;
}
.liste-section .buttons {
  justify-content: center;
  position: relative;
  z-index: 3;
  top: -30px;
}
.liste-section .btn-read-more {
  border: none;
  width: 140px;
  display: flex;
  padding-left: 14px;
  transition: 0.3s all ease;
  justify-content: space-between;
  align-items: center;
}
.liste-section .btn-read-more:hover {
  background-color: #f5c6cb;
}
.liste-section img {
  max-width: 100%;
}
.liste-section button.accordion-button {
  display: flex;
  flex-direction: column;
  background: none;
  box-shadow: none;
  padding: 0;
  padding-bottom: 0px;
  transition: 0.3s ease all;
}
.liste-section button.accordion-button.collapsed {
  padding-bottom: 20px;
}
.liste-section .accordion-header {
  margin-bottom: 0;
  border-radius: 20px;
  background: var(--Noir, #1e1e1e);
  padding: 0;
}
.liste-section .accordion-item {
  border: none;
  border-radius: 20px;
  overflow: hidden;
}
.liste-section .accordion-body {
  padding-bottom: 20px;
  padding-top: 0;
}
.liste-section .accordion-body p {
  color: #fff;
}
.liste-section span.title {
  color: var(--Blanc, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  display: flex;
  height: 60px;
  font-weight: 700;
  line-height: normal;
  align-items: center;
}

/*  double-bloc-noir */
section.double-bloc-noir {
  position: relative;
  /* Layout for desktop */
  /* Layout for mobile */
}
section.double-bloc-noir p {
  color: var(--Blanc, #fff);
}
section.double-bloc-noir .contentText {
  z-index: 5;
}
section.double-bloc-noir .imgsvg {
  position: absolute;
  top: 300px;
  right: 20px;
  z-index: 0;
}
section.double-bloc-noir .imgsvg .small {
  position: absolute;
  top: -12px;
  left: 130px;
}
section.double-bloc-noir h2 {
  color: var(--Blanc, #fff);
  font-family: "futura-pt", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.double-bloc-noir h2 i {
  color: var(--Blanc, #fff);
  font-family: "Playfair Display";
  /*    font-size: 44px; */
  font-style: italic;
  font-weight: 500;
}
section.double-bloc-noir .content {
  color: #a7acb7;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 80px;
}
section.double-bloc-noir .content li {
  color: #A7ACB7 !important;
}
section.double-bloc-noir .content b,
section.double-bloc-noir .content strong {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
section.double-bloc-noir .black-bg {
  background: var(--Noir, #1e1e1e);
  padding-top: 75px;
  padding-bottom: 75px;
}
section.double-bloc-noir .grid-item {
  background: #262525;
  padding: 10%;
  display: flex;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
section.double-bloc-noir .grid-item.light {
  background: var(--Rouge-200, #fbdbdb);
}
section.double-bloc-noir .grid-item.light .title {
  color: var(--Noir, #1e1e1e);
}
section.double-bloc-noir .grid-item.light p {
  color: var(--Rouge-700, #ad0619);
}
section.double-bloc-noir .grid-container {
  display: grid;
  gap: 20px;
}
section.double-bloc-noir .grid-container .title {
  color: var(--Blanc, #fff);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.double-bloc-noir .grid-container p {
  color: var(--Blanc, #fff);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.double-bloc-noir .grid-container a {
  color: var(--Rouge-500, #e30613);
  text-align: center;
  text-decoration: none;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 15px;
}
@media (min-width: 768px) {
  section.double-bloc-noir .grid-container {
    grid-template-columns: 1fr 1fr;
    /* 50% each */
  }
}
@media (max-width: 767px) {
  section.double-bloc-noir .grid-container {
    grid-template-columns: 1fr;
    /* 100% */
  }
  section.double-bloc-noir .grid-item {
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
}

/* avantages */
.avantages {
  padding-top: 120px;
  padding-bottom: 40px;
}
.avantages .bloc {
  padding: 3rem;
  border-radius: 60px;
  margin-bottom: 1.4rem;
}
.avantages .bloc.bloc-1 {
  background: var(--Rouge-200, #fbdbdb);
}
.avantages .bloc.bloc-1 h3 {
  color: var(--Rouge-900, #6e0511);
}
.avantages .bloc.bloc-1 .content,
.avantages .bloc.bloc-1 .content p {
  color: var(--Rouge-700, #ad0619);
}
.avantages .bloc.bloc-2 {
  background: var(--Rouge-200, #fbdbdb);
}
.avantages .bloc.bloc-2 h3 {
  color: var(--Rouge-900, #6e0511);
}
.avantages .bloc.bloc-2 .content,
.avantages .bloc.bloc-2 .content p {
  color: var(--Rouge-700, #ad0619);
}
.avantages .bloc.bloc-3 {
  background: var(--Gris-200, #f0f2f8);
}
.avantages .bloc.bloc-3 h3 {
  color: var(--Noir, #1e1e1e);
}
.avantages .bloc.bloc-3 .content,
.avantages .bloc.bloc-3 .content p {
  color: var(--Noir, #1e1e1e);
}
.avantages .bloc h3 {
  font-family: "futura-pt";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.avantages .bloc .content {
  /* Poppins - medium - 16px */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.avantages .bloc img {
  border-radius: 20px;
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .avantages .bloc {
    padding: 2rem;
  }
}

/* faq */
.faq {
  padding-top: 120px;
  padding-bottom: 40px;
}
.faq .accordion-button:not(.collapsed),
.faq .accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}
.faq .container {
  position: relative;
}
.faq .imgsvg {
  position: absolute;
  left: -35px;
}
.faq .imgsvg2 {
  position: absolute;
  right: -100px;
}
.faq .accordion-button::after {
  width: 26px;
  height: 26px;
  background-color: var(--bs-danger);
  background-image: url(../picto/red-arrow-bottom.svg) !important;
  background-color: transparent !important;
  background-position: center;
}
.faq .accordion-button.collapsed::after {
  background-color: var(--bs-gray-300);
}
.faq button.accordion-button {
  background: var(--Gris-200, #f0f2f8);
  border-color: transparent;
  box-shadow: none !important;
}
.faq .accordion-header button {
  color: var(--Noir, #1e1e1e);
  padding: 30px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.faq .accordion-item {
  border-radius: 20px !important;
  border: 1px solid !important;
  overflow: hidden;
  border-color: transparent !important;
  transition: 0.3s ease;
}
.faq .accordion-item:hover {
  /*   border-color: #E30613 !important; */
}
.faq .accordion-item {
  border: 0;
}
.faq .accordion-body {
  background: var(--Gris-200, #f0f2f8);
  text-align: left;
  padding: 30px;
  padding-top: 0;
}
.faq .accordion-body p {
  font-weight: 400;
}

/* header-sous-expertise */
.header-sous-expertise {
  padding-top: 120px;
  padding-bottom: 50px;
}
.header-sous-expertise .imgsvg {
  position: absolute;
  top: 100px;
  left: 30px;
  z-index: -1;
}
.header-sous-expertise .cont {
  position: relative;
}
.header-sous-expertise .cont .imgsvg2 {
  position: absolute;
  right: -200px;
  top: 0;
}
.header-sous-expertise .header-expertise .container {
  z-index: 1;
  padding-top: 60px;
  position: relative;
}
.header-sous-expertise .row-header-sub {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  position: relative;
}
.header-sous-expertise .header-sub-image {
  background-size: cover !important;
  background-position: center;
  padding: 0;
  overflow: hidden;
  border-radius: 60px;
  background: var(--Gris-200, #f0f2f8);
  color: #fff;
}
.header-sous-expertise .header-container {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8196078431) 5.5%, rgba(0, 0, 0, 0) 55%);
  padding: 2rem;
}
.header-sous-expertise h1 {
  padding-top: 10rem;
  font-family: "futura-pt";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 845px;
  margin: auto;
  margin-bottom: 40px;
  max-width: 100%;
}
.header-sous-expertise p i {
  font-family: "Playfair Display";
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.header-sous-expertise .content p {
  color: #000;
}
@media screen and (max-width: 950px) {
  .header-sous-expertise .header-container {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8196078431) 5.5%, rgba(0, 0, 0, 0) 95%);
  }
  .header-sous-expertise h1 {
    padding-top: 0;
    font-size: 2em;
  }
}

/* metiers */
.metiers .highlight,
.job-list .highlight {
  color: var(--Rouge-500, #e30613);
  text-align: center;
  text-decoration: none;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.metiers .job-card,
.job-list .job-card {
  position: relative;
}
.metiers .job-card a,
.job-list .job-card a {
  border-radius: 20px;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  color: #000;
  color: var(--Noir, #1E1E1E);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* H4 - Futura - 22px */
  font-family: Futura;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.metiers .job-card a:hover h4,
.job-list .job-card a:hover h4 {
  background-color: #B8E8FF;
}
.metiers .job-card img,
.job-list .job-card img {
  border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.metiers .job-card h4,
.job-list .job-card h4 {
  position: absolute;
  bottom: 20px;
  padding: 20px;
  border-radius: 1000px;
  background: var(--Blanc, #ffffff);
  font-family: "futura-pt";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  max-width: 85%;
  transform: translate(-50%);
}

/* metier-single */
.metier-single {
  padding-top: 7rem;
  margin-bottom: 80px;
}
.metier-single h1 {
  /* H2 - Futura - 42px */
  font-family: "futura-pt";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.metier-single .sub {
  color: var(--Noir, #1e1e1e);
  /* H3 - Playfair - 32px */
  font-family: "Playfair Display";
  font-size: 34px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.metier-single .swiper-wrapper {
  height: -moz-max-content;
  height: max-content;
}
.metier-single .swiper-wrapper img {
  width: 100%;
  border-radius: 60px;
  background: var(--Gris-200, #f0f2f8);
  max-height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/2.5;
}
.metier-single .swiper-wrapper .swiper-slide:first-child img {
  border-radius: 0px 60px 60px 0px;
}
.metier-single .swiper-wrapper .swiper-slide:last-child img {
  border-radius: 60px 0px 0px 60px;
}
.metier-single .play-video {
  width: 80px;
  position: absolute;
  height: 80px;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 0;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.metier-single .play-video img {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0 !important;
  aspect-ratio: auto;
}

/* job list */
.job-list p {
  color: var(--Noir, #1E1E1E);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 990px) {
  .job-list .mt-100 {
    margin-top: 10%;
  }
  .job-list .mt-200 {
    margin-top: 20%;
  }
}

/* titre-gauche-contenu-droit */
.titre-gauche-contenu-droit {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--Gris-200, #f0f2f8);
}
.titre-gauche-contenu-droit h2 {
  color: var(--Blanc, #000);
  font-family: "futura-pt", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.titre-gauche-contenu-droit h2 i {
  color: var(--Blanc, #000);
  font-family: "Playfair Display";
  /*    font-size: 44px; */
  font-style: italic;
  font-weight: 500;
}
.titre-gauche-contenu-droit p strong,
.titre-gauche-contenu-droit p b {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
.titre-gauche-contenu-droit a {
  color: var(--Rouge-500, #e30613);
  text-align: center;
  text-decoration: none;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 15px;
}

/* video */
.video {
  z-index: 1;
  position: relative;
}
.video .black-bg {
  background: var(--Noir, #1e1e1e);
  padding-top: 75px;
  padding-bottom: 75px;
}
.video h2,
.video h2 i {
  color: #fff;
}
.video .video-img {
  border-radius: 60px;
  background: var(--Blanc, #fff);
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media screen and (max-width: 950px) {
  .video .video-img {
    height: 290px;
  }
}
.video .video-img .illustration {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video iframe {
  width: 100%;
  height: 100%;
}
.video .play-video {
  width: 120px;
  position: absolute;
  height: 120px;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 0;
  justify-content: center;
  transform: translate(-50%, -50%);
}

/* etapes */
.etapes {
  padding-top: 35px;
  padding-bottom: 70px;
}
.etapes .step {
  align-items: center;
  justify-content: space-between;
}
.etapes .step.reverse {
  flex-direction: row-reverse;
}
.etapes .step.reverse .rotate-bloc {
  transform: rotate(-12deg);
}
.etapes .step.reverse .rotate-bloc img {
  transform: rotate(12deg);
}
.etapes .sub-title {
  color: var(--Bleu, var(--Bleu-500, #0095db));
  /* Poppins - bold - 18px */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.etapes h4 {
  color: #000;
  /* H4 - Futura - 22px */
  font-family: "futura-pt";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.etapes .rotate-bloc {
  position: relative;
  overflow: hidden;
  border-radius: 2000px;
  color: #fff;
  transform: rotate(12deg);
  display: block;
}
.etapes .rotate-bloc img {
  transform: rotate(-12deg);
  scale: 1;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .etapes .rotate-bloc {
    position: relative;
    overflow: hidden;
    border-radius: 2000px;
    top: 30px;
    color: #fff;
    transform: rotate(12deg);
    display: block;
    width: 100%;
  }
}

.card-title,
p.card-text {
  color: #fff;
}

/* page-agence */
.page-agence {
  padding-top: 125px;
  padding-top: 125px;
  background-image: url(../images/map.png);
  background-position: right top;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.page-agence h1 {
  font-size: 120px;
  line-height: 110px;
  margin-bottom: 50px;
}
.page-agence h1 .title-1 {
  color: var(--Noir, #1e1e1e);
  font-family: "futura-pt";
  font-weight: 700;
}
.page-agence h1 .title-2 {
  color: var(--Noir, #1e1e1e);
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500;
}
.page-agence .sub-title {
  color: var(--Noir, #1e1e1e);
  font-family: "futura-pt";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-agence .picto {
  display: flex;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  background: var(--Gris-500, #e3e7f2);
  align-items: center;
  justify-content: center;
}
.page-agence .picto-info,
.page-agence .picto-info p {
  color: var(--Noir, #1e1e1e);
  /* Poppins - bold - 14px */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.page-agence .picto-info {
  margin-bottom: 15px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.page-agence .text-appel {
  color: var(--Noir, #1e1e1e);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-agence .row.agences {
  margin-top: 100px;
  gap: calc(var(--bs-gutter-x)) 0;
}
.page-agence .card {
  height: 360px;
  background: transparent;
  border: 0;
}
.page-agence .card-content {
  background-size: cover;
  height: 100%;
  background-position: center;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  position: relative;
}
.page-agence .card-content svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s ease;
}
.page-agence .card-body {
  display: flex;
  height: 100%;
  align-content: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(0deg, #000 5.5%, rgba(0, 0, 0, 0) 35%);
  border-radius: 30px;
}
.page-agence .card-content:hover {
  /*  filter: brightness(80%); */
  border: 2px solid #e30613;
}
.page-agence .card-content:hover svg {
  right: 15px;
}
@media screen and (max-width: 950px) {
  .page-agence {
    background-image: url(../images/map-mobile.png);
  }
  .page-agence h1 {
    font-size: 42px;
    line-height: 40px;
  }
  .page-agence .sub-title {
    font-size: 28px;
  }
}

.header-realisation {
  padding-top: 120px;
}
.header-realisation h1 {
  color: var(--Noir, #1e1e1e);
  text-align: center;
  /* H2 - Futura - 42px */
  font-family: "futura-pt";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.header-realisation .sub-title {
  color: var(--Noir, #1e1e1e);
  text-align: center;
  /* H3 - Playfair - 32px */
  font-family: "Playfair Display";
  font-size: 34px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.header-realisation .image-banner {
  background-size: cover; /* ou cover selon le rendu voulu */
  background-repeat: no-repeat;
  background-position: center;
  max-height: 420px;
  height: 420px;
  width: 100%;
  border-radius: 60px;
}

/* slider-images */
.slider-images {
  padding: 120px 5%;
}
.slider-images .slider-container {
  width: 100%;
  position: relative;
  overflow: visible;
}
.slider-images .slider-content {
  display: flex;
  gap: 20px;
  width: 100%;
  padding-bottom: 40px;
  overflow-x: scroll;
  overflow-y: visible;
  cursor: grab;
  margin-bottom: 20px;
  scroll-snap-type: x mandatory;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  min-height: 700px;
}
.slider-images .slider-item {
  flex: none;
  scroll-snap-align: start;
}
.slider-images .slider-content img {
  border-radius: 10px;
  pointer-events: none;
  margin: 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-drag: none;
  border-radius: 60px;
  position: relative;
}
.slider-images .img-1 {
  width: 481px;
  height: 358px;
}
.slider-images .img-2 {
  width: 303px;
  height: 350px;
  top: 276px;
  left: -100px;
  z-index: 1;
}
.slider-images .img-3 {
  width: 520px;
  height: 700px;
  left: -200px;
}
.slider-images .img-4 {
  width: 260px;
  height: 350px;
  left: -300px;
  top: 50px;
  z-index: 1;
}
.slider-images .img-5 {
  width: 481px;
  height: 358px;
  left: -400px;
  top: 150px;
}
.slider-images .img-6 {
  width: 303px;
  height: 350px;
  top: 276px;
  z-index: 1;
  left: -500px;
}
.slider-images .img-7 {
  width: 520px;
  height: 700px;
  left: -600px;
}
.slider-images .img-8 {
  width: 260px;
  height: 350px;
  left: -700px;
  top: 50px;
}
.slider-images .scroll-bar {
  width: 100%;
  height: 10px;
  background-color: #fbdbdb;
  border-radius: 5px;
  position: relative;
  bottom: 10px;
  left: 0;
  overflow: hidden;
}
.slider-images .scroll-thumb {
  height: 100%;
  background-color: #ff0000;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
.slider-images .slider-content::-webkit-scrollbar {
  height: 6px;
}
.slider-images .slider-content::-webkit-scrollbar-track {
  background-color: #fbdbdb;
  border-radius: 100px;
}
.slider-images .slider-content::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #e30613;
}
@media (max-width: 768px) {
  .slider-images .slider-images {
    padding: 60px 2%;
  }
  .slider-images .slider-content {
    padding-bottom: 30px;
    gap: 1.5rem;
  }
  .slider-images .slider-content img {
    width: calc(100vw - 10%);
    height: auto;
  }
  .slider-images .img-1,
  .slider-images .img-2,
  .slider-images .img-3,
  .slider-images .img-4,
  .slider-images .img-5,
  .slider-images .img-6,
  .slider-images .img-7,
  .slider-images .img-8 {
    width: calc(100% - 20px);
    height: auto;
    left: 0;
    top: 0;
    z-index: auto;
  }
}
.slider-images .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* page-offres */
.page-offres {
  padding-top: 7rem;
  margin-bottom: 80px;
}
.page-offres h1 {
  /* H2 - Futura - 42px */
  font-family: "futura-pt";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 0;
}
.page-offres .sub {
  color: var(--Noir, #1e1e1e);
  /* H3 - Playfair - 32px */
  font-family: "Playfair Display";
  font-size: 34px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.page-offres .description {
  margin-top: 20px;
}
.page-offres .black-container .black-bg {
  background: var(--Noir, #1e1e1e);
  padding-top: 80px;
  padding-bottom: 160px;
}
.page-offres .black-container h2,
.page-offres .black-container h2 i,
.page-offres .black-container p,
.page-offres .black-container li {
  color: #fff;
}
.page-offres .texte-image {
  padding-top: 0;
  background-image: none;
}

/* page-offres */
.page-offres section.gray-container {
  position: relative;
  bottom: -43px;
}
.page-offres .gray-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f0f2f8;
}
.page-offres .agence-container {
  margin-bottom: 55px;
}
.page-offres .agence-container:last-child {
  margin-bottom: 0;
}
.page-offres .agence-container h2 {
  color: var(--Gris-700, #abb9da);
  /* H1 - Playfair - 72px */
  font-family: "Playfair Display";
  font-size: 72px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.page-offres .liste-emplois .job-card {
  background: var(--Blanc, #fff);
}

@media screen and (max-width: 950px) {
  .imgsvg, .imgsvg2 {
    display: none;
  }
  .double-bloc-noir .container-1.row {
    flex-direction: column;
  }
  .double-bloc-noir .container-1.row h2 {
    margin-bottom: 50px;
  }
}
/* wysiwyg */
.wysiwyg {
  margin: 10px 0;
}/*# sourceMappingURL=sections.css.map */