@charset "UTF-8";
:root {
  --total-logo: 14;
  --logo-width: 12rem;
  --total-logo-width: calc(var(--total-logo) * var(--logo-width));
}

/*li::marker {
  content:none !important;
}*/
@font-face {
  font-family: "made_evolve_sansthin";
  src: url("../fonts/made_evolve_sans_thin.woff2") format("woff2"), url("../fonts/made_evolve_sans_thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "made_evolve_sansregular";
  src: url("../fonts/made_evolve_sans_regular.woff2") format("woff2"), url("../fonts/made_evolve_sans_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "made_evolve_sansmedium";
  src: url("../fonts/made_evolve_sans_medium.woff2") format("woff2"), url("../fonts/made_evolve_sans_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "made_evolve_sanslight";
  src: url("../fonts/made_evolve_sans_light.woff2") format("woff2"), url("../fonts/made_evolve_sans_light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "made_evolve_sansbold";
  src: url("../fonts/made_evolve_sans_bold.woff2") format("woff2"), url("../fonts/made_evolve_sans_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "heavitasregular";
  src: url("../fonts/heavitas.woff2") format("woff2"), url("../fonts/heavitas.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.footer-accueil {
  overflow: hidden;
}

.triangle-left-header:before {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 390px;
  border-top-width: 0px;
  border-left: 230px solid rgb(70, 86, 163);
  position: absolute;
  /*top: -26px;
  left: -295px;
  transform: translateX(-50%);*/
  top: 0;
  left: 0;
  z-index: 100;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.triangle-right, .triangle-left-footer, .triangle-right-footer {
  position: relative !important;
}

.triangle-right:before {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 0px;
  border-top-width: 300px;
  border-right: 230px solid white;
  position: absolute;
  bottom: 0px !important;
  right: 0px !important;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.triangle-left-footer:before {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 365px;
  border-top-width: 0px;
  border-left: 230px solid rgb(70, 86, 163);
  position: absolute;
  top: 0px;
  left: 0px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.triangle-right-footer:before {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 0px;
  border-top-width: 373px;
  border-right: 233px solid rgb(70, 86, 163);
  position: absolute;
  top: 0px;
  right: 0px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

/*.btn-v-agence {

  &::after {
    content: none;
  }
}*/
.btn-agence:after {
  display: block !important;
  opacity: 1;
  margin-left: 0;
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  z-index: -1;
  height: 12px;
  max-width: 115px;
  width: 50%;
  background-color: #88CAE2;
  transform: skew(-45deg, 0deg);
}
.btn-agence:hover {
  background-color: transparent !important;
}
.btn-agence:hover::after {
  background-color: #febf0b;
  width: 100%;
  max-width: 100%;
}
.btn-agence:hover::after {
  background-color: #febf0b;
}

.btn-accompagnement:after {
  display: block !important;
  opacity: 1;
  margin-left: 0;
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  z-index: -1;
  height: 12px;
  max-width: 115px;
  width: 50%;
  background-color: #88CAE2;
  transform: skew(-45deg, 0deg);
}
.btn-accompagnement:hover {
  background-color: transparent !important;
}
.btn-accompagnement:hover::after {
  background-color: #febf0b;
  width: 100%;
  max-width: 100%;
}
.btn-accompagnement:hover::after {
  background-color: #b41f25;
}

.btn-graphisme:after {
  display: block !important;
  opacity: 1;
  margin-left: 0;
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  z-index: -1;
  height: 12px;
  max-width: 115px;
  width: 50%;
  background-color: #88CAE2;
  transform: skew(-45deg, 0deg);
}
.btn-graphisme:hover {
  background-color: transparent !important;
}
.btn-graphisme:hover::after {
  background-color: #febf0b;
  width: 100%;
  max-width: 100%;
}
.btn-graphisme:hover::after {
  background-color: #4656A3;
}

.btn-digital:after {
  display: block !important;
  opacity: 1;
  margin-left: 0;
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  z-index: -1;
  height: 12px;
  max-width: 115px;
  width: 50%;
  background-color: #88CAE2;
  transform: skew(-45deg, 0deg);
}
.btn-digital:hover {
  background-color: transparent !important;
}
.btn-digital:hover::after {
  background-color: #febf0b;
  width: 100%;
  max-width: 100%;
}
.btn-digital:hover::after {
  background-color: #febf0b;
}

.btn-objets:after {
  display: block !important;
  opacity: 1;
  margin-left: 0;
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  z-index: -1;
  height: 12px;
  max-width: 115px;
  width: 50%;
  background-color: #88CAE2;
  transform: skew(-45deg, 0deg);
}
.btn-objets:hover {
  background-color: transparent !important;
}
.btn-objets:hover::after {
  background-color: #febf0b;
  width: 100%;
  max-width: 100%;
}
.btn-objets:hover::after {
  background-color: #b41f25;
}

.btn-textile:after {
  display: block !important;
  opacity: 1;
  margin-left: 0;
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  z-index: -1;
  height: 12px;
  max-width: 115px;
  width: 50%;
  background-color: #88CAE2;
  transform: skew(-45deg, 0deg);
}
.btn-textile:hover {
  background-color: transparent !important;
}
.btn-textile:hover::after {
  background-color: #febf0b;
  width: 100%;
  max-width: 100%;
}
.btn-textile:hover::after {
  background-color: #4656A3;
}

.btn-impression:after {
  display: block !important;
  opacity: 1;
  margin-left: 0;
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  z-index: -1;
  height: 12px;
  max-width: 115px;
  width: 50%;
  background-color: #88CAE2;
  transform: skew(-45deg, 0deg);
}
.btn-impression:hover {
  background-color: transparent !important;
}
.btn-impression:hover::after {
  background-color: #febf0b;
  width: 100%;
  max-width: 100%;
}
.btn-impression:hover::after {
  background-color: #febf0b;
}

.btn-photo-video:after {
  display: block !important;
  opacity: 1;
  margin-left: 0;
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  z-index: -1;
  height: 12px;
  max-width: 115px;
  width: 50%;
  background-color: #88CAE2;
  transform: skew(-45deg, 0deg);
}
.btn-photo-video:hover {
  background-color: transparent !important;
}
.btn-photo-video:hover::after {
  background-color: #febf0b;
  width: 100%;
  max-width: 100%;
}
.btn-photo-video:hover::after {
  background-color: #b41f25;
}

.btn-agence-red:after {
  display: block !important;
  opacity: 1;
  margin-left: 0;
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  z-index: -1;
  height: 12px;
  max-width: 115px;
  width: 50%;
  background-color: #88CAE2;
  transform: skew(-45deg, 0deg);
}
.btn-agence-red:hover {
  background-color: transparent !important;
}
.btn-agence-red:hover::after {
  background-color: #febf0b;
  width: 100%;
  max-width: 100%;
}
.btn-agence-red::after {
  background-color: #b41f25;
}
.btn-agence-red:hover::after {
  background-color: #febf0b;
}

.btn-shop {
  position: relative;
  border: none;
  /*display: inline-block;
  margin-left: 50px;*/
  width: 200px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  /* font-size: 15px;
   font-weight: 600;*/
}
.btn-shop::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  background: #b41f25;
  border: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform: skew(-21deg);
  z-index: -1;
  opacity: 1;
  margin: 0 !important;
  left: 0 !important;
}
.btn-shop::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  background: #febf0b;
  border: none;
  width: 0%;
  height: 100%;
  cursor: pointer;
  transform: skew(-21deg);
  z-index: -1;
  opacity: 1;
  transition: all 0.5s;
  left: 0 !important;
  margin: 0 !important;
}
.btn-shop:hover::after {
  width: 100%;
}

.container-services .slick-prev, .container-services .slick-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.container-services .slick-prev {
  left: 0;
  z-index: 1;
  transform: translate(0, -50%);
}
.container-services .slick-next {
  right: 0;
  transform: translate(0, -50%);
}
@media (min-width: 48em) {
  .container-services {
    display: flex;
    flex-wrap: nowrap;
    width: 700vw;
    height: 100%;
    /* max-height: calc(100vh - 90px);
     min-height: calc(100vh - 90px);*/
    overflow: hidden;
  }
}
@media (min-width: 61.25em) {
  .container-services {
    min-height: 100vh;
    max-height: 100vh;
  }
}
.container-services {
  /* &::before {
     content: "";
     width: 0;
     height: 0;
     border: 0 solid transparent;
     border-bottom-width: 300px;
     border-top-width: 0px;
     border-left: 230px solid $blueLight;
     position: absolute;
     top: 77.19px;
     left: 0;
     z-index: 100;
     filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
   }

   &::after {
     content: "";
     width: 0;
     height: 0;
     border: 0 solid transparent;
     border-bottom-width: 0px;
     border-top-width: 300px;
     border-right: 230px solid $blueLight;
     position: absolute;
     bottom: 0 !important;
     left: calc(100vw - 230px) !important;
     filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
   }*/
}
.container-services .services {
  position: relative !important;
  box-sizing: border-box;
}
@media (min-width: 48em) {
  .container-services .services {
    width: 100vw !important;
    height: 100vh;
  }
}
.container-services .services-title {
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin: 0;
  line-height: 1;
  /*-moz-transform: translate3D(0%, -75%, 0);
  -ms-transform: translate3D(0%, -75%, 0);
  -webkit-transform: translate3D(0%, -75%, 0);
  transform: translate3D(0%, -75%, 0);*/
  /*-moz-transform: translate3D(0%, -165%, 0);
  -ms-transform: translate3D(0%, -165%, 0);
  -webkit-transform: translate3D(0%, -165%, 0);
  transform: translate3D(0%, -165%, 0);*/
}
@media (min-width: 48em) {
  .container-services .services-title {
    margin-top: 100px;
    left: 0;
  }
}
@media (min-width: 61.25em) {
  .container-services .services-title {
    position: absolute;
    top: 10%;
    margin-top: 0;
  }
}
.container-services .services-title-accompagnement {
  font-size: 7.5vw;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 48em) {
  .container-services .services-row-content {
    height: 100vh;
  }
}
.container-services .services-details {
  width: 100%;
}
@media (min-width: 61.25em) {
  .container-services .services-details {
    /*position: absolute;
    //left: .938rem;
    //bottom: 10rem;
    bottom: 5%;*/
    top: 21.5rem;
    width: 45% !important;
  }
}
.container-services .services-details .services--details-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.container-services {
  /*  @media( min-width: 61.25em) {
      .services-details {
        width: 45% !important;
        max-width: 26rem;
      }
    }*/
}
.container-services .services-visuel {
  display: none;
  height: 100%;
  max-height: 50vh;
}
.container-services .services-visuel img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  max-height: 75vh;
}
@media (min-width: 48em) {
  .container-services .services-visuel {
    display: block;
    max-width: 50%;
    margin-left: 25%;
  }
}
@media (min-width: 48em) and (min-width: 61.25em) {
  .container-services .services-visuel {
    position: absolute;
    top: 20%;
    max-width: 55%;
    left: 45%;
    right: 0;
    margin-left: 15%;
    transform: translate3D(0, -7%, 0);
  }
}

#section-realisations-visuelle .title-realisation H2 {
  display: inline-block;
}
#section-realisations-visuelle .title-realisation H2 .first-part {
  padding-right: 3em;
}
#section-realisations-visuelle .title-realisation H2 .second-part {
  display: block;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.single-realisations #main-content {
  background-color: #b41f25;
}
@media (min-width: 61.25em) {
  .single-realisations.et-db #et-boc .et-l .et_pb_video_box video {
    height: 100% !important;
  }
  .single-realisations video {
    height: 100% !important;
  }
  .single-realisations #part-intro {
    height: calc(100vh - 90px);
    bottom: 0;
  }
  .single-realisations #part-intro .et_pb_row, .single-realisations #part-intro .et_pb_column {
    height: 100%;
  }
  .single-realisations #SVG1 #forme2, .single-realisations #SVG2 #forme2, .single-realisations #SVG3 #forme2, .single-realisations #SVG4 #forme2, .single-realisations #SVGIntro #forme2 {
    visibility: hidden;
  }
  .single-realisations #SVG1 image, .single-realisations #SVG2 image, .single-realisations #SVG3 image, .single-realisations #SVG4 image, .single-realisations #SVGIntro image {
    transform-origin: 50% 50%;
  }
  .single-realisations .flex-svg {
    height: 100vh;
  }
  .single-realisations #part1.off, .single-realisations #part2.off, .single-realisations #part3.off, .single-realisations #part4.off, .single-realisations #part5.off, .single-realisations #part6.off {
    visibility: hidden;
  }
  .single-realisations .rea-video {
    height: 100% !important;
    max-width: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
  }
  .single-realisations .rea-video .et_pb_video_box {
    height: 100vh;
  }
  .single-realisations .rea-video video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  }
  .single-realisations .rea-video1 {
    clip-path: url(#shapeIntro);
    /*&.debut{clip-path: url(#shapeIntro);}*/
    /*clip-path: url(#shape1);*/
  }
  .single-realisations .rea-video1 video {
    display: none;
  }
  .single-realisations .rea-video1 video.on {
    display: block;
  }
  .single-realisations .rea-video2 {
    transform: translateY(100%);
    clip-path: url(#shape2);
  }
  .single-realisations .rea-video3 {
    transform: translateY(100%);
    clip-path: url(#shape3);
  }
  .single-realisations .rea-video4 {
    transform: translateY(100%);
    clip-path: url(#shape4);
  }
  .single-realisations .rea-video5 {
    transform: translateY(100%);
    clip-path: url(#shape5);
  }
  .single-realisations .rea-video6 {
    transform: translateY(100%);
    clip-path: url(#shape6);
  }
  .single-realisations .rea-video.off {
    clip-path: none !important;
  }
}

.t-client-row .t-client-column {
  display: grid;
  grid-template-rows: min-content;
  grid-auto-columns: 260px;
  grid-auto-flow: column;
  grid-gap: 25px;
}
@media screen and (max-width: 980px) {
  .t-client-row .t-client-column {
    grid-auto-columns: 200px;
    grid-gap: 0px;
  }
}
.t-client-row + .t-client-row {
  margin-top: 30px;
}

.t-client-row--1 .t-client-column--1 {
  animation-delay: 0s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: scroll-1;
  animation-timing-function: linear;
  min-width: 285px;
}
.t-client-row--1:last-child:not(:first-child) .t-client-column--1 {
  animation-direction: reverse;
}

@keyframes scroll-1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-142.5px);
  }
}
.t-client-row--2 .t-client-column--2 {
  animation-delay: 0s;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: scroll-2;
  animation-timing-function: linear;
  min-width: 570px;
}
.t-client-row--2:last-child:not(:first-child) .t-client-column--2 {
  animation-direction: reverse;
}

@keyframes scroll-2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-285px);
  }
}
.t-client-row--3 .t-client-column--3 {
  animation-delay: 0s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-name: scroll-3;
  animation-timing-function: linear;
  min-width: 855px;
}
.t-client-row--3:last-child:not(:first-child) .t-client-column--3 {
  animation-direction: reverse;
}

