@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap")
  /* ----------------------------------------------------
Theme: BaseSud
---------------------------------------------------- */ 
*{outline: none;}

.alignC{text-align: center;}
.alignL{text-align: left;}
.alignR{text-align: right;}
.alignJ{text-align: justify;}

.s12{font-size: 12px !important;}
.s13{font-size: 13px !important;}
.s14{font-size: 14px !important;}
.s16{font-size: 16px !important;}
.s18{font-size: 18px !important;}
.s20{font-size: 20px !important;}
.s22{font-size: 22px !important;}
.s24{font-size: 24px !important;}
.s26{font-size: 26px !important;}
.s28{font-size: 28px !important;}
.s30{font-size: 30px !important;}
.s32{font-size: 32px !important;}
.s34{font-size: 34px !important;}
.s36{font-size: 36px !important;}
.s38{font-size: 38px !important;}
.s40{font-size: 40px !important;}
.s42{font-size: 42px !important;}
.s44{font-size: 44px !important;}

.lh20{line-height: 20px !important;}
.lh22{line-height: 22px !important;}
.lh24{line-height: 24px !important;}
.lh26{line-height: 26px !important;}
.lh28{line-height: 28px !important;}
.lh30{line-height: 30px !important;}
.lh32{line-height: 32px !important;}
.lh34{line-height: 34px !important;}
.lh36{line-height: 36px !important;}
.lh38{line-height: 38px !important;}
.lh40{line-height: 40px !important;}
.lh42{line-height: 42px !important;}
.lh44{line-height: 44px !important;}

b {font-weight: bold!important;}

.Light {font-weight: 100 !important;}

.upper{text-transform: uppercase !important;}
.italic {font-style: italic !important;}

.lts1{letter-spacing: 1px !important;}
.lts2{letter-spacing: 2px !important;}

.slider-refs img {margin: 0 15px;}

.ul-no-style {list-style: none;margin: 0;}

.playfair-display-700 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
}

.playfair-display-300 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
}

.pt-10 {padding-top: 6rem;}
.pb-10 {padding-bottom: 6rem;}
.big-title-top {font-weight: 100;}

.w600 {max-width: 600px !important; margin: auto;}
.w700 {max-width: 700px !important;margin: auto;}
.w800 {max-width: 800px !important; margin: auto;}
.w900 {max-width: 900px !important; margin: auto;}
.w1000 {max-width: 1000px !important; margin: auto;}

.title-big-hero {
  font-size: 80px !important;
  font-family: "Playfair Display" !important;
  line-height: 1.4 !important;
  font-weight: 100 !important;
  margin-bottom: 30px;
  margin-top: 0;
}

.title-big-hero-test {
  font-size: 80px !important;
  font-family: "Playfair Display" !important;
  line-height: 1.2 !important;
  font-weight: 100 !important;
  margin-bottom: 12px;
  margin-top: 0;
}



