@charset "UTF-8";
/*################ GENERAL ##################*/
@import url("https://use.typekit.net/mds1qvb.css");
:root {
  color-scheme: light only;
}

body {
  overflow-x: hidden;
  width: 100%;
  margin: auto;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
main {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

#background-philosophie::-webkit-media-controls,
#background-video::-webkit-media-controls,
#background-Services::-webkit-media-controls,
#background-expertises::-webkit-media-controls {
  display: none !important;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls {
  display: none;
}

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

p,
ul,
li {
  color: #000000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 760px) {
  p,
  ul,
  li {
    font-size: 16px;
    line-height: 22px;
  }
}

h1,
h2 {
  color: #000000;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 54.5px;
}
h3,
.contentCaseClient h1 {
  color: #000000;
  font-family: Merriweather;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 47.5px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  h3,
  .contentCaseClient h1 {
    font-size: 42px;
    color: #000 !important;
  }
}
@media screen and (max-width: 500px) {
  h3,
  .contentCaseClient h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

h4 {
  color: #000000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 51.5px;
  /* 321.875% */
  letter-spacing: 7.36px;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  color: #000000;
  text-align: center;
  font-family: Poppins;
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  /* 35.556% */
  letter-spacing: 33.3px;
  text-transform: uppercase;
  margin: 50px auto;
}

.flexColCenter {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.flexColBaseline {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  align-content: center;
}

.flexRowCenter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}

.flexRowSpaceAround {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.flexRowSpaceBetween {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.flexRowStart {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.flexRowEnd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.textAlignCenter {
  text-align: center;
}

.btnOutlineBlack {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000 !important;
  border-radius: 50px;
  padding: 16px;
  transition: background-color 0.3s;
  position: relative;
  color: #000;
  cursor: pointer;
}
.btnOutlineBlack:hover {
  background-color: #000 !important;
  color: #fff;
}
.btnOutlineBlack a {
  display: flex;
  gap: 7px;
  align-items: center;
}

/*.btnOutlineBlack img {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(+50%);
  rotate: 180deg;
}*/
.btnOutlineBlack:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000;
  border-radius: 50px;
  background-color: #000000;
  transition: background-color 0.3s;
  color: #ffffff;
}

.arrow-img {
  transition: fill 0.3s;
}

.btnOutlineBlack:hover .arrow-img {
  fill: #ffffff;
  filter: invert(1);
}

.btnOutlineBlack .btn-text {
  color: #000000;
  text-align: right;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.btnOutlineBlack:hover .btn-text {
  color: #ffffff;
}

.btnEnSavoirPlus {
  position: absolute;
  right: 0px;
}
@media screen and (min-width: 760px) {
  .btnEnSavoirPlus {
    top: 40%;
  }
}

.btnEnSavoirPlus p {
  transform: rotate(-90deg);
  color: #000000;
  font-family: Merriweather;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110.5px;
  /* 690.625% */
  letter-spacing: 7.68px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.btnEnSavoirPlus:hover p {
  color: #ffffff;
}

.arrowRight {
  position: absolute;
  right: 35px;
  top: 50%;
  fill: #000;
}

.btnEnSavoirPlus:hover .arrowRight path {
  fill: #ffffff;
}

.btnWTTJ_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 50px;
  margin: 10px;
  padding: 10px 15px;
  padding-top: 13px;
  background-color: white;
  transition: background-color 0.3s;
  min-width: 111px;
}
@media screen and (max-width: 760px) {
  .btnWTTJ_1 {
    min-width: auto;
    scale: 0.9;
    width: -moz-max-content;
    width: max-content;
  }
}
.btnWTTJ_1 a {
  height: 28px;
}

.btnWTTJ_1:hover {
  background-color: black;
}
.btnWTTJ_1:hover svg path {
  fill: #fff;
}

.btnWTTJ_1 svg {
  max-width: 100%;
}

/*.btnWTTJ_1:hover img {
  content: url("../images/logos/WTTJ_LOGO_2020_White.svg");
}*/
.btnWTTJ_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 50px;
  margin: 10px;
  padding: 10px 15px;
  padding-top: 13px;
  background-color: #000000;
  transition: background-color 0.3s;
  min-width: 111px;
}

.btnWTTJ_2:hover {
  background-color: #ffffff;
}
.btnWTTJ_2:hover svg path {
  fill: #000;
}

.btnWTTJ_2 svg {
  max-width: 100%;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.slick-dots li svg {
  margin: 5px;
}
.slick-dots li svg line {
  transition: 0.5s ease;
}

.slick-dots li:hover svg line {
  stroke: #000;
}

.slick-dots li img:nth-child(1) {
  display: block;
}

.slick-dots li img:nth-child(2) {
  display: none;
}

/*.slick-dots li.slick-active img:nth-child(1) {
  display: none;
}




.slick-dots li.slick-active img:nth-child(2) {
  display: block;
}*/
.slick-dots li.slick-active svg line {
  stroke: #000;
}

.hideDesktop {
  display: none !important;
}

/*################ HOME PAGE ##################*/
/*---- SECTION NAVBAR ----*/
#navbar {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  min-height: 9vh;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#navbar .flexRowSpaceBetween {
  width: 100%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  margin: auto;
}

#navbar .gifnav {
  height: 63px;
  width: auto;
}

#navbar .jungletxt {
  color: #000000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 54.5px;
  /* 389.286% */
}

.burger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
  cursor: pointer;
  position: relative;
  z-index: 11;
  margin-left: 30px;
}
.burger-menu:hover .bar {
  background-color: #FF5733;
}

.bar {
  width: 25px;
  height: 2px;
  background-color: #000000;
  transition: 0.3s ease;
}

.bar:last-child {
  width: 15px;
  height: 2px;
  background-color: #000000;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  z-index: 10;
  overflow: auto;
}

.open-right-menu {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 760px) {
  .open-right-menu {
    gap: 10px;
  }
}

.menu-double {
  max-width: 1080px;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: space-evenly;
  align-items: stretch;
  padding-top: 95px;
  align-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  .menu-double {
    align-items: center;
    padding-top: 0;
    flex-direction: column;
    margin: 7% auto;
  }
}

.menu-overlay.open {
  display: block;
}

.menu-separator {
  stroke-width: 1px;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 760px) {
  .menu-separator {
    display: none;
  }
}

.menu-overlay .social-menu {
  text-align: center;
  gap: 15px;
  display: flex;
  /*   margin: 50px; */
  justify-content: center;
  align-items: center;
}
.menu-overlay .social-menu a:hover {
  color: #FF5733;
}
.menu-overlay .social-menu a:hover circle,
.menu-overlay .social-menu a:hover path {
  transition: 0.3s;
}
.menu-overlay .social-menu a:hover:hover circle {
  fill: #0f0;
}
.menu-overlay .social-menu a:hover:hover path {
  fill: #000;
}

.overlay-content {
  display: flex;
  flex-direction: column;
  /*  justify-content: space-around; */
  justify-content: flex-start;
}
@media screen and (max-width: 760px) {
  .overlay-content {
    min-height: 100vh;
  }
}

.menu-overlay .flexRowSpaceBetween {
  width: 100%;
  margin: auto;
}

.close-overlay {
  margin: 10px;
  margin-left: 30px;
}
@media screen and (max-width: 760px) {
  .close-overlay {
    margin-left: 20px;
  }
}
.close-overlay svg path {
  transition: 0.3s ease;
}
.close-overlay:hover path {
  stroke: #FF5733;
}

.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*  height: 100%; */
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 760px) {
  .menu {
    margin: 50px;
  }
}

.menu li {
  list-style-type: none;
}

.menu a {
  color: #000000;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 88px;
  /* 275% */
  text-transform: lowercase;
  transition: 0.3s ease;
}

.menu a:hover {
  color: #FF5733;
}

.menu li:last-child a {
  margin: 10px;
}
.menu li:last-child a circle,
.menu li:last-child a path {
  transition: 0.3s;
}
.menu li:last-child a:hover circle {
  fill: #0f0;
}
.menu li:last-child a:hover path {
  fill: #000;
}

.menu li:last-child a:hover {
  text-decoration: none;
}

/*---- SECTION VIDEO & CAROUSEL ----*/
#videoCarousel {
  /*
    margin-top: 80px;
    position: relative;
    height: 90vh;*/
  overflow: hidden;
  position: relative;
  margin-top: 9vh;
  height: 91vh;
}

