/*!
Theme Name: CaplaserDemo
Theme URI: https://CaplaserDemo.fr/
Author: CaplaserDemo
Author URI: https://CaplaserDemo.fr/
Description: Site web de CaplaserDemo
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: caplaserdemo
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "OpenSans-Regular";
  src: url("./fonts/OpenSans-Regular.woff2") format("woff2"), url("./fonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("./fonts/OpenSans-Bold.woff2") format("woff2"), url("./fonts/OpenSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-BoldItalic";
  src: url("./fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("./fonts/OpenSans-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url("./fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("./fonts/OpenSans-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-ExtraBoldItalic";
  src: url("./fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/OpenSans-ExtraBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Italic";
  src: url("./fonts/OpenSans-Italic.woff2") format("woff2"), url("./fonts/OpenSans-Italic.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Light";
  src: url("./fonts/OpenSans-Light.woff2") format("woff2"), url("./fonts/OpenSans-Light.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-LightItalic";
  src: url("./fonts/OpenSans-LightItalic.woff2") format("woff2"), url("./fonts/OpenSans-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Semibold";
  src: url("./fonts/OpenSans-Semibold.woff2") format("woff2"), url("./fonts/OpenSans-Semibold.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-SemiboldItalic";
  src: url("./fonts/OpenSans-SemiboldItalic.woff2") format("woff2"), url("./fonts/OpenSans-SemiboldItalic.woff") format("woff");
}
a {
  transition: 0.3s all ease;
}
a:hover, a:focus {
  text-decoration: none !important;
  outline: none !important;
  color: #8bc540 !important;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}
.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: rgba(3, 36, 119, 0.05);
  border-radius: 50%;
  position: relative;
}
.ftco-footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ftco-footer-social li a:hover {
  color: white;
}

.form-control {
  height: 52px;
  background: white;
  color: black;
  font-size: 18px;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-control:focus, .form-control:active {
  outline: none !important;
  box-shadow: none;
}

textarea.form-control {
  height: inherit !important;
}

.ftco-section {
  padding: 12em 0;
}
.ftco-section h2 {
  margin-bottom: 0;
}

footer {
  padding: 7em 0;
}

.footer-10 {
  background: #2a437c;
  padding: 0 0 2em 0;
}
.footer-10 .border-top, .footer-10 .border-bottom {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.footer-10 .footer-heading {
  font-size: 18px;
  color: white;
  margin-bottom: 30px;
}
.footer-10 p {
  color: rgba(255, 255, 255, 0.3);
}
.footer-10 a {
  color: #8bc540;
}
.footer-10 .con.con-1 {
  background: #284076;
}
.footer-10 .con.con-2 {
  background: #273e72;
}
.footer-10 .con.con-3 {
  background: #2b4580;
}
.footer-10 .list-unstyled li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-10 .list-unstyled li a:hover {
  color: white;
}
.footer-10 .con-info .icon {
  width: 50px;
  height: 50px;
  background: #8bc540;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.footer-10 .con-info .icon span {
  color: white;
  font-size: 24px;
}
.footer-10 .con-info span {
  color: rgba(255, 255, 255, 0.8);
}
.footer-10 .subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
}
.footer-10 .subscribe-form .form-group input {
  background: rgb(255, 255, 255) !important;
  border: none !important;
  outline: none !important;
  color: rgba(0, 0, 0, 0.3) !important;
  font-size: 16px;
  height: 51px;
}
.footer-10 .subscribe-form .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3) !important;
}
.footer-10 .subscribe-form .form-group input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3) !important;
}
.footer-10 .subscribe-form .form-group input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.3) !important;
}
.footer-10 .subscribe-form .form-group input:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3) !important;
}
.footer-10 .subscribe-form .form-group input:focus {
  outline: none !important;
  box-shadow: none;
}
.footer-10 .subscribe-form .form-group .submit {
  color: white !important;
  display: block;
  width: 130px;
  height: 52px;
  font-size: 16px;
  background: #032477 !important;
  border: none;
}
.footer-10 .subscribe-form .form-group .submit:hover, .footer-10 .subscribe-form .form-group .submit:focus {
  text-decoration: none !important;
  outline: none !important;
}
.footer-10 .subscribe-form .subheading {
  display: inline-block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
}
.footer-10 .ftco-footer-social li a {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.ftco-section .owl-carousel, .ftco-section .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.ftco-section .owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.ftco-section .owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.ftco-section .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.ftco-section .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.ftco-section .owl-carousel .owl-item, .ftco-section .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.ftco-section .owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.ftco-section .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.ftco-section .owl-carousel .owl-dots.disabled, .ftco-section .owl-carousel .owl-nav.disabled {
  display: none;
}
.ftco-section .no-js .owl-carousel, .ftco-section .owl-carousel.owl-loaded {
  display: block;
}
.ftco-section .owl-carousel .owl-dot, .ftco-section .owl-carousel .owl-nav .owl-next, .ftco-section .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ftco-section .owl-carousel .owl-nav button.owl-next, .ftco-section .owl-carousel .owl-nav button.owl-prev, .ftco-section .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.ftco-section .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.ftco-section .owl-carousel.owl-hidden {
  opacity: 0;
}
.ftco-section .owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.ftco-section .owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ftco-section .owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.ftco-section .owl-carousel.owl-rtl {
  direction: rtl;
}
.ftco-section .owl-carousel.owl-rtl .owl-item {
  float: right;
}
.ftco-section .owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.ftco-section .owl-carousel .owl-animated-in {
  z-index: 0;
}
.ftco-section .owl-carousel .owl-animated-out {
  z-index: 1;
}
.ftco-section .owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ftco-section .owl-height {
  transition: height 0.5s ease-in-out;
}
.ftco-section .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.ftco-section .owl-carousel .owl-item .owl-lazy:not([src]), .ftco-section .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.ftco-section .owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.ftco-section .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.ftco-section .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.ftco-section .owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.ftco-section .owl-carousel .owl-video-playing .owl-video-play-icon, .ftco-section .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.ftco-section .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.ftco-section .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.ftco-section .owl-theme .owl-dots, .ftco-section .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.ftco-section .owl-theme .owl-nav {
  margin-top: 10px;
}
.ftco-section .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.ftco-section .owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.ftco-section .owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.ftco-section .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.ftco-section .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.ftco-section .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.ftco-section .owl-theme .owl-dots .owl-dot.active span, .ftco-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}
.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}
.page-header .page-header-container .page-header-container-title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  font-family: "OpenSans-Bold";
}
.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}
.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}
.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}
.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}
.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 19px;
  margin: 0px;
  width: 580px;
}
.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 19px;
  margin: 20px 0px;
  width: 580px;
}
.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}
.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  margin: 110px 0px 0px 90px;
}
.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}
.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}
.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 19px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

@media screen and (max-width: 1200px) {
  .mobile-solution #menu-menu-principal {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-content: center !important;
    align-items: center !important;
  }
  .mobile-solution #menu-menu-principal .menu-item-has-children {
    background-color: #fff !important;
    z-index: 1001;
  }
  .mobile-solution #menu-menu-principal .menu-item-has-children a {
    color: #284177 !important;
  }
  /*.mobile-client {
      #menu-menu-principal .menu-item-has-children {
          .dropdown-menu.show {
              //top: -16.666% !important;
              transform: translateX(0vw) !important;
          }

          z-index: 1001;
      }
  }*/
  #menu-menu-principal > li.espace_client a.dropdown-toggle::before {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #menu-menu-principal > li.espace_client a::after {
    display: none;
  }
  #menu-menu-principal > li.espace_client ul {
    visibility: hidden;
    opacity: 0;
  }
  #menu-menu-principal > li.espace_client ul li {
    visibility: hidden;
  }
  #menu-menu-principal > li.espace_client ul.show {
    position: initial !important;
    justify-content: flex-start !important;
    align-content: flex-start !important;
    flex-direction: row-reverse !important;
    height: 200px !important;
    visibility: visible !important;
    opacity: 1;
  }
  #menu-menu-principal > li.espace_client ul.show li {
    height: 33% !important;
    background-color: #1b1b23 !important;
    visibility: visible;
    opacity: 1 !important;
    transform: translate(0px, 0px) !important;
  }
  #menu-menu-principal > li.espace_client ul.show li a {
    text-align: center !important;
  }
  #menu-menu-principal > li.espace_client ul.show li a .img_sub {
    display: none !important;
  }
  #menu-menu-principal > li.espace_client ul.show li a span[itemprop=name],
  #menu-menu-principal > li.espace_client ul.show li a .picto_sub {
    position: initial;
  }
  #menu-menu-principal .menu-item {
    height: auto !important;
  }
  #menu-menu-principal .nos_solutions ul {
    background-color: #2a437c;
  }
  #menu-menu-principal .nos_solutions ul.show {
    position: inherit;
    background-color: #2a437c;
    height: 350px;
    visibility: visible !important;
  }
  #menu-menu-principal .nos_solutions ul.show:nth-child(1) {
    background-color: #78aacb !important;
  }
  #menu-menu-principal .nos_solutions ul.show li {
    height: 15.666% !important;
    background-color: #2a437c !important;
    z-index: 100;
    margin: 2px 0;
    opacity: 1 !important;
    transform: translate(0px, 0px) !important;
  }
  #menu-menu-principal .nos_solutions ul.show li a {
    display: flex !important;
    flex-direction: row-reverse !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-content: center !important;
    align-items: center !important;
    opacity: 1 !important;
  }
  #menu-menu-principal .nos_solutions ul.show li a span {
    position: relative !important;
    display: contents;
  }
  #menu-menu-principal .nos_solutions ul.show li a .img_sub {
    display: none !important;
  }
  #menu-menu-principal .nos_solutions ul.show li a .picto_sub img {
    margin-right: 20px !important;
  }
  #menu-menu-principal .nos_solutions ul.show li a .sub {
    display: none !important;
  }
  #menu-menu-principal .nos_solutions ul.show li:nth-child(1) {
    background-color: #78aacb !important;
  }
  #menu-menu-principal .nos_solutions ul.show li:nth-child(2) {
    background-color: #88b163 !important;
  }
  #menu-menu-principal .nos_solutions ul.show li:nth-child(3) {
    background-color: #fea851 !important;
  }
  #menu-menu-principal .nos_solutions ul.show li:nth-child(4) {
    background-color: #cd6683 !important;
  }
  .mobile-solution #menu-menu-principal .nos_solutions ul {
    transform: translateX(0vw);
  }
  .mobile-solution .menu-item.espace_client {
    z-index: 10 !important;
  }
  #menu-menu-principal {
    width: 100vw !important;
  }
}
.header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  align-items: center;
  z-index: 2;
  height: 118px;
  width: 100%;
  padding: 0 !important;
  background-color: #fff !important;
}
.header .header-logo {
  margin-left: 0;
}
.header .header-logo .custom-logo-link {
  margin-left: 7%;
  padding: 0;
  display: block;
}
.header .header-logo .custom-logo-link img {
  width: auto;
  height: 80px;
}
.header .header-logo a {
  width: 100%;
  height: 100%;
}
.header .header-logo a span {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.header .header-logo a span img {
  width: 100%;
  height: auto;
}
.header .header-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}
.header .header-container .header-block .header-block-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: stretch;
  align-items: center;
  padding-left: 0;
  height: 118px;
  margin-bottom: 0 !important;
}
.header .header-container .header-block .header-block-nav li.menu-item-has-children:hover ul {
  visibility: visible;
  height: 432px;
}
.header .header-container .header-block .header-block-nav li.menu-item-has-children:hover ul li {
  visibility: visible;
}
.header .header-container .header-block .header-block-nav li.espace_client a::after {
  transform: translate(45px, 34px);
}
.header .header-container .header-block .header-block-nav li.espace_client ul {
  background-color: #1b1b23 !important;
}
.header .header-container .header-block .header-block-nav li.espace_client ul li {
  width: 33.3% !important;
}
.header .header-container .header-block .header-block-nav .menu-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  height: 100%;
  position: initial;
  z-index: 1000;
  transition: all 0.5s ease;
  padding: 0px 33px;
}
.header .header-container .header-block .header-block-nav .menu-item:hover {
  background-color: #005fa1;
}
.header .header-container .header-block .header-block-nav .menu-item:hover a {
  color: #fff;
}
.header .header-container .header-block .header-block-nav .menu-item a {
  text-transform: uppercase;
  color: #2a437c;
  transition: all 0.5s ease;
  font-size: 14px;
  font-family: "OpenSans-Bold";
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  background-color: #005fa1;
  overflow: hidden;
  position: absolute;
  padding: 0;
  width: 100%;
  height: 0px;
  top: 117px;
  left: 0;
  right: 0;
  visibility: hidden;
  transition: all 0s ease 0s;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .dropdown-item {
  opacity: 0.3;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .dropdown-item:focus {
  background-color: unset !important;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .dropdown-item:hover {
  background-color: unset !important;
  opacity: 1;
  transition: all 0.8s ease;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .dropdown-item:hover .img_sub img {
  transform: scale(1.2);
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a .img_sub {
  position: absolute;
  top: 0;
  height: 53%;
  width: 100%;
  overflow: hidden;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a .img_sub img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease;
  height: 100%;
  width: 100%;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a .picto_sub {
  position: absolute;
  height: 40px;
  width: 40px;
  bottom: 33px;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a .picto_sub img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a .sub {
  position: absolute;
  top: 69%;
  width: 65%;
  font-family: "OpenSans-Regular";
  font-size: 14px;
  line-height: 16px;
  text-transform: initial;
  white-space: normal;
  text-align: center;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a span[itemprop*=name] {
  position: absolute;
  top: 57%;
  color: #fff;
  font-size: 27.44px;
  font-family: "OpenSans-Bold";
  text-transform: initial;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item {
  background-color: #005fa1;
  height: 100%;
  width: 16.66%;
  opacity: 0;
  padding: 0;
  transition: all 0.35s ease 0s;
  transform: translate(80px, 0px);
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item .header-block-nav-item-menu-item-bottom {
  width: 100%;
  height: 46.3%;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item .header-block-nav-item-menu-item-bottom .header-block-nav-item-menu-item-bottom-icon {
  width: 50px;
  height: 50px;
  background-color: #02071d;
  margin-right: auto;
  margin-left: auto;
  transform: translate(0px, 80px);
  visibility: hidden;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item .header-block-nav-item-menu-item-bottom .header-block-nav-item-menu-item-bottom-titre {
  transform: translate(0px, 25px);
  text-align: center;
  visibility: hidden;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item .header-block-nav-item-menu-item-bottom .header-block-nav-item-menu-item-bottom-description {
  transform: translate(0px, 50px);
  text-align: center;
  visibility: hidden;
}
.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item .header-block-nav-item-menu-item-top {
  width: 100%;
  height: 53.7%;
}
.header .header-container .header-block .header-block-nav .menu-item:hover .dropdown-menu {
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.header .header-container .header-block .header-block-nav .menu-item:hover .menu-item {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: all 0.3s ease 0.2s;
}
.header .header-container .header-block .header-block-nav .menu-item:hover .header-block-nav-item-menu-item-bottom .header-block-nav-item-menu-item-bottom-icon {
  visibility: visible !important;
}
.header .header-container .header-block .header-block-nav .menu-item:hover .header-block-nav-item-menu-item-bottom .header-block-nav-item-menu-item-bottom-titre {
  visibility: visible !important;
}
.header .header-container .header-block .header-block-nav .menu-item:hover .header-block-nav-item-menu-item-bottom .header-block-nav-item-menu-item-bottom-description {
  visibility: visible !important;
}
.header .header-container .header-search {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  width: 160px;
  background-color: #1b1b23;
  height: 118px;
  z-index: 500;
}
.header .header-container .header-search #search_close {
  color: #fff;
}
.header .header-container .header-search .header-search-container {
  visibility: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  position: absolute;
  width: 0px;
  height: 118px;
  background-color: #005fa1;
  top: 118px;
  right: 0;
  transition: all 0.5s ease 0.3s;
}
.header .header-container .header-search .header-search-container form {
  opacity: 0;
  transition: all 0.3s ease 0s;
  width: 0px;
  overflow: hidden;
}
.header .header-container .header-search .header-search-container form .form-control {
  border-radius: 0px;
  width: 0px;
  background-color: #005fa1;
  color: #fff;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  margin-right: 0 !important;
  border-bottom: 1px solid #fff !important;
  font-family: "OpenSans-Regular";
}
.header .header-container .header-search .header-search-container form .form-control::-moz-placeholder {
  color: #fff;
  font-weight: 600;
}
.header .header-container .header-search .header-search-container form .form-control::placeholder {
  color: #fff;
  font-weight: 600;
}
.header .header-container .header-search .header-search-container form .form-control:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0) !important;
  border-bottom: 1px solid #fff !important;
}
.header .header-container .header-search .header-search-container form #searchinput {
  color: #fff;
}
.header .header-container .header-search .header-search-container form .btn {
  border-color: #fff;
  border-width: 1px;
  border-left: 0;
  color: #fff;
  border-radius: 0px;
  font-family: "OpenSans-Regular";
  font-weight: 600;
  width: 0px;
}
.header .header-container .header-search .header-search-container form .btn:hover,
.header .header-container .header-search .header-search-container form .btn:focus {
  background-color: #2a437c;
}
.header .header-container .header-search:hover .header-search-container {
  visibility: visible;
  position: absolute;
  width: 592px;
  height: 118px;
  background-color: #005fa1;
  top: 118px;
  right: 0;
  transition: all 0.5s ease;
}
.header .header-container .header-search:hover .header-search-container form {
  opacity: 1;
  transition: all 0.3s ease 0.5s;
  width: auto;
}
.header .header-container .header-search:hover .header-search-container form input {
  width: 380px;
}
.header .header-container .header-search:hover .header-search-container form input:hover {
  background-color: #014474;
}
.header .header-container .header-search:hover .header-search-container form .btn {
  width: auto !important;
}
.header .header-form-close {
  opacity: 1;
}
.header .header-form-close:hover {
  cursor: pointer !important;
}
.header .header-form-close {
  position: fixed;
  top: 150px;
  right: 60px;
  width: 30px;
  height: 30px;
  filter: invert(1);
  opacity: 0;
  z-index: 450;
  transition: opacity 0.5s ease;
}
.header .header-form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: fixed;
  z-index: 400;
  width: 115px;
  height: 175px;
  background-color: #2a437c;
  top: 118px;
  right: 0;
  padding: 50px;
  box-shadow: -5px 0px 50px rgba(0, 0, 0, 0.2);
  transition: height 0.35s ease 0.25s, width 0.35s ease 0.25s;
}
.header .header-form:hover {
  cursor: pointer;
}
.header .header-form .header-form-icon {
  width: 70px;
  opacity: 1;
  height: 70px;
  transition: opacity 0.2s ease 0.5s, height 0s ease 0.5s;
}
.header .header-form .header-form-text {
  text-align: center;
  color: #fff;
  font-family: "OpenSans-Extrabold";
  line-height: 18px;
  font-size: 16px;
  margin-top: 5px;
  opacity: 1;
  height: 54px;
  transition: opacity 0.2s ease 0.5s, height 0s ease 0.5s;
}
.header .header-form .header-form-text .header-form-text-span {
  font-family: "OpenSans-Regular";
}
.header .header-form .header-form-content {
  width: 0%;
  height: 0%;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.5s ease 0.5s, height 0.5s ease 0.5s, width 0.5s ease 0.5s;
}
.header .header-form .header-form-content .header-form-content-titre {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
.header .header-form .header-form-content .header-form-content-titre .header-form-content-titre-icon {
  opacity: 0;
  height: 70px;
  width: 70px;
  transition: opacity 0.2s ease 0s;
}
.header .header-form .header-form-content .header-form-content-titre .header-form-content-titre-text {
  color: #fff;
  font-family: "OpenSans-Bold";
  font-size: 30px;
  margin-left: 20px;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
}
.header .header-form .header-form-content .header-form-content-titre .header-form-content-titre-text .header-form-content-titre-text-span {
  font-size: 40px;
  font-family: "OpenSans-Extrabold";
}
.header .header-form .header-form-content .gfield_validation_message {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 19px;
  padding: 0 !important;
  color: #6a1616;
}
.header .header-form .header-form-content form {
  opacity: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
}
.header .header-form .header-form-content form select,
.header .header-form .header-form-content form input {
  border: none !important;
  font-weight: bold !important;
  color: #284177;
}
.header .header-form .header-form-content form select::-moz-placeholder, .header .header-form .header-form-content form input::-moz-placeholder {
  color: #284177;
  font-weight: normal !important;
}
.header .header-form .header-form-content form select::placeholder,
.header .header-form .header-form-content form input::placeholder {
  color: #284177;
  font-weight: normal !important;
}
.header .header-form .header-form-content form .gform_body {
  width: 100% !important;
  height: 70%;
  position: relative;
}
.header .header-form .header-form-content form .gform_body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  height: 100%;
  width: 95%;
}
.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(1) {
  width: 45% !important;
}
.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(2) {
  width: 45% !important;
}
.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(3) {
  width: 45% !important;
}
.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(4) {
  width: 45% !important;
}
.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(5) {
  width: 45% !important;
}
.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(7) {
  width: 45% !important;
}
.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(12) {
  width: 100% !important;
}
.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(13) {
  width: 100% !important;
}
.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(14) {
  width: 100% !important;
}
.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(15) {
  width: 100% !important;
}
.header .header-form .header-form-content form .gform_body .gfield_label {
  display: none;
}
.header .header-form .header-form-content form .gform_body .gfield_label_before_complex {
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 19px;
  display: flex !important;
  margin-bottom: 15px !important;
}
.header .header-form .header-form-content form .gform_body label {
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 19px;
}
.header .header-form .header-form-content form .gform_body .gform_footer {
  height: 10%;
}
.header .header-form .header-form-content form .gform_body .gfield_checkbox li {
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 19px;
}
.header .header-form .header-form-content form .gform_body li.gfield {
  margin-top: 30px !important;
}
.header .header-form .header-form-content form .gform_body .name_first label {
  display: none;
}
.header .header-form .header-form-content form .gform_body .name_last label {
  display: none;
}
.header .header-form .header-form-content form .gform_button {
  color: #284177;
  text-transform: uppercase;
  border-radius: 0px !important;
  background-color: white;
  padding: 10px 30px;
  border: none;
  outline: none;
}
.header .header-form .header-form-content .header-form-content-horizontal {
  height: 500px;
  overflow-x: auto;
  /* width */
  /* Handle */
  /* Handle on hover */
}
.header .header-form .header-form-content .header-form-content-horizontal::-webkit-scrollbar {
  width: 10px !important;
}
.header .header-form .header-form-content .header-form-content-horizontal::-webkit-scrollbar-track {
  background-color: #284177;
  border-radius: 10px;
}
.header .header-form .header-form-content .header-form-content-horizontal::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
}
.header .header-form .header-form-content .header-form-content-horizontal::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff !important;
}
.header .header-form.activation {
  height: 725px;
  width: 1110px;
}
.header .header-form.activation .header-form-icon {
  opacity: 0;
  height: 0;
  transition: opacity 0.2s ease 0.1s, height 0s ease 0.5s;
}
.header .header-form.activation .header-form-text {
  opacity: 0;
  height: 0;
  transition: opacity 0.2s ease 0.1s, height 0s ease 0.5s;
}
.header .header-form.activation .header-form-content {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
}
.header .header-form.activation .header-form-content .header-form-content-titre .header-form-content-titre-icon {
  opacity: 1;
  transition: opacity 0.2s ease 0.5s;
}
.header .header-form.activation .header-form-content .header-form-content-titre .header-form-content-titre-text {
  opacity: 1;
  transition: opacity 0.2s ease 0.5s;
}
.header .header-form.activation .header-form-content form {
  opacity: 1;
  transition: opacity 0.2s ease 0.5s;
}

.navbar-toggler {
  position: relative !important;
  top: 0;
  right: 0px;
  width: 95px !important;
  height: 118px !important;
  border: none;
  border-radius: 0 !important;
  background-color: #2a437c;
}
.navbar-toggler .navbar-toggler-icon {
  filter: invert(1) !important;
}

#navbarMenuPrincipal {
  transition: all 0.5s ease;
}

@media screen and (max-width: 1700px) {
  .header .header-container .header-block .header-block-nav .menu-item {
    padding: 0px 15px !important;
  }
  .header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1550px) {
  .header .header-container .header-block .header-block-nav .menu-item {
    padding: 0px 15px !important;
  }
  .header .header-container .header-block .header-block-nav .menu-item.espace_client {
    width: 100px !important;
  }
  .header-search {
    width: 100px !important;
  }
  .header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item {
    width: 16.66% !important;
  }
}
@media screen and (min-width: 1900px) {
  .header .header-logo {
    margin-left: 90px !important;
  }
}
@media screen and (max-width: 1350px) {
  .header-logo {
    margin-left: 5vw !important;
  }
  .header-block-nav {
    padding: 0 !important;
  }
  .header .header-container .header-block .header-block-nav .menu-item {
    padding: 0px 5px !important;
  }
  .header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a span[itemprop*=name] {
    font-size: 20px !important;
    top: 56% !important;
  }
  .header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a .sub {
    font-size: 13px !important;
    width: 80% !important;
    top: 66% !important;
  }
}
@media screen and (max-width: 1200px) {
  .header-logo {
    width: 150px !important;
  }
  .header .header-container .header-block .header-block-nav .menu-item a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 375px) {
  .header-logo .custom-logo-link {
    padding: 0;
  }
}
@media screen and (max-width: 1040px) {
  .header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    align-content: center !important;
    align-items: center !important;
    height: 218px !important;
  }
  .header .header-logo {
    width: 100vw !important;
    height: 100px !important;
  }
  .header .header-logo .custom-logo-link {
    justify-content: left;
    align-content: left;
    align-items: left;
    margin-left: 0vw;
    padding: 0;
  }
  .header .header-logo .custom-logo-link img {
    height: 50px;
    width: auto;
  }
  .header .header-container .header-block .header-block-nav .menu-item {
    padding: 0px 20px !important;
  }
  .header-form {
    top: 218px !important;
  }
  .header .header-container .header-block .header-block-nav .menu-item .dropdown-menu {
    top: 217px !important;
  }
}
@media (min-width: 993px) and (max-width: 1039px) {
  .header .header-container .header-search:hover .header-search-container {
    top: 218px !important;
  }
  .header .header-container .header-search .header-search-container {
    top: 218px !important;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-content: center !important;
    align-items: center !important;
    position: relative !important;
    height: 95px !important;
  }
  .header .header-logo {
    width: calc(100vw - 95px) !important;
    padding: 0px !important;
  }
  .header .header-form {
    display: none !important;
  }
  .header #navbarMenuPrincipal {
    position: absolute !important;
    left: -100% !important;
    top: 95px !important;
    width: 100vw !important;
    transition: all 0.5s ease !important;
    opacity: 0 !important;
  }
  .header #navbarMenuPrincipal #menu-menu-principal {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-content: center !important;
    align-items: center !important;
    background-color: #2a437c;
    padding-bottom: 100px !important;
  }
  .header #navbarMenuPrincipal #menu-menu-principal .menu-item {
    width: 100% !important;
    background-color: #2a437c;
  }
  .header #navbarMenuPrincipal #menu-menu-principal .menu-item a {
    color: #fff;
  }
  .header #navbarMenuPrincipal #menu-menu-principal .menu-item:nth-last-child(1), .header #navbarMenuPrincipal #menu-menu-principal .menu-item:nth-last-child(2), .header #navbarMenuPrincipal #menu-menu-principal .menu-item.espace_client {
    background-color: #1b1b23;
    border-bottom: solid 1px #1b1b23;
  }
  .header #navbarMenuPrincipal #menu-menu-principal .menu-item:nth-last-child(1) a, .header #navbarMenuPrincipal #menu-menu-principal .menu-item:nth-last-child(2) a, .header #navbarMenuPrincipal #menu-menu-principal .menu-item.espace_client a {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .header #navbarMenuPrincipal #menu-menu-principal .menu-item:nth-last-child(1) a span[itemprop*=name], .header #navbarMenuPrincipal #menu-menu-principal .menu-item:nth-last-child(2) a span[itemprop*=name], .header #navbarMenuPrincipal #menu-menu-principal .menu-item.espace_client a span[itemprop*=name] {
    margin-left: 10px;
  }
  .header #navbarMenuPrincipal.show {
    left: 0% !important;
    opacity: 1 !important;
    z-index: 99 !important;
    overflow: scroll !important;
    height: calc(100vh - 100px) !important;
  }
  .header #navbarMenuPrincipal.show .header-block-nav {
    width: 100vw;
  }
  .header #navbarMenuPrincipal.show .header-block-nav span[itemprop*=name] {
    font-size: 22px !important;
  }
  .header #navbarMenuPrincipal.show .header-block-nav .picto_sub {
    width: 40px !important;
    height: 40px !important;
    margin-right: 20px !important;
  }
  .header #navbarMenuPrincipal.show .header-block-nav .picto_sub img {
    width: 40px !important;
    height: 40px !important;
  }
  body:not(.menu-show) .header-search {
    display: none !important;
  }
  body.menu-show #header {
    background-color: #2a437c !important;
  }
  body.menu-show #header .navbar-toggler,
  body.menu-show #header .navbar-toggler:focus {
    box-shadow: none !important;
  }
  body.menu-show .header-container .header-search {
    position: absolute !important;
    height: 95px !important;
    top: 0;
    left: 0;
    background-color: #2a437c !important;
  }
  body.menu-show .header-container .header-search:hover .header-search-container {
    top: 95px !important;
    left: 0;
    justify-content: flex-start;
    padding-left: 20px;
    z-index: 100;
  }
  body.menu-show .header-container .header-search:hover .header-search-container form {
    position: relative;
    padding: 20px 30px 0 20px;
  }
  body.menu-show .header-container .header-search:hover .header-search-container form #search_close {
    display: flex !important;
    position: absolute;
    top: 0px;
    right: 10px;
    color: #fff;
  }
}
.gform_validation_errors {
  border: none !important;
}
.gform_validation_errors h2 {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 19px;
  color: #6a1616 !important;
}