@keyframes scroll-3 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-427.5px);
  }
}
.t-client-row--4 .t-client-column--4 {
  animation-delay: 0s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-name: scroll-4;
  animation-timing-function: linear;
  min-width: 1140px;
}
.t-client-row--4:last-child:not(:first-child) .t-client-column--4 {
  animation-direction: reverse;
}

@keyframes scroll-4 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-570px);
  }
}
.t-client-row--5 .t-client-column--5 {
  animation-delay: 0s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: scroll-5;
  animation-timing-function: linear;
  min-width: 1425px;
}
.t-client-row--5:last-child:not(:first-child) .t-client-column--5 {
  animation-direction: reverse;
}

@keyframes scroll-5 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-712.5px);
  }
}
.t-client-row--6 .t-client-column--6 {
  animation-delay: 0s;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-name: scroll-6;
  animation-timing-function: linear;
  min-width: 1710px;
}
.t-client-row--6:last-child:not(:first-child) .t-client-column--6 {
  animation-direction: reverse;
}

@keyframes scroll-6 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-855px);
  }
}
.t-client-row--7 .t-client-column--7 {
  animation-delay: 0s;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-name: scroll-7;
  animation-timing-function: linear;
  min-width: 1995px;
}
.t-client-row--7:last-child:not(:first-child) .t-client-column--7 {
  animation-direction: reverse;
}

@keyframes scroll-7 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-997.5px);
  }
}
.t-client-row--8 .t-client-column--8 {
  animation-delay: 0s;
  animation-duration: 16s;
  animation-iteration-count: infinite;
  animation-name: scroll-8;
  animation-timing-function: linear;
  min-width: 2280px;
}
.t-client-row--8:last-child:not(:first-child) .t-client-column--8 {
  animation-direction: reverse;
}

@keyframes scroll-8 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1140px);
  }
}
.t-client-row--9 .t-client-column--9 {
  animation-delay: 0s;
  animation-duration: 18s;
  animation-iteration-count: infinite;
  animation-name: scroll-9;
  animation-timing-function: linear;
  min-width: 2565px;
}
.t-client-row--9:last-child:not(:first-child) .t-client-column--9 {
  animation-direction: reverse;
}

@keyframes scroll-9 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1282.5px);
  }
}
.t-client-row--10 .t-client-column--10 {
  animation-delay: 0s;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: scroll-10;
  animation-timing-function: linear;
  min-width: 2850px;
}
.t-client-row--10:last-child:not(:first-child) .t-client-column--10 {
  animation-direction: reverse;
}

@keyframes scroll-10 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1425px);
  }
}
.t-client-row--11 .t-client-column--11 {
  animation-delay: 0s;
  animation-duration: 22s;
  animation-iteration-count: infinite;
  animation-name: scroll-11;
  animation-timing-function: linear;
  min-width: 3135px;
}
.t-client-row--11:last-child:not(:first-child) .t-client-column--11 {
  animation-direction: reverse;
}

@keyframes scroll-11 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1567.5px);
  }
}
.t-client-row--12 .t-client-column--12 {
  animation-delay: 0s;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-name: scroll-12;
  animation-timing-function: linear;
  min-width: 3420px;
}
.t-client-row--12:last-child:not(:first-child) .t-client-column--12 {
  animation-direction: reverse;
}

@keyframes scroll-12 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1710px);
  }
}
.t-client-row--13 .t-client-column--13 {
  animation-delay: 0s;
  animation-duration: 26s;
  animation-iteration-count: infinite;
  animation-name: scroll-13;
  animation-timing-function: linear;
  min-width: 3705px;
}
.t-client-row--13:last-child:not(:first-child) .t-client-column--13 {
  animation-direction: reverse;
}

@keyframes scroll-13 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1852.5px);
  }
}
.t-client-row--14 .t-client-column--14 {
  animation-delay: 0s;
  animation-duration: 28s;
  animation-iteration-count: infinite;
  animation-name: scroll-14;
  animation-timing-function: linear;
  min-width: 3990px;
}
.t-client-row--14:last-child:not(:first-child) .t-client-column--14 {
  animation-direction: reverse;
}

@keyframes scroll-14 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1995px);
  }
}
.t-client-row--15 .t-client-column--15 {
  animation-delay: 0s;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-name: scroll-15;
  animation-timing-function: linear;
  min-width: 4275px;
}
.t-client-row--15:last-child:not(:first-child) .t-client-column--15 {
  animation-direction: reverse;
}

@keyframes scroll-15 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2137.5px);
  }
}
.t-client-row--16 .t-client-column--16 {
  animation-delay: 0s;
  animation-duration: 32s;
  animation-iteration-count: infinite;
  animation-name: scroll-16;
  animation-timing-function: linear;
  min-width: 4560px;
}
.t-client-row--16:last-child:not(:first-child) .t-client-column--16 {
  animation-direction: reverse;
}

@keyframes scroll-16 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2280px);
  }
}
.t-client-row--17 .t-client-column--17 {
  animation-delay: 0s;
  animation-duration: 34s;
  animation-iteration-count: infinite;
  animation-name: scroll-17;
  animation-timing-function: linear;
  min-width: 4845px;
}
.t-client-row--17:last-child:not(:first-child) .t-client-column--17 {
  animation-direction: reverse;
}

@keyframes scroll-17 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2422.5px);
  }
}
.t-client-row--18 .t-client-column--18 {
  animation-delay: 0s;
  animation-duration: 36s;
  animation-iteration-count: infinite;
  animation-name: scroll-18;
  animation-timing-function: linear;
  min-width: 5130px;
}
.t-client-row--18:last-child:not(:first-child) .t-client-column--18 {
  animation-direction: reverse;
}

@keyframes scroll-18 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2565px);
  }
}
.t-client-row--19 .t-client-column--19 {
  animation-delay: 0s;
  animation-duration: 38s;
  animation-iteration-count: infinite;
  animation-name: scroll-19;
  animation-timing-function: linear;
  min-width: 5415px;
}
.t-client-row--19:last-child:not(:first-child) .t-client-column--19 {
  animation-direction: reverse;
}

@keyframes scroll-19 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2707.5px);
  }
}
.t-client-row--20 .t-client-column--20 {
  animation-delay: 0s;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-name: scroll-20;
  animation-timing-function: linear;
  min-width: 5700px;
}
.t-client-row--20:last-child:not(:first-child) .t-client-column--20 {
  animation-direction: reverse;
}

@keyframes scroll-20 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2850px);
  }
}
.t-client-row--21 .t-client-column--21 {
  animation-delay: 0s;
  animation-duration: 42s;
  animation-iteration-count: infinite;
  animation-name: scroll-21;
  animation-timing-function: linear;
  min-width: 5985px;
}
.t-client-row--21:last-child:not(:first-child) .t-client-column--21 {
  animation-direction: reverse;
}

@keyframes scroll-21 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2992.5px);
  }
}
.t-client-row--22 .t-client-column--22 {
  animation-delay: 0s;
  animation-duration: 44s;
  animation-iteration-count: infinite;
  animation-name: scroll-22;
  animation-timing-function: linear;
  min-width: 6270px;
}
.t-client-row--22:last-child:not(:first-child) .t-client-column--22 {
  animation-direction: reverse;
}