#videoCarousel .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

#videoCarousel .video-wrapper video {
  width: auto;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#videoCarousel .reseauxSociaux {
  position: absolute;
  bottom: 40px;
  right: 40px;
  gap: 14px;
  display: flex;
}
#videoCarousel .reseauxSociaux a {
  border-radius: 50px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.3) -1px 3px 15px;
}
#videoCarousel .reseauxSociaux svg {
  transition: 0.3s;
}

#videoCarousel .reseauxSociaux a:hover svg {
  /* safari 6.0 - 9.0 */
  filter: invert(0.99);
}

#videoCarousel .sliderVideoCarousel {
  width: 100%;
  height: 91vh;
}
#videoCarousel .sliderVideoCarousel .slick-list,
#videoCarousel .sliderVideoCarousel .slick-track {
  height: 100%;
}

#videoCarousel .sliderVideoCarousel .slick-slide {
  height: 91vh;
  background-size: 100% !important;
}

#videoCarousel .sliderVideoCarousel .slick-slide {
  padding: 0;
  width: 100%;
  height: 91vh;
  z-index: 1;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 760px) {
  #videoCarousel .sliderVideoCarousel .slick-slide {
    background-size: auto 100% !important;
    background-position: left !important;
  }
}

#videoCarousel .sliderVideoCarousel .slick-slide #background-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backdrop-filter: blur(85px);
          backdrop-filter: blur(85px);
}

#videoCarousel .slick-dots {
  padding: 0;
  cursor: pointer;
  list-style: none;
  text-decoration: none;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: space-around;
  z-index: 3;
  margin: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  height: 100%;
  left: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  #videoCarousel .slick-dots {
    left: 10px;
  }
}

#videoCarousel .slick-dots li button {
  font-size: 0;
  /*  content: url(../images/LineActive.svg);
    background: url(../images/LineActive.svg);*/
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  border: none;
  width: 68px;
  margin: 0 5px 0 5px;
}

#videoCarousel .video-wrapper.hideVid {
  display: none;
}

#videoCarousel .video-wrapper button {
  position: absolute;
  top: 10px;
  left: 10px;
}

#videoCarousel .video-wrapper a p {
  color: #a3d0ce;
  text-align: center;
  font-family: Merriweather;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110.5px;
  /* 690.625% */
  letter-spacing: 7.68px;
  text-transform: uppercase;
  position: absolute;
  bottom: 3px;
  right: 40%;
}

.video-wrapper button.close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.video-wrapper button.close img {
  display: block;
  margin: 15px auto auto 10px;
}

#videoCarousel.hideVid .slick-dots {
  visibility: visible;
}

#videoCarousel .slider-counter {
  position: absolute;
  display: flex;
  top: 0;
  transform: translate(-50%);
  height: 100%;
  left: 70px;
  align-items: center;
}
@media screen and (max-width: 760px) {
  #videoCarousel .slider-counter {
    left: 40px;
  }
}

#videoCarousel .slider-counter {
  color: #ffffff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 275;
  line-height: 54.5px;
  /* 272.5% */
  letter-spacing: 2.4px;
}

/*---- SECTION PHILOSOPHIE ----*/
#philosophie {
  background-size: cover;
  position: relative;
  background: linear-gradient(-45deg, #b2d0bb, #fce1da, #a3d0ce, #eae9e4);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
@media (prefers-color-scheme: dark) {
  #philosophie {
    background-size: cover;
    position: relative;
    background: linear-gradient(-45deg, #b2d0bb, #fce1da, #a3d0ce, #eae9e4);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
  }
}

.philosophieContent {
  width: 75%;
  margin: auto;
  padding: 8% 0 8% 0;
  max-width: 1040px;
}
.philosophieContent h2 {
  text-align: center;
}
.philosophieContent p {
  font-size: 18px;
  line-height: 35px;
  padding: 0 0 0 100px;
  width: 80%;
}

/*---- SECTION CASE CLIENTS ----*/
#caseClient {
  background: #fff;
  width: 100%;
  overflow: hidden;
}
#caseClient h3 {
  max-width: 100%;
  width: 500px;
}

.to-fade-in {
  opacity: 0;
}
.to-fade-in.fade-in {
  animation: fade-in-up 0.5s forwards;
}

#caseClient .sliderCasesClient {
  width: 100%;
  min-height: 650px;
}
@media screen and (min-width: 1024px) {
  #caseClient .sliderCasesClient {
    min-height: 91vh;
  }
}

@media screen and (min-width: 1024px) {
  #caseClient .sliderCasesClient .slick-slide {
    min-height: 95vh !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}

#caseClient .sliderCasesClient .prevArrowSCC {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  border-radius: 50px;
  background: transparent;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  -webkit-backdrop-filter: blur(0px) opacity(0);
          backdrop-filter: blur(0px) opacity(0);
}
#caseClient .sliderCasesClient .prevArrowSCC:hover {
  background: rgba(255, 255, 255, 0.1882352941);
  -webkit-backdrop-filter: blur(10px) opacity(1);
          backdrop-filter: blur(10px) opacity(1);
}

#caseClient .sliderCasesClient .nextArrowSCC.disabled,
#caseClient .sliderCasesClient .prevArrowSCC.disabled {
  pointer-events: none;
  opacity: 0;
}

#caseClient .sliderCasesClient .nextArrowSCC {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  border-radius: 50px;
  background: transparent;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  -webkit-backdrop-filter: blur(0px) opacity(0);
          backdrop-filter: blur(0px) opacity(0);
}
#caseClient .sliderCasesClient .nextArrowSCC:hover {
  background: rgba(255, 255, 255, 0.1882352941);
  -webkit-backdrop-filter: blur(10px) opacity(1);
          backdrop-filter: blur(10px) opacity(1);
}

.brandtxt {
  color: #000000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 51.5px;
}

#caseClient .sliderCasesClient .caseClient1 {
  width: 100%;
  height: 330px;
  /*  background: url(../images/fondPinata1.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  position: relative;
}

#caseClient .sliderCasesClient .caseClient2 {
  width: 100%;
  height: 700px;
  background: url(../images/capFrance1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  position: relative;
}

#caseClient .sliderCasesClient .contentCaseClient {
  width: 50%;
  margin: 200px auto auto 200px;
}

#caseClient .btnOutlineBlack {
  margin: 0px;
  width: 150px;
  height: 24px;
}
#caseClient .btnOutlineBlack.white {
  background: #fff;
}
#caseClient .btnOutlineBlack.white:hover {
  border: 2px solid #fff !important;
}

#caseClient .btnOutlineBlack p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
}

#caseClient .sliderCasesClient .slick-dots {
  position: absolute;
  left: 10px;
  bottom: 20px;
  z-index: 2;
  cursor: pointer;
  list-style: none;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  #caseClient .sliderCasesClient .slick-dots {
    position: absolute;
    left: 180px;
    padding-left: 0;
    bottom: 20px;
    z-index: 2;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
    width: 100%;
  }
}

#caseClient .sliderCasesClient .slick-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: space-around;
}

#caseClient .sliderCasesClient .slick-dots li button {
  font-size: 0;
  content: url(../images/LineActive.svg);
  background: url(../images/LineActive.svg);
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  border: none;
  width: 68px;
  margin: 0 5px 0 5px;
}

/*---- SECTION EXPERTISES AND SERVICES ----*/
#expertisesAndServices {
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#expertisesAndServices .slick-dots {
  position: absolute;
  left: 10px;
  bottom: 60px;
  z-index: 2;
  cursor: pointer;
  list-style: none;
  text-decoration: none;
}
#expertisesAndServices .slick-dots {
  position: absolute;
  left: 10px;
  bottom: -50px;
  z-index: 2;
  cursor: pointer;
  list-style: none;
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  #expertisesAndServices .slick-dots {
    bottom: 0;
  }
}