.gfield_error {
  border: 1px solid white !important;
  background: transparent !important;
  padding: 10px !important;
}

.gform_confirmation_message {
  font-family: "OpenSans-Semibold";
  font-size: 22px;
  color: #88b163;
  margin: 20px;
  text-align: center;
}

.header-search:hover .header-search-container #search_close {
  position: absolute;
  top: 10px;
  right: 40px;
}
@media screen and (max-width: 592px) {
  .header-search:hover .header-search-container input {
    width: 145px !important;
  }
}

@media screen and (max-width: 375px) {
  .custom-logo-link {
    margin: 0 !important;
  }
  .custom-logo-link img {
    width: 100% !important;
    height: auto !important;
  }
}
.compte-drop {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  background-color: #1b1b23 !important;
  height: 118px !important;
  padding: 0 33px !important;
  margin: 0 !important;
}
.compte-drop .dropdown-toggle::after {
  color: #fff !important;
}
.compte-drop svg {
  color: white;
}

.header .header-container .header-block .header-block-nav .menu-item:nth-of-type(5) .dropdown-menu .menu-item {
  width: 20% !important;
}

.header .header-container .header-block .header-block-nav .menu-item:nth-of-type(4) .dropdown-menu .menu-item {
  width: 50% !important;
}

.header .header-container .header-block .header-block-nav .menu-item a:hover {
  color: white !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 0.5em;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: Font Awesome\ 5 Free;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f053";
  color: #284177;
}
[dir=rtl] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f054";
  color: #284177;
}
[dir=rtl] .slick-next:before {
  content: "\f053";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-family: Font Awesome\ 5 Free;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-family: "Open Sans", sans-serif;
}