@keyframes scroll-22 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3135px);
  }
}
.t-client-row--23 .t-client-column--23 {
  animation-delay: 0s;
  animation-duration: 46s;
  animation-iteration-count: infinite;
  animation-name: scroll-23;
  animation-timing-function: linear;
  min-width: 6555px;
}
.t-client-row--23:last-child:not(:first-child) .t-client-column--23 {
  animation-direction: reverse;
}

@keyframes scroll-23 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3277.5px);
  }
}
.t-client-row--24 .t-client-column--24 {
  animation-delay: 0s;
  animation-duration: 48s;
  animation-iteration-count: infinite;
  animation-name: scroll-24;
  animation-timing-function: linear;
  min-width: 6840px;
}
.t-client-row--24:last-child:not(:first-child) .t-client-column--24 {
  animation-direction: reverse;
}

@keyframes scroll-24 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3420px);
  }
}
.t-client-row--25 .t-client-column--25 {
  animation-delay: 0s;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-name: scroll-25;
  animation-timing-function: linear;
  min-width: 7125px;
}
.t-client-row--25:last-child:not(:first-child) .t-client-column--25 {
  animation-direction: reverse;
}

@keyframes scroll-25 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3562.5px);
  }
}
.t-client-row--26 .t-client-column--26 {
  animation-delay: 0s;
  animation-duration: 52s;
  animation-iteration-count: infinite;
  animation-name: scroll-26;
  animation-timing-function: linear;
  min-width: 7410px;
}
.t-client-row--26:last-child:not(:first-child) .t-client-column--26 {
  animation-direction: reverse;
}

@keyframes scroll-26 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3705px);
  }
}
.t-client-row--27 .t-client-column--27 {
  animation-delay: 0s;
  animation-duration: 54s;
  animation-iteration-count: infinite;
  animation-name: scroll-27;
  animation-timing-function: linear;
  min-width: 7695px;
}
.t-client-row--27:last-child:not(:first-child) .t-client-column--27 {
  animation-direction: reverse;
}

@keyframes scroll-27 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3847.5px);
  }
}
.t-client-row--28 .t-client-column--28 {
  animation-delay: 0s;
  animation-duration: 56s;
  animation-iteration-count: infinite;
  animation-name: scroll-28;
  animation-timing-function: linear;
  min-width: 7980px;
}
.t-client-row--28:last-child:not(:first-child) .t-client-column--28 {
  animation-direction: reverse;
}

@keyframes scroll-28 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3990px);
  }
}
.t-client-row--29 .t-client-column--29 {
  animation-delay: 0s;
  animation-duration: 58s;
  animation-iteration-count: infinite;
  animation-name: scroll-29;
  animation-timing-function: linear;
  min-width: 8265px;
}
.t-client-row--29:last-child:not(:first-child) .t-client-column--29 {
  animation-direction: reverse;
}

@keyframes scroll-29 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-4132.5px);
  }
}
.t-client-row--30 .t-client-column--30 {
  animation-delay: 0s;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-name: scroll-30;
  animation-timing-function: linear;
  min-width: 8550px;
}
.t-client-row--30:last-child:not(:first-child) .t-client-column--30 {
  animation-direction: reverse;
}

@keyframes scroll-30 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-4275px);
  }
}
.c-client {
  align-items: center;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 160px;
  padding: 20px 20px;
}
.c-client .et_pb_image_wrap {
  margin: auto;
  max-width: 200px;
  max-height: 75px;
}
.c-client .et_pb_image_wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
}

.row--team-member .et_pb_column {
  z-index: unset;
}
@media (max-width: 29.98em) {
  .row--team-member .et_pb_column {
    width: 47.25% !important;
    margin-bottom: 0;
    margin-right: 5.5% !important;
  }
  .row--team-member .et_pb_column:nth-child(2n) {
    margin-right: 0 !important;
  }
}

.page-agence .team--member {
  position: relative;
}
.page-agence .team--member .et_pb_team_member_image {
  max-width: 100% !important;
  /*img {
    position: relative;
    transition: 0.5s;
    transform-origin: bottom;

    &:hover {
      transform: scale(2);

      z-index: 9999;
    }
  }*/
}

.team--member {
  position: relative;
}
.team--member .et_pb_team_member_image {
  max-width: 100% !important;
}
.team--member .et_pb_team_member_image img {
  position: relative;
  transition: 0.5s;
  transform-origin: bottom;
}
.team--member .et_pb_team_member_image img:hover {
  transform: scale(1.2);
  z-index: 9999;
}
.team--member:hover .et_pb_team_member_image::before {
  border-radius: 50%;
}
.team--member .et_pb_team_member_image {
  position: relative;
  max-width: 100% !important;
}
.team--member .et_pb_team_member_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.team--member .et_pb_team_member_image img {
  position: relative;
}
.team--member .et_pb_team_member_description {
  position: relative;
}
.team--member .et_pb_team_member_description .et_pb_member_social_links {
  position: absolute;
  float: right;
  top: 0;
  right: 0;
  padding: 0;
}
.team--member .et_pb_linkedin_icon a {
  color: #FFFFFF;
}
.team--member.back--yellow .et_pb_team_member_image::before {
  background-color: #febf0b;
}
.team--member.back--yellow .et_pb_linkedin_icon a {
  background-color: #febf0b;
}
.team--member.back--red .et_pb_team_member_image::before {
  background-color: #b41f25;
}
.team--member.back--red .et_pb_linkedin_icon a {
  background-color: #b41f25;
}
.team--member.back--blue .et_pb_team_member_image::before {
  background-color: #88CAE2;
}
.team--member.back--blue .et_pb_linkedin_icon a {
  background-color: #88CAE2;
}
.team--member {
  /* &:hover {
     .et_pb_team_member_image {
       img {
         transform: scale(2);
         z-index:9999;
       }
     }
   }*/
}

.presentation--contact-member {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.chiffre-01, .chiffre-02, .chiffre-03 {
  font-size: 35px !important;
  padding-right: 15px !important;
}

h6 {
  padding-right: 5px !important;
}

.title-motivation {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 25px;
}

.motiv-- {
  padding-right: 5px !important;
}
.motiv--1 .title-motivation {
  color: #4656A3;
}
.motiv--2 .title-motivation {
  color: #febf0b;
}
.motiv--3 .title-motivation {
  color: #b41f25;
}

.ligne-nav-bar {
  padding: 0 40px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
}

.block-droit-nav-bar {
  width: 100% !important;
}

.mega-menu-wrap {
  /*padding-top: 25px !important;
      padding-bottom: 25px !important;*/
}

#mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact {
  height: auto !important;
}
#mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact .mega-menu-link {
  display: flex !important;
  padding: 0.8rem 1rem;
  background-color: #b41f25;
  border-radius: 5px;
  border: none;
  position: relative;
  align-items: center;
  transition: color 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}
#mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact .mega-menu-link .slideUpButton {
  padding: 0.8rem 1rem;
  background-color: #b41f25;
  border-radius: 5px;
  border: none;
  color: #FFFFFF;
  line-height: 1.2;
}
#mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact .mega-menu-link .slideUpButton .slideUpWrapper {
  position: relative;
  overflow: hidden;
}
#mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact .mega-menu-link .slideUpButton .slideUpWrapper span {
  display: flex;
  text-align: start;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
#mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact .mega-menu-link .slideUpButton .slideUpWrapper::after {
  content: attr(data-slide_up);
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: start;
  transform: skewY(-2deg);
  transition: bottom 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
#mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact .mega-menu-link .slideUpButton:hover span {
  transform: translateY(-1.5rem) skewY(-2deg);
}
#mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact .mega-menu-link .slideUpButton:hover .slideUpWrapper::after {
  bottom: 0;
  transform: skewY(0);
}