video::-webkit-media-controls {
  display: none;
}

.section-5 {
  background-size: cover;
  position: relative;
  background: linear-gradient(-45deg, #b2d0bb, #fce1da, #a3d0ce, #eae9e4);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
@media (prefers-color-scheme: dark) {
  .section-5 {
    background-size: cover;
    position: relative;
    background: linear-gradient(-45deg, #b2d0bb, #fce1da, #a3d0ce, #eae9e4);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
  }
}

#background-expertises,
#background-Services {
  /*   position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  object-fit: cover; */
}
@media screen and (min-width: 760px) {
  #background-expertises,
  #background-Services {
    height: 100%;
  }
}

@media screen and (min-width: 760px) {
  /*.page-template-home {
    section.section {
      min-height: 91vh;
      padding: 0 !important;
      display: flex;
      align-items: center;
      flex-direction: column;
    }
  }*/
}
#expertisesAndServices .flexColCenter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.show {
  opacity: 1;
  visibility: visible;
  animation: fadeIn 1s ease-in-out forwards;
}

.hide {
  opacity: 0;
  visibility: hidden;
  animation: fadeOut 1s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*---- DIV EXPERTISE ----*/
#expertises {
  /*  padding-top: 30px;
    padding-bottom: 50px;*/
  text-align: center;
  width: 100%;
  position: relative;
}
#expertises .cont {
  margin: auto;
  max-width: 1040px;
}

#expertises .expertisesList {
  text-align: left;
}

#expertises .expertisesList ul {
  width: 50%;
}

#expertises ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  color: #000000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 26.5px;
  /* 94.643% */
  text-transform: uppercase;
  padding-bottom: 13px;
}

.slider2Sections.slick-initialized.slick-slider {
  width: 100%;
  margin: auto;
}

/*---- DIV SERVICES ----*/
#services {
  /*  position: absolute;
    top: 0;
    left: 0;*/
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#services .cont {
  max-width: 1240px;
  width: 100%;
}
#services .cont .content {
  max-width: 1040px;
  margin: auto;
  text-align: center;
}
#services h2 {
  text-align: center;
}

#services .textAlignCenter {
  text-align: center;
}

#services .vl {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  height: 150px;
}

#services .servicesList {
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#services .servicesList ul {
  width: 50%;
}

#services .servicesList ul:nth-child(1) {
  text-align: right;
  margin-right: 40px;
}

#services .servicesList ul li {
  list-style: none;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
  /* 175% */
}

#services .sliderServices {
  width: 100%;
}
@media only screen and (max-width: 760px) {
  #services .sliderServices {
    padding-bottom: 50px;
  }
}

#services .sliderServices .slick-slide {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  width: 100% !important;
}

#services .sliderServices .prevArrowSCC {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  border-radius: 50px;
  background: transparent;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  -webkit-backdrop-filter: blur(0px) opacity(0);
          backdrop-filter: blur(0px) opacity(0);
}
#services .sliderServices .prevArrowSCC:hover {
  background: rgba(255, 255, 255, 0.1882352941);
  -webkit-backdrop-filter: blur(10px) opacity(1);
          backdrop-filter: blur(10px) opacity(1);
}

#services .sliderServices .nextArrowSCC {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  border-radius: 50px;
  background: transparent;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  -webkit-backdrop-filter: blur(0px) opacity(0);
          backdrop-filter: blur(0px) opacity(0);
}
#services .sliderServices .nextArrowSCC:hover {
  background: rgba(255, 255, 255, 0.1882352941);
  -webkit-backdrop-filter: blur(10px) opacity(1);
          backdrop-filter: blur(10px) opacity(1);
}

/*---- SECTION CLIENTS ----*/
#clients {
  background-color: #ffffff;
  width: 100%;
}

.logos-container {
  grid-template-columns: repeat(5, 1fr);
  gap: 0px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: inline-grid;
}

.logos-container .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 45%;
  position: relative;
}

.logos-container .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#clients .logo {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  background: #fff;
}

#clients .logo.visible {
  opacity: 1;
  transform: translateY(0);
}

.arrows {
  display: none;
  justify-content: space-between;
  margin: 0 5px;
  font-size: 24px;
}

/*---- SECTION CONTACT ----*/
.page-template-contact #contact {
  padding: 15% 0 10%;
}

@media only screen and (max-width: 760px) {
  .page-template-contact #contact {
    padding: 40% 0 10%;
  }
}
#contact {
  background-color: #fce1da;
  padding: 8% 0;
}
#contact .container-form {
  display: flex;
  max-width: 900px;
  width: 100%;
  margin: auto;
}
#contact .contactRight,
#contact .contactLeft {
  flex: 50%;
}
#contact .contactLeft {
  padding-top: 8%;
}
#contact span.arrow-align {
  display: flex;
  align-items: center;
  gap: 17px;
}

#contact .contactLeft p:nth-child(1) {
  color: rgba(0, 0, 0, 0.2);
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 69px;
  /* 107.813% */
  text-transform: lowercase;
  margin: 0;
  text-align: left;
}

#contact .contactLeft .description p {
  color: #000;
  font-family: Merriweather;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-top: 1rem;
  /* 103.125% */
}

#contact .contactLeft p:nth-child(2) {
  color: #000;
  text-align: center;
  font-family: Merriweather;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin: 22px 0;
}

#contact form {
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#contact form .rightForm,
#contact form .leftForm {
  height: 350px;
  width: 60%;
}

#contact form .leftForm {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  align-content: center;
}

#contact select,
#contact form input {
  height: 15%;
  width: 95%;
}

#contact form input,
#contact form textarea {
  background-color: #ffffff;
  border: none;
  border-radius: 25px;
  padding: 15px 26px;
  font-family: "Poppins";
}

#contact form input,
#contact select {
  height: 50px;
  width: 100%;
}

#contact form textarea {
  resize: vertical;
  min-height: 100px;
}
@media screen and (min-width: 760px) {
  #contact form textarea {
    height: 100px;
  }
}

.spacer.gfield {
  display: none;
}

#contact form input::-moz-placeholder, #contact form textarea::-moz-placeholder {
  color: #000000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

#contact form select option,
#contact form select,
#contact form input::placeholder,
#contact form textarea::placeholder {
  color: #000000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

#contact form select {
  border: 0;
  padding: 0;
  height: auto;
  -webkit-appearance: none;
}

.ginput_container.ginput_container_select {
  background-color: #fff;
  border: none;
  border-radius: 25px;
  padding: 15px 26px;
  height: 50px;
}

#contact .formFooter {
  margin: auto;
}

#contact .formFooter p {
  color: #000000;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}

#contact .formFooter .btnOutlineBlack {
  background-color: #ffffff;
  transition: 0.3s ease;
}

#contact .formFooter .btnOutlineBlack:hover {
  background-color: #000000;
}
#contact .formFooter .btnOutlineBlack:hover svg path {
  fill: #fff;
}
#contact .formFooter .btnOutlineBlack:hover a,
#contact .formFooter .btnOutlineBlack:hover span {
  color: #fff;
}

#contact .formFooter .btnOutlineBlack a,
#contact .formFooter .btnOutlineBlack span {
  color: #000000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
  /* 97.222% */
  margin-left: 0;
}

input#gform_submit_button_1,
input#gform_submit_button_2 {
  border: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
}

#contact .formFooter .btnOutlineBlack:hover p {
  color: #ffffff;
}

/*---- SECTION GROUPE ----*/
#groupe {
  background-color: #000000;
}

#groupe .groupeHeader {
  display: flex;
  padding: 2%;
  flex-direction: row;
  gap: 5px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#groupe p,
#groupe h2 {
  color: #ffffff;
  margin: 0px;
}

#groupe .blackBG {
  background-color: #000000;
  height: 50px;
  min-width: 350px;
  margin-bottom: -20px;
  margin-top: 20px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 7.68px;
  text-transform: uppercase;
}

#groupe .jungletxt {
  font-family: Merriweather;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  /* 150% */
}

#groupe .hr1 {
  border-top: 1px solid #ffffff;
  margin-top: -20px;
}

#groupe .spots {
  margin: 50px auto 0;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 98%;
  align-items: flex-start;
}
#groupe .spots h2 {
  font-size: 24px;
}

#groupe .spots .city {
  width: 23%;
}
#groupe .spots .spots .vl {
  width: 1%;
  display: flex;
  margin-left: 1%;
  justify-content: center;
}
#groupe .spots p {
  font-size: 16px;
  line-height: 25px;
}

#groupe .flexRowCenter {
  margin-bottom: 30px;
  padding-top: 30px;
}

#groupe .vl {
  border-left: 1px solid #eae9e4;
  height: 200px;
}

/*---- SECTION ICOM ----*/
#icom {
  background-color: #eae9e4;
}

#icom p {
  text-align: center;
  padding: 30px 0 30px 0;
  margin: 0;
}
@media screen and (max-width: 760px) {
  #icom p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0px 10px 0px 10px;
    line-height: 22.5px;
    padding: 20px 0;
  }
}

/*---- SECTION FOOTER ----*/
#footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#footer .footerStart {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
}
#footer .footerStart .lang-select {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#footer .footerStart .lang-select a {
  color: #000;
}
#footer .footerStart a p {
  transition: 0.3s ease;
}
#footer .footerStart a p:hover {
  color: #a3d0ce;
}

#footer p {
  color: #000000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
  margin: 15px 5px 15px 5px;
}

#footer .txtrs {
  color: #000000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  /* 214.286% */
}

#footer .rs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#footer .rs a {
  margin: 0px 5px 0px 5px;
}

#footer .rs a svg {
  border: solid 1px #ffffff;
  border-radius: 25px;
  transition: 0.3s;
}

#footer .rs a:hover svg {
  /* safari 6.0 - 9.0 */
  filter: invert(1);
}

#footer div {
  margin: 0px 45px 0px 45px;
}

/*################ PAGE CASES CLIENTS ##################*/
/*---- SECTION CASES CLIENTS GALERY ----*/
#casesClientsGalery {
  background-color: #ffffff;
  margin-top: 150px;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  #casesClientsGalery {
    margin-top: 125px;
  }
}
#casesClientsGalery .sub-title {
  max-width: 850px;
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  #casesClientsGalery .sub-title {
    width: 95%;
  }
}
#casesClientsGalery .introCasegalery {
  max-width: 60%;
  margin: auto;
}
@media only screen and (max-width: 760px) {
  #casesClientsGalery .introCasegalery {
    max-width: 80%;
  }
}
#casesClientsGalery .galeryCases {
  margin: 30px auto;
}
@media only screen and (max-width: 760px) {
  #casesClientsGalery .galeryCases {
    margin: 20px 0 0 0;
  }
}
#casesClientsGalery .galeryCases .galeryImages {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3% - 0px));
  gap: 0px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 95%;
}
@media only screen and (max-width: 800px) {
  #casesClientsGalery .galeryCases .galeryImages {
    grid-template-columns: repeat(2, 50%);
  }
}
@media only screen and (max-width: 760px) {
  #casesClientsGalery .galeryCases .galeryImages {
    grid-template-columns: repeat(1, 100%);
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#casesClientsGalery .galeryCases .galeryImages a {
  width: 100%;
  margin: 0px;
  aspect-ratio: 16/10;
  background-size: cover !important;
  background-position: center;
  height: 100%;
  position: relative;
}
#casesClientsGalery .galeryCases .galeryImages a:hover .txtCases {
  background: rgba(0, 0, 0, 0.7);
}
#casesClientsGalery .galeryCases .galeryImages a:hover p {
  color: #fff !important;
}
@media only screen and (max-width: 760px) {
  #casesClientsGalery .galeryCases .galeryImages a {
    margin: 0px;
    height: 150px;
  }
  #casesClientsGalery .galeryCases .galeryImages a a {
    background: rgba(0, 0, 0, 0.7);
  }
  #casesClientsGalery .galeryCases .galeryImages a #casesClientsGalery .galeryCases {
    margin-bottom: 0;
  }
}
#casesClientsGalery .galeryCases .galeryImages a .txtCases {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  height: 100%;
  top: 0;
  transition: 0.5s ease;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 760px) {
  #casesClientsGalery .galeryCases .galeryImages a .txtCases {
    z-index: 3;
    text-align: left;
    background: rgba(0, 0, 0, 0.2);
  }
}
#casesClientsGalery .galeryCases .galeryImages a .txtCases p {
  transition: 0.5s ease;
}
#casesClientsGalery .galeryCases .galeryImages a .txtCases p:nth-child(1) {
  width: 90%;
  margin: 0px auto;
  color: transparent;
  font-family: Merriweather;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
#casesClientsGalery .galeryCases .galeryImages a .txtCases p:nth-child(2) {
  width: 90%;
  margin: 10px auto 5px auto;
  color: transparent;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
}
@media only screen and (max-width: 760px) {
  #casesClientsGalery .galeryCases .galeryImages a .txtCases p:nth-child(1) {
    font-size: 20px;
    line-height: 24px;
    color: #fff !important;
  }
  #casesClientsGalery .galeryCases .galeryImages a .txtCases p:nth-child(2) {
    font-size: 20px;
    line-height: 24px;
    color: #fff !important;
  }
}
#casesClientsGalery .galeryCases .galeryImages a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 760px) {
  #casesClientsGalery .galeryCases .galeryImages a img {
    height: 150px;
    -webkit-mask-image: linear-gradient(white, white 150px, transparent 150px);
            mask-image: linear-gradient(white, white 150px, transparent 150px);
  }
}
@media only screen and (max-width: 760px) {
  #casesClientsGalery .galeryCases .galeryImages a {
    width: 100%;
  }
}

#casesClientsGalery .galeryCases .galeryImages a:hover {
  z-index: 2;
}
@media only screen and (max-width: 760px) {
  #casesClientsGalery .galeryCases .galeryImages a:hover {
    transform: none;
  }
}

/*################ PAGE PHILOSOPHIE ##################*/
/*---- SECTION PHILOSOPHIE PAGE ----*/
#philosophiePage {
  background-color: #ffffff;
  margin-top: 150px;
  text-align: center;
}

#philosophiePage .container {
  margin: 50px auto;
  width: 100%;
  max-width: 990px;
}
@media only screen and (max-width: 760px) {
  #philosophiePage .container {
    width: 90%;
    margin: 25px auto;
  }
}

#philosophiePage .container p {
  margin: auto;
}