main {
  overflow: hidden !important;
}

.owl-carousel .owl-dots .owl-dot {
  background: #4368bd !important;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #2a437c !important;
}

#breadcrumbs {
  font-family: "Open Sans", sans-serif;
}
#breadcrumbs a {
  text-decoration: none !important;
  color: #8bc540 !important;
  font-weight: 600;
}

.searchandfilter option {
  color: white !important;
}
.searchandfilter li {
  margin: 10px !important;
  width: 250px;
}
.searchandfilter select {
  border: 2px solid #032477 !important;
  padding: 5px 10px;
  border-radius: 16px;
  background-color: #032477;
  color: white !important;
  width: 250px;
}
.searchandfilter ul {
  padding: 0;
  margin: 0;
}
.searchandfilter input[type=submit] {
  background: #8bc540 !important;
  color: white !important;
  border: none !important;
  padding: 5px 30px;
  border-radius: 5px;
}

.navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 100px;
  margin-top: 50px;
}
.navigation a,
.navigation span {
  padding: 10px;
  border: 2px solid #8bc540;
  border-radius: 16px;
  width: 50px;
  background: #8bc540;
  text-decoration: none;
  color: white;
}
.navigation a:hover {
  color: white !important;
}
.navigation span.current {
  border: 2px solid #2a437c;
  background: #2a437c;
}