.ctas {
    display: block;
    position: fixed;
    right: -126px;
    top: 40%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

.ctas:hover {right: 0; }

a.cta {
    display: block;
    background: #fef3dd;
    color: #333333;
    height: 64px;
    width: 190px;
    line-height: 56px;
    padding: 8px 21px;
    margin-bottom: 4px;
    font-size: 16px;
    text-transform: uppercase;
}

a.cta:hover {
  text-decoration: underline;
}

a.cta i {
    margin-right: 21px;
    font-size: 22px;
}

a.cta.cta-secondary {
    background: #fce4d6;;
}

.model-expertises {
  & .hero {
    & .content-test {
      position: absolute;
      top: 44%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
      margin: auto;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
}

.t-h1 {
  color: #1d3664;
  font-family: "Playfair Display" !important;
  font-size: 54px !important;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-weight: 100;
}

.t-h2 {
  color: #1d3664;
  font-family: "Playfair Display" !important;
  font-size: 44px !important;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-weight: 100;
}

.t-h3 {
  font-size: 35px !important;
  font-family: "Playfair Display" !important;
  color: #1d3664;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: left;
}

.t-h4 {
  font-size: 16px !important;
  font-family: "Playfair Display" !important;
  color: #1d3664;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.t-nav-tab {
  font-size: 27px !important;
  font-family: "Playfair Display" !important;
  color: #1d3664;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.no-center {
  text-align: left !important;
}
.t-std {
  font-size: 16px !important;
  font-family: "Montserrat";
  color: #000;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.a-std {
font-size: 16px !important;
font-family: "Montserrat";
color: #1d3664;
line-height: 1.4;
margin: 0;
padding: 0;
font-weight: bold;
text-decoration: underline;
transition: all 0.3s ease;
display: inline-block;}

.a-std i {
position: relative;
transition: all 0.3s ease;
transform: translateX(5px);
font-size: 14px;
}

.a-std:hover {color: #000;}
.a-std:hover i {transform: translateX(10px);}

.font-M {
  font-family: "Montserrat" !important;
}

.font-D {
  font-family: "Playfair Display" !important;
}

.p-relative {position: relative;}
.spacer-title {margin-bottom: 15px;}
.c-blue {color: #1d3664;}
.c-black {color: #000;}
.c-white {color: #fff;}
.c-purple {color: #eae1f5;}
.c-pink {color: #fbdee2;}
.bg-black {background-color: #000;}
.bg-white {background-color: #fff;}
.bg-blue {background-color: #1d3664;}
.bg-purple {background-color: #eae1f5;}
.bg-pink {background-color: #fbdee2;}
.bg-salmon {background-color: #fce4d6;}
.bg-yellow {background-color: #fdffbc85;}
.bg-canari {background-color: #fef3dd;}
.bg-lilac {background-color: #eaecf8;}
.bg-squeeze {background-color: #eaf8f7;}
.bg-green {background-color: #e2f4e8;}
.bg-hint-yellow {background-color: #f5fddf;}
.bg-orchid {background-color: #f8eaf3;}
.bg-white-lilac {background-color: #edeaf8;}
.bg-black-squeeze {background-color: #eaf5f8;}
.bg-loafer {background-color: #f7f8ea;}
.c-pointer {cursor: pointer;}

/* Page Expertise SEO */
main.model-expertises .slick-next {
    right: -30px;
}


.cta-std-3 {
  position: relative;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  padding: 15px 15px;
  border-radius: 14px;
  background: #203563;
  color: #fff !important;
  border: solid 1px #203563;
  font-family: "Montserrat";
  display: inline-block;
  vertical-align: middle;
  min-width: 200px;
}

  .cta-std-3 i {
    position: relative;
    transition: all 0.3s ease-in-out;
    transform: translateX(5px);
    font-size: 14px;
    color: #fff;
  }


.cta-std-4 {
  position: relative;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  padding: 15px 15px;
  border-radius: 14px;
  background: transparent;
  color: #fff !important;
  border: solid 1px #fff;
  font-family: "Montserrat";
  display: inline-block;
  vertical-align: middle;
  min-width: 200px;
}

.cta-std-4 i {
    position: relative;
    transition: all 0.3s ease-in-out;
    transform: translateX(5px);
    font-size: 14px;
    color: #fff;
  }


.cta-std-4:hover {
  background: #fff;
  color: #203563 !important;
}

.cta-std-4:hover i {
    transform: translateX(10px);
    color: #203563;
  }


.bottom-shadow {
  border-bottom: 4px solid #5f5f5f24;
}

.cta-std-3:hover {
  background: #fff;
  color: #203563 !important;
}
  .cta-std-3:hover i {
    transform: translateX(10px);
    color: #203563;
  }

.grid-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.hero-text h1 {line-height: 1.4;}


.box-img-fit {
  width: 100%;
  min-height: 200px;
  overflow: hidden;
}

.box-img-fit img {
    object-fit: cover;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    max-height: 700px;
}

.height-video-équipe {
  height: 100vh;
}
.box-img-fit video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
}

.introduction-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}

.bottom-of-hero-exp {
  display: flex;
  justify-content: center;
  gap: 0;
}


a,
a:hover,
a:visited,
a:active {
  outline: none;
}

/* divers */
.scroll-text-vid,
.scroll-text-slide {cursor: pointer;}

.slick-prev:before,
.slick-next:before {
  color: #5affea;
}

.col-2-grid-equal {position: relative;}

.anchor-std {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

/* header */
div .newMenuToggle.pointerMenuToggle {
  margin-right: 20px;
}

.newMenuToggle span {
  top: 15px !important;
  height: 9% !important;
  width: 35px !important;
}

section.header .row:first-child {
  max-width: 1600px;
  margin: 0 auto;
}
section.header .row:first-child .openToggle {left: 0px !important;}


.newMenuToggle span::before,
.newMenuToggle span::before,
.newMenuToggle span::after,
.newMenuToggle span {height: 3px !important;}

.newMenuToggle span::before {top: 9px !important;}

.newMenuToggle span::after {top: -9px !important;}

.newMenuToggle.pointerMenuToggle {padding: 10px 40px 0 4px !important;}

.openToggle span::before,
.openToggle span::after {top: 0px !important;}

.fixed-el {
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  z-index: 8;
}

.header-sub-menu {
  display: none;
  position: absolute;
  top: 75px;
  margin-left: -75px;
  transition: all 0.3s ease-in;
}

.menu-cols div.has-children:hover .header-sub-menu {
  display: block;
}

.header-sub-menu ul {
  margin: 0;
  list-style: none;
  background: #fff;
  padding: 0px;
}

.header-sub-menu ul li {
  display: flex;
  width: 250px;
  text-align: center;
  height: 64px;
  align-items: center;
  justify-content: space-evenly;
}

.header-sub-menu ul li a,
.header-sub-menu ul li a:hover {
    font-weight: 600;
    color: #1d3664;
    font-family: "Playfair Display";
}


/* not post-id-1 */
body:not(.post-id-1, .post-id-33) .header .columns.bg-blanc {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* home page */
.home-page-bs {position: relative;}
.home-page-bs .expertises-parallax-div {padding-top: 100px;}

.home-page-bs .slider-newhomepage h2 {
  padding: 0 15px;
  max-width: 1170px;
  margin: 0 auto;
  line-height: 1.6 !important;
  left: 50%;
  transform: translateX(-50%);
}
.home-page-bs .marketing-part {
  padding: 80px 15px 180px;
} 
.block__img_slide_home {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.block__img_slide_home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* contact form */
.form-contact-footer input,
.form-contact-footer textarea {padding: 10px;}

.form-contact-footer input h4,
.form-contact-footer textarea  h4 {line-height: 1.6;}

.post-id-36 #contactForm input,
.post-id-36 #contactForm textarea {
    border: none;
    border-bottom: 1px solid #233561;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}


/* newsletter-part-f */
.newsletter-part-f {
  width: 50%;
}
  .newsletter-part-f input {
    padding: 10px;
  }


.newsletter__part {
  background: #fff;
}

/* footer */
#footer-div {
  position: relative;
  z-index: 3;

  & p,
  & a,
  & span,
  & strong,
  li {
    font-size: 16px;
  }

  & .logo-footer-bs {
    margin: 0 !important;
  }

  & ul {
    padding: 0;
  }

  & .info-contact-foot p {
    margin: 0;
  }

  & .menu-footer-links {
    display: grid;
    justify-content: center;
    overflow: hidden;
    grid-template-columns: 324px 1fr 1fr 1fr;
    grid-gap: 30px;
    justify-items: center;
  }

  & .menu-footer-links div {
    margin-right: 0;
  }

  & .bottom-footer {
    padding: 30px 0 0 0;
  }

  & .info-copyright-footer {
    padding: 10px 0;

    & .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    & p {
      margin-bottom: 0;
    }
  }
}

.footer-RS-Newletter {
  justify-content: space-between;
}

/* blog */
.home-blog {
  position: relative;

  & .card-related-blog-title .h3 {
    color: #fff !important;
    font-family: "Playfair Display" !important;
  }
}

.video-single-ref {
  padding: 60px 15px;

  & p {
    max-width: 600px;
    margin: 0 auto;
  }

  & table {
    border-collapse: unset;
    border-spacing: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;

    & tbody {
      width: 70%;
    }
  }

  @media (max-width: 768px) {
    & table {
      flex-direction: column;

      & tbody {
        width: 90%;
      }

      & tr {
        display: flex;
        flex-direction: column;
      }

      & tr:first-child {
        order: 1;
      }

      & tr:last-child {
        order: 2;
      }
    }
  }
}

.card-related-blog-title .h3 {
  color: #fff !important;
  font-family: "Playfair Display" !important;
}

/* page expertise main */
.page-expertise {
  position: relative;

  & .bottom-of-hero-exp {
    display: flex;
  }

  & .bottom-of-hero-exp div {
    padding: 0px 10px 0px 10px;
  }

  & .background-over-hero .container {
    padding: 0px 15px 50px;
  }
}

/* page seo */
.page-agence-seo {
  position: relative;

  & .text-part-list-exp {
    flex: initial;
    padding-right: 0;
    padding-left: 0;
    width: 60%;
  }

  & .img-part-list-exp {
    width: 40%;
    overflow: hidden;

    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  & .flex-content-seo .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }

  & .visu-left .container {
    flex-direction: row-reverse;
  }

  & .text-pilier,
  .titre-pilier {
    padding: 0;
    line-height: 1.4;
  }

  & .btn-blue {
    display: inline-block;
    margin: 0 auto 0 auto;
    font-size: 14px;
    bottom: 0;
    font-family: "Montserrat";
    border: solid 1px #1d3664;
    transition: all 0.3s ease;
    min-width: 170px;

    &:hover {
      background-color: #fff;
      color: #1d3664;
    }
  }
}

/* page traffic management */
.page-traffic-management {
  position: relative;

  & .text-traffic {
    font-family: Montserrat, sans-serif !important;
  }
}

/* page direction artistique */
.page-direction-artistique {
  position: relative;

  & .hero-da {
    position: relative;

    & .hero-text {
      transform: translateY(10%);
    }
  }

  & .card-step-crea {
    padding-left: 0;
  }

  & .Section-1-da.desktop {
    display: inherit;

    & .container {
      height: 800px;
      position: relative;
      display: flex;
    }
  }

  & .card-1:hover h2,
  .card-2:hover h2,
  .card-3:hover h2 {
    transform: translateY(-150px);
  }

  & .hidden-text {
    font-size: 16px !important;
  }

  & .text-card h2 {
    font-size: 34px !important;
    line-height: 1.2 !important;
  }
}

.direction-artistique .Content-section-1 .titre {
  margin-bottom: 70px;
}

.direction-artistique .card-carousel p strong {
  font-family: "montserrat-regular" !important;
  font-weight: 700;
}


/* page contact */
.contact-page-global {
  position: relative;
}

.block-contact {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

  & .contact-info {
    display: flex;
  }

  & .contact-info-item {
    padding: 5px;
  }

  & p.t-std,
  & a {
    font-size: 14px !important;
  }
}

/* references page */
.tabCatNav {
  width: 260px;
  padding: 15px 10px;
}

.contain-items-cat-nav {
  justify-content: center;

  & .tabCatNav a {
    display: inline-block;
  }

  & .textNav,
  & .pictoNav {
    display: inline-block;
    vertical-align: middle;
  }

  & .textNav {
    margin-left: 10px;
  }
}

.contain-movie-single-ref {
  display: flex;
  flex-direction: column;
}

.contain-movie-single-ref p img {
  width: 100%;
}

.contain-movie-single-ref p {
  max-width: unset;
  margin: 0;
}

/* modele expertise */
.model-expertises {
  position: relative;
  margin-top: -88px;

  & .hero.box-img-fit img {
    filter: brightness(0.6);
  }

  & .hero.img-art-height img {
    max-height: 754px;
  }

  & .hero.box-img-fit {
    width: 100%;
  }

  & .hero {
    position: relative;

    & .content {
      position: absolute;
      top: 44%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
      margin: auto;
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  .introduction-nav {
    position: relative;
    z-index: 100;
    margin-top: -70px;

    & .bottom-of-hero-exp {
      text-align: center;
      margin-top: auto;
      display: flex;
      justify-content: center;
      height: 60px;
    }
  }
  & .card-step-crea {
    padding-left: 0;
  }

  & .Section-1-da.desktop {
    display: inherit;

    & .container {
      height: 800px;
      position: relative;
      display: flex;
    }
  }

  & .card-1:hover h2,
  .card-2:hover h2,
  .card-3:hover h2 {
    transform: translateY(-172px);
  }

  & .hidden-text {
    font-size: 16px !important;
  }

  & .text-card h2 {
    font-size: 34px !important;
    line-height: 1.2 !important;
  }
}

  /*.main-intro-expertise .block-img {
    position: relative;
    z-index: 4;

    & .rotate-img {
      width: 200px;
      position: absolute;
      top: 60px;
      right: 100px;
      transition: all 2s ease;
      transform: rotate(0deg);
    }

    & .decoration-img {
      position: absolute;
      bottom: 20px;
      left: 25px;
      width: 118px;
      z-index: 3;
    }

    &:hover .rotate-img {
      transform: rotate(180deg);
    }
  }

  .main-intro-expertise.reverse-grid {
    .decoration-img {
      bottom: inherit;
      top: 60px;
    }

    .content {
      max-width: 430px;
      margin: 0;
    }
  }

  .main-intro-expertise .content-block {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;

    .content {
      max-width: 430px;
      margin: 0 0 0 auto;
    }

    .a-std {
      margin-top: 15px;
    }
  }*/

  .img-equipe.fullwh {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  
  .rotate-img {
    width: 200px;
    position: absolute;
    top: 30px;
    bottom: 100px;
    right: 50px;
    left: 275px;
    transition: all 2s ease;
    transform: rotate(0deg);
  }
  .main-intro-expertise .block-img:hover .rotate-img {
    transform: rotate(180deg);
  }

  .decoration-emailing {
    position: absolute;
    top: -45px;
    left: 450px;
    width: 118px;
  }

  .decoration-social {
    position: absolute;
    top: 400px;
    left: -30px;
    width: 118px;
}
  .decoration-img {
    position: absolute;
    bottom: 50px;
    left: 60px;
    right: 0;
    width: 118px;
  }
  .main-intro-expertise .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.main-intro-expertise .row.no-gutters > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.main-intro-expertise .block-img img {
    margin-right: 0;
}

.main-intro-expertise .block-img .rotate-img .decoration-img {
    z-index: 3;
    display: flex;
    align-items: center;
}

.main-intro-expertise .content-block .a-std {
    margin-top: 15px;
}

  .split-2-col-explain {
    position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: start;

      & h2 {
        position: relative;
      }

      & .col-left .content {
        max-width: 500px;
        margin: 0 0 0 auto;
        padding-right: 60px;
      }

      & .col-right .content {
        max-width: 500px;
        margin: 0;
        padding-left: 60px;
      }

      & .block-content {
        height: 100%;
        min-height: 700px;
        position: relative;
        transition: all 0.3s ease-in-out;
      }

      & .change-on-hover {
        position: relative;
        transform: translateY(0);
        transition: all 0.3s ease-in-out;
      }

      & .block-content:hover {
        background: inherit !important;

        .change-on-hover:nth-child(odd) {
          color: #1d3664 !important;
          transform: translateY(-20px);
        }

        .change-on-hover:nth-child(even) {
          color: #1d3664 !important;
          transform: translateY(-30px);
        }

        .change-on-hover i {
          color: #1d3664 !important;
        }
        
        .fade-content {
          opacity: 1;
        }
        .decouvrer {
          opacity: 0;
        }
        .decouver-opacity-link {
          opacity: 1;
        }
        .strong {
          font-weight: 900;
          font-size: 18px;
        }
      }
  }

.w-press {
  position: absolute;
  width: 150px;
}

/*.other-expertises {
  transition: all 0.3s ease;
  background: rgb(234, 236, 248);
  background: -moz-linear-gradient(
    90deg,
    rgba(234, 236, 248, 1) 0%,
    rgba(234, 225, 245, 1) 25%,
    rgba(252, 228, 214, 1) 50%,
    rgba(254, 243, 221, 1) 75%,
    rgba(254, 254, 221, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(234, 236, 248, 1) 0%,
    rgba(234, 225, 245, 1) 25%,
    rgba(252, 228, 214, 1) 50%,
    rgba(254, 243, 221, 1) 75%,
    rgba(254, 254, 221, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(234, 236, 248, 1) 0%,
    rgba(234, 225, 245, 1) 25%,
    rgba(252, 228, 214, 1) 50%,
    rgba(254, 243, 221, 1) 75%,
    rgba(254, 254, 221, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaecf8", endColorstr="#fefedd", GradientType=1);

  .grid-row-3 {
    grid-gap: 0px;
  }
  
  .box-img-fit:hover {
    transform: scale(0.95);
    transition: transform 0.3s ease-in-out;
  }

  .item-block {
    height: 330px;
    position: relative;
    margin: 0 40px;

    h3 {
      position: relative;
      z-index: 6;
    }

    .picto-cat {
      width: 100px;
      position: absolute;
      top: 4px;
      right: -43px;
      z-index: 6;
    }
  }

  .box-img-fit {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    height: 330px;
    position: relative;
    top: -45px;
    z-index: 5;
    transition: transform 0.3s ease-in-out;
  }
}*/

/*----------------------------------------------
expertises section carte
------------------------------------------------*/
.card-section {
  position: relative;
  flex-wrap: wrap;
  transition: height 6s ease;
  overflow: hidden;
  background: rgb(234, 236, 248);
  background: -moz-linear-gradient(
    90deg,
    rgba(234, 236, 248, 1) 0%,
    rgba(234, 225, 245, 1) 25%,
    rgba(252, 228, 214, 1) 50%,
    rgba(254, 243, 221, 1) 75%,
    rgba(254, 254, 221, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(234, 236, 248, 1) 0%,
    rgba(234, 225, 245, 1) 25%,
    rgba(252, 228, 214, 1) 50%,
    rgba(254, 243, 221, 1) 75%,
    rgba(254, 254, 221, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(234, 236, 248, 1) 0%,
    rgba(234, 225, 245, 1) 25%,
    rgba(252, 228, 214, 1) 50%,
    rgba(254, 243, 221, 1) 75%,
    rgba(254, 254, 221, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaecf8", endColorstr="#fefedd", GradientType=1);
}

.pos-title-card {
  top: 5px;
  margin-left: 20px;
}

.cards-div {
  display: flex;
  gap: 25px;
  padding: 40px;
  justify-content: center;
  position: relative;
}

.picto-cat {
  width: 100px;
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.card {
  position: relative;
  width: 300px;
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;  
  transition: transform 0.3s ease;  
  z-index: 1;
}

.img-card-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card {transition: transform 0.6s ease;opacity: 1;}
.card.hovered {transform: scale(1.1);z-index: 10;}
.card.shifted-left {transform: translateX(-20px) translateY(10px);transition: transform 0.6s ease;}
.card.shifted-right {transform: translateX(20px) translateY(10px);transition: transform 0.6s ease;}

/*----------------------------------------------------
nos expertises card zoom
------------------------------------------------------*/
  

.single-reference .pager.pagination_s_actus li > a,
.single-reference .pager.pagination_s_actus li > span {
  border: none;
  border-radius: inherit;
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 12px;
}

.single-reference .pager.pagination_s_actus li > a {
  color: black;
  font-size: 18px;
}

.single-reference .pagination-custom-single {
  margin-top: 50px;
}
.single-reference .pager.pagination_s_actus li > a span {
  font-size: 30px;
  font-family: "Playfair Display";
  font-weight: bold;
  display: inline-block;
  vertical-align: sub;
  color: #5affea;
}
.single-reference .pager.pagination_s_actus li a i {
  font-size: inherit;
  font-weight: 300;
  display: inline-block;
  vertical-align: sub;
  color: #5affea;
  position: relative;
  top: -5px;
}

.single-reference .pagination-custom-single nav {
  width: 100%;
  right: 0;
  /* margin-top: 50px; */
}

.single-reference .pagination-custom-single nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  background-color: white;
}

/* remove li marker */
.single-reference .pager.pagination_s_actus li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px;
}

.pager.pagination_s_actus li .btn-contact a {
  background-color: white;
  color: #1d3664;
}

.direction-artistique .expert-artistique .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.single-reference .pager.pagination_s_actus li .btn-contact a:hover {
  background-color: #1d3664;
  color: white;
}

.single-reference .pager.pagination_s_actus li a i.fa.fa-angle-right {
  margin-left: 15px;
}
.single-reference .pager.pagination_s_actus li a i.fa.fa-angle-left {
  margin-right: 15px;
}

.team button.slick-prev {
  left: -50px;
}

.team img.slick-slide {
  margin: 0 30px;
}

.team button.slick-next {
  right: -50px;
}

.blog .textNav.t-h4 {
  font-size: 17px !important;
}

.blog .navCatColor {
  top: 88px;
  z-index: 7;
}

body.blog,
body.team {
  overflow-x: auto;
}

.blog\/defaut p,
.blog\/defaut h2 {
  text-align: left !important;
}

.trust-artistique {
  background-color: #eae1f5;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.trust-artistique h2 {
  font-size: 22px;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #1d3664;
  margin-bottom: 30px;
}

.btn-contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-contact a {
  padding: 15px 25px;
  border-radius: 20px;
  background-color: #1d3664;
  color: white;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 1px solid #1d3664;
}

.btn-contact a:hover {
  background-color: #fff;
  color: #1d3664;
  border: 1px solid #1d3664;
}

.expert-artistique {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 80vh;
}

.expert-artistique h2 {
  font-size: 40px;
  font-family: "Playfair Display";
  font-weight: 700;
  color: white;
  margin-bottom: 4rem;
}

.expert-artistique p {
  font-size: 18px;
  font-family: "Montserrat";
  color: white;
  margin-bottom: 6rem;
}

.expert-artistique .btn-equipe {
  display: flex;
  justify-content: center;
  align-items: center;
}

.expert-artistique .btn-equipe a {
  padding: 15px 25px;
  border-radius: 20px;
  background-color: transparent;
  color: white;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 1px solid white;
}

.expert-artistique .btn-equipe a:hover {
  background-color: #fff;
  color: #1d3664;
  border: 1px solid white;
}

.model-expertises .introduction-nav {
  position: sticky;
  top: 88px;
}

.model-expertises button.slick-prev {
  left: -50px;
}

.model-expertises button.slick-next::before,
.model-expertises button.slick-prev::before {
  color: #9a68ff;
}

.grid-row-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-row-4 .picto-cat {
  right: 25% !important;
  bottom: 55px;
  top: unset !important;
}


.carousel-customers {
  position: relative;

  & img {
    width: 150px;
  }
}

.fade-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;

  & .ul-fade-content {
    padding: 40px 0;
    margin-left: 10px;
    margin-bottom: 0;
    list-style-type: none;

    & li {
      display: flex;
      align-items: center;
      gap: 30px;
      margin-bottom: 10px;
      top: -20px;

      & .picto-explain-expertise {
        width: 40px;
      }
      & .margin-picto {
        margin-left: 15px;
      }
    }
  }
}

.banner-cta-full,
.banner-cta-full .block-content {
  min-height: 600px;
  position: relative;
}

.banner-cta-full .block-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 900px;
  margin: auto;
  flex-direction: column;
}


/* Page equipe v2*/
.equipe-name-title {font-size: 44px; color: #1D3664;}
.title-equipe {font-size: 44px; color: #1D3664;}
.img-equipe-size {max-width: 485px;}
.img-bottom-left-equipe {bottom: 100px; left: -60px;}
.picto-equipe-2-img {max-width: 120px;}
.pad-left {padding-left: 3rem !important}
.pad-right {padding-right: 3rem !important}

/*Page equipe Val*/
.picto-equipe-size {max-width: 120px;}
.z-index-name {z-index: 3;}


/* ----------------------------------------------------
Responsive
---------------------------------------------------- */

@media (max-width: 576px) {
  .cards-div {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .card {
    width: 480px;
    height: 530px;
    margin: 0 auto;
  }

  .card-section {
    height: auto;
    transition: none;
  }
  .rotate-img {
      width: 100px;
      top: 5px;
      right: 10px;
      left: auto;
  }

  .decoration-emailing {
      width: 80px;
      top: -10px;
  }

  /* .decoration-social {
      width: 80px;
      top: 200px;
  } */

  .decoration-social, .decoration-emailing {
    display: none;
  }
  .decoration-img {
      width: 80px;
      bottom: 10px;
  }

  .main-intro-expertise .content-block .a-std {
      margin-top: 10px;
  }
  
  .split-2-col-explain .block-content.active .fade-content {
    opacity: 1;
  }
  
}

@media only screen and (min-height: 1300px) {
  #hero-homepage-video {
    height: 55vh;
  }
}

@media only screen and (max-width: 1400px) {
  .page-direction-artistique .hidden-text {
    font-size: 14px !important;
  }

  .page-direction-artistique .card-step-crea {
    padding-left: 10px;
  }

  .page-direction-artistique .text-card h2,
  .page-direction-artistique .number-card h2 {
    margin-left: 0px;
  }

  .hidden-text {
    padding: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .cards-div {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .card {
    width: 480px;
    height: 530px;
    margin: 0 auto;
  }

  .card-section {
    height: auto;
    transition: none;
  }

  .card-section.expanded {
    height: auto;
  }
  .contain-items-cat-nav {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
    margin: auto;
    justify-items: center;
    grid-gap: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabCatNav {
    width: 100% !important;
    padding: 15px 10px;
  }

  .rotate-img {
    top: 0 !important;
    right: 0 !important;
  }

  .decoration-img {
    bottom: 0 !important;
    left: 0 !important;
  }

  .reverse-grid .decoration-img {
    left: 0 !important;
    top: 0 !important;
  }

  .other-expertises .box-img-fit,
  .other-expertises .item-block {
    height: 280px !important;
    width: 280px;
  }

  .other-expertises .item-block {
    margin: auto !important;
  }

  .other-expertises .picto-cat {
    top: inherit !important;
    right: 10px !important;
    bottom: -43px !important;
    width: 70px !important;
  }

  .other-expertises .grid-row-3 {
    grid-gap: 30px !important;
  }
}

@media only screen and (max-width: 1025px) {
  .model-expertises button.slick-prev {
    left: -5px;
  }
  .siteIntro p {
    padding-top: 270px;
    line-height: 46px;
  }

  .boxBig {
    height: 440px;
  }

  .lienAnim {
    position: relative;
    margin-top: 260px;
    width: 100%;
    border-top: solid 3px #fff;
    padding: 10px;
  }

  .homeSlogan {
    font-size: 30px;
  }

  .menu-cols {
    display: none !important;
  }
}

/* RESET ANIMATION */
@media only screen and (min-width: 1024px) {
  /* Animation function with jquery animeInViewport() */
  .wow.fadeInUp {
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: 0.4s ease-in-out;
  }

  .wow.fadeInDown {
    position: relative;
    transform: translateY(-100px);
    opacity: 0;
    transition: 0.4s ease-in-out;
  }

  .wow.fadeInLeft {
    position: relative;
    transform: translateX(-100px);
    opacity: 0;
    transition: 0.4s ease-in-out;
  }

  .wow.fadeInRight {
    position: relative;
    transform: translateX(100px);
    opacity: 0;
    transition: 0.4s ease-in-out;
  }
}

@media only screen and (max-width: 1024px) {
  #hero-homepage-video {
    height: 104vh;
  }

  #hero-homepage-video video {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    object-fit: cover;
    height: 104%;
  }

  .article-related-blog .slick-slider .slick-track,
  .article-related-blog .slick-slider .slick-list {
    height: 600px !important;
  }

  .page-expertise .bottom-of-hero-exp {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .page-agence-seo .flex-content-seo .container {
    gap: 30px;
  }

  .page-agence-seo .text-part-list-exp,
  .page-agence-seo .img-part-list-exp {
    width: 50%;
  }

  .introduction-nav .bottom-of-hero-exp div {
    text-align: center !important;
  }

  .model-expertises .introduction-nav {
    margin-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .mobile-slider .slick-track {
    height: 50vh;
    display: flex;
    align-items: center;
    width: 100%;
    left: 50px;
  }
  .direction-artistique .slick-slide img {
    width: 768px;
  }
  .model-expertises button.slick-prev {
    left :-5px;
  }
  .hero-text h1 {
    font-size: 50px;
    line-height: 1.4;
  }

  .blog-layout {
    gap: 40px;
  }

  .main-blog-content.spacer-top-main {
    margin-top: 30px;
  }

  .containCreaCol img {
    height: 100px;
  }

  .main-blog-content .row {
    max-width: initial;
  }

  .card-related-blog-content {
    padding: 20px 20px;
  }

  .card-related-blog,
  .boxesCardImg {
    height: 300px;
  }

  .card-related-blog-title .h3 {
    font-size: 20px;
  }

  .contain-items-cat-nav {
    flex-wrap: wrap;
  }

  .tabCatNav {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .tabCatNav a {
    justify-content: flex-start;
  }

  .contain-list-refs {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    justify-items: center;
  }

  .item-ref {
    height: 370px;
    width: 370px;
    max-width: 100%;
  }

  .pt-10 {
    padding-top: 3rem;
  }

  .pb-10 {
    padding-bottom: 3rem;
  }

  .page-agence-seo .flex-content-seo .container {
    flex-direction: column;
  }

  .page-agence-seo .text-part-list-exp,
  .page-agence-seo .img-part-list-exp {
    width: 80%;
  }

  .page-agence-seo .img-part-list-exp {
    max-height: 500px;
  }

  .Section-1-da.desktop {
    display: none !important;
  }

  .Section-1-da.mobile .mobile-background {
    height: 90vh;
    min-height: auto;
    overflow: hidden;
  }

  /*.card-carousel .card-1:hover h2,
  .card-carousel .card-2:hover h2,
  .card-carousel .card-3:hover h2 {
    transform: translateY(0);
  }
  
  .card-carousel .card-1:hover .hidden-text,
  .card-carousel .card-2:hover .hidden-text,
  .card-carousel .card-3:hover .hidden-text {
    transform: translateY(0);
  }
  
  .card-carousel .card-1,
  .card-carousel .card-2,
  .card-carousel .card-3 {
    height: 800px !important; /* Augmentez la hauteur des cartes */
    /*font-size: 1.5em; /* Augmentez la taille du texte à l'intérieur des cartes */
   /* padding: 20px; /* Ajoutez du padding pour les cartes */
  /*}*/
  
  /*.card-carousel .menu-card {
    height: 1200px; /* Augmentez la hauteur de la carte menu */
    /*background-position: top;
    font-size: 1.5em; /* Augmentez la taille du texte à l'intérieur de la carte menu */
    /*padding: 20px; /* Ajoutez du padding pour la carte menu */
 /* }*/
  

  .main-intro-expertise .content-block {
    /*display: flex !important;
    /*gap: 40px !important;
    /*flex-direction: column-reverse;*/
    display: grid;
    grid-gap: 60px;
    align-items: start;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .main-intro-expertise.reverse-grid .content-block {
    flex-direction: column;
  }

  .main-intro-expertise .content-block .content {
    max-width: 80% !important;
    margin: 0 !important;
  }

  .rotate-img {
    top: 0 !important;
    left: 0 !important;
    right: inherit;
  }

  .introduction-nav .bottom-of-hero-exp div {
    text-align: center !important;
  }

  .anchor-std,
  .decoration-img {
    display: none !important;
  }

  .model-expertises .split-2-col-explain {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
  }

  .model-expertises .split-2-col-explain {
    & .col-left .content {
      max-width: 60%;
      margin: auto;
      padding-right: 0;
    }
  }

  .model-expertises .split-2-col-explain {
    & .col-right .content {
      max-width: 60%;
      padding-left: 0;
      margin: auto;
    }
  }

  .other-expertises .grid-row-3 {
    grid-gap: 80px 0px !important;
    grid-template-columns: 1fr 1fr;
  }
  .title-big-hero-test {
    font-size: 50px !important;
    line-height: 1.2;
    margin-top: 41px;
  }
}

@media only screen and (max-width: 834px) {
  .mobile-slider .slick-track {
    height: 50vh;
    display: flex;
    align-items: center;
    width: 100%;
    left: 0;
  }
  .direction-artistique .slick-slide img {
    width: 768px;
  }
  .slick-track {
    height: 50vh;
  }

  .slider-newhomepage h2 {
    top: 30.5%;
    font-size: 22px;
  }

  .scroll-text-slide {
    top: 72%;
  }

  .item-ref {
    height: 370px;
    width: -webkit-fill-available;
    max-width: 100%;
  }

  #footer-div .menu-footer-links {
    grid-template-columns: 200px 1fr 1fr 1fr;
  }

  .carousel-customers .slick-track {
    height: inherit;
  }
  .title-big-hero-test {
    font-size: 50px !important;
    line-height: 1.2;
    margin-bottom: 13px;
  }
  /* .scroll-text-vid span {
    margin-top: 50px; 
  } */
  .display_mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 800px) {
  /*.card-carousel .card-1,
  .card-carousel .card-2,
  .card-carousel .card-3,
  .card-carousel .menu-card {
    height: 1200px; 
  }*/
  .mobile-slider .slick-track {
    height: 50vh;
    display: flex;
    align-items: center;
    width: 100%;
    left: 0;
  }
  .direction-artistique .slick-slide img {
    width: 768px;
  }
  .page-direction-artistique .card-step-crea {
    padding: 30px 80px 30px 80px;
  }

  .page-direction-artistique h2 {
    line-height: 1.4;
  }

  .container-da {
    margin: 100px auto 0;
  }

  .mobile-container .container {
    padding-left: 0;
    padding-right: 0;
  }

  .title-big-hero {
    margin-top: 115px;
    font-size: 50px !important;
    line-height: 1.4;
  }
  .title-big-hero-test {
    font-size: 50px !important;
    line-height: 1.2;
    margin-top: 41px;
  }
}

@media only screen and (min-width: 769px) {
  .first-part-hero-pilier {
    text-align: center;
    padding: 135px 0px 50px;
    height: 50%;
    position: fixed;
    z-index: -1;
  }

  .hero-parallax-pilier {
    position: relative;
    height: 440px;
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-slider .slick-track {
    height: 50vh;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .direction-artistique .slick-slide img {
    width: 63%;
  }
  .card {
    width: 600px;
    height: 666px;
  }
  .picto-cat {
    width: 20vh;
  }

  .video-hp-intro {
    height: 100vh;
  }
  .block-list-exp {
    flex-direction: column;
    /* Stack the elements vertically */
    align-items: flex-start;
    /* Aligns elements to the left */
  }

  .model-expertises button.slick-prev {
    left: 0;
  }

  .team button.slick-prev {
    left: 0;
  }

  .team button.slick-next {
    right: 0;
  }

  .team img.slick-slide {
    margin: 0 10px;
  }

  .text-part-list-exp,
  .img-part-list-exp {
    width: 100%;
    /* Set the width to 100% for full width */
    padding: 0;
    /* Reset the padding if necessary */
  }

  .img-part-list-exp {
    margin-top: 20px;
    /* Add some space above the image */
  }

  .img-part-list-exp img {
    width: 100%;
    /* Ensures the image takes the full width */
    height: auto;
    /* Maintains aspect ratio */
  }

  .reverse {
    flex-direction: column-reverse;
    /* Reverse the order of the elements */
  }

  .title-home-page {
    top: 27.5%;
  }

  .blog-layout {
    flex-direction: column !important;
  }

  .blog-image-block {
    text-align: center;
  }

  .main-blog-content .block-title-hero {
    margin: 40px auto 40px auto;
  }

  .blog-layout {
    margin: 40px auto;
    gap: 30px;
  }

  .blog-content-block ul {
    margin: 0;
  }

  .cta-section-of-end {
    margin: 60px auto;
  }

  .containCreaCol img {
    height: 80px;
  }

  .h1.hero-blog-title {
    font-size: 30px;
  }

  .main-blog-content .h2,
  .spacer-top-main .h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .blog-layout {
    margin: 30px auto;
    gap: 15px;
  }

  .main-blog-content .hero-blog-content,
  .spacer-top-main .hero-blog-content {
    height: 300px;
  }

  .card-related-blog-title {
    margin-top: 15px;
  }

  .box-exerpt {
    top: -50px;
    padding: 20px 15px;
  }

  .home-blog .contain-blog-default .main-blog-content .item-c {
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
  }

  .home-blog .contain-blog-default {
    grid-template-columns: 1fr;
  }

  .navCatColor {
    margin: 40px auto 15px;
  }

  .h1-archive {
    font-size: 24px;
  }

  .main-blog-content .item-c {
    margin: 0 5px;
  }

  .card-related-blog-excerpt p,
  .btn-blog-slider {
    font-size: 12px;
  }

  .article-related-blog .slick-slider .slick-track,
  .article-related-blog .slick-slider .slick-list {
    height: 530px !important;
  }

  .contain-list-refs {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .item-ref {
    width: 370px;
  }
  h1 span { 
    font-size: 15px;
  }
  .big-title-top,
  .title-big-hero,
  .title-big-hero-test {
    font-size: 27px !important;
    line-height: 1.4;
  }
  .title-big-hero-test {
    margin-bottom: 0;
  }

  .slider-newhomepage {
    height: 700px !important;

    & .slick-track {
      height: 700px !important;
    }

    h2 {
      top: 40%;
      font-size: 26px !important;
    }
  }

  .home-page-bs .marketing-part {
    padding: 60px 15px 60px;
  }

  .home-page-bs .expertises-parallax-div {
    padding-top: 60px;
  }

  .img-footer-form {
    padding-bottom: 30px;
  }


  #hero-homepage-video video {
    object-fit: cover;
    height: 104%;
  }

  .newsletter-part-f {
    width: 80%;
  }

  .page-expertise .background-over-hero #one {
    padding-top: 30px;
  }

  .page-expertise .background-over-hero .s40 {
    font-size: 30px !important;
  }

  .hero-text h1 {
    font-size: 40px;
    line-height: 1.4;
  }

  /* .model-expertises .introduction-nav {
    & .bottom-of-hero-exp {
      flex-wrap: wrap;
    }
  } */

  /* .model-expertises .introduction-nav {
    margin-top: -140px;
  } */
.rotate-img {
  width: 150px;
  top: 10px;
  bottom: auto;
  right: 20px;
bottom: -70px;
left: auto;
  transform: rotate(0deg);
}

.decoration-emailing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}

.decoration-social {
  position: absolute;
  top: 300px;
  left: 0;
  width: 100px;
}

.decoration-img {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: auto;
  width: 100px;
}

.main-intro-expertise .row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.main-intro-expertise .row.no-gutters > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.main-intro-expertise .block-img img {
  width: 100%;
  height: auto;
}

.main-intro-expertise .block-img, .main-intro-expertise .content-col {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.t-content p {
width: 100%;
text-align: center;
}
.content-val {
width: 100%;
text-align: center;
margin-bottom: 20px;
}

.main-intro-expertise .rotate-img, .main-intro-expertise .decoration-img {
  position: relative;
  margin: 0 auto;
}

.img-bottom-left-equipe {bottom: 0px; left: 0px;}
.img-equipe-margin {margin-bottom: 20px;}
.pad-left {padding-left: 0rem !important}
.pad-right {padding-right: 0rem !important}
}


@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .scroll-text-vid {
    top: 75%;
  }
  .display_mobile {
    display: none !important;
  }
  .picto-cat {
    width: 15vh;
  }
}

@media only screen and (max-width: 766px) {
  .split-2-col-explain {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;

    & h2 {
        position: relative;
    }

    & .col-left .content {
        max-width: 500px;
        margin: 0 0 0 auto;
        padding-right: 60px;
    }

    & .col-right .content {
        max-width: 500px;
        margin: 0;
        padding-left: 60px;
    }

    & .block-content {
        height: 100%;
        min-height: 700px;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

    & .change-on-hover {
        position: relative;
        transform: translateY(0);
        transition: all 0.3s ease-in-out;
    }
}
  .scroll-text-vid {
    top: 20%;
  }
}

@media only screen and (max-width: 638px) { 
  .active {
    background: inherit !important;

    .change-on-hover:nth-child(odd) {
      color: #1d3664 !important;
      transform: translateY(-20px);
    }

    .change-on-hover:nth-child(even) {
      color: #1d3664 !important;
      transform: translateY(-30px);
    }

    .change-on-hover i {
      color: #1d3664 !important;
    }

    .fade-content {
      opacity: 1;
    }
    .decouvrer {
      opacity: 0;
    }
    .strong {
      font-weight: 900;
      font-size: 18px;
    }

  }

  & .block-content:active {
    background: inherit !important;

    .change-on-hover:nth-child(odd) {
      color: #1d3664 !important;
      transform: translateY(-20px);
    }

    .change-on-hover:nth-child(even) {
      color: #1d3664 !important;
      transform: translateY(-30px);
    }

    .change-on-hover i {
      color: #1d3664 !important;
    }

    .fade-content {
      opacity: 1;
    }
    .decouvrer {
      opacity: 0;
    }
    .strong {
      font-weight: 900;
      font-size: 18px;
    }
  }
  .title-home-page {
    top: 21.5%;
  }

  .scroll-text-vid {
    top: 80%;
  }

  .containCreaCol img {
    height: 60px;
  }

  #footer-div .menu-footer-links {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    justify-items: start;
  }

  .menu-footer-links div {
    margin-top: 0px;
  }

  #footer-div ul {
    margin-bottom: 0;
  }

  .info-copyright-footer .container {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .page-expertise .bottom-of-hero-exp div {
    width: 100% !important;
  }

  .page-expertise .bottom-of-hero-exp div a {
    font-size: 18px;
  }

  .model-expertises .split-2-col-explain {
    & .col-left .content,
    & .col-right .content {
      max-width: 100%;
    }
  }
  

  .carousel-customers {
    & img {
      width: 63%;
      margin: auto;
    }
  }

  .model-expertises .introduction-nav {
    margin-top: 0;
  }

  .nav-model-expertise {
    position: fixed;
    width: 100%;
    top: inherit;
    left: 0;
    bottom: 0;
  }

  .bottom-of-hero-exp div {
    padding: 5px 10px;
  }

  .bottom-of-hero-exp div {
    width: 25%;
    min-height: 40px;
    line-height: 1.4;
  }

  .bottom-of-hero-exp div a {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .other-expertises .grid-row-3 {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 600px) {
  .form-column {
    width: 100%;
  }

  .logo-text-hero {
    padding: 30px 15px 60px 15px;
  }

  .container-single-ref {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contain-items-cat-nav {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .card {
    height: 355px;
    width: 320px;
  }
  .box-exerpt {
    padding: 30px 30px;
  }

  .model-expertises .introduction-nav {
    top: 0px;
  }

  .article-related-blog .slick-slider .slick-track,
  .article-related-blog .slick-slider .slick-list {
    height: 480px !important;
  }

  .card-related-blog-title .h3 {
    font-size: 24px;
  }

  .field-result-box {
    padding: 20px;
    max-width: 94%;
  }

  .search-result .h4 {
    font-size: 14px;
  }

  .field-result-box .search-result {
    align-items: flex-start;
    padding: 8px 16px;
    gap: 10px;
    flex-direction: column-reverse;
  }

  .home-blog .contain-blog-default .main-blog-content .item-c {
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
  }

  .home-blog .contain-blog-default {
    grid-template-columns: 1fr;
  }

  .navCatColor {
    margin: 40px auto 15px;
  }

  .h1-archive {
    font-size: 24px;
  }

  .slider-newhomepage .scroll-text-slide {
    top: inherit;
    bottom: 80px !important;
  }

  .slider-newhomepage h2 {
    top: 30%;
  }

  .main-blog-content {
    margin-top: 30px;
  }

  .main-intro-expertise .block-img img {
    width: 100% !important;
  }

  .main-intro-expertise .content-block .content {
    max-width: 100% !important;
  }

  .main-intro-expertise .block-img img.rotate-img {
    width: 150px !important;
  }

  .bottom-shadow {
    border-bottom: 2px solid #5f5f5f24;
  }
}

@media only screen and (max-width: 546px) {
  .title-home-page {
    top: 16.5%;
  }

 .scroll-text-vid {
    top: 20%;
  }
  #hero-homepage-video {
    position: relative;
    margin-top: -70px;
  }
  .slick-track {
    height: 30vh;
  }

  .slider-newhomepage h2 {
    font-size: 10px;
    line-height: 28px;
  }

  .scroll-text-slide p {
    font-size: 12px;
  }

  .scroll-text-slide {
    top: 60%;
  }

  .containCreaCol img {
    height: 90px;
  }

  .main-blog-content .hero-blog-content,
  .spacer-top-main .hero-blog-content {
    height: 280px;
  }

  .h1.hero-blog-title {
    font-size: 24px;
  }

  .main-blog-content .h2,
  .spacer-top-main .h2 {
    font-size: 22px;
    margin-bottom: 22px;
  }

  .blog-layout.justify-content-center-layout .h2,
  .justify-content-center-layout p {
    text-align: left;
  }

  .video-single-ref {
    padding: 40px 15px 15px 15px;
  }

  .page-expertise .background-over-hero .container {
    padding: 0px 15px 15px;
  }

  .texte-bg-exergue-pilier {
    font-size: 22px !important;
    line-height: 1.6 !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
  .big-title-top {
    color: #fff;
    position: absolute;
    font-size: 52px;
    font-family: "Playfair Display";
    top: 47.5%;
    text-align: center;
    width: 100%;
    line-height: 42px;
  }

  .title-big-hero {
    font-size: 52px;
  }
}

@media only screen and (max-width: 480px) {
  .card {
    height: 355px;
    width: 320px;
  }

  .picto-cat {
    width: 15vh;
  }

  .cards-div {
    padding: 20px;
  }
  .title-home-page {
    top: 25.5%;
    font-size: 15px;
    line-height: 28px;
  }

  .scroll-text-vid {
    top: 20%;
  }

  .theta-carousel-inner-container {
    top: -100px !important;
  }

  .expertise-carousel {
    height: 290px;
  }

  .block-list-exp {
    margin-bottom: 30px !important;
  }

  .contain-list-exp {
    margin-top: 30px !important;
  }

  .main-blog-content .hero-blog-content,
  .spacer-top-main .hero-blog-content {
    height: 190px;
  }

  .main-blog-content .cat-name-blog,
  .spacer-top-main .cat-name-blog {
    font-size: 12px;
  }

  .single-blog-crea {
    margin: 30px auto;
  }

  .cta-section-of-end {
    margin: 30px auto 60px auto;
  }

  .box-exerpt {
    padding: 20px 20px;
  }

  .card-related-blog,
  .boxesCardImg {
    height: 260px;
  }

  .card-related-blog-title {
    margin-top: 10px;
  }

  .card-related-blog-title .h3 {
    font-size: 18px;
  }

  .article-related-blog .slick-next {
    right: -30px;
  }

  .article-related-blog .slick-prev {
    left: -30px;
  }

  .article-related-blog .slick-prev:before,
  .article-related-blog .slick-next:before {
    font-size: 22px;
  }

  .article-related-blog .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabCatNav {
    width: calc(100% - 10px);
    margin: 5px;
  }

  .item-ref {
    width: 280px;
  }

  .contain-list-refs {
    padding: 40px 0;
    margin-top: 15px;
  }

  .main-references-archive .navCatColor {
    margin: 40px auto 0px;
  }

  .spacer-top-main {
    margin-top: 30px;
  }

  .form-contact-footer {
    padding: 40px 0px 40px 15px;
    margin-bottom: 15px !important;
  }

  .img-footer-form p {
    padding: 0 15px;
    line-height: 1.3;
  }

  .img-footer-form {
    padding-bottom: 15px;
    padding-top: 35px;
  }

  #contactForm .form-shadow {
    margin-bottom: 0;
  }

  #contactForm .input-box {
    padding: 0px 0;
  }

  .footer-RS-Newletter {
    padding: 30px 15px;
  }

  .menu-footer-links div {
    margin-right: 0px;
    margin-top: 15px;
  }

  .info-copyright-footer {
    margin: 0px 0 0;
  }

  .info-copyright-footer {
    padding-left: 15px;
    padding-bottom: 15px;
  }

  .info-copyright-footer p {
    margin-bottom: 0;
  }

  .bottom-footer ul {
    padding-left: 15px;
  }

  .menu-footer-links ul {
    margin: 15px 0;
  }

  .info-contact-foot p {
    margin: 15px 0 0 15px;
  }

  .newsletter-part-f {
    width: 100%;
  }

  .footer-RS-Newletter {
    padding: 30px 0px;
  }

  .form-contact-footer {
    padding: 40px 0px 40px 0px;
  }

  .form-contact-footer h4 {
    padding: 10px 0;
  }

  #contactForm .form-column {
    padding: 0 0 0 15px;
  }

  #contactForm .form-message-box {
    width: 100%;
    padding: 0 0 0 15px;
  }

  .home-page-bs .marketing-part {
    padding: 40px 0px 40px;
  }

  #footer-div .img-footer-form p {
    font-size: 30px !important;
  }

  .text-part-mark h2 {
    line-height: 1.4 !important;
    font-size: 30px !important;
  }

  .home-page-bs .text-part-mark h2 {
    line-height: 1.4 !important;
    font-size: 30px !important;
  }

  .home-page-bs .text-part-mark {
    margin-top: 15px;
    padding: 15px;
  }

  .home-page-bs .expert-part-text h2 {
    font-size: 30px !important;
    line-height: 1.4 !important;
  }

  .home-page-bs .div-mark-expert-end {
    padding: 0 0 40px;
  }

  .home-page-bs .expert-part-text p,
  .home-page-bs .text-part-mark p {
    margin-top: 30px;
    font-size: 16px !important;
    line-height: 1.6;
    padding-right: 0;
  }

  .home-page-bs .slider-newhomepage h2 {
    font-size: 22px !important;
  }

  .slider-newhomepage .slick-prev,
  .slider-newhomepage .slick-next {
    top: 47%;
  }

  #hero-homepage-video {

    & .video-hp-intro {
      height: 100vh;
      object-fit: cover;
    }
  }

  .page-expertise .bottom-of-hero-exp {
    grid-template-columns: 1fr;
    width: 95%;
    grid-gap: 10px;
    padding-bottom: 10px;
  }

  ul.diamand {
    margin-left: 0;
  }

  .btn-effect-bs.svg-wrapper,
  .btn-effect-bs.svg-wrapper2,
  .btn-effect-bs.svg-wrapper3,
  .btn-effect-bs svg,
  .btn-effect-bs .shape {
    height: 80px;
    width: 270px;
  }

  .btn-effect-bs .text.Upp {
    top: -70px;
    height: 80px;
    padding: 10px;
  }

  .page-agence-seo .text-part-list-exp,
  .page-agence-seo .img-part-list-exp {
    width: 100%;
  }

  .page-agence-seo .flex-content-seo .container {
    gap: 15px;
  }

  .page-agence-seo .hero-parallax-pilier,
  .page-agence-seo .pilier-trafic-hero,
  .page-agence-seo .pilier-seo-hero {
    height: 90vh;
  }

  .text-inside-pilier {
    top: 40% !important;
  }

  .Section-1-da.mobile .mobile-background {
    height: 400px;
  }

  .mobile-text a,
  .mobile-text p {
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-text .titre {
    font-size: 40px !important;
    padding-right: 0;
    margin: 30px 0;
    line-height: 1.4 !important;
  }

  .mobile-text {
    padding: 0;
  }


  p {
    line-height: 1.6;
  }

  .page-direction-artistique .card-step-crea {
    padding: 30px 0px;
  }

  .page-direction-artistique .hidden-text {
    max-width: 90%;
    margin: 0 auto;
  }

  .page-direction-artistique .number-card h2 {
    max-width: 90%;
    margin: 0 auto 20px auto;
  }
  .slider-trust-wrapper .slick-slide {
    display: flex !important;
    justify-content: center;
  }
  
  /*.card-carousel .card-1,
  .card-carousel .card-2,
  .card-carousel .card-3,
  .card-carousel .menu-card {
    height: 550px !important;
  }

  .card-carousel .slick-prev,
  .card-carousel .slick-next {
    top: 90%;
    width: 20px;
    height: 20px;
  }*/

  
  .card-carousel .menu-card {
    height: 850px;
    background-position: top;
  }

  .hero-da .hero-text h1,
  .hero-da .hero-text {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text p {
    line-height: 1.4;
    margin-right: 0;
    margin-left: 0;
  }

  .equipe-mark-client p {
    width: 100%;
  }

  .tabCatNav a {
    min-height: auto;
  }

  div .newMenuToggle.pointerMenuToggle {
    margin-right: 0;
  }
  
  .img-bottom-left-equipe {bottom: 0px; left: 0px;}
  .img-equipe-size {max-width: 485px;}
}

.filter-black::before {content: '';display: block;background-color: rgba(0, 0, 0, 0.5);width: 100%;position: absolute;top: 0;left: 0;height: 100%;}

/* Page equipe */
body.team .img-equipe {width: 100%;}
body.team .topbar-category {font-size: 24px;color: #1D3664;width: 280px;background-color: #FEF3DD;}
body.team #top {height: 83vh;margin-top: 18px;position: relative;overflow: hidden;}
body.team .block-title {top: 0px;}

body.team .wrapper-grid .wrapper-image:nth-child(1) {margin-left: 90px;}
body.team .wrapper-grid .wrapper-image:nth-child(2) {margin-right: 30px;margin-top: -65px;}
body.team .wrapper-grid-reverse  .wrapper-image:nth-child(1) {margin-left: 90px;}
body.team .wrapper-grid-reverse  .wrapper-image:nth-child(2) {margin-right: 100px;margin-top: -65px;}

/* Gap for Slick Slider */
body.team .slick-slide {margin: 0 27px;max-width: 350px;}
body.team .slick-list {margin: 0 10px;}
body.team .slick-track {max-height: 331px;overflow: hidden;}

/* END Gap for Slick Slider */
body.team .img-equipe {display: block;transition: transform 0.3s ease-in-out;}
body.team .translate-right {transform: translate(25%, -50%) !important;}

/*bouton découvrir*/

  .decouvrer, .decouver-no-opacity-link, .link-hover-decouvrer {
    margin-top: 20px;
    text-align: left;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }

.da-btn {
  margin-top: 50px;
}

/* page équipe */

.equipe-val {
  font-size: 44px;
  color: #1D3664;
  line-height: 40px !important;
}

.content a {
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}

/* home video*/
#hero-homepage-video {
  position: relative;
  bottom: 18px;
  height: 100vh;
}

#hero-homepage-video .video-container {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  position: relative;
}

#hero-homepage-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lien-intra {
  padding-bottom: 100px;
}
.link_contact {
  margin-top: 20px;
  text-align: left;
  margin-left: 50px !important;
}
.title_artistique {
  padding-left: 48px; margin-bottom: 20px; margin-top: 20vh;
}