@media (min-width: 981px) {
  .block-gauche-nav-bar {
    margin-right: 0 !important;
  }
}
/*.mega-menu-link {
  font-family: 'heavitasregular', sans-serif !important;
  font-weight: 400;
}*/
@media (max-width: 980px) {
  .max-mega-menu {
    /*    max-width: 100% !important;
    max-height: 518px !important;
    top: 72px !important;*/
  }
  .max-mega-menu .et_pb_css_mix_blend_mode_passthrough {
    margin: 0 !important;
  }
  .mega-menu-wrap {
    margin: 0 !important;
  }
  /*  .mega-toggle-block-1 {
    margin-bottom: 15px;
  }*/
  .mega-menu-item-has-children,
  .mega-menu-flyout {
    padding: 10px 0 !important;
  }
  .mega-menu-item-has-children a,
  .mega-menu-flyout a {
    font-family: "heavitasregular", sans-serif !important;
  }
  .colonne-left-nav {
    padding-left: 25px !important;
  }
  #mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact {
    display: flex !important;
    justify-content: center;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    transition: 0.3s all;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #febf0b;
  }
}
@media (min-width: 82.25em) {
  .mega-menu-row {
    box-shadow: 0 5px 10px -5px black !important;
  }
  #mega-menu-primary-menu > li.mega-menu-item > a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 14px !important;
  }
  #mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact {
    height: auto !important;
  }
  #mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact .mega-menu-link {
    padding: 0.8rem 1rem;
    background-color: #b41f25;
    border-radius: 5px;
    border: none;
    display: flex !important;
    position: relative;
    align-items: center;
    transition: color 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  }
  #mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact .mega-menu-link .slideUpButton {
    padding: 0.8rem 1rem;
    background-color: #b41f25;
    border-radius: 5px;
    border: none;
    color: #FFFFFF;
    line-height: 1.2;
  }
  #mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact .mega-menu-link .slideUpButton .slideUpWrapper {
    position: relative;
    overflow: hidden;
  }
  #mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact .mega-menu-link .slideUpButton .slideUpWrapper span {
    display: flex;
    text-align: start;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  }
  #mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact .mega-menu-link .slideUpButton .slideUpWrapper::after {
    content: attr(data-slide_up);
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: start;
    transform: skewY(-2deg);
    transition: bottom 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  }
  #mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact .mega-menu-link .slideUpButton:hover span {
    transform: translateY(-1.5rem) skewY(-2deg);
  }
  #mega-menu-primary-menu > li.mega-menu-item.mega-menu-contact .mega-menu-link .slideUpButton:hover .slideUpWrapper::after {
    bottom: 0;
    transform: skewY(0);
  }
  .mega-background-blue > .mega-sub-menu,
  .mega-background-yellow > .mega-sub-menu,
  .mega-background-red > .mega-sub-menu,
  .mega-background-pink > .mega-sub-menu,
  .mega-background-minight-blue > .mega-sub-menu {
    display: flex !important;
    flex-direction: row;
  }
  .mega-background-blue > .mega-sub-menu > li,
  .mega-background-yellow > .mega-sub-menu > li,
  .mega-background-red > .mega-sub-menu > li,
  .mega-background-pink > .mega-sub-menu > li,
  .mega-background-minight-blue > .mega-sub-menu > li {
    flex-grow: 1 !important;
  }
  .mega-graphisme .colonne-left-nav .mega-sub-menu::before {
    height: 70% !important;
    top: 15% !important;
  }
  /*  .mega-background-blue {
    background-color: $blue !important;
    .colonne-left-nav {
      .mega-menu-item {
        .mega-menu-link {
          &::before, &::after {
            background-color : $blueNight !important;
          }
          &:hover {
            color: $blueNight !important;
            &::before, &::after {
              opacity: 1;
            }
          }
        }
      }
    }
  }
  .mega-background-yellow {
    background-color: $yellow !important;
    .colonne-left-nav {
      .mega-menu-item {
        .mega-menu-link {
          &::before, &::after {
            background-color : $pink !important;
          }
          &:hover {
            color: $pink !important;
            &::before, &::after {
              opacity: 1;
            }
          }
        }
      }
    }
  }
  .mega-background-red {
    background-color: $red !important;
    .colonne-left-nav {
      .mega-menu-item {
        .mega-menu-link {
          &::before, &::after {
            background-color : $yellow !important;
          }
          &:hover {
            color: $yellow !important;
            &::before, &::after {
              opacity: 1;
            }
          }
        }
      }
    }
  }
  .mega-background-pink {
    background-color: $pink !important;
    .colonne-left-nav {
      .mega-menu-item {
        .mega-menu-link {
          &::before, &::after {
            background-color : $yellow !important;
          }
          &:hover {
            color: $yellow !important;
            &::before, &::after {
              opacity: 1;
            }
          }
        }
      }
    }
  }
  .mega-background-minight-blue {
    background-color: $blueNight !important;
    .colonne-left-nav {
      .mega-menu-item {
        .mega-menu-link {
          &::before, &::after {
            background-color : $blue !important;
          }
          &:hover {
            color: $blue !important;
            &::before, &::after {
              opacity: 1;
            }
          }
        }
      }
    }
  }*/
  .colonne-left-nav {
    display: flex !important;
    align-items: center !important;
  }
  .colonne-left-nav .mega-sub-menu {
    margin-left: 10% !important;
    position: relative !important;
  }
  .colonne-left-nav .mega-sub-menu::before {
    display: block !important;
    content: "" !important;
    background-color: #FFFFFF !important;
    height: 80% !important;
    width: 5px !important;
    position: absolute !important;
    left: 10px !important;
    top: 10% !important;
  }
  .colonne-left-nav .mega-sub-menu > .mega-menu-item {
    float: none !important;
    position: relative;
  }
  .colonne-left-nav .mega-sub-menu > .mega-menu-item .mega-menu-link {
    padding-left: 40px !important;
  }
  .colonne-left-nav .mega-sub-menu > .mega-menu-item .mega-menu-link::before, .colonne-left-nav .mega-sub-menu > .mega-menu-item .mega-menu-link::after {
    display: block !important;
    content: "" !important;
    /* Obligatoire pour que le pseudo-élément apparaisse */
    position: absolute !important;
    /* Position absolue par rapport à l'élément parent */
    transition: 0.3s all;
    opacity: 0;
  }
  .colonne-left-nav .mega-sub-menu > .mega-menu-item .mega-menu-link::before {
    top: 10.75px !important;
    left: 2px !important;
    width: 21px !important;
    height: 21px !important;
    border-radius: 50% !important;
  }
  .colonne-left-nav .mega-sub-menu > .mega-menu-item .mega-menu-link::after {
    top: 19.75px !important;
    left: 10px !important;
    height: 3px !important;
    width: 25px !important;
  }
  .colonne-right-nav {
    display: flex !important;
    background-color: #FFFFFF !important;
    padding: 25px !important;
    max-width: 400px !important;
    /*  min-height: 546px !important;*/
  }
  .colonne-right-nav h3 {
    color: rgba(255, 255, 255, 0.4);
    padding-left: 42px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-size: 98px !important;
  }
  .colonne-right-nav .textwidget p {
    color: rgb(0, 0, 0) !important;
  }
  .section-adresse {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section-adresse div {
    display: inline-block;
  }
  .section-adresse div p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
  }
}
@media (min-width: 82.25em) {
  .menu-services.mega-current-menu-parent.b-red > a::after, .menu-services.mega-toggle-on.b-red > a::after {
    background-color: #b41f25;
    width: 80%;
  }
  .menu-services.mega-current-menu-parent.b-m-blue > a::after, .menu-services.mega-toggle-on.b-m-blue > a::after {
    background-color: #4656A3;
    width: 80%;
  }
  .menu-services.mega-current-menu-parent.b-m-gold > a::after, .menu-services.mega-toggle-on.b-m-gold > a::after {
    background-color: #A89B65;
    width: 80%;
  }
  .menu-services.mega-current-menu-parent.b-yellow > a::after, .menu-services.mega-toggle-on.b-yellow > a::after {
    background-color: #febf0b;
    width: 80%;
  }
  .menu-services.b-red > a::after {
    background-color: #b41f25;
  }
  .menu-services.b-red > .mega-sub-menu > li {
    background-color: #b41f25 !important;
  }
  .menu-services.b-red > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link::before, .menu-services.b-red > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link::after {
    background-color: #febf0b !important;
  }
  .menu-services.b-red > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link:hover {
    color: #febf0b !important;
  }
  .menu-services.b-red > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link:hover::before, .menu-services.b-red > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link:hover::after {
    opacity: 1;
  }
  .menu-services.b-m-blue > a::after {
    background-image: linear-gradient(74deg, #5F83DE 0%, #3B5CD6 50%, #1B2C96 100%) !important;
  }
  .menu-services.b-m-blue > .mega-sub-menu > li {
    background-image: linear-gradient(74deg, #5F83DE 0%, #3B5CD6 50%, #1B2C96 100%) !important;
  }
  .menu-services.b-m-blue > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link::before, .menu-services.b-m-blue > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link::after {
    background-color: #88CAE2 !important;
  }
  .menu-services.b-m-blue > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link:hover {
    color: #88CAE2 !important;
  }
  .menu-services.b-m-blue > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link:hover::before, .menu-services.b-m-blue > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link:hover::after {
    opacity: 1;
  }
  .menu-services.b-yellow > a::after {
    background-color: #febf0b;
  }
  .menu-services.b-yellow > .mega-sub-menu > li {
    background-color: #febf0b !important;
  }
  .menu-services.b-yellow > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link::before, .menu-services.b-yellow > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link::after {
    background-color: #E41735 !important;
  }
  .menu-services.b-yellow > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link:hover {
    color: #E41735 !important;
  }
  .menu-services.b-yellow > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link:hover::before, .menu-services.b-yellow > .mega-sub-menu > li .colonne-left-nav .mega-menu-item .mega-menu-link:hover::after {
    opacity: 1;
  }
  .menu-services > a::after {
    display: block !important;
    content: "";
    position: absolute;
    bottom: 1.75rem;
    width: 0;
    left: 0;
    height: 0.625rem;
    z-index: -1;
    transform: skew(-45deg, 0deg);
    transition: 0.3s width;
  }
  .menu-services.active > a::after {
    width: 80%;
  }
  .b-m-gold a[aria-current=page]::after {
    width: 80%;
  }
  .b-m-gold > a::after {
    display: block !important;
    content: "";
    background: linear-gradient(90deg, #A89B65 0%, #746B46 100%);
    position: absolute;
    bottom: 1.75rem;
    width: 0;
    left: 0;
    height: 0.625rem;
    z-index: -1;
    transform: skew(-45deg, 0deg);
    transition: 0.3s width;
  }
  .b-m-gold > a:hover::after {
    width: 80%;
  }
  .b-m-gold > a.active > a::after {
    width: 80%;
  }
}
@media (min-width: 1600px) {
  #mega-menu-primary-menu > li.mega-menu-item > a {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 16px !important;
  }
}
footer {
  position: relative;
  /*  margin-top: -100vh;
    height: 100vh;*/
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  height: 100%;
}
@media (max-width: 61.25em) {
  footer .ligne-logo-lcom {
    padding: 25px;
  }
  footer .ligne-logo-lcom .et_pb_column {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
  }
}

* {
  font-size: 16px;
}
@media (min-width: 68.75em) {
  * {
    font-size: 20px;
  }
}

html,
body {
  font-weight: 400;
  --swup-overlay-theme-color: #2D2E82;
  --swup-overlay-theme-duration: .6s;
  --swup-overlay-theme-delay: .2s;
  --swup-overlay-theme-scale: 1.2;
  --swup-overlay-theme-skew: 5deg;
}

.digital-transition {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  background-color: #FFFFFF;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-out;
  display: flex;
  font-size: 50px;
  font-weight: 700;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.digital-transition img {
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 768px) {
  .digital-transition img {
    max-width: 500px;
  }
}

.digital-transition.is-active {
  pointer-events: all;
  opacity: 1;
}

.logged-in .digital-transition {
  display: none;
}

/* ordre colonnes sur mobile */
@media all and (max-width: 980px) {
  /* envelopper la rangée dans une flexbox */
  /* classes personnalisées qui désigneront l'ordre
  des colonnes dans la ligne de la flexbox */
  .first-on-mobile {
    order: 1;
  }
  .second-on-mobile {
    order: 2;
  }
  .third-on-mobile {
    order: 3;
  }
  .fourth-on-mobile {
    order: 4;
  }
  /* ajoute une marge à la dernière colonne */
  .custom_row:last-child .et_pb_column:last-child {
    margin-bottom: 30px;
  }
}
.sellsy-success-message {
  font-size: 0.8rem;
}

.form_contact_1 {
  font-size: 0.8rem;
  color: #FFFFFF;
}
.form_contact_1 .btn {
  position: relative;
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  line-height: 1;
  background-color: #FFFFFF;
  color: #4656A3;
}

body #et-main-area {
  /*&::after {
    content: "";
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 0px;
    border-top-width: 300px;
    border-right: 230px solid white;
    position: absolute;
    bottom: 0px !important;
    left: 0px !important;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  }*/
}
body.page-template-page-services .three_raisons {
  /*.et_pb_column {
    @include custom_row;
    gap: 5px;
    align-items: flex-end;

  }*/
}
body.page-template-page-services .et_pb_button_1_tb_body_wrapper {
  display: inline-block;
}
body .slider-visuel,
body .slider-visuel-video {
  margin-bottom: 50px !important;
}
body .slider-visuel .slick-track,
body .slider-visuel-video .slick-track {
  display: flex;
  justify-content: center;
}
body .slider-visuel .slick-prev,
body .slider-visuel .slick-next,
body .slider-visuel-video .slick-prev,
body .slider-visuel-video .slick-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
body .slider-visuel:hover .slick-prev, body .slider-visuel:hover .slick-next,
body .slider-visuel-video:hover .slick-prev,
body .slider-visuel-video:hover .slick-next {
  opacity: 1;
  pointer-events: auto;
}
body .slider-visuel .slick-prev,
body .slider-visuel-video .slick-prev {
  left: 0;
  z-index: 1;
  transform: translate(0, -50%);
}
body .slider-visuel .slick-next,
body .slider-visuel-video .slick-next {
  right: 0;
  transform: translate(0, -50%);
}
body .slider-visuel .slick-slide,
body .slider-visuel-video .slick-slide {
  /*display:flex;
  flex-direction: column;
  align-items: flex-end;*/
}
body .slider-visuel .slick-slide > div,
body .slider-visuel-video .slick-slide > div {
  /**/
}
body .slider-visuel .slick-slide .et_pb_grid_item,
body .slider-visuel .slick-slide .slider-video,
body .slider-visuel-video .slick-slide .et_pb_grid_item,
body .slider-visuel-video .slick-slide .slider-video {
  float: none;
  /**/
  margin-right: 0;
  margin-bottom: 0;
  height: 100%;
}
body .slider-visuel .slick-slide .et_pb_grid_item .et_pb_gallery_image,
body .slider-visuel .slick-slide .slider-video .et_pb_gallery_image,
body .slider-visuel-video .slick-slide .et_pb_grid_item .et_pb_gallery_image,
body .slider-visuel-video .slick-slide .slider-video .et_pb_gallery_image {
  height: 100%;
}
body .slider-visuel .slick-slide .et_pb_grid_item a,
body .slider-visuel .slick-slide .slider-video a,
body .slider-visuel-video .slick-slide .et_pb_grid_item a,
body .slider-visuel-video .slick-slide .slider-video a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body .slider-visuel .slick-slide .et_pb_grid_item img,
body .slider-visuel .slick-slide .et_pb_grid_item video,
body .slider-visuel .slick-slide .slider-video img,
body .slider-visuel .slick-slide .slider-video video,
body .slider-visuel-video .slick-slide .et_pb_grid_item img,
body .slider-visuel-video .slick-slide .et_pb_grid_item video,
body .slider-visuel-video .slick-slide .slider-video img,
body .slider-visuel-video .slick-slide .slider-video video {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
  /*height: 100%;
  width: 100%;*/
}
@media (min-width: 48em) {
  body .slider-visuel,
  body .slider-visuel-video {
    margin-bottom: 0 !important;
  }
  body .slider-visuel .slick-prev,
  body .slider-visuel-video .slick-prev {
    left: -50px;
  }
  body .slider-visuel .slick-next,
  body .slider-visuel-video .slick-next {
    right: -50px;
  }
  body .slider-visuel,
  body .slider-visuel-video {
    /*.slick-prev, .slick-next {
      cursor: pointer;
      position: absolute;
      top: 50%;
    }
    .slick-prev {
      left: 10%;
      z-index:1;
      transform: translate(-25%, -25%);
    }
    .slick-next {
      right: 10%;
      transform: translate(25%, -100%);
    }*/
  }
  body .slider-visuel .slick-slide,
  body .slider-visuel-video .slick-slide {
    padding: 15px 8px;
    text-align: center;
  }
  body .slider-visuel .slick-slide .et_pb_grid_item,
  body .slider-visuel .slick-slide .slider-video,
  body .slider-visuel-video .slick-slide .et_pb_grid_item,
  body .slider-visuel-video .slick-slide .slider-video {
    margin: 0 auto;
    width: auto !important;
  }
  body .slider-visuel .slick-slide .et_pb_grid_item img,
  body .slider-visuel .slick-slide .slider-video img,
  body .slider-visuel-video .slick-slide .et_pb_grid_item img,
  body .slider-visuel-video .slick-slide .slider-video img {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 10px;
    max-height: 310px;
    height: 310px;
  }
  body .slider-visuel .slick-slide,
  body .slider-visuel-video .slick-slide {
    /*& > div {
      display:flex;
      gap: 40px;
      margin-bottom: 15px;
      &:nth-child(1) {
        align-items: flex-end;
        .et_pb_grid_item, .slider-video {
          &:nth-child(1) {
            img, video {
              width: 535px !important;
              height: 400px !important;
            }
          }
          &:nth-child(2) {
            img, video {
              width: 300px !important;
              height: 310px !important;
            }
            margin-right: 10%;
          }
        }
      }
      &:nth-child(2) {
        align-items: flex-start;
        .et_pb_grid_item, .slider-video {
          &:nth-child(1) {
            margin-left: 10%;
            img, video{
              width: 300px !important;
              height: 310px !important;
            }
          }
          &:nth-child(2) {
            img, video {
              width: 535px !important;
              height: 400px !important;
            }
          }
        }
      }
    }*/
  }
}
body .number-column {
  display: flex;
  gap: 25px;
  align-items: flex-end;
}
body .number-column .percent {
  margin-bottom: 0 !important;
}
body .number-column.number-column-last .title {
  font-size: 1.8rem;
}
body .number-column.number-column-last .title .satisfaction {
  font-family: "made_evolve_sansbold", sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  color: #E41735;
}
body #realisation-visuelle .et_pb_blog_grid article,
body #autres-realisations .et_pb_blog_grid article {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: 0.3s all;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 48rem) {
  body #realisation-visuelle .et_pb_blog_grid article,
  body #autres-realisations .et_pb_blog_grid article {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
}
body #realisation-visuelle .et_pb_blog_grid article:hover picture img,
body #autres-realisations .et_pb_blog_grid article:hover picture img {
  transform: scale(1.2);
}
body #realisation-visuelle .et_pb_blog_grid article a,
body #autres-realisations .et_pb_blog_grid article a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
}
body #realisation-visuelle .et_pb_blog_grid article a:hover,
body #autres-realisations .et_pb_blog_grid article a:hover {
  text-decoration: none;
}
body #realisation-visuelle .et_pb_blog_grid article .realisations--container,
body #autres-realisations .et_pb_blog_grid article .realisations--container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: 0.5s opacity ease;
  z-index: 1;
  background-color: rgba(70, 86, 163, 0.37);
  font-size: 1.5rem;
}
body #realisation-visuelle .et_pb_blog_grid article .realisations--container .realisations--title,
body #autres-realisations .et_pb_blog_grid article .realisations--container .realisations--title {
  width: 90%;
  text-align: center;
  color: #FFFFFF;
}
body #realisation-visuelle .et_pb_blog_grid article picture,
body #autres-realisations .et_pb_blog_grid article picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
body #realisation-visuelle .et_pb_blog_grid article picture img,
body #autres-realisations .et_pb_blog_grid article picture img {
  transition: 0.3s all;
}
@media (min-width: 48rem) {
  body #realisation-visuelle .et_pb_blog_grid article picture img,
  body #autres-realisations .et_pb_blog_grid article picture img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body #realisation-visuelle .et_pb_blog_grid article picture img,
body #autres-realisations .et_pb_blog_grid article picture img {
  height: 100%;
  width: 100%;
}
body #realisation-visuelle .et_pb_blog_grid article .et_pb_image_container,
body #autres-realisations .et_pb_blog_grid article .et_pb_image_container {
  margin: 0;
}
body #realisation-visuelle .et_pb_blog_grid article .et_pb_image_container a,
body #autres-realisations .et_pb_blog_grid article .et_pb_image_container a {
  margin-bottom: 0;
}
body #realisation-visuelle .et_pb_blog_grid article:hover .realisations--container,
body #autres-realisations .et_pb_blog_grid article:hover .realisations--container {
  opacity: 1;
}
body #autres-realisations .slick-prev,
body #autres-realisations .slick-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
}
body #autres-realisations .slick-prev {
  left: 0;
  z-index: 1;
  transform: translate(0, -50%);
}
body #autres-realisations .slick-next {
  right: 0;
  transform: translate(0, -50%);
}
body #autres-realisations .slick-track {
  display: flex;
  gap: 25px;
}
body #autres-realisations .slick-track .slick-slide {
  height: inherit;
}
body #autres-realisations .slick-track .slick-slide > div {
  height: 100%;
}
body #autres-realisations .slick-track .slick-slide > div article {
  height: 100%;
}
body #autres-realisations .slick-track .slick-slide > div article picture {
  max-height: 330px;
}
@media (max-width: 47.99em) {
  body #realisation-visuelle .slick-prev,
  body #realisation-visuelle .slick-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
  }
  body #realisation-visuelle .slick-prev {
    left: 0;
    z-index: 1;
    transform: translate(0, -50%);
  }
  body #realisation-visuelle .slick-next {
    right: 0;
    transform: translate(0, -50%);
  }
  body #realisation-visuelle .slick-slide {
    height: 350px;
  }
  body #realisation-visuelle .slick-slide > div {
    display: flex;
    height: 100%;
  }
  body #realisation-visuelle article {
    box-shadow: inherit;
  }
  body #realisation-visuelle article img {
    max-height: 350px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 48em) {
  body #realisation-visuelle .et_pb_blog_grid > div {
    max-width: 1040px;
    width: 100%;
    max-height: 545px;
    height: 100%;
    display: grid;
    gap: 15px;
    grid-auto-rows: minmax(50px, 210px);
    grid-auto-columns: minmax(77px, 210px);
    grid-template-rows: 13.76% 38.53% 38.53% 9.17%;
    grid-template-columns: 30.28% 20.19% 20.19% 20.19% 9.13%;
    grid-template-areas: "img1 . . . ." "img1 img2 img2 img3 ." "img1 img4 img5 img5 img5" ". . img5 img5 img5";
  }
  body #realisation-visuelle .et_pb_blog_grid article.img1 {
    grid-area: img1;
  }
  body #realisation-visuelle .et_pb_blog_grid article.img2 {
    grid-area: img2;
  }
  body #realisation-visuelle .et_pb_blog_grid article.img3 {
    grid-area: img3;
  }
  body #realisation-visuelle .et_pb_blog_grid article.img4 {
    grid-area: img4;
  }
  body #realisation-visuelle .et_pb_blog_grid article.img5 {
    grid-area: img5;
  }
  body #realisation-visuelle .et_pb_blog_grid article.img6 {
    grid-area: img6;
  }
}