#myCarousel {
  height: 500px;
}
#myCarousel .carousel-inner {
  overflow: visible;
}
#myCarousel .carousel-indicators [data-bs-target] {
  background-color: #2a437c !important;
}
#myCarousel .carousel-item {
  height: 500px !important;
}
#myCarousel .carousel-item .carousel-caption {
  height: 500px !important;
}
#myCarousel .carousel-item .container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}
#myCarousel .carousel-item .container:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: flex-end;
}
#myCarousel .carousel-item .container h1 {
  color: #2a437c;
}
#myCarousel .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
#myCarousel .carousel-control-prev-icon {
  filter: invert(1);
}
#myCarousel .carousel-control-next-icon {
  filter: invert(1);
}

.card-item {
  color: #2a437c !important;
  height: 100%;
}
.card-item h3 {
  color: #2a437c !important;
}
.card-item img.attachment-post-thumbnail {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: auto;
  height: auto;
}
.card-item a {
  color: #2a437c;
  text-decoration: none;
}

.accueil-archive {
  transition: all 0.5s ease;
}
.accueil-archive a {
  width: 100%;
  height: 100%;
  display: block;
  color: #2a437c !important;
  text-decoration: none;
  font-size: xx-large;
  transition: all 0.5s ease;
}
.accueil-archive a:hover {
  color: white !important;
}
.accueil-archive .card {
  border-radius: 0px !important;
  border: 1px solid rgb(33, 37, 41) !important;
  transition: all 0.5s ease;
  background-color: white !important;
}
.accueil-archive .card:hover {
  background-color: #2a437c !important;
}
.accueil-archive .card h2 {
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
}

