/* CSS Document */
/* mixin */
/* fonts */
/* colors */
body,
html {
  font-family: "Open Sans", sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative; }

body {
  opacity: 0;
  transition: opacity 0.7s ease; }

tooltip {
  visibility: collapse !important; }

div.ranger {
  display: flex;
  flex-wrap: wrap; }

div.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 30px;
  margin: 0 auto; }

a {
  color: #70a9db; }
  a:hover {
    color: #70a9db; }

p a {
  text-decoration: underline; }

.bar1,
.bar2,
.bar3 {
  width: 20px;
  height: 3px;
  background-color: #70a9db;
  margin: 2px 0;
  transition: 0.4s;
  border-radius: 1px; }

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-2px, 6px);
  transform: rotate(-45deg) translate(-2px, 6px); }

/* Fade out the second bar */
.change .bar2 {
  opacity: 0; }

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-1px, -5px);
  transform: rotate(45deg) translate(-1px, -5px); }

.slick-slide:focus,
.slick-slide a {
  outline: none; }

header {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 999; }
  header div.container div.ranger {
    padding: 30px 0;
    align-items: center; }
    header div.container div.ranger div.colonne:nth-child(1) {
      width: 270px; }
    header div.container div.ranger div.colonne:nth-child(2) {
      width: calc(100% - 270px);
      display: flex;
      align-items: center;
      justify-content: end; }
      header div.container div.ranger div.colonne:nth-child(2) #bouton-mobile {
        display: none; }
        @media screen and (max-width: 1023px) {
          header div.container div.ranger div.colonne:nth-child(2) #bouton-mobile {
            display: block; } }
      header div.container div.ranger div.colonne:nth-child(2) nav ul {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        @media screen and (max-width: 1023px) {
          header div.container div.ranger div.colonne:nth-child(2) nav ul {
            display: none; } }
        header div.container div.ranger div.colonne:nth-child(2) nav ul li {
          position: relative;
          text-decoration: none;
          margin: 0 24px;
          text-transform: uppercase;
          font-family: "Poppins", sans-serif;
          font-weight: 500; }
          header div.container div.ranger div.colonne:nth-child(2) nav ul li a {
            font-size: 0.688rem;
            color: #898a95; }
            header div.container div.ranger div.colonne:nth-child(2) nav ul li a a.active {
              color: #70a9db; }
            header div.container div.ranger div.colonne:nth-child(2) nav ul li a ul .sub-menu {
              display: none; }
        header div.container div.ranger div.colonne:nth-child(2) nav ul li:last-child {
          margin-bottom: -4px; }
      header div.container div.ranger div.colonne:nth-child(2) nav ul ul {
        display: none;
        flex-direction: column;
        background-color: #ffffff;
        display: none;
        position: absolute;
        top: 100%;
        left: -30px;
        padding: 20px 10px 10px;
        width: 250px; }
      header div.container div.ranger div.colonne:nth-child(2) nav ul li:hover > ul {
        display: block; }
    header div.container div.ranger .princ-menu li a.active {
      color: #70a9db; }
      header .ranger .social {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 18px; }
        @media screen and (max-width: 767px) {
          header .ranger .social {
            display:none; } }
        header .ranger .social a {
          margin: 0 8px;
          display: flex;
          justify-content: center;
          align-items: center; }
        header .ranger .social .facebook {
          background-color: #3b5999;
          width: 35px;
          height: 35px;
          border-radius: 50%; }
        header .ranger .social .tiktok {
          background-color: #000000;
          width: 35px;
          height: 35px;
          border-radius: 50%; }
          header .ranger .social .tiktok svg {
            width: 20px;
          }
          header .ranger .social .tiktok svg path {
            fill: #ffffff;
          }
        header .ranger .social .linkedin {
          background-color: #0077b3;
          width: 35px;
          height: 35px;
          border-radius: 50%; }

div#menu-sec {
  display: none;
  position: fixed;
  background-color: #ffffff;
  height: 100vh;
  overflow-y: auto;
  width: 100%;
  z-index: 999;
  top: 0; }
  div#menu-sec ul {
    display: flex;
    flex-direction: column;
    padding: 30px; }
    div#menu-sec ul li a {
      border-left: 3px solid #70a9db;
      display: block;
      font-size: 0.688rem;
      padding: 10px 0 10px 16px;
      margin: 10px 0;
      width: 100%;
      text-align: left; }

section#page {
  /* hero */
  /* our division */
  /* fun fact */
  /* about us  */
  /* division page slider and content 2 col */
  /* contact us */ }
  section#page .hero_bg #slick-slide-control01,
  section#page .hero_bg #slick-slide-control00 {
    display: none; }
  section#page .hero_bg .slick-dots {
    position: relative;
    top: -75px;
    display: flex;
    justify-content: center; }
  section#page .hero_bg .slick-dots li {
    margin: 0 8px;
    font-size: 1.5rem;
    color: gray; }
  section#page .hero_bg li.slick-active::marker {
    color: white; }
  section#page .hero_bg .slide {
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 680px; }
  section#page .hero_bg h1 {
    margin: 0;
    color: #ffffff;
    font-size: 4.5rem;
    line-height: 4.5rem;
    letter-spacing: 2px;
    font-family: "Playfair Display", serif;
    font-weight: 700; }
    @media screen and (max-width: 1023px) {
      section#page .hero_bg h1 {
        font-size: 5.125vw; } }
  section#page .hero_bg .container {
    position: relative;
    z-index: 999; }
    section#page .hero_bg .container button {
      width: 170px;
      height: 45px;
      border: none;
      margin-top: 30px;
      font-family: "Poppins", sans-serif;
      font-size: 0.75rem;
      font-weight: 500;
      background-color: #70a9db;
      color: #ffffff;
      text-transform: uppercase; }
      section#page .hero_bg .container button:hover {
        transition: all 0.3s ease-in-out;
        background-color: #7787a5; }
  section#page .hero_bg ul.slick-dots button {
    display: none; }
  section#page .our-divisions {
    padding: 0px 0 65px; }
    section#page .our-divisions h2 {
      font-family: "Playfair Display", serif;
      color: #898a95;
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 36px; }
      @media screen and (max-width: 767px) {
        section#page .our-divisions h2 {
          text-align: center;
          margin-bottom: 75px; } }
    section#page .our-divisions .logo-division {
      display: flex;
      justify-content: space-between;
      align-items: center; 
      flex-wrap: wrap;
      gap: 50px;
      }
      @media screen and (max-width: 767px) {
        section#page .our-divisions .logo-division {
          flex-direction: column;
          gap: 30px; } }
      section#page .our-divisions .logo-division img {
        max-width: 200px;
        max-height: 95px;
        width: 100%;
      }
  section#page .fun-fact .fun-fact-bg {
    padding: 30px 0;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      section#page .fun-fact .fun-fact-bg {
        height: auto;
        padding: 50px 0; } }
  section#page .fun-fact .funfact-text {
    font-size: 1.5rem; }
  section#page .fun-fact .wrapper-fun-fact {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      section#page .fun-fact .wrapper-fun-fact {
        flex-direction: column; } }
    section#page .fun-fact .wrapper-fun-fact .left-box,
    section#page .fun-fact .wrapper-fun-fact .right-box {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        section#page .fun-fact .wrapper-fun-fact .left-box,
        section#page .fun-fact .wrapper-fun-fact .right-box {
          justify-content: flex-start;
          align-items: center; } }
    section#page .fun-fact .wrapper-fun-fact .projects,
    section#page .fun-fact .wrapper-fun-fact .clients,
    section#page .fun-fact .wrapper-fun-fact .members,
    section#page .fun-fact .wrapper-fun-fact .awards {
      margin: 0 70px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        section#page .fun-fact .wrapper-fun-fact .projects,
        section#page .fun-fact .wrapper-fun-fact .clients,
        section#page .fun-fact .wrapper-fun-fact .members,
        section#page .fun-fact .wrapper-fun-fact .awards {
          text-align: center; } }
    section#page .fun-fact .wrapper-fun-fact p {
      font-family: "Bodoni Moda", serif;
      font-weight: 600;
      line-height: 1.8em;
      font-size: 5.563rem;
      color: #2e384b;
      margin: 0;
      margin-bottom: -24px; }
      @media screen and (max-width: 767px) {
        section#page .fun-fact .wrapper-fun-fact p {
          font-size: 52px; } }
    section#page .fun-fact .wrapper-fun-fact h4 {
      font-family: "Poppins", sans-serif;
      color: #2e384b;
      text-transform: uppercase;
      font-size: 1.125rem;
      margin: 0;
      text-align: center; }
  section#page div.ranger {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center; }
    section#page div.ranger h1 {
      margin: 0;
      color: #ffffff;
      font-size: 60px;
      letter-spacing: 2px;
      font-family: "Playfair Display", serif;
      font-weight: 700; }
  section#page .about-us {
    max-width: 850px;
    margin: 140px auto; }
    @media screen and (max-width: 767px) {
      section#page .about-us {
        margin: 70px 0;
        padding: 8px; } }
    section#page .about-us .about-content {
      max-width: 850px;
      padding: 0 16px;
      margin: auto; }
      section#page .about-us .about-content p {
        color: #666666;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        line-height: 1.5rem;
        margin: 0 0 40px 0; }
    section#page .about-us .wrapper-about {
      max-width: 850px;
      margin: 100px 0 0 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        section#page .about-us .wrapper-about {
          margin: 50px 0 0 0; } }
      @media screen and (max-width: 1023px) {
        section#page .about-us .wrapper-about {
          flex-direction: column; } }
      section#page .about-us .wrapper-about .left-box,
      section#page .about-us .wrapper-about .right-box {
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 767px) {
          section#page .about-us .wrapper-about .left-box,
          section#page .about-us .wrapper-about .right-box {
            justify-content: flex-start;
            align-items: flex-start; } }
      section#page .about-us .wrapper-about .projects,
      section#page .about-us .wrapper-about .clients,
      section#page .about-us .wrapper-about .members,
      section#page .about-us .wrapper-about .awards {
        margin: 0 50px; }
        @media screen and (max-width: 767px) {
          section#page .about-us .wrapper-about .projects,
          section#page .about-us .wrapper-about .clients,
          section#page .about-us .wrapper-about .members,
          section#page .about-us .wrapper-about .awards {
            text-align: center; } }
      section#page .about-us .wrapper-about p {
        font-family: "Bodoni Moda", serif;
        font-weight: 600;
        line-height: 1.8em;
        font-size: 5.563rem;
        color: #2e384b;
        margin: 0;
        margin-bottom: -24px; }
        @media screen and (max-width: 767px) {
          section#page .about-us .wrapper-about p {
            font-size: 52px; } }
      section#page .about-us .wrapper-about h4 {
        font-family: "Poppins", sans-serif;
        color: #2e384b;
        text-transform: uppercase;
        font-size: 1.125rem;
        margin: 0;
        text-align: center;
        white-space: nowrap; }
  section#page .header-page .header_bg {
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px; }
    section#page .header-page .header_bg h2 {
      margin: 0;
      color: #ffffff;
      font-size: 48px;
      letter-spacing: 2px;
      font-family: "Playfair Display", serif;
      font-weight: bold;
      text-align: center; }
    section#page .header-page .header_bg h1 {
      margin: 0;
      color: #ffffff;
      font-size: 60px;
      font-family: "Playfair Display", serif;
      letter-spacing: 2px;
      font-weight: bold;
      text-align: center; }
  section#page .teams-container {
    margin: 140px 0; }
    @media screen and (max-width: 767px) {
      section#page .teams-container {
        margin: 70px 0; } }
    section#page .teams-container .member-team {
      display: flex !important;
      padding: 0 16px;
      margin: 0 auto 60px auto;
      justify-content: flex-start;
      align-items: flex-start;
      max-width: 850px;
      position: relative; }
      @media screen and (max-width: 850px) {
        section#page .teams-container .member-team {
          flex-direction: column;
          height: auto; } }
      section#page .teams-container .member-team .picture-member {
        width: 30%; }
        @media screen and (max-width: 850px) {
          section#page .teams-container .member-team .picture-member {
            width: 100%;
            text-align: center;
            margin-bottom: 32px; } }
      section#page .teams-container .member-team .desc-member {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 65%;
        padding-left: 55px; }
        @media screen and (max-width: 850px) {
          section#page .teams-container .member-team .desc-member {
            width: 100%;
            height: auto;
            padding-left: 0px;
            padding: 8px;
            align-items: center; } }
        section#page .teams-container .member-team .desc-member p.nom_complet {
          color: #2e384b;
          font-size: 0.938rem;
          font-weight: 700;
          margin: 0; }
          @media screen and (max-width: 850px) {
            section#page .teams-container .member-team .desc-member p.nom_complet {
              text-align: center;
              margin: auto; } }
        section#page .teams-container .member-team .desc-member p.poste {
          font-size: 0.813rem;
          margin-bottom: 15px; }
          @media screen and (max-width: 850px) {
            section#page .teams-container .member-team .desc-member p.poste {
              text-align: center;
              margin: 0 auto 15px auto; } }
        section#page .teams-container .member-team .desc-member p {
          margin: 0 0 10px 0;
          font-size: 15px;
          line-height: 21px;
          font-family: "Poppins", sans-serif;
          color: #898a95; }
          @media screen and (max-width: 850px) {
            section#page .teams-container .member-team .desc-member p {
              text-align: center; } }
        section#page .teams-container .member-team .desc-member .icons {
          position: absolute;
          bottom: -5px; }
          @media screen and (max-width: 850px) {
            section#page .teams-container .member-team .desc-member .icons {
              margin-top: 20px;
              height: 60px;
              width: 100%;
              justify-content: center;
              align-items: center;
              position: relative; } }
          section#page .teams-container .member-team .desc-member .icons svg {
            width: 20px;
            height: 20px;
            margin-right: 8px; }
    section#page .teams-container .load-more-container {
      text-align: center;
      margin-top: 20px; }
    section#page .teams-container .load-more-btn {
      margin: 100px 0 0 0;
      color: #f54983;
      text-align: center;
      font-family: "Playfair Display", serif;
      font-size: 24px;
      border: none;
      border-bottom: 2px solid #f6cbdc;
      background-color: transparent;
      padding: 0; }
      @media screen and (max-width: 767px) {
        section#page .teams-container .load-more-btn {
          margin: 0; } }
    section#page .teams-container .more-team {
      display: none !important; }
  section#page .slider-divisions {
    display: flex;
    margin: 145px auto 185px;
    max-width: 1200px;
    height: 1050px; }
    @media screen and (max-width: 1279px) {
      section#page .slider-divisions {
        margin: 70px 0;
        height: auto; } }
    @media screen and (max-width: 1279px) {
      section#page .slider-divisions {
        flex-direction: column; } }
    section#page .slider-divisions .col-left {
      display: flex;
      flex-direction: column;
      width: 570px;
      height: 1050px;
      padding-left: 15px; }
      @media screen and (max-width: 1279px) {
        section#page .slider-divisions .col-left {
          width: 100%;
          flex-direction: column;
          order: 2;
          padding-left: 0px; } }
      section#page .slider-divisions .col-left .image_1,
      section#page .slider-divisions .col-left .image_2 {
        height: 525px;
        position: relative; }
        section#page .slider-divisions .col-left .image_1 img,
        section#page .slider-divisions .col-left .image_2 img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    section#page .slider-divisions .btn-container {
      display: flex;
      justify-content: space-between;
      margin-top: 16px; }
      section#page .slider-divisions .btn-container button {
        border: none;
        background-color: transparent;
        font-size: 30px;
        line-height: 30px;
        font-weight: bolder;
        color: #666666;
        font-family: "Poppins", sans-serif;
        font-weight: bold; }
    section#page .slider-divisions .col-right {
      width: 630px;
      margin: 0 30px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column; }
      section#page .slider-divisions .col-right .contenu img {
        /*  width: 19%; */
        margin: -15px 0 40px 0;
        padding: 0; }
      section#page .slider-divisions .col-right .site_web {
        font-weight: bold;
        color: #7787a5; }
        section#page .slider-divisions .col-right .site_web a {
          text-transform: lowercase; }
        section#page .slider-divisions .col-right .site_web span {
          text-transform: uppercase; }
      @media screen and (max-width: 1279px) {
        section#page .slider-divisions .col-right {
          width: 100%;
          margin: 0;
          padding: 30px;
          order: 1; } }
      section#page .slider-divisions .col-right p {
        color: #898a95;
        font-family: "Poppins", sans-serif;
        line-height: 24px;
        font-size: 15px;
        font-weight: 400; }
  section#page #division-bg {
    background-color: #f6f7fa; }
    section#page #division-bg.our-divisions {
      padding: 80px 0 90px; }
  section#page #bg-contact .header_bg {
    background-color: rgba(0, 0, 0, 0.1); }
  section#page #contact-form {
    margin: 100px auto;
    height: auto;
    max-width: 1230px;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    section#page #contact-form .col-full {
      width: 100%; }
    section#page #contact-form div.colonne-1 {
      width: 800px;
      padding-right: 30px; }
      @media screen and (max-width: 1169px) {
        section#page #contact-form div.colonne-1 {
          width: 100%;
          padding: 0 30px; } }
      section#page #contact-form div.colonne-1 h2 {
        font-family: "Playfair Display", serif;
        color: #70a9db;
        font-size: 32px;
        font-weight: 700;
        margin-top: 0; }
      section#page #contact-form div.colonne-1 .with_frm_style .frm_top_container .frm_primary_label {
        display: none; }
      section#page #contact-form div.colonne-1 .with_frm_style input[type="text"],
      section#page #contact-form div.colonne-1 .with_frm_style input[type="email"],
      section#page #contact-form div.colonne-1 .with_frm_style input[type="tel"],
      section#page #contact-form div.colonne-1 .frm_full textarea {
        background-color: #f9fafb;
        border: none;
        padding: 24px;
        box-shadow: none;
        border-radius: none; }
      section#page #contact-form div.colonne-1 input::placeholder {
        font-family: "Poppins", sans-serif;
        font-weight: 400; }
      section#page #contact-form div.colonne-1 .frm_full textarea {
        height: 232px; }
      section#page #contact-form div.colonne-1 .frm_style_formidable-style.with_frm_style .frm_submit button {
        background-color: transparent;
        color: #f54983;
        font-family: "Playfair Display", serif;
        font-weight: 600;
        font-size: 24px;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #f6cbdc;
        padding: 0; }
        section#page #contact-form div.colonne-1 .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
          transition: all 0.3s ease-in-out;
          border-bottom: 1px solid #f54983;
          color: #f6cbdc; }
    section#page #contact-form div.colonne-2 {
      width: 370px;
      background-color: #7787a5;
      padding: 50px;
      color: #ffffff; }
      @media screen and (max-width: 1169px) {
        section#page #contact-form div.colonne-2 {
          width: 100%;
          margin: 0 30px; } }
      section#page #contact-form div.colonne-2 p {
        width: 90%;
        margin: 16px 0 60px 0;
        font-family: "Poppins", sans-serif;
        font-size: 0.938rem;
        line-height: 30px;
        font-weight: 300; }
      section#page #contact-form div.colonne-2 h2 {
        font-family: "Playfair Display", serif;
        font-size: 2.125rem;
        margin: 0; }
      section#page #contact-form div.colonne-2 h4 {
        margin: 0 0 15px 0;
        font-family: "Playfair Display", serif;
        font-size: 1.375rem;
        font-weight: 500; }
      section#page #contact-form div.colonne-2 h5 {
        margin: 0;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 0.688rem;
        text-transform: uppercase; }
      section#page #contact-form div.colonne-2 a {
        color: #ffffff; }
        section#page #contact-form div.colonne-2 a:hover {
          color: #70a9db; }
    section#page #contact-form div.ranger.map {
      height: 100% !important; }
    section#page #contact-form #map-container .col-full {
      width: 100%;
      position: relative; }
  section#page div.container div.ranger div.colonne-full {
    width: 100%; }
  section#page div.container div.ranger div.colonne-2 {
    width: 50%; }
  section#page div.container div.ranger div.colonne-3 {
    width: 33.33333%; }