@media (max-width: 68.74em) {
  .row--4m .slick-slide {
    height: auto !important;
    padding: 10px;
  }
  .row--4m .slick-prev,
  .row--4m .slick-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
  }
  .row--4m .slick-prev {
    left: -30px;
    z-index: 1;
    transform: translate(0, -50%);
  }
  .row--4m .slick-next {
    right: -30px;
    transform: translate(0, -50%);
  }
  .section--3reasons .slick-slide {
    height: auto !important;
  }
  .section--3reasons .et_pb_column {
    width: 100%;
    margin-bottom: 25px;
  }
  .section--3reasons .slick-prev,
  .section--3reasons .slick-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
  }
  .section--3reasons .slick-prev {
    left: 0;
    z-index: 1;
    transform: translate(0, -50%);
  }
  .section--3reasons .slick-next {
    right: 0;
    transform: translate(0, -50%);
  }
}
@media (min-width: 68.75em) {
  .section--3reasons .reason--two {
    transform: translateY(200px);
  }
  .section--3reasons .reason--three {
    transform: translateY(400px);
  }
}
.row--4m .et_pb_column {
  position: relative;
  padding-bottom: 60px;
}
.row--4m .et_pb_column .et_pb_button_module_wrapper {
  position: absolute;
  bottom: 10px;
}