/*################ PAGE EXPERTISE ##################*/
/*---- SECTION EXPERTISES PAGE ----*/
#expertisesPage {
  background-color: #ffffff;
  margin-top: 150px;
}
@media only screen and (max-width: 760px) {
  #expertisesPage {
    margin-top: 125px;
  }
}
#expertisesPage .padbot {
  padding-bottom: 50px;
}
@media only screen and (max-width: 760px) {
  #expertisesPage .padbot {
    padding-bottom: 15px;
  }
}
#expertisesPage .headerPageExpertise {
  text-align: center;
  width: 70%;
  margin: auto;
}
#expertisesPage .headerPageExpertise p {
  margin: 50px auto 50px auto;
}
#expertisesPage .gridContainer {
  width: 90%;
  /* 90% width of the body */
  max-width: 1200px;
  /* Optional: limit the maximum width */
  margin: 0 auto;
  /* Center the gridContainer */
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /* Responsive grid columns */
  gap: 20px;
  justify-content: space-around;
}
@media only screen and (max-width: 760px) {
  #expertisesPage .gridContainer {
    gap: 15px;
  }
}
#expertisesPage .gridContainer .caseExpertises {
  /*      background-color: #D9D9D9;
        background-image: url("../images/gradiant-bg.jpg");*/
  position: relative;
  overflow: hidden;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: -webkit-fill-available;
  /* height: 0;
   padding-bottom: 100%; !* Square aspect ratio *!*/
}
@media only screen and (max-width: 760px) {
  #expertisesPage .gridContainer .caseExpertises {
    aspect-ratio: auto;
  }
}
#expertisesPage .gridContainer .caseExpertises::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-image: url("../images/gradiant-bg.jpg");
  background-size: cover;
}
#expertisesPage .gridContainer .caseExpertises.style-1::before {
  transform: rotate(0deg);
}
#expertisesPage .gridContainer .caseExpertises.style-2::before {
  transform: rotate(90deg);
}
#expertisesPage .gridContainer .caseExpertises.style-3::before {
  transform: rotate(180deg);
}
#expertisesPage .gridContainer .caseExpertises.style-4::before {
  transform: rotate(270deg);
}
#expertisesPage .gridContainer .caseExpertises .contentCaseExpertise p.expertiseTitre {
  color: #000000;
  font-family: Poppins;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  /* 87.5% */
  /* Responsive font size */
}
@media screen and (max-width: 1070px) {
  #expertisesPage .gridContainer .caseExpertises .contentCaseExpertise p.expertiseTitre {
    font-size: 30px;
  }
}
@media screen and (max-width: 760px) {
  #expertisesPage .gridContainer .caseExpertises .contentCaseExpertise p.expertiseTitre {
    font-size: 24px;
  }
}
#expertisesPage .gridContainer .caseExpertises .contentCaseExpertise a {
  color: #000;
  position: relative;
  padding: 0.2em 0;
}
#expertisesPage .gridContainer .caseExpertises .contentCaseExpertise a::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: rgb(0, 0, 0);
  transition: opacity 300ms, transform 300ms;
}
#expertisesPage .gridContainer .caseExpertises .contentCaseExpertise a:hover::after, #expertisesPage .gridContainer .caseExpertises .contentCaseExpertise a:focus::after {
  transform: translate3d(-100%, 0, 0);
}
#expertisesPage .gridContainer .caseExpertises .contentCaseExpertise p,
#expertisesPage .gridContainer .caseExpertises .contentCaseExpertise p a {
  font-size: 16px;
  margin-top: 10px;
  overflow: hidden;
  /* Responsive font size */
}
@media screen and (max-width: 1070px) {
  #expertisesPage .gridContainer .caseExpertises .contentCaseExpertise p,
  #expertisesPage .gridContainer .caseExpertises .contentCaseExpertise p a {
    font-size: 18px;
  }
}
@media screen and (max-width: 760px) {
  #expertisesPage .gridContainer .caseExpertises .contentCaseExpertise p,
  #expertisesPage .gridContainer .caseExpertises .contentCaseExpertise p a {
    font-size: 16px;
  }
}

/*################ PAGE CONTACT ##################*/
.padbot2 {
  padding-top: 80px;
}

/*################ PAGE SINGLE CASE ##################*/
#singleCase {
  margin-top: 83px;
}

#singleCase .singleCaseHeader {
  width: 100%;
  height: 91vh;
  /*   background: url(../images/fondPinata1.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  position: relative;
}

#singleCase .singleCaseHeader .contentCaseClient {
  width: 50%;
  margin: 200px auto auto 200px;
  position: absolute;
}

#singleCase .singleCaseHeader .contentCaseClient .btnOutlineBlack {
  margin: 0px;
  width: 150px;
  height: 24px;
}

#singleCase .singleCaseHeader .contentCaseClient .btnOutlineBlack p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
}

#singleCase .breadcrumb {
  color: #000000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  width: 100%;
  max-width: 800px;
  margin: 20px auto 10px auto;
}

#singleCase ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  text-transform: lowercase;
}

#singleCase ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

#singleCase ul.breadcrumb li + li:before {
  padding: 8px;
  color: #000000;
  content: "/ ";
}

#singleCase ul.breadcrumb li a {
  color: #000000;
  text-decoration: none;
}

#singleCase ul.breadcrumb li a:hover {
  color: #a3d0ce;
  text-decoration: underline;
}

#singleCase hr {
  width: 90%;
  margin: auto;
}

#singleCase .contentSingleCase {
  width: 100%;
  max-width: 800px;
  margin: 100px auto 100px auto;
}

#singleCase .contentSingleCase p {
  margin-top: 0px;
}

#singleCase .contentSingleCase p.titreCase {
  color: #000000;
  text-align: center;
  font-family: Poppins;
  font-size: 33px;
  font-style: normal;
  font-weight: 800;
  line-height: 54.5px;
  /* 113.542% */
  margin: 0px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  #singleCase .contentSingleCase p.titreCase {
    font-size: 28px;
    line-height: 36px;
  }
}

a.nextCase.flexRowSpaceAround {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  align-items: flex-start;
}
a.nextCase.flexRowSpaceAround .client {
  font-family: "Poppins";
  color: #000;
  font-size: 14px;
}
a.nextCase.flexRowSpaceAround .name-proj {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

a.prevCase.flexRowSpaceAround {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  align-items: flex-end;
}
a.prevCase.flexRowSpaceAround .client {
  font-family: "Poppins";
  color: #000;
  font-size: 14px;
}
a.prevCase.flexRowSpaceAround .name-proj {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#singleCase .NextPrevSingleCaseBtn {
  width: 100%;
  height: 200px;
  border: 1px solid #eae9e4;
}
@media screen and (max-width: 760px) {
  #singleCase .NextPrevSingleCaseBtn {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 0;
  }
  #singleCase .NextPrevSingleCaseBtn a {
    width: calc(100% - 36px) !important;
    padding: 0px 18px;
    display: flex;
    justify-content: space-between;
  }
}

#singleCase .NextPrevSingleCaseBtn a {
  width: 50%;
  height: 100%;
  cursor: pointer;
  background-color: #ffffff;
  transition: 0.3s ease;
  border: 1px solid #eae9e4;
  border-right: 0;
}
@media screen and (max-width: 760px) {
  #singleCase .NextPrevSingleCaseBtn a {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
  }
  #singleCase .NextPrevSingleCaseBtn a:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

#singleCase .NextPrevSingleCaseBtn p {
  color: #000000;
  text-align: right;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
}

#singleCase .NextPrevSingleCaseBtn a:hover {
  background-color: #000000;
}

#singleCase .NextPrevSingleCaseBtn a:hover .client,
#singleCase .NextPrevSingleCaseBtn a:hover p {
  color: #ffffff;
}

#singleCase .NextPrevSingleCaseBtn a:hover img {
  filter: invert(1) brightness(200%);
}

#singleCase .singleCaseHeader .round-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: black;
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: width 0.5s ease;
}

#singleCase .singleCaseHeader .icon {
  width: 22px;
  height: 22px;
  transition: opacity 0.3s ease;
}

#singleCase .singleCaseHeader .round-button:hover {
  width: 280px;
  height: 40px;
  text-align: center;
  padding: 0 30px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#singleCase .singleCaseHeader .round-button:hover .icon {
  opacity: 0;
  width: 0px;
  height: 0px;
}

@media screen and (max-width: 760px) {
  #singleCase ul.breadcrumb {
    list-style: none;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    width: 90%;
    padding: 10px 0;
    bottom: -190px;
    text-align: center;
  }
  #singleCase .contentSingleCase {
    width: 95%;
    margin: 200px auto 50px auto;
  }
  #singleCase .NextPrevSingleCaseBtn p {
    color: #000;
    text-align: right;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
  }
  #singleCase .singleCaseHeader {
    height: 370px;
  }
  #singleCase .singleCaseHeader .contentCaseClient {
    width: 80%;
    margin: auto;
    left: 5%;
    position: absolute;
    padding: 5%;
    bottom: -180px;
    background: #fff;
  }
  #singleCase .singleCaseHeader .contentCaseClient::after {
    position: absolute;
    width: 100%;
    height: 105px;
    top: 0;
    z-index: -1;
    left: 0;
    display: block;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    filter: blur(10px);
  }
  #singleCase .singleCaseHeader .contentCaseClient h4,
  #singleCase .singleCaseHeader .contentCaseClient h3,
  #singleCase .singleCaseHeader .contentCaseClient p {
    color: #000 !important;
    word-break: break-word;
  }
  #singleCase .singleCaseHeader .round-button {
    bottom: 10px;
    left: 10px;
  }
}
#back-cases {
  display: flex;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  gap: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  align-items: center;
  justify-content: center;
}

#singleCase .singleCaseHeader .round-button:hover::after {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 1;
  color: white;
  padding: 10px;
  border-radius: 50%;
  background-color: black;
  width: auto;
  height: auto;
}

#singleCase .imgSingleCase {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1920px;
  margin: auto;
}
#singleCase .imgSingleCase .desktop.cols2-case.desktop {
  display: flex;
  align-items: center;
}
#singleCase .imgSingleCase .desktop.cols2-case.desktop.reverse {
  flex-direction: row-reverse;
}
#singleCase .imgSingleCase .desktop.cols2-case.desktop .video-33 {
  width: 33.333%;
  padding: 0 80px;
}
#singleCase .imgSingleCase .desktop.cols2-case.desktop .img-66 {
  width: 66.666%;
}
#singleCase .imgSingleCase .desktop.cols2-case.desktop .img-66 img {
  -o-object-fit: cover;
     object-fit: cover;
}

#singleCase .imgSingleCase img,
#singleCase .desktop.cols2-case,
#singleCase .video-player {
  width: 100%;
}
#singleCase .imgSingleCase img.desktop,
#singleCase .desktop.cols2-case.desktop,
#singleCase .video-player.desktop {
  display: block;
}
#singleCase .imgSingleCase img.mobile,
#singleCase .desktop.cols2-case.mobile,
#singleCase .video-player.mobile {
  display: none;
}
@media only screen and (max-width: 760px) {
  #singleCase .imgSingleCase img.desktop,
  #singleCase .desktop.cols2-case.desktop,
  #singleCase .video-player.desktop {
    display: none;
  }
  #singleCase .imgSingleCase img.mobile,
  #singleCase .desktop.cols2-case.mobile,
  #singleCase .video-player.mobile {
    display: block;
  }
}
#singleCase .imgSingleCase img.vertical,
#singleCase .desktop.cols2-case.vertical,
#singleCase .video-player.vertical {
  max-width: 400px;
  margin: auto;
}

#video-pop {
  position: fixed;
  top: 0;
  display: flex;
  height: 100vh;
  z-index: 10;
  background: #000;
  width: 100vw;
  align-items: center;
  justify-content: center;
}
#video-pop .video-wrapper video {
  width: auto;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#video-pop .video-wrapper button.close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
#video-pop .video-wrapper button.close svg {
  display: block;
  margin: 15px auto auto 10px;
}
#video-pop .video-wrapper button.close svg path {
  transition: 0.3s ease;
}
#video-pop .video-wrapper button.close svg:hover path {
  stroke: #FF5733;
}
#video-pop .video-wrapper.hideVid {
  display: none;
}
#video-pop .video-wrapper button {
  position: absolute;
  top: 10px;
  left: 10px;
}
#video-pop .video-wrapper a p {
  color: #a3d0ce;
  font-family: Merriweather;
  font-size: 16px;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  display: flex;
  line-height: 110.5px;
  letter-spacing: 7.68px;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  bottom: 3px;
  margin: auto;
  right: auto;
  transition: 0.3s ease;
  opacity: 0;
  align-items: center;
  justify-content: center;
}
#video-pop .video-wrapper a p:hover {
  color: #FF5733;
}

.page-template-home section.section.section-4,
.page-template-home section.section.section-5 {
  display: flex;
  padding: 30px 0;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: relative;
}
.page-template-home section.section.section-4 h2,
.page-template-home section.section.section-5 h2 {
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  .page-template-home section.section.section-4,
  .page-template-home section.section.section-5 {
    display: flex;
    flex-direction: column;
  }
}
.page-template-home section.section.section-4 {
  background-color: #fce1da;
}
.page-template-home .service-list {
  margin-top: 50px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.page-template-home .service-list svg {
  padding: 24px;
}
.page-template-home .service-list h3 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 26.5px;
  /* 73.611% */
  text-transform: uppercase;
}

@media only screen and (max-width: 1000px) {
  .logos-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .logos-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
#videoCarousel .slick-track .plyr--video,
#videoCarousel video {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 761px) and (max-width: 1024px) {
  #videoCarousel {
    height: auto;
  }
  #videoCarousel .slick-track .plyr--video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
  }
  #videoCarousel .video-wrapper video {
    width: auto;
    height: 100%;
  }
  #videoCarousel .sliderVideoCarousel .slick-slide {
    background-size: cover !important;
  }
  #videoCarousel .sliderVideoCarousel {
    width: 100%;
    height: 500px;
  }
  #videoCarousel .sliderVideoCarousel .slick-slide {
    height: 500px !important;
  }
}
@media only screen and (max-width: 760px) {
  #navbar {
    min-height: 85px;
  }
  #navbar lottie-player {
    width: auto !important;
  }
  .btnEnSavoirPlus {
    position: relative;
    text-align: center;
  }
  .btnEnSavoirPlus p {
    transform: rotate(360deg);
  }
  .hideDesktop {
    width: 100%;
    display: block !important;
    margin-right: 0px;
  }
  .arrowRight {
    position: relative;
    right: auto;
    top: 47%;
  }
  #navbar .gifnav {
    height: 33px;
  }
  .burger-menu {
    height: 20px;
    margin-left: 20px;
  }
  #navbar .jungletxt {
    display: none;
  }
  #videoCarousel {
    height: auto;
  }
  #videoCarousel .video-wrapper video {
    width: auto;
    height: 100%;
  }
  #videoCarousel .sliderVideoCarousel .slick-slide {
    background-size: cover !important;
  }
  #videoCarousel .sliderVideoCarousel {
    width: 100%;
    height: 330px;
  }
  #videoCarousel .sliderVideoCarousel .slick-slide {
    height: 330px !important;
  }
  #videoCarousel .video-wrapper a p {
    right: 10%;
  }
  #philosophie {
    height: -moz-fit-content;
    height: fit-content;
  }
  .philosophieContent {
    width: 95%;
    margin: auto;
    padding: 10px 0 0px 0;
  }
  .philosophieContent h2 {
    text-align: center;
  }
  .philosophieContent p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 0 10px;
    width: 90%;
  }
  #caseClient .sliderCasesClient .caseClient1,
  #caseClient .sliderCasesClient .caseClient2 {
    width: 100%;
    height: 330px;
    background: none;
  }
  #caseClient .sliderCasesClient .contentCaseClient {
    width: 100%;
    margin: 0px;
    text-align: center;
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  #caseClient .btnOutlineBlack {
    margin: auto;
    width: 150px;
    height: 24px;
  }
  #caseClient .sliderCasesClient .prevArrowSCC {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    top: 65%;
  }
  #caseClient .sliderCasesClient .nextArrowSCC {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    top: 65%;
  }
  #expertisesAndServices {
    padding: 30px 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  #expertisesAndServices p {
    text-align: center;
  }
  #expertisesAndServices .section-4.slick-slide {
    padding-bottom: 50px;
  }
  #expertisesAndServices .flexColCenter {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .savoir-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #expertises {
    text-align: left;
    width: 100%;
    padding-top: 40px;
  }
  #expertises a p {
    width: auto;
    margin: 0;
  }
  #expertises p {
    width: 90%;
    margin: auto;
  }
  #expertises h2 {
    text-align: center;
  }
  #expertises .expertisesList {
    width: 100%;
  }
  #expertises .expertisesList ul {
    width: 100%;
    padding-left: 0px;
    margin: 0;
  }
  #expertises .expertisesList ul li {
    padding-left: 20px;
  }
  #expertises .flexRowCenter {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 30px;
    /* overflow-y: scroll;
     height: 200px;*/
  }
  #services .textAlignCenter {
    text-align: left;
  }
  #services p,
  #services h2 {
    margin: 20px;
  }
  #services .sliderServices h5 {
    font-size: 25px;
    letter-spacing: 15px;
  }
  #services .sliderServices .prevArrowSCC {
    top: auto;
    bottom: 15px;
    left: 35%;
    width: 50px;
    height: 50px;
  }
  #services .sliderServices .nextArrowSCC {
    top: auto;
    bottom: 15px;
    right: 35%;
    width: 50px;
    height: 50px;
  }
  #services .vl {
    display: none;
  }
  #services .slick-list {
    padding: 0 !important;
  }
  #services .servicesList {
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  #services .servicesList ul {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  #services .servicesList ul:nth-child(1) {
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  #services .servicesList ul li {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 35px;
  }
  .logos-container {
    display: block;
  }
  .logos-container .logo-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1px;
    align-items: stretch;
  }
  .arrows {
    display: flex;
    gap: 16px;
  }
  #contact {
    height: -moz-fit-content;
    height: fit-content;
  }
  #contact .contactLeft {
    padding: 0;
    width: 90%;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  #contact .contactLeft p:nth-child(1) {
    text-align: center;
    font-size: 26px;
    padding-top: 0px;
    line-height: 30px;
  }
  #contact .contactLeft p:nth-child(2) {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #contact .contactLeft .arrow-align {
    justify-content: center;
  }
  #contact .contactLeft .arrow-align svg {
    display: none;
  }
  #contact .contactLeft .arrow-align p {
    margin: 0;
  }
  #contact form {
    width: 90%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  #contact form .rightForm,
  #contact form .leftForm {
    height: 350px;
    width: 100%;
  }
  #contact form .leftForm {
    justify-content: space-around;
  }
  #contact form select,
  #contact form input {
    width: 100%;
  }
  #contact .formFooter {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #contact {
    /* Personnalisation du formulaire */
    /* Personnalisation des champs texte */
    /* Personnalisation du champ textarea */
  }
  #contact .gravity-form-wrapper {
    display: flex;
    justify-content: space-between;
  }
  #contact .gravity-form-wrapper .gravity-form-text {
    flex: 1;
  }
  #contact .gravity-form-wrapper .gravity-form-textarea {
    flex: 1;
  }
  #groupe .groupeHeader {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #groupe .jungletxt {
    text-align: center;
    margin: 20px auto 10px auto;
    max-width: 60%;
  }
  #groupe .separator {
    margin-top: 30px;
  }
  #groupe .spots {
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    width: 90%;
    margin: 100px auto 0px auto;
  }
  #groupe .spots .city {
    width: 100%;
  }
  #groupe .vl {
    border-left: none;
    height: 10px;
    width: 100%;
    margin: 30px auto 30px auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  #footer .footerStart {
    display: flex;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    align-content: stretch;
  }
  #footer .footerStart .lang-select {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
  }
  #footer .hideMob {
    display: none;
  }
  #footer div {
    margin: 0px 10px 0px 10px;
  }
  #footer .footerStart a {
    margin-bottom: 10px;
  }
  #footer p {
    line-height: 20px;
    /* 214.286% */
    margin: 5px 5px 5px 5px;
  }
  #footer .rs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
  }
  /*################ PAGE PHILOSOPHIE ##################*/
  /*---- SECTION PHILOSOPHIE PAGE ----*/
  #philosophiePage h2 {
    text-align: left;
    margin-left: 30px;
  }
  #philosophiePage p {
    text-align: left;
  }
  /*################ PAGE EXPERTISE ##################*/
  /*---- SECTION EXPERTISES PAGE ----*/
  #expertisesPage .headerPageExpertise {
    text-align: left;
    width: 90%;
  }
  #expertisesPage .gridContainer {
    width: 100%;
    margin: 0px;
  }
}
.slider {
  -webkit-transition: opacity 2000s ease-in-out;
  -moz-transition: opacity 2000s ease-in-out;
  -ms-transition: opacity 2000s ease-in-out;
  -o-transition: opacity 2000s ease-in-out;
  opacity: 1;
}

.logos-container.logo-mobile {
  display: none;
}

@media screen and (max-width: 760px) {
  #caseClient .case-mobile-img {
    max-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #caseClient h3,
  #caseClient .brandtxt,
  #caseClient h4 {
    margin: auto;
    color: #000 !important;
    width: 90%;
  }
  #caseClient .sliderCasesClient .slick-slide {
    background: none !important;
  }
  #caseClient .sliderCasesClient .nextArrowSCC {
    right: 15px;
    width: 50px;
    height: 50px;
  }
  #contact .container-form {
    flex-direction: column;
  }
  .logo.visible.no-img {
    display: none;
  }
  .client-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 20px;
  }
  .client-head h2 {
    margin: 0;
  }
  .logo-desktop {
    display: none;
  }
  .logos-container.logo-mobile {
    display: block;
  }
  .video-container button#playButton {
    width: 80px;
  }
}
.plyr--video {
  margin: auto;
}
@media screen and (min-width: 760px) {
  .plyr--video {
    width: 90%;
  }
}

@media screen and (min-width: 760px) {
  .imgSingleCase .plyr--video {
    width: 100%;
  }
}

/* Ajoutez des styles CSS personnalisés pour la barre de progression */
.plyr--video .plyr__progress input,
.plyr__controls__item.plyr__volume input {
  color: #b2d0bb;
  /* Changez la couleur ici */
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #b2d0bb;
}

.video-container {
  position: relative;
}
.video-container button#playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: 0;
  border: 0;
}
.video-container button#playButton svg {
  width: 100%;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

@keyframes backdrop-filter-animation {
  from {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  50% {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  to {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.sliderServices .slick-slide {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.sliderServices .slick-slide[tabindex="0"] {
  opacity: 1;
}
.sliderServices .slick-slide.slick-current {
  opacity: 1;
}

.to-fade-in {
  opacity: 0;
}
.to-fade-in.fade-in {
  animation: fade-in-up 0.5s forwards;
}

/* Ajoutez ces classes CSS à votre feuille de styles */
.fade-in {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s, transform 0.3s;
}

.fade-in.slick-active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
    /* Déplace l'élément vers le bas de 20px */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* Remet l'élément à sa position d'origine */
  }
}
div#scoll-down {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.3s ease;
}
div#scoll-down p {
  color: #a3d0ce;
  text-align: center;
  font-family: Merriweather;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 7.68px;
  text-transform: uppercase;
}
div#scoll-down:hover {
  filter: brightness(0) invert(1);
}
div#scoll-down .savoir-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  div#scoll-down {
    display: none;
  }
}

/*.scroller {
  height: 91vh;
  margin-top: 9vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;


  &::-webkit-scrollbar {
    display: none;
  }
}

.scroller section {
  scroll-snap-align: start;
  height: 100%;
}*/
/* Personnalisez les transitions pour un effet plus doux */
.splide__track {
  transition: transform 1s ease-in-out;
  /* Ajustez la durée et la courbe selon vos besoins */
}

@media screen and (min-width: 760px) {
  .section {
    min-height: 95vh;
  }
}
.sections {
  width: 100%;
  position: relative;
  /*  @media screen and (min-width: 992px) {
      height: 100vh;
    }*/
  display: flex;
}
.sections ::-webkit-scrollbar {
  width: 8px;
  background-color: #eae9e4;
}
.sections ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b2d0bb;
}
.sections .panels {
  width: 100%;
  /*   height: 100vh; */
  overflow: hidden;
  position: relative;
}
.sections .panels .panel {
  height: -webkit-fill-available;
  /* @media screen and (min-width: 992px) {
     height: 100vh;
     position: absolute;
   }*/
  width: 100%;
  margin-left: auto;
  top: 0;
  left: 0;
}

.page-template-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  /* Styles pour les écrans jusqu'à 760px */
}
.page-template-content #philosophiePage .container {
  text-align: left;
}
.page-template-content p {
  margin-bottom: 15px !important;
}
.page-template-content h1 {
  color: #000;
  font-family: Poppins;
  font-size: 3rem;
  font-style: normal;
  font-weight: 900;
  line-height: 3.5rem;
  /* Converti en rem */
}
.page-template-content h2 {
  margin-left: 0 !important;
  font-size: 2rem;
  /* Taille de police pour h2 en rem */
}
.page-template-content h3 {
  font-size: 1.5rem;
  /* Taille de police pour h3 en rem */
}
.page-template-content h4 {
  font-size: 1.2rem;
  /* Taille de police pour h4 en rem */
}
@media screen and (max-width: 760px) {
  .page-template-content h1 {
    font-size: 2.625rem;
    /* Converti en rem */
    line-height: 3.5rem;
    /* Converti en rem */
  }
  .page-template-content h2 {
    font-size: 2rem;
    /* Taille de police pour h2 en rem */
  }
  .page-template-content h3 {
    font-size: 1.5rem;
    /* Taille de police pour h3 en rem */
  }
  .page-template-content h4 {
    font-size: 1.25rem;
    /* Ajusté en rem */
  }
}

@media screen and (min-width: 760px) and (max-width: 992px) {
  #expertises .expertisesList {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }
  #expertises .expertisesList ul {
    width: 75%;
    margin: 0;
    padding: 0;
  }
  #services .servicesList ul li {
    font-size: 17px;
  }
  #contact .container-form {
    width: 90%;
  }
  #groupe .spots {
    width: 95%;
    margin: auto;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  #groupe .spots .city {
    width: 45%;
  }
  #groupe .spots .vl.not-middle {
    display: none;
  }
  .btnEnSavoirPlus {
    position: absolute;
    right: 0px;
    top: auto;
    bottom: 30%;
  }
  .philosophieContent p {
    padding: 0;
  }
  .page-template-home section.section.section-4,
  .page-template-home section.section.section-5 {
    width: 100%;
    margin: auto;
    padding: 100px 0;
    position: relative;
    min-height: auto;
  }
  .page-template-home section.section.section-4 h5,
  .page-template-home section.section.section-5 h5 {
    font-size: 38px;
  }
  .page-template-home section.section.section-4 #services,
  .page-template-home section.section.section-4 #expertises,
  .page-template-home section.section.section-5 #services,
  .page-template-home section.section.section-5 #expertises {
    width: 90%;
  }
  .section {
    min-height: auto;
  }
  #casesClientsGalery .galeryCases .galeryImages {
    grid-template-columns: repeat(2, 50%);
  }
}
#spotPage {
  background-color: #ffffff;
  margin-top: 150px;
}
#spotPage .swiper-wrapper {
  transition-timing-function: linear !important;
  gap: 8px;
}
@media only screen and (max-width: 760px) {
  #spotPage {
    margin-top: 125px;
  }
}
#spotPage .padbot {
  padding-bottom: 50px;
}
@media only screen and (max-width: 760px) {
  #spotPage .padbot {
    padding-bottom: 15px;
  }
}
#spotPage .headerPagesSpot {
  text-align: center;
  width: 70%;
  margin: auto;
}
#spotPage .headerPagesSpot p {
  margin: 50px auto 50px auto;
}
#spotPage .swiper-container {
  width: 100%;
  height: 100%;
}
#spotPage .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 760px) {
  #spotPage .swiper-slide {
    max-width: 85%;
  }
}
#spotPage .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 760px) {
  #spotPage .swiper-slide img {
    height: 290px !important;
    width: auto !important;
    max-width: 100%;
  }
}
#spotPage .swiper-slide {
  width: auto;
}
#spotPage .ville-container {
  width: 100%;
  max-width: 297px;
  z-index: 2;
  left: 85px;
  background: #fff;
  top: 100px;
  padding: 25px 19px;
}
@media screen and (min-width: 1024px) {
  #spotPage .ville-container {
    position: absolute;
  }
}
#spotPage .ville-container h2 {
  margin: 0;
  font-size: 24px;
  line-height: 54.5px;
  /* 227.083% */
}
#spotPage .ville-container p {
  font-size: 16px;
  line-height: 25.5px;
}
#spotPage .ville-container p a {
  color: #000;
  transition: 0.3s ease;
}
#spotPage .ville-container p a:hover {
  color: #0f0;
}
#spotPage .ville-container .swiper-slide:first-child {
  transition: transform 100ms;
}
#spotPage .ville-container .swiper-slide:first-child img {
  transition: box-shadow 500ms;
}
#spotPage .ville-container .swiper-slide.swiper-slide-active:first-child {
  transform: translateX(50%);
  z-index: 2;
}
#spotPage .ville-container .swiper-slide.swiper-slide-active:first-child img {
  box-shadow: 0px 32px 80px rgba(0, 0, 0, 0.35);
}
#spotPage .ville-container .swiper-slide:nth-child(2) {
  transition: transform 100ms;
}
#spotPage .ville-container .swiper-slide.swiper-slide-next:nth-child(2) {
  transform: translateX(55%);
  z-index: 1;
}
#spotPage .ville-container .swiper-container[dir=rtl] .swiper-slide.swiper-slide-active:first-child {
  transform: translateX(-50%);
}
#spotPage .ville-container .swiper-container[dir=rtl] .swiper-slide.swiper-slide-next:nth-child(2) {
  transform: translateX(-55%);
}
#spotPage .swiper-spot {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #spotPage .swiper-spot:not(:last-child) {
    margin-bottom: 52px;
  }
}
#spotPage .sspot2 .ville-container {
  left: auto;
  right: 85px;
}

#audios {
  display: flex;
  justify-content: center;
}
#audios .row {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
#audios .row .col {
  width: 100%;
  padding: 2rem;
  display: flex;
  min-width: 35vw;
  flex: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 50%;
}
#audios .row .col .duration-audio {
  display: flex;
  gap: 10px;
  align-items: center;
}
#audios .row .col .duration-audio .btnOutlineBlack {
  padding: 6px;
  cursor: pointer;
}
#audios .row .col .duration-audio button {
  cursor: pointer;
  border: none;
  background: none;
  min-width: 130px;
}
#audios .row .col .duration-audio button .btn-text {
  font-size: 15px;
}
#audios .row .col .waveform {
  width: 100%;
}
@media screen and (max-width: 764px) {
  #audios .row {
    flex-direction: column;
  }
  #audios .row .col {
    width: auto;
    max-width: -webkit-fill-available;
  }
  #audios .row .col .duration-audio {
    flex-direction: column-reverse;
  }
}

/* -------- Variables -------- */
/* -------- Layout du bloc filtre -------- */
.expertise-filter-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
.expertise-filter-wrapper .expertise-filter-label {
  margin-right: 0.5rem;
}

.expertise-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.containerFilter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000;
  width: 95%;
  margin: 0 auto;
  /* Texte courant */
}
.containerFilter h3 {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  padding-bottom: 20px;
}

/* -------- Pastille -------- */
.pill {
  /* Fond dynamique : style="--bg:#f9d9d3" dans le HTML/PHP */
  background: var(--bg, #e7e7e3);
  color: #000;
  padding: 0.45rem 2rem;
  border-radius: 40px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.12s ease-in-out, filter 0.12s ease-in-out;
  /* Accessibilité clavier */
}
.pill:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}
.pill.is-active {
  border-color: #000;
  font-weight: 800;
}
.pill:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}/*# sourceMappingURL=style.css.map */