/* footer */
footer {
  background-color: #7787a5; }
  footer a {
    color: #ffffff; }
  footer .footer-top {
    width: 100%;
    border-bottom: 3px solid #ffffff; }
    footer .footer-top .wrapper-top {
      width: 100%;
      max-width: 1230px;
      padding: 0 30px;
      height: 160px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 767px) {
        footer .footer-top .wrapper-top {
          flex-direction: column;
          height: auto; } }
      footer .footer-top .wrapper-top .logo-footer {
        width: 220px;
        margin-left: -16px; }
      footer .footer-top .wrapper-top .email,
      footer .footer-top .wrapper-top .phone {
        display: flex;
        flex-direction: column; }
        footer .footer-top .wrapper-top .email h5,
        footer .footer-top .wrapper-top .phone h5 {
          font-size: 0.688rem;
          text-transform: uppercase; }
        footer .footer-top .wrapper-top .email p,
        footer .footer-top .wrapper-top .phone p {
          font-size: 1.25rem; }
        footer .footer-top .wrapper-top .email a {
          border: none;
          padding: 10px 20px;
          margin-top: 5px;
          font-family: "Poppins", sans-serif;
          font-size: 1rem;
          font-weight: 500;
          background-color: #70a9db;
          color: #ffffff;
          text-transform: uppercase;
          display: table;
        }
        footer .footer-top .wrapper-top .email a:hover {
          background-color: #ffffff;
          color: #70a9db;
        }
        @media screen and (max-width: 767px) {
          footer .footer-top .wrapper-top .email,
          footer .footer-top .wrapper-top .phone {
            margin: 10px; } }
        footer .footer-top .wrapper-top .email h5,
        footer .footer-top .wrapper-top .email p,
        footer .footer-top .wrapper-top .phone h5,
        footer .footer-top .wrapper-top .phone p {
          font-family: "Poppins", sans-serif;
          color: #ffffff;
          margin: 0;
          font-weight: 400; }
          footer .footer-top .wrapper-top .email h5 a,
          footer .footer-top .wrapper-top .email p a,
          footer .footer-top .wrapper-top .phone h5 a,
          footer .footer-top .wrapper-top .phone p a {
            text-decoration: none; }
          @media screen and (max-width: 767px) {
            footer .footer-top .wrapper-top .email h5,
            footer .footer-top .wrapper-top .email p,
            footer .footer-top .wrapper-top .phone h5,
            footer .footer-top .wrapper-top .phone p {
              text-align: center; } }
      footer .footer-top .wrapper-top .social {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 18px; }
        @media screen and (max-width: 767px) {
          footer .footer-top .wrapper-top .social {
            margin: 10px 0 30px; } }
        footer .footer-top .wrapper-top .social a {
          margin: 0 8px;
          display: flex;
          justify-content: center;
          align-items: center; }
        footer .footer-top .wrapper-top .social .facebook {
          background-color: #3b5999;
          width: 35px;
          height: 35px;
          border-radius: 50%; }
        footer .footer-top .wrapper-top .social .tiktok {
          background-color: #000000;
          width: 35px;
          height: 35px;
          border-radius: 50%; }
          footer .footer-top .wrapper-top .social .tiktok svg {
            width: 20px;
          }
          footer .footer-top .wrapper-top .social .tiktok svg path {
            fill: #ffffff;
          }
        footer .footer-top .wrapper-top .social .linkedin {
          background-color: #0077b3;
          width: 35px;
          height: 35px;
          border-radius: 50%; }
  footer .footer-bottom {
    width: 100%;
    max-width: 1230px;
    padding: 0 30px;
    margin: auto;
    height: 110px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 767px) {
      footer .footer-bottom {
        justify-content: center; } }
    footer .footer-bottom p {
      font-family: "Poppins", sans-serif;
      font-size: 0.938rem;
      font-weight: 300;
      color: #ffffff;
      padding: 0;
      margin: 0; }

.btncookie {
  text-decoration: underline;
  cursor: pointer; }

/* ACF LOGO SLIDER */
.slider-logos .logo-slider {
  height: 242px; }
  .slider-logos .logo-slider div.slick-slide {
    height: 242px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .slider-logos .logo-slider div.slick-slide img {
      margin: 0 auto;
      max-height: 90px;
      max-width: 75%;
      object-fit: contain;
      object-position: center;
      padding: 0 30px; }
  @media screen and (max-width: 767px) {
    .slider-logos .logo-slider {
      flex-direction: column;
      margin-left: 0px; } }

/*# sourceMappingURL=styles.css.map */