.blog-actus .et_pb_ajax_pagination_container {
  display: flex;
  justify-content: space-around;
  margin: 1rem 0;
  align-items: stretch;
}
@media (max-width: 991px) {
  .blog-actus .et_pb_ajax_pagination_container {
    flex-wrap: wrap;
  }
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post {
  width: 20vw;
  margin-bottom: 0;
  border: solid 3px #b41f25;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post h3 {
  padding: 1rem;
  font-size: 1rem;
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post .post-meta {
  padding: 0 1rem;
  font-size: 0.8rem;
  height: 2vh;
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post .post-content-inner {
  padding: 1rem;
  font-size: 0.9rem;
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post .more-link {
  /*@media(max-width: 1200px){
    margin: -4vh 0 0 3vw;
  }

  @media(max-width: 991px){
    margin: -7vh 0 0 11vw;
  }

  @media(max-width: 770px){
    margin: -6vh 0 0 8vw;
  }

  @media(max-width: 500px){
    margin: -6vh 0 0 21vw;
  }

  @media(max-width: 375px){
    margin: -6vh 0 0 13vw;
  }*/
  width: 100%;
  color: white !important;
  display: block;
  letter-spacing: 2px;
  font-weight: normal !important;
  position: absolute;
  text-decoration: none;
  margin: auto;
  text-align: center;
  bottom: 0;
}
@media (max-width: 1200px) {
  .blog-actus .et_pb_ajax_pagination_container .et_pb_post .more-link {
    font-size: 0.8rem;
  }
}
@media (max-width: 770px) {
  .blog-actus .et_pb_ajax_pagination_container .et_pb_post .more-link {
    font-size: 1rem;
  }
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post:nth-child(1) .more-link {
  background: #b41f25 !important;
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post:nth-child(1) .more-link:hover {
  background: white !important;
  transition: 0.5s;
  color: #b41f25 !important;
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post:nth-child(2) .more-link {
  background: #88CAE2 !important;
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post:nth-child(2) .more-link:hover {
  background-color: white !important;
  transition: 0.5s;
  color: #88CAE2 !important;
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post:nth-child(2) {
  border-color: #88CAE2 !important;
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post:nth-child(3) .more-link {
  background: #febf0b !important;
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post:nth-child(3) .more-link:hover {
  background-color: white !important;
  transition: 0.5s;
  color: #febf0b !important;
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post:nth-child(3) {
  border-color: #febf0b !important;
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post:nth-child(4) .more-link {
  background: #4656A3 !important;
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post:nth-child(4) .more-link:hover {
  background-color: white !important;
  transition: 0.5s;
  color: #4656A3 !important;
}
.blog-actus .et_pb_ajax_pagination_container .et_pb_post:nth-child(4) {
  border-color: #4656A3 !important;
}

.blog-mea .entry-featured-image-url::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.bloc-gold {
  overflow: hidden !important;
}
@media screen and (min-width: 980px) {
  .bloc-gold {
    overflow: visible !important;
  }
  .bloc-gold::after {
    content: url("/wp-content/uploads/2026/03/Patte-de-Chien.webp");
    height: 109px;
    width: 109px;
    position: absolute;
    z-index: 1;
    right: -54.5px;
    top: -54.5px;
  }
}
.bloc-gold {
  display: flex;
  border-radius: 0.5rem;
  flex-direction: column-reverse;
}
@media (min-width: 1316px) {
  .bloc-gold {
    flex-direction: row;
  }
}
.bloc-gold .text-list {
  padding: 2.3rem 1.8rem 1.5rem;
}
@media (min-width: 1316px) {
  .bloc-gold .text-list {
    border-right: 0.5rem solid #FFFFFF;
    margin-bottom: 0 !important;
    flex: 1 0 auto;
    width: 60%;
  }
}
.bloc-gold .text-list ul li {
  display: flex;
  flex-direction: row;
  line-height: 2.5rem;
  align-items: center;
  margin-bottom: 10px;
}
.bloc-gold .text-list ul li::before {
  align-self: flex-start;
  line-height: 1.2rem;
}
.bloc-gold .text-list ul li strong {
  line-height: 1.4rem;
}
.bloc-gold .text-form {
  padding: 2.3rem 1.8rem 1.5rem;
}
.bloc-gold .text-form .forminator-consent__label p {
  color: #FFFFFF !important;
  font-size: 0.65rem !important;
  font-weight: 300 !important;
  line-height: 1em;
}
.bloc-gold .text-form .send-form {
  border-radius: 0.35714rem !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
  font-size: 1.25rem !important;
  padding: 0.14rem 1.43rem;
  display: block !important;
  margin: 0 auto !important;
  font-weight: 700 !important;
}
.bloc-gold .text-form .send-form:hover {
  color: #FFFFFF !important;
}
.bloc-gold .text-form input[type=text] {
  border-radius: 0.25rem !important;
  background: #FFF !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
}
.bloc-gold .text-form input[type=email] {
  border-radius: 0.25rem !important;
  background: #FFF !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
}
.bloc-gold .text-form .forminator-checkbox-box {
  width: 0.6rem !important;
  height: 0.6rem !important;
  flex: 0 0 0.6rem !important;
}
.bloc-gold .text-form .forminator-row {
  margin-bottom: 10px !important;
}
.bloc-gold .text-form .forminator-row-last {
  margin-bottom: 0 !important;
}
.bloc-gold .bb-title {
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 1.45rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1.75rem;
}
.bloc-gold ul {
  list-style: none;
}
.bloc-gold ul li {
  line-height: 2.35rem;
}
.bloc-gold ul li::before {
  vertical-align: bottom;
  content: "•";
  /* Remplace la puce par un symbole personnalisé */
  font-size: 2rem;
  /* Taille de la puce */
  color: black;
  /* Couleur de la puce */
  margin-right: 10px;
  /* Espace entre la puce et le texte */
}

.bloc-bleu {
  display: flex;
  background-color: #4656A3;
  border-radius: 0.5rem;
  flex-direction: column-reverse;
}
@media (min-width: 1316px) {
  .bloc-bleu {
    flex-direction: row;
  }
}
.bloc-bleu::after {
  content: url("/wp-content/uploads/2024/10/rond-bleu.webp");
  height: 109px;
  width: 109px;
  position: absolute;
  z-index: 1;
  right: -54.5px;
  top: -54.5px;
}
.bloc-bleu .text-list {
  padding: 2.3rem 1.8rem 1.5rem;
}
@media (min-width: 1316px) {
  .bloc-bleu .text-list {
    border-right: 0.5rem solid #FFFFFF;
    margin-bottom: 0 !important;
    flex: 1 0 auto;
    width: 60%;
  }
}
.bloc-bleu .text-list ul li {
  display: flex;
  flex-direction: row;
  line-height: 2.5rem;
  align-items: center;
  margin-bottom: 10px;
}
.bloc-bleu .text-list ul li::before {
  align-self: flex-start;
  line-height: 1.2rem;
}
.bloc-bleu .text-list ul li strong {
  line-height: 1.4rem;
}
.bloc-bleu .text-form {
  padding: 2.3rem 1.8rem 1.5rem;
}
.bloc-bleu .text-form .forminator-consent__label p {
  color: #FFFFFF !important;
  font-size: 0.65rem !important;
  font-weight: 300 !important;
  line-height: 1em;
}
.bloc-bleu .text-form .send-form {
  border-radius: 0.35714rem !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
  font-size: 1.25rem !important;
  padding: 0.14rem 1.43rem;
  display: block !important;
  margin: 0 auto !important;
  color: #4656A3 !important;
  font-weight: 700 !important;
}
.bloc-bleu .text-form .send-form:hover {
  color: #FFFFFF !important;
}
.bloc-bleu .text-form input[type=text] {
  border-radius: 0.25rem !important;
  background: #FFF !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
}
.bloc-bleu .text-form input[type=email] {
  border-radius: 0.25rem !important;
  background: #FFF !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
}
.bloc-bleu .text-form .forminator-checkbox-box {
  width: 0.6rem !important;
  height: 0.6rem !important;
  flex: 0 0 0.6rem !important;
}
.bloc-bleu .text-form .forminator-row {
  margin-bottom: 10px !important;
}
.bloc-bleu .text-form .forminator-row-last {
  margin-bottom: 0 !important;
}
.bloc-bleu .bb-title {
  color: #88CAE2;
  font-family: "Poppins", sans-serif;
  font-size: 1.45rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1.75rem;
}
.bloc-bleu ul {
  list-style: none;
}
.bloc-bleu ul li {
  line-height: 2.35rem;
}
.bloc-bleu ul li::before {
  vertical-align: bottom;
  content: "•";
  /* Remplace la puce par un symbole personnalisé */
  font-size: 2rem;
  /* Taille de la puce */
  color: #88CAE2;
  /* Couleur de la puce */
  margin-right: 10px;
  /* Espace entre la puce et le texte */
}

.dsm-social-share-button-icon .dsm_custom_image_icon {
  max-width: 100% !important;
}

#line-pourquoi-nous2 {
  display: grid !important;
  grid-template-areas: "a b b c d d " "e e f g g h" !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-template-rows: repeat(2, 1fr) !important;
  grid-gap: 20px;
}
#line-pourquoi-nous2 .element-1 {
  grid-area: a !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#line-pourquoi-nous2 .element-2 {
  grid-area: b !important;
}
#line-pourquoi-nous2 .element-3 {
  grid-area: c !important;
}
#line-pourquoi-nous2 .element-4 {
  grid-area: d !important;
}
#line-pourquoi-nous2 .element-5 {
  grid-area: e !important;
}
#line-pourquoi-nous2 .element-6 {
  grid-area: f !important;
}
#line-pourquoi-nous2 .element-7 {
  grid-area: g !important;
}
#line-pourquoi-nous2 .element-8 {
  grid-area: h !important;
}

@media screen and (max-width: 968px) {
  #line-pourquoi-nous2 {
    display: grid !important;
    grid-template-areas: "a" "b" "c" "d" "e" "f" !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(6, 1fr) !important;
    grid-gap: 20px;
  }
}
#line-pourquoi-nous-2 .et_pb_image {
  text-align: left !important;
  height: 100%;
}
#line-pourquoi-nous-2 .et_pb_image .et_pb_image_wrap {
  height: 100%;
}
#line-pourquoi-nous-2 .et_pb_image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

#col-aller-plus-loin {
  display: grid !important;
  grid-template-areas: "a a b " "c d e  " !important;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-template-rows: repeat(2, 1fr) !important;
  grid-gap: 20px;
}
#col-aller-plus-loin .element-1 {
  grid-area: a !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#col-aller-plus-loin .element-2 {
  grid-area: b !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#col-aller-plus-loin .element-3 {
  grid-area: c !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#col-aller-plus-loin .element-4 {
  grid-area: d !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#col-aller-plus-loin .element-5 {
  grid-area: e !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media screen and (min-width: 980px) and (max-width: 1920px) {
  #element-1 .percent-value,
  #element-1 .percent-sign,
  #element-3 .percent-value,
  #element-5 .percent-value {
    font-size: 3.5rem !important;
  }
}
@media screen and (max-width: 980px) {
  #col-aller-plus-loin {
    grid-template-areas: "a" "b" "c" "d" "e" !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(5, 1fr) !important;
  }
}
.btn-aller-plus-loin a {
  font-family: "poppins" !important;
  font-weight: 600 !important;
  color: #d30e38 !important;
  z-index: 1 !important;
  position: relative;
  font-size: 1.1rem;
}
.btn-aller-plus-loin a::before {
  margin-left: 0 !important;
  position: absolute !important;
  bottom: 2px !important;
  right: 0 !important;
  content: " " !important;
  z-index: -1 !important;
  height: 12px !important;
  width: 100% !important;
  background-color: #88CAE2 !important;
  transform: skew(-45deg, 0deg);
}

.charges-item .dsm_card_carousel_child_subtitle,
.validation-item .dsm_card_carousel_child_subtitle,
.arbo-item .dsm_card_carousel_child_subtitle,
.inte-item .dsm_card_carousel_child_subtitle,
.optimisation-item .dsm_card_carousel_child_subtitle,
.lancement-item .dsm_card_carousel_child_subtitle {
  position: absolute;
  bottom: 0%;
  width: 100%;
  left: 0;
  background-color: #d30e38;
  color: white;
  z-index: 999;
}
.charges-item .dsm_card_carousel_child_subtitle::before,
.validation-item .dsm_card_carousel_child_subtitle::before,
.arbo-item .dsm_card_carousel_child_subtitle::before,
.inte-item .dsm_card_carousel_child_subtitle::before,
.optimisation-item .dsm_card_carousel_child_subtitle::before,
.lancement-item .dsm_card_carousel_child_subtitle::before {
  content: " " !important;
  width: 12% !important;
  background-color: #d30e38 !important;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 100% !important;
  position: absolute !important;
  top: -98% !important;
  left: 45% !important;
  right: auto !important;
}

.arbo-item .dsm_card_carousel_child_subtitle {
  background-color: #b51f26;
}
.arbo-item .dsm_card_carousel_child_subtitle::before {
  background-color: #b51f26 !important;
}

.validation-item .dsm_card_carousel_child_subtitle {
  background-color: #d30e38;
}
.validation-item .dsm_card_carousel_child_subtitle::before {
  background-color: #d30e38 !important;
}

.inte-item .dsm_card_carousel_child_subtitle {
  background-color: #fcbd0f;
}
.inte-item .dsm_card_carousel_child_subtitle::before {
  background-color: #fcbd0f !important;
}

.optimisation-item .dsm_card_carousel_child_subtitle {
  background-color: #3c58a3;
}
.optimisation-item .dsm_card_carousel_child_subtitle::before {
  background-color: #3c58a3 !important;
}

.lancement-item .dsm_card_carousel_child_subtitle {
  background-color: #87c8e0;
}
.lancement-item .dsm_card_carousel_child_subtitle::before {
  background-color: #87c8e0 !important;
}

@media screen and (max-width: 768px) {
  .methodologie-website .swiper-button-prev,
  .methodologie-website .swiper-button-next {
    top: 10%;
  }
}
.methodologie-website .charges-item::before,
.methodologie-website .arbo-item::before,
.methodologie-website .inte-item::before,
.methodologie-website .validation-item::before,
.methodologie-website .optimisation-item::before,
.methodologie-website .lancement-item::before {
  content: "01";
  width: 100%;
  color: #FFF;
  font-family: Poppins;
  font-size: 5.55556rem;
  font-style: normal;
  font-weight: 700;
  margin-left: 30%;
}
.methodologie-website .arbo-item::before {
  content: "02";
}
.methodologie-website .inte-item::before {
  content: "03";
}
.methodologie-website .validation-item::before {
  content: "05";
}
.methodologie-website .optimisation-item::before {
  content: "04";
}
.methodologie-website .lancement-item::before {
  content: "06";
}

.swiper-prestation .dsm_card_carousel_child_image_wrapper img path {
  fill: #3c58a3;
}

.swiper-prestation .swiper-pagination-bullet-active {
  width: 15px;
  border-radius: 15px;
}

.swiper-prestation .swiper-pagination-bullets {
  transition: all ease-in-out 3s;
}

@media screen and (min-width: 968px) and (max-width: 1900px) {
  .line-process {
    width: 70% !important;
  }
}
@media screen and (max-width: 760px) {
  .col-avis {
    display: grid !important;
    grid-template-areas: "a a" "c d" "b b" !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 1fr 1fr 2fr !important;
    gap: 10px !important;
  }
  .rea-avis-1 {
    grid-area: a !important;
  }
}
@media screen and (min-width: 761px) {
  .col-avis {
    display: grid !important;
    grid-template-areas: "a a b" "c d b" !important;
    grid-template-columns: 1fr 1fr 2fr !important;
    grid-template-rows: 1fr 1fr !important;
    gap: 10px;
  }
  .rea-avis-1 {
    grid-area: a !important;
  }
}
.col-avis {
  min-height: 300px;
}
.col-avis .et_pb_image_wrap {
  height: 100% !important;
  width: 100% !important;
}
.col-avis .et_pb_image {
  margin: 0 !important;
}
.col-avis img {
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 100% !important;
  border-radius: 15px;
}
.col-avis .rea-avis-1 img,
.col-avis .rea-avis-2 img,
.col-avis .rea-avis-4 img {
  background-color: #3c58a3;
}
.col-avis .rea-avis-3 img {
  border: 1px solid #4656A3;
  border-radius: 15px;
}

.rea-avis-1 {
  grid-area: a !important;
}

.rea-avis-2 {
  grid-area: b !important;
}

.rea-avis-3 {
  grid-area: c !important;
}

.rea-avis-4 {
  grid-area: d !important;
}

.avis-1-site-web,
.avis-2-site-web,
.avis-3-site-web {
  opacity: 0;
  display: none;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}

.active-section {
  opacity: 1;
  align-items: stretch;
  visibility: visible;
  position: relative;
  display: block;
}

/* Style pagination */
.pagination {
  margin-top: 20px;
  text-align: left;
}

.btn-slide {
  border: none;
  margin: 5px;
  width: 1.66667rem;
  height: 0.83333rem;
  background-color: #88CAE2;
  cursor: pointer;
  border-radius: 5rem;
  transition: all 0.3s ease-in-out;
}

.btn-slide.active {
  width: 2.77778rem;
  height: 0.83333rem;
  background-color: #3D58A4;
  transition: all 0.3s ease-in-out;
}

.side-button {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999 !important;
  transform: translateY(-50%);
  background-color: #E41936;
  color: white;
  display: flex;
  align-items: center;
  padding: 10px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: width 0.3s ease;
  cursor: pointer;
}

.side-button:hover {
  width: 325px;
}

.side-button img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

.side-button span {
  margin-left: 10px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease 0.1s;
}

.side-button:hover span {
  opacity: 1;
}

/*
  .realisations-blog > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
*/
.realisations-blogs article {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .realisations-blogs article {
    padding: 0 !important;
  }
}
.realisations-blogs article img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto !important;
}
.realisations-blogs article .entry-featured-image-url {
  height: auto !important;
}

/* style css grid item or blog post */
.realisations-blog .et_pb_post {
  align-self: start;
  padding: 15px;
}

@media screen and (max-width: 980px) {
  /*.realisations-blog > div{
      display :flex;
  overflow:scroll;
    }*/
  .realisations-blog a {
    max-width: 300px;
    width: 100%;
  }
}
/* remove pagination from blog module grid with absolute position */
.realisations-blog > div > div {
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 150%);
}

.swiper-metier .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}

.animated-row {
  display: flex !important;
  gap: 0 !important;
  height: 75vh;
}

.animated-row div {
  flex: 1;
  align-items: center;
  cursor: pointer;
  transition: flex 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  margin-right: 0 !important;
  width: 100% !important;
}

.animated-row h2 {
  word-break: keep-all;
}

/* MASQUER LE CONTENU AU DÉPART */
.animated-row > div h2,
.animated-row > div p,
.animated-row > div button {
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0s, width 0s;
}

.animated-row > div:hover {
  flex: 15;
}

.animated-row > div:hover h2,
.animated-row > div:hover p,
.animated-row > div:hover button {
  opacity: 1;
}

.animated-row .crea-graphique:hover::after {
  content: "Création graphique";
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 90%;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f2d88a;
  font-size: 25px;
  font-family: "Heavitas";
  text-transform: uppercase;
  color: transparent;
  display: none;
  line-height: 102%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1450px) {
  .animated-row .crea-graphique:hover::after {
    font-size: 35px;
  }
}
.animated-row .crea-graphique::after {
  content: "Création graphique";
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 90%;
  font-family: "Heavitas";
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f2d88a;
  font-size: 25px;
  text-transform: uppercase;
  color: transparent;
  transition: all 0.3s ease;
  line-height: 102%;
}
@media screen and (min-width: 1450px) {
  .animated-row .crea-graphique::after {
    font-size: 35px;
  }
}
.animated-row .photo-video:hover::after {
  content: "Photo & Vidéo";
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 90%;
  font-family: "Heavitas";
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #b3e2f4;
  font-size: 25px;
  text-transform: uppercase;
  color: transparent;
  display: none;
  line-height: 102%;
}
@media screen and (min-width: 1450px) {
  .animated-row .photo-video:hover::after {
    font-size: 35px;
  }
}
.animated-row .photo-video::after {
  content: "Photo & Vidéo";
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 90%;
  font-family: "Heavitas";
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #b3e2f4;
  font-size: 25px;
  text-transform: uppercase;
  color: transparent;
  transition: all 0.3s ease;
  line-height: 102%;
}
@media screen and (min-width: 1450px) {
  .animated-row .photo-video::after {
    font-size: 35px;
  }
}
.animated-row .support-marque:hover::after {
  content: "Support\a de marque";
  position: absolute;
  left: 20px;
  bottom: 20px;
  white-space: pre-line;
  font-family: "Heavitas";
  width: 90%;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #b8c7f1;
  font-size: 25px;
  text-transform: uppercase;
  color: transparent;
  display: none;
  line-height: 102%;
}
@media screen and (min-width: 1450px) {
  .animated-row .support-marque:hover::after {
    font-size: 35px;
  }
}
.animated-row .support-marque::after {
  content: "Support\a de marque";
  position: absolute;
  white-space: pre-line;
  left: 20px;
  bottom: 20px;
  width: 90%;
  font-family: "Heavitas";
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #b8c7f1;
  font-size: 25px;
  text-transform: uppercase;
  color: transparent;
  transition: all 0.3s ease;
  line-height: 102%;
}
@media screen and (min-width: 1450px) {
  .animated-row .support-marque::after {
    font-size: 35px;
  }
}
.animated-row .digital:hover::after {
  content: "Digital";
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: "Heavitas";
  width: 90%;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #e17883;
  font-size: 25px;
  text-transform: uppercase;
  color: transparent;
  display: none;
  line-height: 102%;
}
@media screen and (min-width: 1450px) {
  .animated-row .digital:hover::after {
    font-size: 35px;
  }
}
.animated-row .digital::after {
  content: "Digital";
  position: absolute;
  left: 20px;
  font-family: "Heavitas";
  bottom: 20px;
  width: 90%;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #e17883;
  font-size: 25px;
  text-transform: uppercase;
  color: transparent;
  transition: all 0.3s ease;
  line-height: 102%;
}
@media screen and (min-width: 1450px) {
  .animated-row .digital::after {
    font-size: 35px;
  }
}
.animated-row:hover .crea-graphique::after,
.animated-row:hover .photo-video::after,
.animated-row:hover .support-marque::after,
.animated-row:hover .digital::after {
  display: none !important;
}

.button-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.button-link-home {
  background-color: white;
  color: #76A0E8;
  border: 1px solid #76A0E8;
  border-radius: 1.38889rem;
  padding: 5px 10px;
}

.button-link-home:hover {
  background-color: #76A0E8;
  color: white;
  border: 1px solid white;
  cursor: pointer;
}

.col-avis-phone,
.col-avis-tab {
  height: 100%;
  display: flex;
  min-height: 250vh;
  gap: 25px !important;
  flex-direction: column;
}

.col-avis-1,
.col-avis-2,
.col-avis-3 {
  height: 100%;
  display: flex;
  gap: 80px !important;
  flex-direction: column;
}

@media screen and (max-width: 1400px) {
  .animated-row > div h2 {
    font-size: 3rem;
  }
  .animated-row > div p {
    font-size: 1rem;
  }
  .button-group {
    gap: 5px;
  }
  .button-link-home {
    font-size: 1.1rem;
  }
}
.avis-lcom {
  display: flex;
  overflow: hidden;
  height: 75vh;
  scroll-snap-type: y mandatory;
}

.col-avis-1,
.col-avis-2,
.col-avis-3 {
  flex: 1;
  overflow-y: auto;
  height: -moz-max-content !important;
  height: max-content !important;
  scroll-snap-align: start;
}

.col-avis-phone,
.col-avis-tab {
  flex: 1;
  overflow-y: auto;
  height: -moz-max-content !important;
  height: max-content !important;
  scroll-snap-align: start;
}

.avis-container {
  padding: 10px;
  margin: 10px;
  scroll-snap-align: start;
  height: 100% !important;
}

.side-button {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999 !important;
  transform: translateY(-50%);
  background-color: #E41936;
  color: white;
  display: flex;
  align-items: center;
  padding: 10px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: width 0.3s ease;
  cursor: pointer;
}
.side-button:hover {
  width: 325px;
}
.side-button:hover span {
  opacity: 1;
}
.side-button img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.side-button span {
  margin-left: 10px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease 0.1s;
}

.realisations-blog {
  overflow: hidden;
}
@media (max-width: 767px) {
  .realisations-blog .swiper-slide {
    text-align: center;
  }
  .realisations-blog .swiper-slide .entry-featured-image-url {
    margin-left: auto;
    margin-right: auto;
  }
}
.realisations-blog > div {
  /*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;

  @media screen and (min-width: 1600px) {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  @media screen and (min-width: 980px) and (max-width: 1350px) {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
  }
  @media screen and (min-width: 768px) and (max-width: 979px) {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
  }*/
}
.realisations-blog > div > div {
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 150%);
}
.realisations-blog .et_pb_post {
  align-self: start;
  padding: 15px;
}
.realisations-blog img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  .realisations-blog {
    /*> div {
      display: flex;
      overflow: scroll;
    }*/
  }
  .realisations-blog a {
    max-width: 300px;
    width: 100%;
  }
  .realisations-blog img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.swiper-metier .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}

.animated-row {
  display: flex !important;
  gap: 0 !important;
  height: 75vh;
}
.animated-row div {
  flex: 1;
  align-items: center;
  cursor: pointer;
  transition: flex 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  margin-right: 0 !important;
  width: 100% !important;
}
.animated-row div h2,
.animated-row div p,
.animated-row div button {
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0s, width 0s;
}
.animated-row div:hover h2,
.animated-row div:hover p,
.animated-row div:hover button {
  opacity: 1;
}
.animated-row h2 {
  word-break: keep-all;
}
@media screen and (max-width: 1400px) {
  .animated-row div h2 {
    font-size: 3rem;
  }
  .animated-row div p {
    font-size: 1rem;
  }
  .animated-row .button-group a :hover {
    color: white !important;
  }
  .animated-row .button-group a:visited {
    color: white !important;
  }
  .animated-row .button-group {
    gap: 5px;
  }
  .animated-row .button-link-home a :hover {
    color: white !important;
  }
  .animated-row .button-link-home a:visited {
    color: white !important;
  }
  .animated-row .button-link-home {
    font-size: 1.1rem;
  }
}

.button-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.button-link-home {
  background-color: white;
  color: #76A0E8;
  border: 1px solid #76A0E8;
  border-radius: 1.38889rem;
  padding: 5px 10px;
}
.button-link-home:hover {
  background-color: #76A0E8;
  color: white;
  border: 1px solid white;
}

.avis-lcom {
  display: flex;
  overflow: hidden;
  height: 75vh;
  scroll-snap-type: y mandatory;
}
.avis-lcom .col-avis-1,
.avis-lcom .col-avis-2,
.avis-lcom .col-avis-3,
.avis-lcom .col-avis-phone,
.avis-lcom .col-avis-tab {
  flex: 1;
  overflow-y: auto;
  height: -moz-max-content !important;
  height: max-content !important;
  scroll-snap-align: start;
}

.col-avis-phone,
.col-avis-tab {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 250vh;
  gap: 25px !important;
}

.col-avis-1,
.col-avis-2,
.col-avis-3 {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px !important;
}

.avis-container {
  padding: 10px;
  margin: 10px;
  scroll-snap-align: start;
  height: 100% !important;
}

.testimonial-container {
  overflow: hidden;
  position: relative;
}
.testimonial-container .carousel {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.testimonial-container .carousel::-webkit-scrollbar {
  display: none !important;
}
.testimonial-container .carousel .carousel-slide {
  flex: 0 0 calc(33.33% - 25px);
  margin-right: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .testimonial-container .carousel .carousel-slide {
    flex: 0 0 calc(100% - 20px);
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .testimonial-container .carousel .carousel-slide {
    flex: 0 0 calc(50% - 20px);
    margin-right: 20px;
  }
}
.testimonial-container .carousel .carousel-slide img {
  width: auto !important;
  height: 75px !important;
}
.testimonial-container button {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
}
.testimonial-container .prev {
  left: 10px;
}
.testimonial-container .next {
  right: 10px;
}

.realisations-blog-other > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.realisations-blog-other > div > div {
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 150%);
}
.realisations-blog-other .et_pb_post {
  align-self: center;
  padding: 15px;
}
.realisations-blog-other img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1600px) {
  .realisations-blog-other > div {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .realisations-blog-other > div {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
  }
}
@media screen and (min-width: 760px) and (max-width: 980px) {
  .realisations-blog-other > div {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
  }
}

.line-GalleryImg {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.line-GalleryImg::-webkit-scrollbar {
  display: none !important;
}

#imageGallery {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
#imageGallery::-webkit-scrollbar {
  display: none !important;
}

.scroll-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s, opacity 0.3s;
}

.realisations-blog-other > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.realisations-blog-other > div > div {
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 150%);
}
.realisations-blog-other .et_pb_post {
  align-self: center;
  padding: 15px;
}
.realisations-blog-other img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1600px) {
  .realisations-blog-other > div {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .realisations-blog-other > div {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
  }
}
@media screen and (min-width: 760px) and (max-width: 980px) {
  .realisations-blog-other > div {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
  }
}

.realisations-blogs > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.realisations-blogs > div > div {
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 150%);
}
.realisations-blogs .et_pb_post {
  align-self: start;
  padding: 15px;
}
.realisations-blogs .et_pb_post:hover img {
  border-bottom: 5px solid #FEBF0B !important;
}
.realisations-blogs img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

#blog-filters {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #blog-filters {
    justify-content: flex-start;
  }
}
#blog-filters select {
  padding: 10px 25px;
  background-color: #fff;
  border: 2px solid #76A0E8;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: #76A0E8;
  transition: all 0.3s;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='%2376A0E8' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
}
#blog-filters select:hover {
  background-color: #76A0E8;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
}

.swiper-prestation img {
  height: 75px !important;
  width: auto !important;
}

.objectif-faq .dsm-faq-title::after {
  font-weight: 400;
  font-family: "poppins";
  font-size: 1rem;
  color: #000000;
  margin-top: 5px;
  font-style: italic;
}
.objectif-faq .dsm-title-inner-wrapper {
  width: 100%;
}
.objectif-faq .dsm-faq-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}
.objectif-faq .dsm-faq-title::after {
  position: relative;
}
@media screen and (max-width: 768px) {
  .objectif-faq .dsm-faq-title::after {
    width: 85%;
  }
}

.button-link-home a:hover {
  color: white !important;
}

@media screen and (max-width: 1400px) {
  .btn-services a {
    font-size: 14px !important;
  }
}
.btn-services .et_pb_column {
  height: -webkit-fill-available;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}
.btn-services .et_pb_column.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.btn-service-steps {
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .btn-service-steps {
    font-size: 14px !important;
  }
}

.page-id-10849 .btn-service-steps {
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .page-id-10849 .btn-service-steps {
    font-size: 12px !important;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 1400px) {
  .page-id-10849 .btn-service-steps {
    font-size: 1rem !important;
    line-height: 1.2em;
  }
}

#titre-service-2,
#titre-service-3,
#titre-service-4,
#titre-service-5,
#titre-service-6 {
  display: none;
}

#texte-service-2,
#texte-service-3,
#texte-service-4,
#texte-service-5,
#texte-service-6 {
  display: none;
}

.slider--produit .swiper-slide {
  height: 100% !important;
}

.contact-sellsy label:last-child {
  display: flex;
  align-items: flex-start;
  line-height: 1.23;
}

#forminator-module-13716 .text-form-gold .forminator-button-submit,
#forminator-module-13780 .text-form-gold .forminator-button-submit {
  display: block !important;
  margin: 0 auto !important;
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
  border-color: #000000 !important;
  border-radius: 25px !important;
  font-size: 1.3rem !important;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #000000 !important;
  padding-top: 5px !important;
  padding-right: 25px !important;
  padding-bottom: 5px !important;
  padding-left: 25px !important;
}
#forminator-module-13716 .text-form-gold .forminator-button-submit:hover,
#forminator-module-13780 .text-form-gold .forminator-button-submit:hover {
  color: #000000 !important;
  background-image: initial;
  background-color: #FFFFFF !important;
}

#forminator-module-6130 .forminator-button-submit,
.text-form .forminator-button-submit {
  display: block !important;
  margin: 0 auto !important;
  color: #FFFFFF !important;
  border: 1px solid #b41f25 !important;
  border-color: #b41f25 !important;
  border-radius: 25px !important;
  font-size: 1.3rem !important;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #b41f25 !important;
  padding-top: 5px !important;
  padding-right: 25px !important;
  padding-bottom: 5px !important;
  padding-left: 25px !important;
}
#forminator-module-6130 .forminator-button-submit:hover,
.text-form .forminator-button-submit:hover {
  color: #b41f25 !important;
  background-image: initial;
  background-color: #FFFFFF !important;
}

.text-form .forminator-button-submit {
  font-size: 1rem !important;
}

@media (max-width: 464px) {
  .single-realisation .section-contexte {
    margin-top: 220px !important;
  }
}

.line-GalleryImg {
  pointer-events: none;
}

#imageGallery {
  transition-timing-function: linear !important;
}/*# sourceMappingURL=styles.css.map */