.realisation-jumbotron {
  background-color: #2a437c !important;
  color: white !important;
}

.realisation-detail ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.realisation-detail h2 {
  font-weight: 700;
  font-size: 45px;
}
.realisation-detail p {
  font-size: 13px;
}
.realisation-detail h4 {
  font-weight: 100;
  margin-bottom: 0;
}
.realisation-detail h4 span {
  font-weight: 300;
  font-size: 40px;
}
.realisation-detail h3 {
  font-weight: 100;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.realisation-detail li {
  list-style: none;
}
.realisation-detail li a {
  color: #8bc540 !important;
  text-decoration: none;
}

.titlelayout {
  font-size: 40px;
  color: #2a437c;
  font-weight: 400;
  letter-spacing: 1px;
}

.link-secondary {
  color: #2a437c;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-primary {
  border-radius: 0px !important;
  background-color: white;
  color: #2a437c !important;
  border: 1px solid #2a437c;
  outline: none;
}
.btn-primary:hover {
  background-color: #032477;
  color: white !important;
}

.imgCallage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer .back a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #032477;
  text-align: center;
  color: white;
  text-decoration: none;
}

.link-cat-blog {
  border: 1px solid #2a437c;
}

.stretched-link {
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.stretched-link::after {
  content: unset !important;
}

.single-post #testimonial_carousel {
  max-height: 550px;
}
.single-post #testimonial_carousel .carousel-inner {
  max-height: 550px;
}
.single-post #testimonial_carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.acf-radio-list,
.acf-checkbox-lis {
  list-style: none;
  padding-left: 0;
}
.acf-radio-list label,
.acf-checkbox-lis label {
  height: calc(1em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
}
.acf-radio-list label input,
.acf-checkbox-lis label input {
  margin-right: 0.375rem;
}

#realisation_carousel img {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */