/*  
Theme Name: WARE ID
Theme URI: https://ware-id.com/
Description: Thème Wordpress pour WARE ID
Author: Unik Studio
Author URI: https://unikstudio.fr/
*/

@charset "UTF-8";

/*** Vars ***/
:root {
  --col-noir: #131313;
  --col-bleu: #262D46;
  --col-bleu-clair: #E3E8EE;
  --col-ciel: #BBD5DA;
  --col-orange: #FF5731;
  --col-blanc: #FFFFFF;
  --col-gris: #F5F5F5;
  --rgb-noir: 19, 19, 19;
  --rgb-bleu: 38, 45, 70;
  --rgb-bleu-clair: 227, 232, 238;
  --rgb-ciel: 187, 213, 218;
  --rgb-orange: 255, 87, 49;
  --rgb-blanc: 255, 255, 255;
  --rgb-gris: 245, 245, 245;

  --size-h1: 160px;
  --size-h2-xxl: 160px;
  --size-h2-xl: 100px;
  --size-h2-l: 64px;
  --size-h3: 45px;
  --size-h4: 30px;
  --size-surtitre:  12px;
  --size-soustitre:  16px;
  --size-txt:  20px;
  --size-big-txt:  80px;

  --navbar-height: 170px;
  --sticky-height: 120px;

  --width-header-logo: 150px;
  --width-footer-logo:  120px;

  --slider-home-height:  100svh;
  --slider-page-height:  100svh;
  --slider-size-h1:  40px;

  --width-container: 1720px;
  --marge-left:  calc( (100vw - var(--width-container)) / 2);
  --marge-right:  calc( (100vw - var(--width-container)) / 2);

  --cadre-photo-height: 560px;
  --banner-photo-height:  560px;
  --galerie-photo-height:  900px;

  --main-padding:  60px;
  --main-padding-left:  100px;
  --main-padding-right: 100px;

  --radius-min:  20px;
  --nb-cols-points:  12;
}

/*** Animations ***/
@-webkit-keyframes loading {
  0%, 30%
  {
    opacity: 0;
    filter: blur(0); 
  }
  30%, 50%
  {
    opacity: 1;
    filter: blur(0); 
  }
  100%
  {
    opacity: 1;
    filter: blur(0); 
  }
}
@keyframes loading {
  0%, 30%
  {
    opacity: 0;
    filter: blur(0); 
  }
  30%, 50%
  {
    opacity: 1;
    filter: blur(0); 
  }
  100%
  {
    opacity: 1;
    filter: blur(0); 
  }
}
@-webkit-keyframes fondu {
  0%, 80%
  {
    opacity:0;
  }
  100%
  {
    opacity:1;
  }
}
@keyframes fondu {
  0%, 80%
  {
    opacity:0;
  }
  100%
  {
    opacity:1;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-75px, 0, 0);
    transform: translate3d(-75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-75px, 0, 0);
    transform: translate3d(-75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 75px, 0);
    transform: translate3d(0, 75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 75px, 0);
    transform: translate3d(0, 75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -75px, 0);
    transform: translate3d(0, -75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -75px, 0);
    transform: translate3d(0, -75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBigLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBigLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBigDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75);
    transform: scale3d(0.75, 0.75, 0.75);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75);
    transform: scale3d(0.75, 0.75, 0.75);
  }

  50% {
    opacity: 1;
  }
}
@-webkit-keyframes photoIn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  5% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes photoIn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  5% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes enterHome {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
/*    filter: blur(1.1rem);*/
/*    transform: scale(1.02,1.02);*/
  }
  100% {
    opacity: 1;
/*    filter: blur(0);*/
/*    transform: scale(1,1);*/
  }
}
@keyframes enterHome {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
/*    filter: blur(1.1rem);*/
/*    transform: scale(1.02,1.02);*/
  }
  100% {
    opacity: 1;
/*    filter: blur(0);*/
/*    transform: scale(1,1);*/
  }
}

@-webkit-keyframes circleHome {
  0% {clip-path: circle(0% at 50% 50vh); -webkit-clip-path: circle(0% at 50% 50vh);}
  70% { clip-path: circle(0% at 50% 50vh); -webkit-clip-path: circle(0% at 50% 50vh);}
  100% { clip-path: circle(125% at 50% 50vh); -webkit-clip-path: circle(125% at 50% 50vh);}
}
@keyframes circleHome {
  0% {clip-path: circle(0% at 50% 50vh); -webkit-clip-path: circle(0% at 50% 50vh);}
  70% { clip-path: circle(0% at 50% 50vh); -webkit-clip-path: circle(0% at 50% 50vh);}
  100% { clip-path: circle(125% at 50% 50vh); -webkit-clip-path: circle(125% at 50% 50vh);}
}
@-webkit-keyframes buttonFromCenter {
   0% { height:0%; opacity:0; width:0; margin-top:0; margin-left:0; left:50%;}
   25% { opacity:1;}
   50% { height:100%; width:3.375em; margin-top:0em; margin-left:-1.6875em; left:50%;}
   100% { height:100%; opacity:1; width:100%; margin-top:0em; margin-left:-1.6875em; left:1.6875em;}
}
@keyframes buttonFromCenter {
   0% { height:0%; opacity:0; width:0; margin-top:0; margin-left:0; left:50%;}
   25% { opacity:1;}
   50% { height:100%; width:3.375em; margin-top:0em; margin-left:-1.6875em; left:50%;}
   100% { height:100%; opacity:1; width:100%; margin-top:0em; margin-left:-1.6875em; left:1.6875em;}
}
@-webkit-keyframes buttonFromLeft {
   0% { width:0%; opacity:0; height:100%; margin-top:0; margin-left:0; left:0;}
   25% { opacity:1;}
   50% { height:100%; width:100%; margin-top:0em; margin-left:0; left:0px;}
   100% { height:100%; opacity:1; width:100%; margin-top:0em; margin-left: 0; left:0;}
}
@keyframes buttonFromLeft {
   0% { width:0%; opacity:0; height:100%; margin-top:0; margin-left:0; left:0;}
   25% { opacity:1;}
   50% { height:100%; width:100%; margin-top:0em; margin-left:0; left:0px;}
   100% { height:100%; opacity:1; width:100%; margin-top:0em; margin-left: 0; left:0;}
}
@keyframes blurOut {
     0%       { filter:blur(10px); -webkit-filter:blur(10px);}
     100%     { filter:blur(0px); -webkit-filter:blur(0px);}
}
@-webkit-keyframes blurOut {
     0%       { filter:blur(10px); -webkit-filter:blur(10px);}
     100%     { filter:blur(0px); -webkit-filter:blur(0px);}
}
@-webkit-keyframes hoverBulle {
  0% {transform: scale(1.0); -webkit-transform: scale(1.0);}
  25% {transform: scale(1.025); -webkit-transform: scale(1.025);}
  50% {transform: scale(0.975); -webkit-transform: scale(0.975);}
  100% {transform: scale(1.0); -webkit-transform: scale(1.0);}
}
@keyframes hoverBulle {
  0% {transform: scale(1.0); -webkit-transform: scale(1.0);}
  25% {transform: scale(1.025); -webkit-transform: scale(1.025);}
  50% {transform: scale(0.975); -webkit-transform: scale(0.975);}
  100% {transform: scale(1.0); -webkit-transform: scale(1.0);}
}
@-webkit-keyframes hoverArrow {
  0% {
    -webkit-transform: rotate(45deg) translate(0px, 0px);
    -ms-transform: rotate(45deg) translate(0px, 0px);
    transform: rotate(45deg) translate(0px, 0px);
  }
  5% {
    -webkit-transform: rotate(45deg) translate(2px, -2px);
    -ms-transform: rotate(45deg) translate(2px, -2px);
    transform: rotate(45deg) translate(2px, -2px);
  }
  30%,
  100% {
    -webkit-transform: rotate(45deg) translate(0px,0px);
    -ms-transform: rotate(45deg) translate(0px,0px);
    transform: rotate(45deg) translate(0px,0px);
  }
}
@keyframes effectGoRight {
  0% {
    left: -400px;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity:0;
  }
}
@-webkit-keyframes effectGoRight {
  0% {
    left: -400px;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity:0;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes leftToRight {
  0% {width: 0%}
  50% {width: 75%}
  100% {width: 100%}
}
@keyframes leftToRight {
  0% {width: 0%}
  50% {width: 75%}
  100% {width: 100%}
}
@-webkit-keyframes topToBottom {
  0% {height: 0%}
  50% {height: 75%}
  100% {height: 100%}
}
@keyframes topToBottom {
  0% {height: 0%}
  50% {height: 75%}
  100% {height: 100%}
}
@-webkit-keyframes slideFade {
 0% {
  opacity:0
 }
 30% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
@keyframes slideFade {
 0% {
  opacity:0
 }
 30% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
@-webkit-keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes defilement-rtl {
  from { transform: translateX(100dvw); }
  to { transform: translateX(-100%); }  
}
@keyframes defilement-ltr {
  from { transform: translateX(-100%); }
  to { transform: translateX(100dvw); }  
}
@keyframes minBounceUp {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes minBounceDown {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
  60% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes entree-titre-anime-ligne1 {
  0% { transform: translateX(100dvw); }
/*  75% { transform: translateX(25%); }*/
  100% { transform: translateX(0px); }  
}
@keyframes entree-titre-anime-ligne2 {
  0% { transform: translateX(-100%); }
/*  75% { transform: translateX(25%); }*/
  100% { transform: translateX(5%); }  
}
@keyframes sortie-titre-anime-ligne1 {
  0% { transform: translateX(0px); }
  75% { transform: translateX(-95%); }
  100% { transform: translateX(-100%); }  
}
@keyframes defilement-ltr {
  from { transform: translateX(-100%); }
  to { transform: translateX(100dvw); }  
}
@keyframes anim-annee-histoire {
  from { transform: translateX(200%); }
  to { transform: translateX(15px); }  
}
@keyframes cursor {
  50% {
    border-color: transparent;
  }
}
@keyframes typing {
  0%,10% {
    width: 0%;
  }
  50%,100% {
    width: 100%;
  }
}
/*
@keyframes typing {
  20% {
    left: 100%;
    margin: 0 -2px 0 2px;
    border-left: none;
  }
  100% {
    left: 100%;
    margin: 0 0px 0 0px;
    border-left: none;
  }
}
*/
@keyframes t {
  from {background-size:0 200%}
}
@keyframes b {
  50% {background-position:0 -100%,0 0}
}
@keyframes u {
  0% {text-decoration-color:transparent;}
  50% {text-decoration-color:transparent;}
  51% {text-decoration-color: var(--col-orange);}
  100% {text-decoration-color:var(--col-orange);}
}
@-webkit-keyframes revealText {
  0% {
    opacity: 1;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes revealText {
  0% {
    opacity: 1;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animtop {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes animbottom {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes animright {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes animleft {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-webkit-keyframes showPhoto {
  0% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showPhoto {
  0% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*** Règles ***/
html {
  background-color: var(--col-blanc);
  color: var(--col-bleu);
}
/*** On cache les anims ***/
.wow {
  visibility: hidden;
}
/*** Loader ***/
html.loader body .wrapper {
  position:relative;
  animation-name: enterHome;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 2s;
  animation-fill-mode:both;
  animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
  -webkit-animation-name: enterHome;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode:both;
  -webkit-animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
}
.loader-anim {
  display: none;
  opacity: 0;
}
html.loader .loader-anim {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--col-blanc);
  opacity: 1;
}
.loader-anim img,
.loader-anim svg {
  position: fixed;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  width: 20%;
  animation-name: loading;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 1.8s;
  -webkit-animation-name: loading;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1.8s;
  opacity: 0;
}
body {
  font-size: var(--size-txt);
  font-family: 'Satoshi-Variable', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.2em;
  color: var(--col-bleu);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body .wrapper {
  background-color: var(--col-blanc);
  min-height: 100svh;
  overflow-x: hidden;
}
::-moz-selection {
  background: var(--col-orange);
  color: var(--col-blanc);
  text-shadow: none;
}

::selection {
  background: var(--col-orange);
  color: var(--col-blanc);
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--col-blanc);
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input::-moz-focus-inner {
  border: 0 !important;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
* {
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all !important;
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  -o-hyphens: manual !important;
  hyphens: manual !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width:1500px) {
  .container,
  .wp-block-embed {
    max-width:var(--width-container);
  }
  .wp-block-embed {
    margin-left:auto;
    margin-right: auto;
  }
}
section {
  display:block;
}
a {
  transition:all 0.35s ease-in;
  position:relative;
  color:var(--col-orange);
}
a:visited,
a:focus,
a:link {
  color:var(--col-bleu);
}
a:hover {
  color:var(--col-orange);
}
header a,
.logo-footer a {
  border: none!important;
}

.no-outline,
.no-outline:focus,
.no-outline:hover,
.no-outline:active {
  outline:0;
}

.hidden {
  visibility: hidden;
}
.align-left {
  text-align:left;
}
.align-right {
  text-align:right;
}
.align-center {
  text-align:center;
}
.margin-top {
  margin-top:20px;
}
.margin-bottom {
  margin-bottom:20px;
}
.no-padding-left {
  padding-left:0px;
}
.no-padding-right {
  padding-right:0px;
}

img,
svg {
  max-width:100%;
  height:auto;
}
.wp-caption {
  max-width:100%;
  font-style: italic;
}
@media (max-width:767px) {
  .wp-caption {
    width:100%!important;
  }
}
.vertical-middle {
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
}
.vertical-align-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}
.vertical-align-top {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;  
}
.vertical-align-bottom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;  
}

/*** medias ***/
.video-responsive,
.wp-block-embed__wrapper {
  width:100%;
  height:0;
  padding-bottom:56.25%;
/*  overflow:hidden;*/
  position:relative;
  max-width: 800px;
  margin: auto;
}
.video-responsive iframe, .video-responsive embed, .video-responsive object,
.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper embed, .wp-block-embed__wrapper object {
  width:100%!important;
  height:100%!important;
  position:absolute!important;
  top:0;
  left:0;
}

/*** MAGNIFIC POPUP ***/
.mfp-bg {
  opacity:0.9;
}
/*** RESEAUX SOCIAUX ***/
.fab::before{
  font-family: "FontAwesome";
  font-size:1.2em;
  font-style: normal;
}
.fab.fa-linkedin-in::before{
  content:"\f0e1";
}
.fab.fa-facebook-f::before{
  content:"\f230";
}
.fab.fa-vimeo-v::before{
  content:"\f27d";
}
.fab.fa-x-twitter{
  font-family:sans-serif;
}
.fab.fa-x-twitter::before{
  content:"𝕏";
  font-size:1.2em;
  font-style: normal;
}
/*** BACK TO TOP ***/
.back-to-top {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 15px;
  color: var(--col-blanc);
  width: 40px;
  height: 80px;
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-in; 
  -webkit-animation: animtop 2s infinite 2s;
  animation: animtop 2s infinite 2s;
}
.back-to-top::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:-1;
  background-color: var(--col-blanc);
  border: solid 1px var(--col-blanc); 
  border-radius: 50px;
}
.back-to-top:hover {
  transform:translateY(-3px);
}
.back-to-top.visible {
  opacity:0.9;
}
.back-to-top a {
  height: 80px;
  position: relative;
  width: 40px;
  display: block; 
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}
.back-to-top a::before {
  content: "";
  position:absolute;
  text-align:center;
  background-color:var(--col-orange);
  clip-path: polygon(0 42%, 90% 42%, 77% 5%, 82% 0%, 100% 50%, 82% 100%, 77% 95%, 90% 58%, 0 58%);
  width: 32px;
  height: 14px;
  left: 4px;
  top: 34px;
  transform: rotate(-90deg);
}
.back-to-top.visible:hover {
  opacity:1;
}
@media (min-width:992px) {
  .back-to-top {
    width:40px;
    height:80px;
  }
  .back-to-top a {
    height: 80px;
    width: 40px;
  }
  .back-to-top a::before {
    width: 32px;
    height: 14px;
    left: 4px;
    top: 34px;
  }
}
/*** ReCaptcha Badge ***/
.grecaptcha-badge { 
  visibility: hidden;
}
/*** cookies : tarteaucitron ***/
body #tarteaucitronRoot * {
  font-family:"Satoshi-Variable", sans-serif!important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig {
  font-size:18px!important;
  font-family:"Satoshi-Variable", sans-serif!important;
  border:none!important;
  background:rgba(var(--rgb-bleu), 0.9)!important;
  transition:background-color 0.5s ease;
  box-shadow: 0px -1px 4px 1px rgba(0,0,0,.10);
}
body #tarteaucitronRoot #tarteaucitronAlertBig:hover {
  background:rgba(var(--rgb-bleu), 1)!important;
}
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrl, 
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, 
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, 
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-size:18px!important;
  font-family:"Satoshi-Variable", sans-serif!important;
  color: var(--col-blanc) !important;
  font-weight: 300!important;
}
body #tarteaucitronAlertBig #tarteaucitronCloseAlert, 
body #tarteaucitronAlertBig #tarteaucitronPersonalize, 
body #tarteaucitronAlertBig #tarteaucitronPersonalize2, 
body .tarteaucitronCTAButton, 
body #tarteaucitron #tarteaucitronPrivacyUrl, 
body #tarteaucitron #tarteaucitronPrivacyUrlDialog, 
body #tarteaucitronRoot .tarteaucitronDeny, 
body #tarteaucitronRoot .tarteaucitronAllow {
  background-color: var(--col-orange)!important;
  font-size:18px!important;
  font-family:"Satoshi-Variable", sans-serif!important;
  border-radius: var(--radius-min);
}
body #tarteaucitronRoot .tarteaucitronDeny {
  background-color: var(--col-gris)!important; 
  color: var(--col-bleu)!important; 
}
body #tarteaucitronAlertBig #tarteaucitronCloseAlert, 
body #tarteaucitron #tarteaucitronPrivacyUrl, 
body #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background-color: #ffffff!important;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
body #tarteaucitron .tarteaucitronBorder {
  background-color: #efefef !important;
  border: 1px solid #dfdfdf !important;
}
body #tarteaucitronRoot .tarteaucitronH1,
body #tarteaucitronRoot .tarteaucitronH2 {
  text-transform: uppercase;
  color: var(--col-bleu)!important;
}
body #tarteaucitron #tarteaucitronInfo {
  background-color: #efefef!important;
  color: var(--col-bleu)!important;
  border: none!important;
}
body #tarteaucitronAlertSmall,
body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  opacity: .75;
  right: auto;
  left: 70px;
}
body #tarteaucitronAlertSmall:hover,
body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer:hover {
  opacity: 1;
}
/*** Header ***/
.navbar {
  border-radius: 0px;
  border:0px;
  margin:0px 0 0;
  position: fixed;
  top:0px;
  z-index: 1010;
  width: 100%;
  height: var(--navbar-height);
  padding: 20px 0px 20px;
  background-color: transparent;
  transition: all .350s ease-in;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
}
.navbar .container {
  padding: 0;
  position: relative;
}
.navbar.sticky {
  height: var(--sticky-height);
  background-color: transparent;
}
.navbar.sticky .wow {
  visibility: visible!important;
}
/*
.navbar.sticky.navbar-hidden {
  transform: translate3d(0,calc(-100% - 40px),0);
}
*/
.logo-menu-container {
  width:100%;
  padding:0 15px;
  height: 140px;
  display: flex;
  justify-content: space-between;
}
.logo-menu-container .sitename {
  display:none;
}
.navbar .brand-container {
  margin:0px;
  width: 10%;
  text-align: left;
}
.navbar h1,
.navbar .h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  margin-bottom: 0;
}
.navbar-brand {
  position: relative;
  vertical-align:top;
  text-align:center;
  padding:20px;
  margin-right:0;
  height: 100%;
  background-color: transparent;
  border-radius: var(--radius-min);
  transition: all .5s ease-in-out;
}
.navbar.sticky .navbar-brand {
  background-color: var(--col-blanc);
}
.navbar .logo {
  display:inline-block;
  vertical-align:top;
  max-height:120px;
  max-width: var(--width-header-logo);
  width: 100%;
  height: 100%;
  transition: all .35s ease-in-out;
}
.navbar .logo.logo-bleu {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.navbar.sticky .logo.logo-blanc {
  opacity: 0;
}
.navbar.sticky .logo.logo-bleu {
  opacity: 1;
}
.menu-responsive {
  display:none;
  opacity:0;
}
.menu-burger {
  height:32px;
  width: auto;
  position: absolute;
  right: 45px;
  top: calc(50% - 30px);
  padding-right: 0px;
/*  transform: translateY(-50%);*/
  text-align: left;
  display: flex;
}
.menu-burger button {
  position: relative;
  background-color:transparent;
  height:100%;
  text-align:center;
  text-transform:uppercase;
  font-size:0;
  color:var(--col-blanc);
  border:none;
  cursor:pointer;
  padding:0;
  display:inline-block;
  vertical-align: top;
  width:100%;
  text-align:left;
  top: 0px;
  padding: 0 0px;
  border-radius: 100px;
  width: 40px;
  transition: all .35s ease-in-out, transform .6s cubic-bezier(.34,5.56,.64,1);
}
.sticky .menu-burger button {
/*  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);*/
}
.menu-container {
  background-color: transparent;
  height: 70px;
  margin-top: 20px;
  transition: all .35s ease-in-out, transform .6s cubic-bezier(.34,5.56,.64,1);
}
.sticky .menu-container {
  background-color: var(--col-blanc);
  border-radius: 100px;
}
.menu-burger .icon-bar:nth-child(1),
.menu-burger .icon-bar:nth-child(3) {
  position:absolute;
  height:2px;
  width:40px;
  left: 0px;
  background-color:var(--col-blanc);
}
.menu-burger .icon-bar:nth-child(2) {
  position:absolute;
  height:2px;
  width:40px;
  left: 0px;
  background-color:var(--col-blanc);
}
.menu-burger .icon-bar:nth-child(1) {
  top:0px;
}
.menu-burger .icon-bar:nth-child(2) {
  top:15px;
}
.menu-burger .icon-bar:nth-child(3) {
  top:30px;
}
.menu-burger button:hover {
  color: var(--col-orange);
}
.sticky .menu-burger:not(.menu-close) .icon-bar {
  background-color: var(--col-bleu);
}
.menu-burger:not(.menu-close) button:hover .icon-bar,
.sticky .menu-burger:not(.menu-close) button:hover .icon-bar {
  background-color: var(--col-orange);
}/*
.menu-burger:not(.menu-close) button:hover .icon-bar:nth-child(1) {
  animation: minBounceUp 1s;
  animation-delay: 0s;
}
.menu-burger:not(.menu-close) button:hover .icon-bar:nth-child(3) {
  animation: minBounceDown 1s;
  animation-delay: 0s;
}
*/
.menu-container .phone-container .phone {
  border: solid 1.5px var(--col-blanc)!important;
  border-radius: 7px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: -5px auto auto 15px;
}
.menu-container .phone-container .phone svg {
  margin: 0 auto;
}
.menu-container .phone-container .phone svg path {
  stroke: var(--col-blanc);
  transition: all .35s ease-in;
}
.menu-container .phone-container .phone:hover {
  background-color: var(--col-blanc)!important;
}
.menu-container .phone-container .phone:hover svg path {
  stroke: var(--col-orange);
}
.menu-container {
  float:right;
  width:auto;
  display:flex;
  justify-content: flex-end;
  padding-left:15px;
  padding-right: 80px;
}
.menu-container div.wow {
  display: inline-flex;
}
.menu-container .menu-header-principal {
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

@media (min-width:0px) {
  .menu-languages {
    width:auto;
    height: 100%;
    padding-left: 10px;
    text-align: right;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    cursor: pointer;
  }
  .menu-languages .languages {
    position: relative;
    list-style: none;
    margin: 0;
    width: auto;
    min-height: 35px;
    background-color: transparent;
    border: solid 2px var(--col-blanc);
    border-radius: var(--radius-min);
    padding: 6px 24px 4px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    margin-top: calc( (70px - 35px) / 2);
  }
  .menu-languages .languages::after {
    content:"\f107";
    font-family:"FontAwesome";
    position:absolute;
    right:8px;
    top:-2px;
    font-size:14px;
    color:var(--col-blanc);
  }
  .menu-languages ul.languages li {
    display: none;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0!important;
    transition: all 0.35s ease-in-out;
    line-height: 14px;
    padding: 2px 0;
  }  
  .menu-languages ul.languages:hover li {
    display: block;
  }
/***
  .menu-languages ul.languages li:first-child {
    padding-bottom:0px;
  }
  .menu-languages ul.languages li:last-child {
    padding-top:0px;
  }
***/  
  .menu-languages ul.languages li a {
    text-decoration: none;
    color: var(--col-blanc);
    padding-left: 26px;
  }
  .menu-languages ul.languages li.lang-item-fr a {
    background-image: url(../img/main/fr.png);
    width: auto;
    height: 16px;
    display: block;
    background-size: 21px 14px;
    background-repeat: no-repeat;
  }
  .menu-languages ul.languages li.lang-item-en a {
    background-image: url(../img/main/en.png);
    width: auto;
    height: 16px;
    display: block;
    background-size: 21px 14px;
    background-repeat: no-repeat;
  }
  .menu-languages ul.languages li.current-lang {
    display:block!important;
    color:var(--col-blanc);
  }
  .menu-languages ul.languages li.current-lang a {
    color:var(--col-blanc);
  } 
  .sticky .menu-languages .languages {
    border-color: var(--col-bleu);
  }
  .sticky .menu-languages .languages::after {
    color: var(--col-bleu);
  }
  .sticky .menu-languages ul.languages li a,
  .sticky .menu-languages ul.languages li.current-lang,
  .sticky .menu-languages ul.languages li.current-lang a {
    color: var(--col-bleu);
  }     
  .menu-languages ul.languages li a:hover {
    color: var(--col-orange);
  }
  .menu-container .menu-header-principal ul.menu {
    display:flex;
    justify-content: center;
    padding:0px 20px 0px 20px;
    margin:0;
    list-style:none;
  }
  .menu-container .menu-header-secondaire ul.menu {
    display:flex;
    justify-content: center;
    height: 40px;
    margin:2.5px 0 2.5px;
    list-style:none;
    padding-left: 6px;
  }
  .menu-container .menu-header-principal ul.menu li {
    float:left;
    position:static;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 33px;
    letter-spacing: 0em;
    color: var(--col-blanc);
    padding: 0 14px;
  }
  .menu-container .menu-header-principal ul.menu li a {
    position:relative;
    text-align: center;
    color: var(--col-blanc);
    opacity: 1;
    display:flex;
    justify-content: center;
    flex-direction: column;
    height: 33px;
    text-decoration: none;
  }
  .menu-container .menu-header-principal ul.menu li:first-child {
    padding-left: 0;
  }
  .menu-container .menu-header-principal ul.menu li:last-child {
    padding-right: 0;
  }
  .menu-container ul.menu li.bt-blanc a {
    display: block;
    background-color: var(--col-blanc);
    border: solid 1px var(--col-blanc)!important;
    color: var(--col-bleu);
    border-radius: var(--radius-min);
    text-align:center;
    cursor:pointer;
    padding: 0px 14px 0px 14px;
    line-height: 33px;
    height: 33px;
    width:auto;
    text-decoration: none;
  }
  .menu-container ul.menu li.bt-blanc a:hover {
    background-color: var(--col-bleu);
    border: solid 1px var(--col-bleu)!important;
    color: var(--col-blanc);
  }
  .sticky .menu-container ul.menu li.bt-blanc a:hover {
    background-color: transparent!important;
    border-color: transparent!important;
    color: var(--col-orange);
  }
  .menu-container ul.menu li.bt-orange a {
    position: relative;
    display: block;
    background-color: var(--col-orange);
    border: solid 1px var(--col-orange);
    color: var(--col-blanc);
    text-align:center;
    cursor:pointer;
    padding: 0px 44px 0px 30px;
    line-height: 56px;
    height: 56px;
    width:auto;
    text-decoration: none;
  }
  .menu-container ul.menu li.bt-orange a::after {
    content: "";
    position: absolute;
    z-index: 1;
    border-top: solid 1px var(--col-blanc);
    border-right: solid 1px var(--col-blanc);
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    right: 30px;
    top: calc(50% - 5px);
    transition: 0.45s cubic-bezier(0.4, 0.4, 0.4, 1);
  }
  .menu-container ul.menu li.bt-orange a:hover {
    background-color: var(--col-blanc);
    border: solid 1px var(--col-blanc);
    color: var(--col-orange);
  }
  .menu-container ul.menu li.bt-orange a:hover::after {
    border-color: var(--col-orange);
    z-index: 1;
    animation:2s infinite hoverArrow
  }
  .menu-container .menu-header-principal ul.menu > li:not(.bt-orange) a:hover,
  .menu-container .menu-header-principal ul.menu > li.current-menu-item:not(.bt-orange) a,
  .menu-container .menu-header-principal ul.menu > li.current-page-ancestor:not(.bt-orange) a {
/*    transform:scaleX(1);*/
    color: var(--col-orange);
  }
/*
  .menu-container .menu-header-principal ul.menu > li.current-menu-item:not(.bt-orange) a,
  .menu-container .menu-header-principal ul.menu > li.current-page-ancestor:not(.bt-orange) a,
  nav.sticky .menu-container .menu-header-principal ul.menu > li.current-menu-item:not(.bt-orange) a,
  nav.sticky .menu-container .menu-header-principal ul.menu > li.current-page-ancestor:not(.bt-orange) a {
    color: var(--col-orange);
  }
  .menu-container .menu-header-principal ul.menu > li.current-menu-item.bt-blanc a,
  .menu-container .menu-header-principal ul.menu > li.current-page-ancestor.bt-blanc a {
    background-color: var(--col-blanc);
  }
*/
  /* Sous-menu*/
  .menu-header-principal ul.sub-menu {
    display:none;
    opacity: 0;
    list-style: none;
    margin-left: -20px!important;
    position:absolute;
    top: 45px;
    z-index: 40;
    min-width:300px;
/*    background-color: rgba(var(--rgb-blanc),0.6);*/
    color:var(--col-marine);
    padding:25px 20px 10px;
/*    border-radius: var(--radius-min);*/
/*    backdrop-filter: blur(10px);*/
  }
  .menu-header-principal ul.sub-menu::before {
    content: "";
    width:100%;
    height: calc(100% - 15px);
    position: absolute;
    top: 15px;
    left: 0;
    background-color: rgba(var(--rgb-blanc),0.6);
    border-radius: var(--radius-min);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .menu-header-principal li:hover ul.sub-menu {
    opacity: 1;
    display: block;
  }
  .menu-header-principal li:hover ul.sub-menu::before {
    animation-name: blurOut;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.4,.4,.4,1);
    animation-delay: .10s;
    animation-duration: .10s;
  }
  .menu-header-principal li:hover ul.sub-menu li {
    animation-name: blurOut;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.4,.4,.4,1);
    animation-delay: .10s;
    animation-duration: .10s;
  }
  nav.sticky .menu-header-principal ul.sub-menu {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .menu-container .menu-header-principal ul.sub-menu li {
    position: relative;
    padding-left: 0!important;
    padding-right: 0!important;
    width: 100%;
    border-bottom: solid 1px var(--col-blanc);
    font-weight: 700;
  }
  .menu-container .menu-header-principal ul.sub-menu li:last-child {
    border: none;
  }
  .menu-container .menu-header-principal ul.sub-menu li a {
    text-align: left;
  }
  .menu-container .menu-header-principal ul.sub-menu li::after {
    content: "";
    position: absolute;
    right: 0;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: var(--col-blanc);
    top: 50%;
    transform: translateY(-50%);
    transition: all .450s cubic-bezier(.4,.4,.4,1);
  }
  .menu-container .menu-header-principal ul.sub-menu li a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: solid 1px var(--col-orange);
    border-right: solid 1px var(--col-orange);
    right: 9px;
    top: 17px;
    background-color: transparent;
    z-index: 5;
    transition: all .450s cubic-bezier(.4,.4,.4,1);
  }
  .menu-container .menu-header-principal ul.sub-menu li a::after {
    content: "";
    position: absolute;
    z-index: 5;
    width: 1px;
    height: 13px;
    background-color: var(--col-orange);
    transform-origin: 0 0;
    transform: rotate(45deg);
    right: 9px;
    top: 17px;
    transition: all .450s cubic-bezier(.4,.4,.4,1);
  }
  .menu-container .menu-header-principal ul.sub-menu li:hover::after {
    background-color: var(--col-orange);
  }
  .menu-container .menu-header-principal ul.sub-menu li:hover a::before {
    border-top: solid 1px var(--col-blanc);
    border-right: solid 1px var(--col-blanc);
  }
  .menu-container .menu-header-principal ul.sub-menu li:hover a::after {
    background-color: var(--col-blanc);
  }
}
@media (min-width: 1200px) {
  .menu-container .menu-header-principal ul.menu {
    padding: 0px 0px 0px 20px;
  }
  .menu-container .menu-header-principal ul.menu li {
    font-size: 18px;
    padding: 0 14px;
  }
  .menu-container .menu-header-principal ul.menu li a {
    height: 50px;
  }
  .menu-container .menu-header-principal ul.menu li:first-child {
    padding-left: 0;
  }
  .menu-container .menu-header-principal ul.menu li:last-child {
    padding-right: 0;
  }
  .menu-container ul.menu li.bt-blanc a {
    padding: 0px 14px 0px 14px;
    line-height: 33px;
    height: 33px;
  }
  .menu-container ul.menu li.bt-orange a {
    padding: 0px 34px 0px 20px;
    line-height: 50px;
    height: 50px;
  }
  .menu-container ul.menu li.bt-orange a::after {
    right: 20px;
  }
}
@media (min-width:1500px) {
  .menu-container .menu-header-principal ul.menu li {
    font-size: 18px;
    padding: 0 14px;
  }
  .menu-container .menu-header-principal ul.menu li a {
    height: 33px;
  }
}

.menu-responsive {
  position:fixed;
  width:100%;
  height:100svh;
  z-index:10000;
  top:-110vh;
  opacity:1;
  background:var(--col-bleu);
  display: block;
  transition: all 0.75s cubic-bezier(.4,0,0,1);
} 
@media (max-height: 700px) {
  .menu-responsive {
    top:-200vh;
  }
}
.menu-responsive .bg-bleu {
  height: 100svh;
}
.menu-responsive.menu-responsive-active {
  top: 0;
  opacity: 1;
}
.menu-responsive .container {
  position: relative;
  height: 100%;
  padding: 0;
}
.menu-responsive .logo-menu-container {
  position: relative;
  width:100%;
  height:var(--navbar-height);
  padding:20px 15px;
}
.menu-responsive .h1 {
  margin:0;
}
.menu-responsive .navbar-brand {
  float:left;
  height:100%;
  padding-top:0px;
  margin-top: 15px;
}
.menu-responsive .navbar-brand img,
.menu-responsive .navbar-brand svg {
  max-height:100px;
  max-width: var(--width-header-logo);
  height: 100%;
  width: 100%;
  vertical-align: top;
}
.menu-responsive .menu-burger {
  top: 40px;
}
.menu-responsive .menu-burger button {
  height:32px;
  top:30px;
  background-color:var(--col-rouge);
  text-align:center;
  text-transform:uppercase;
  font-size:0;
  color:var(--col-blanc);
  border:none;
  cursor:pointer;
  padding:0;
  display:inline-block;
  vertical-align: top;
  text-align:left;
  padding: 0 0px;
  border-radius: 100px;
  width: 40px;
  transition: all .35s ease-in-out, transform .6s cubic-bezier(.34,5.56,.64,1);
}
.menu-responsive .menu-burger .icon-bar:nth-child(2) {
  display:none;
}
.menu-responsive .menu-burger .icon-bar:nth-child(1) {
  transform:rotate(-45deg);
  top:15px;
  left: 0px;
  width: 40px;
  background-color:var(--col-blanc);
}
.menu-responsive .menu-burger .icon-bar:nth-child(3) {
  transform:rotate(45deg);
  top:15px;
  left: 0px;
  width: 40px;
  background-color:var(--col-blanc);
}
/*
.menu-responsive .menu-burger button:hover {
  background-color:var(--col-blanc);  
}
*/
.menu-responsive .menu-burger button:hover .icon-bar {
  background-color:var(--col-orange);  
}
.menu-responsive .menu-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 170px);
}
.menu-responsive .menu-responsive-languages {
  color: var(--col-blanc);
  padding: 20px 0 50px;
  display: none;
}
.menu-responsive .menu-responsive-languages h4 {
  margin-bottom: 15px;
}
.menu-responsive .menu-responsive-languages ul {
  padding: 0;
  list-style: none;
}
.menu-responsive .menu-responsive-languages ul li a {
  color: var(--col-blanc);
  text-decoration: none;
  padding-left: 26px;
  display: inline-block !important;
  line-height: 26px;
}
.menu-responsive .menu-responsive-languages ul.languages li.lang-item-fr a {
  background-image: url(../img/main/fr.png);
  width: auto;
  display: block;
  background-size: 21px 14px;
  background-repeat: no-repeat;
  background-position: left center;
}
.menu-responsive .menu-responsive-languages ul.languages li.lang-item-en a {
  background-image: url(../img/main/en.png);
  width: auto;
  display: block;
  background-size: 21px 14px;
  background-repeat: no-repeat;
  background-position: left center;
}
.menu-responsive .menu-responsive-languages ul.languages li.current-lang a,
.menu-responsive .menu-responsive-languages ul li a:hover {
  color: var(--col-orange);
}
/*
.menu-responsive .menu-content::before {
  content: "";
  width: 60%;
  height: 100%;
  background-color: var(--col-ciel);
  position: absolute;
  z-index: 0;
}
*/
.menu-responsive .reseaux-sociaux-container {
  position: absolute;
  bottom: 40px;
  width: 50%;
  display: flex;
  align-items: flex-end;
}
.menu-responsive .menu-responsive-container {
  width: 100%;
  padding: 0 15px 0 15px;
}
.menu-responsive-container ul {
  list-style:none;
  margin:20px auto 0px;
  padding:0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/*******************
.menu-responsive-container ul.sub-menu {
  display:none;
  opacity:0;
}
.menu-responsive-container ul.sub-menu.sub-menu-active {
********************/
.menu-responsive-container ul.sub-menu {
  display: block;
  opacity: 1;
  animation-name: slideFade;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(.4,.4,.4,1);
  animation-delay: .10s;
  animation-duration: .10s;
  transition: all .35s ease-in-out;
}
.menu-responsive-container li {
  position:relative;
  padding:0px 0px!important;
  font-size: var(--size-h3);
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}
.menu-responsive-container li:first-child {
  padding-top:0px;
}
.menu-responsive-container li:last-child {
  padding-bottom:0px;
}
.menu-responsive-container li a {
  position:relative;
  color:transparent;
  height:calc( var(--size-h3) + 20px);
  display:flex;
  flex-direction: column;
  justify-content: space-around;
  text-decoration: none;
  transition: all 1s cubic-bezier(.4,0,0,1);
  background: linear-gradient(to right, var(--col-orange) 50%, var(--col-blanc) 50%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100% 0%;
}
.menu-responsive-container li a:hover,
.menu-responsive-container li.current-menu-item a,
.menu-responsive-container li.current-page-ancestor a {
  background-position: 0% 0%;
}
.menu-responsive-container li.current-menu-item a,
.menu-responsive-container li.current-page-ancestor a {
  font-weight: 500;
}
.menu-responsive-container ul:not(.sub-menu) li.disabled:hover > a {
  pointer-events: none;
  cursor: pointer!important;
}
.menu-responsive-container ul li.bt-standard a {
  display: inline-block;
  background-color: transparent;
  border: solid 1px var(--col-blanc)!important;
  color: var(--col-blanc);
  text-align:center;
  cursor:pointer;
  padding: 0px 30px 0px 30px;
  line-height: 56px;
  height: 56px;
  width:auto;
  margin-top: 20px;
  margin-bottom: 40px;
  text-decoration: none;
}
.menu-responsive-container ul li.bt-standard a:hover {
  background-color: var(--col-blanc);
  border: solid 1px var(--col-blanc)!important;
  color: var(--col-rouge);
}
.menu-responsive-container ul li.bt-orange a {
  display: inline-block;
  background-color: var(--col-orange);
  border: solid 1px var(--col-orange)!important;
  color: var(--col-blanc);
  text-align:center;
  cursor:pointer;
  padding: 0px 44px 0px 30px;
  line-height: 56px;
  height: 56px;
  width:auto;
  margin-bottom: 40px;
  text-decoration: none;
}
.menu-responsive-container ul li.bt-orange a::after {
  content: "";
  position: absolute;
  z-index: 1;
  border-top: solid 1px var(--col-blanc);
  border-right: solid 1px var(--col-blanc);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  right: 30px;
  top: calc(50% - 5px);
  transition: 0.45s cubic-bezier(0.4, 0.4, 0.4, 1);
}
.menu-responsive-container ul li.bt-orange a:hover {
  background-color: var(--col-blanc);
  border: solid 1px var(--col-blanc)!important;
  color: var(--col-orange);
}
.menu-responsive-container ul li.bt-orange a:hover::after {
  border-color: var(--col-orange);
  z-index: 1;
  animation: 2s infinite hoverArrow;
}
.menu-responsive-container li.important a {
  background-color: var(--col-orange);
  color: var(--col-blanc);
  text-align:center;
  cursor:pointer;
  padding: 0px 24px 0px 24px;
  border-radius: 45px;
  line-height: 40px;
  height: 45px;
  width:auto;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.menu-responsive-container li.important a:hover {
  background-color: var(--col-gris);
  color: var(--col-blanc);
}
.menu-responsive-container li.menu-item-has-children button {
  display:none;
}
/*********************
.menu-responsive-container li.menu-item-has-children button {
  position:absolute;
  cursor:pointer;
  right: 32px;
  top: 18px;
  z-index:10;
  border:none;
  background:transparent;
  padding:0;
}
.menu-responsive-container li.menu-item-has-children button::before {
  display:block;
  content:"\f107";
  font-family: "FontAwesome";
  font-size:22px;
  line-height:26px;
  height:26px;
  width:26px;
  border:solid 1px var(--col-blanc);
  border-radius:15px;
  color:var(--col-bleu);
  background-color:var(--col-blanc);
  transition:all .2s ease-in;
}
.menu-responsive-container li.menu-item-has-children.sub-menu-open button::before {
  transform:rotate(180deg);
}
*********************/
.menu-responsive-container li.menu-item-has-children {
  background-color:rgba(255,255,255,0.05);
}
.menu-responsive-container li .sub-menu {
  margin-top: 0;
  width: calc(100% - 30px);
  margin-left: 0;
  padding:5px 0 15px;
}
.menu-responsive-container li .sub-menu li a {
  color:var(--col-blanc);
  height:auto;
  text-transform: none;
  letter-spacing: normal;
  padding:10px 0;
  min-height:40px;
  pointer-events: auto;
  cursor: auto;!important;
/*  border-bottom: solid 1px var(--col-ciel)!important;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.menu-responsive-container li .sub-menu li a::before {
  content:"-";
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
}
.menu-responsive-container li .sub-menu li:last-child a {
/*  border-bottom: none;*/
}
.menu-responsive-container li .sub-menu li a:hover {
  color:var(--col-orange);
  pointer-events: auto;
  cursor: pointer;!important;
}
.menu-responsive-container li .sub-menu li::after {
  display:none;
}
.menu-responsive-container li .sub-menu .sub-menu {
  display: none;
}
.menu-responsive-footer {
  display: flex;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100px;
  color: var(--col-bleu);
  padding: 0 15px;
}
.menu-responsive-footer .social a {
  border: 2px solid var(--col-bleu)!important;
}
.menu-responsive-footer .social a:hover {
  background-color:var(--col-bleu)!important;
  color: var(--col-blanc)!important;
}
.menu-responsive-footer .social a:hover::before {
  color: var(--col-blanc)!important;
}
.menu-responsive-footer .button-3 {
  margin-left: 40px;
}
/*** Classes pour animations ***/
.fadeInBigLeft {
  -webkit-animation-name: fadeInBigLeft;
  animation-name: fadeInBigLeft;
}
.fadeInBigUp {
  -webkit-animation-name: fadeInBigUp;
  animation-name: fadeInBigUp;
}
.fadeInBigDown {
  -webkit-animation-name: fadeInBigDown;
  animation-name: fadeInBigDown;
}
.slideFadeIn {
  animation: 1s ease-in-out 0.2s slideFade both;
  -webkit-animation:1s ease-in-out 0.2s slideFade both;;
}
.slideButtonFromCenter::before {
  animation: 1s ease-in-out 2s buttonFromCenter both;
  -webkit-animation: 1s ease-in-out 2s buttonFromCenter both;
}
.animated.buttonFromCenter::before,
.animated.buttonFromCenter::after {
  animation-name: buttonFromCenter;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-duration: 1s;
  -webkit-animation-name: buttonFromCenter;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}
.slideButtonFromLeft::before {
  animation: 1s ease-in-out 2s buttonFromLeft both;
  -webkit-animation: 1s ease-in-out 2s buttonFromLeft both;
}
.animated.buttonFromLeft::before,
.animated.buttonFromLeft::after {
  animation-name: buttonFromLeft;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.4,.4,.4,1);
  animation-delay: 1s;
  animation-duration: 1s;
  -webkit-animation-name: buttonFromLeft;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function:cubic-bezier(.4,.4,.4,1);
}
/*
.call-to-action a.button span.fadeIn {
  animation: 0.2s ease-in-out 0.2s fadeIn both!important;
  -webkit-animation:0.2s ease-in-out 0.2s fadeIn both!important;
}
.slideButtonFromCenter::before {
  animation: 0.2s ease-in-out 0.2s fadeIn both;
  -webkit-animation: 0.2s ease-in-out 0.2s fadeIn both;
}
.animated.buttonFromCenter::before {
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}
*/
.blurOut {
  animation-name: blurOut;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: blurOut;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}
.leftToRight {
  animation-name: leftToRight;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: leftToRight;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}
.topToBottom {
  animation-name: topToBottom;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: topToBottom;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}
.animated.revealText {
  animation-name: revealText;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-duration: 2s;
  -webkit-animation-name: revealText;
  -webkit-animation-timing-function: ease-in-out;
}
.showPhoto {
  -webkit-animation-name: showPhoto;
  animation-name: showPhoto;
}

/*** Général ***/
a.button,
.multi-select-button,
.formulaire .chosen-container,
.formulaire select.chosen,
.formulaire .wpcf7-submit  {
  position:relative;
  z-index:2;
  display:inline-block;
  text-align:center;
  cursor:pointer;
  padding: 0px 20px 0px 20px;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  height: 48px;
  width:auto;
  cursor: pointer;  
  text-decoration: none;
  border: none;
  background-color: transparent;
/*  animation: 1s ease-in-out 3.5s fade-in both;*/
  overflow: hidden;
}
a.button::before,
.multi-select-button::before,
.formulaire .chosen-container::before,
.formulaire select.chosen::before,
.formulaire .wpcf7-submit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0px; 
  top: 0px; 
  transition: all 0.65s cubic-bezier(.4,0,0,1);
}
a.button-1,
.multi-select-button,
.formulaire .chosen-container,
.formulaire select.chosen,
.formulaire .wpcf7-submit {
  color: var(--col-blanc);
  background-color: var(--col-orange);
  border-radius: 30px;
}
a.button-1::before,
.multi-select-button::before,
.formulaire .chosen-container::before,
.formulaire select.chosen::before {
  background-color: var(--col-orange);
  border-radius: 30px;
  color: var(--col-blanc);
  opacity: 0;
}
a.button::after,
.multi-select-button::after,
.formulaire .chosen-container::after,
.formulaire select.chosen::after,
.formulaire .wpcf7-submit::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  top: 0;
  left: 0; 
  transition: all 0.65s cubic-bezier(.4,0,0,1);
}
a.button-1::after,
.multi-select-button::after,
.formulaire .chosen-container::after,
.formulaire select.chosen::after,
.formulaire .wpcf7-submit::after {
  background-color: var(--col-bleu);
}
.bg-bleu a.button-1::after,
.bg-bleu .multi-select-button::after,
.bg-bleu .formulaire .chosen-container::after,
.bg-bleu .formulaire select.chosen::after,
.bg-bleu .formulaire .wpcf7-submit::after {
  background-color: var(--col-blanc);
}
.bg-ciel a.button-1::after,
.bg-bleu-clair a.button-1::after,
.bg-ciel .multi-select-button::after,
.bg-ciel .formulaire .chosen-container::after,
.bg-ciel .formulaire select.chosen::after,
.bg-ciel .formulaire .wpcf7-submit::after {
  background-color: var(--col-bleu);
}

a.button-1:hover,
.formulaire .wpcf7-submit:hover {
  color: var(--col-blanc);
}
.bg-bleu a.button-1:hover {
  color: var(--col-bleu);
}
.bg-ciel a.button-1:hover,
.bg-bleu-clair a.button-1:hover {
  color: var(--col-blanc);
}
a.button-1:hover::after,
.formulaire .wpcf7-submit:hover::after {
  width:100%;
  transition: all 0.65s cubic-bezier(.4,0,0,1);
}
a.button-1-invert {
  background-color: var(--col-bleu);
  border-radius: 30px;
}
a.button-1-invert::after{
  background-color: var(--col-orange);
}
a.button-2 {
  color: var(--col-blanc);
  border: solid 1px var(--col-blanc);
  border-radius: 30px;
}
a.button-2-b {
  color: var(--col-bleu);
  border: solid 1px var(--col-bleu);
}
a.button-2::before {
  background-color: transparent;
  border-radius: 100px;
}
a.button-2::after {
  background-color: var(--col-blanc);
}
a.button-2-b::after {
  background-color: var(--col-bleu);
}
a.button-2:hover::before {
/*
  background-color: var(--col-blanc);
  border-radius: 100px;
  filter: blur(4px);
  transition: filter .45s cubic-bezier(.4,0,0,1);
*/
}
a.button-2:hover {
  color: var(--col-orange);
}
a.button-2:hover::after {
  width: 100%;
  transition: all 0.65s cubic-bezier(.4,0,0,1);
}
a.button-2.without-arrow:hover::before {
  background-color: var(--col-blanc);
  border-radius: 100px;
}

a.button-2-b:hover {
  color: var(--col-blanc);
}
a.button-2-b:hover::after {
  width: 100%;
  transition: all 0.65s cubic-bezier(.4,0,0,1);
}
a.button-3 {
  color: var(--col-orange);
}
a.button-3::before {
  background-color: var(--col-blanc);
  border-radius: 100px;
}
a.button-3::after {
/*  background-color: var(--col-bleu);*/
}
a.button-3:hover {
  color: var(--col-blanc);
}
a.button-3:hover::before {
  background-color: var(--col-orange);
}
a.button-4 {
  color: var(--col-marine);
}
a.button-4::before {
  background-color: transparent;
  border-radius: 100px;
}
a.button-4::after {
  border: solid 1px var(--col-marine);
  border-radius: 100px;
  opacity: 1;
}
a.button-4:hover::before {
  background-color: var(--col-blanc);
  border-radius: 100px;
}
a.button-4:hover::after {
  border: solid 1px var(--col-blanc);
}
a.button-4:hover {
  color: var(--col-orange);
}
a.button-1 .with-arrow {
  padding-right: 14px;
}
a.button-1 .with-arrow::before {
  content:"";
  position: absolute;
  z-index: -1;
  border-top: solid 1px var(--col-blanc);
  border-right: solid 1px var(--col-blanc);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  right: 30px;
  top: calc(50% - 5px);
  transition: all .450s cubic-bezier(.4,.4,.4,1);
}
a.button-1:hover .with-arrow::before {
/*  border-color: var(--col-orange);*/
  z-index: 1;
  animation:2s infinite hoverArrow
}


a.button-2 .with-arrow::before {
  content:"";
  position: absolute;
  z-index: -1;
  background-color: var(--col-blanc);
  width: 28px;
  height: 28px;
  border-radius: 100px;
  right: 8px;
  top: 6px;
  transition: all .450s cubic-bezier(.4,.4,.4,1);
}
a.button-2-b .with-arrow::before {
  background-color: var(--col-orange);
}
a.button-2 .with-arrow::after {
  content:"";
  position: relative;
  z-index: 1;
  display:inline-block;
  width:10px;
  height:10px;
  border-top:solid 3px var(--col-orange);
  border-right:solid 3px var(--col-orange);
  clip-path:polygon(0 0,0% 10%,85% 10%,0% 90%,10% 100%,90% 20%,90% 100%,100% 100%,100% 0);
  background-color:var(--col-orange);
  margin-left:15px;
  transition:all .35s ease-in
}
a.button-2-b .with-arrow::after {
  border-top:solid 3px var(--col-blanc);
  border-right:solid 3px var(--col-blanc);
  background-color:var(--col-blanc);
}
a.button-2:hover .with-arrow::before {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
/*
  filter: blur(5px);
  transform: scale(1.05);
*/  
  transition: all .450s cubic-bezier(.4,.4,.4,1);
}
a.button-2:hover .with-arrow::after {
  animation:2s infinite hoverArrow
}
.call-to-action {
  margin-top: 40px;
}
ul {
  padding: 0 0 0 20px;
}
body ul li:not(.col-12) {
  position: relative;
  padding-left: 10px;
}
ul.slick-slider,
ul.slick-dots,
.banner ul.slider-home {
  padding: 0;
  list-style: none;
}
body ul.pagination li,
body ul.slick-slider li,
body ul.slick-dots li,
body ul.slider-home li,
body footer ul li {
  padding-left: 0!important;
}
body h1,
body .h1 {
  font-weight: 900;
  font-size: var(--size-h1);
  line-height: 1.2em;
  margin-bottom: 30px;
  color: var(--col-blanc);
}
body h2,
body .h2 {
  position: relative;
  font-weight: 500;
  font-size: var(--size-h2-xl);
  text-align: left;
  line-height: 1em;
  margin-bottom: 40px;
  color: var(--col-bleu);
  text-transform: uppercase;
}
body h2 strong,
body h2 b,
body .h2 strong,
body .h2 b {
  font-weight: 600;
}
body h1 p,
body .h1 p,
body h2 p,
body .h2 p {
  margin-bottom: 0;
}
body h3,
body .h3 {
  font-weight: 700;
  font-size: var(--size-h3);
  text-align: left;
  line-height: 1.25em;
  letter-spacing: normal;  
  color: var(--col-bleu);
  margin-bottom: 20px;
}
body h4,
body .h4 {
  font-weight: 700;
  font-size: var(--size-h4);
  line-height: var(--size-h4);
  letter-spacing: normal;  
  margin-bottom: 20px;
}
body .sur-titre {
  position: relative;
  font-weight: 400;
  font-size: var(--size-surtitre);
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;  
  display: inline-block;
  color: var(--col-bleu);
  text-align: left;
  margin-bottom: 20px;
}
body .sur-titre span.typing {
  position: relative;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: 0%;
  display: inline-block;
  white-space: nowrap;
  border-right: solid .1rem var(--col-bleu);
  background-color: var(--col-bleu);
  overflow: hidden;
  animation: cursor .8s step-end infinite, typing 4s steps(var(--var-length)) infinite alternate;
}
/*
body .sur-titre span.typing::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  height: 100%;
  border-right: solid .4rem var(--col-bleu);
  background-color: var(--col-blanc);
  animation: cursor .8s step-end infinite, typing 10s steps(var(--var-length)) infinite;
}
*/
body .sous-titre {
  position: relative;
  font-weight: 900;
  font-size: var(--size-soustitre);
  line-height: 1.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;  
  display: inline-block;
  color: var(--col-bleu);
  text-align: left;
  margin-bottom: 20px;
}

.page {
  font-weight: 400;
  font-size: var(--size-txt);
  line-height: 150%;
/*  padding-top: var(--navbar-height);*/
  position: relative;
  z-index: 0;
}
.with-background .page {
  padding-top: 0;
}
.homepage,
.page.page-contact {
  overflow: hidden;
}
.page .texte {
  text-align: left;
  font-weight: 400;
  line-height: 1.35em;
}
.page .texte.texte-grand {
  font-size: var(--size-txt-big);
  line-height: 1.1em;
}
.page .texte mark {
  position: relative;  
  font-weight: 700;
  background: linear-gradient(to top, transparent 10%, rgba(var(--rgb-orange),1) 10.01%, rgba(var(--rgb-orange),1) 50%, transparent 50.01%) no-repeat;
  padding: 0 5px 5px;
  color: var(--col-bleu);
}
.page .texte strong,
.page .texte b {
  font-weight: 700!important;
}
.page .texte a {
  text-decoration: underline;
}
.page .texte u,
.page .titre u {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 17%;
  text-decoration-thickness: 5%;
  text-decoration-color: var(--col-orange);
}
.page .texte dfn {
  font-weight: 900;
  color: var(--col-orange);
  font-style: normal;
}
.page-content .texte ul {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin: 20px auto;
}
.page-content .texte li {
  padding-left: 24px;
  margin-bottom: 20px;
}
.page-content .texte li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--col-bleu);
}
.page-standard .texte h2 {
  font-weight: 600;
  margin-top: 60px;
  text-transform: none;
  font-size: var(--size-h2-l);
}
.section-interne {
  position: relative;
  padding: var(--main-padding) 0;
}
.container-padding-left {
  padding-left: var(--main-padding-left);
}
.container-padding-right {
  padding-right:var(--main-padding-right);
}
.container-big-padding-left {
  padding-left: calc(var(--main-padding-left)*2);
}
.container-big-padding-right {
  padding-right: calc(var(--main-padding-right)*2);
}
.container-padding-left-right {
  padding: 0 calc(var(--main-padding-left) + 15px);
}
.cadre-photo {
  overflow: hidden;
  width: 100%;
  height: var(--cadre-photo-height);
  position: relative;
  z-index: 1;
/*  animation: fadeInDownRight .45s linear;*/
}
.block-photo-banner .cadre-photo,
.photo-banner.cadre-photo {
  height: var(--banner-photo-height);
}
.cadre-photo.mode-normal {
  height: auto;
}
.cadre-photo figure {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
}
.cadre-photo img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.cadre-photo.mode-normal img {
  object-fit: contain;
}
.label-lucie .cadre-photo.mode-normal img {
  max-width:200px;
  height:auto;
}
.cadre-photo.with-parallax img {
  height: calc(100% + 700px)!important;
  margin-top: -300px;
}
.bloc-raccourci .cadre-photo.with-parallax img {
  height: calc(100% + 300px)!important;
  margin-top: -100px;
}

/****
.slider-home li.cadre-photo.with-parallax img {
  height: calc(100% + 1000px)!important;
  margin-top: -400px;
}
****/
.cadre-photo.border-radius img {
  border-radius: var(--radius-min);
}
.cadre-photo.border-radius.hover-photo figure,
.cadre-photo.border-radius.with-parallax figure {
  border-radius: var(--radius-min);
  overflow: hidden;
}
.cadre-photo.border-radius.with-legende.hover-photo figure,
.cadre-photo.border-radius.with-legende.with-parallax figure {
  overflow: visible;
}
.cadre-photo.border-radius.hover-photo figure div,
.cadre-photo.border-radius.with-parallax figure div {
  border-radius: var(--radius-min);
  overflow: hidden;
  height: 100%;
}
.cadre-photo.hover-photo img {
  transition: transform 0.45s ease;
}
.cadre-photo.hover-photo:hover img {
  transform: scale(1.1);
}
.cadre-photo.with-legende {
  padding-bottom: 30px;
}
.bg-gris {
  background-color: var(--col-gris);
}
.bg-blanc {
  background-color: var(--col-blanc);
}
.bg-orange {
  background-color: var(--col-orange);
}
.bg-bleu {
  background-color: var(--col-bleu);
}
.bg-ciel {
  background-color: var(--col-ciel);
}
.bg-bleu-clair {
  background-color: var(--col-bleu-clair);
}
.bg-orange h2,
.bg-bleu h2,
.bg-bleu .texte,
.bg-orange .texte {
  color: var(--col-blanc)!important;
}
.with-revealText div {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 20px; /* pour gérer le débordement dû à l'italique **/
  padding-bottom: 15px; /* pour gérer le débordement dû à l'italique **/
}
.with-revealText div span {
  visibility: hidden;
  display: inline-block;
  vertical-align: top;
/*
  animation-name: revealText;
  animation-timing-function: ease-in-out;
  animation-delay: .6s;
  animation-duration: 0.4s;
  -webkit-animation-name: revealText;
  -webkit-animation-timing-function: ease-in-out;
*/
}
.with-revealText div span {
/*  padding-top: 20px; /* pour l'affichage des accents */
  padding-top: 0px;
}

/*** Fil ariane ***/
.section-breadcrumb {
  padding-top: 40px;
}
.fil-ariane {
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
}
.fil-ariane a {
  font-weight: 500;
  text-decoration: none!important;
}
.fil-ariane .breadcrumb_last {
  font-weight: 700;
}
/*** Homepage ***/
.banner {
  position: relative;
  z-index: 0;
  display: flex;
  background-color: rgba(var(--rgb-bleu), 1);
  color: var(--col-blanc);
  height:var(--slider-home-height)!important;
  position: relative;
  text-align: center;
}
.banner .container {
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-blend-mode: multiply;
  background: rgba(var(--rgb-bleu), 0.5);
  background: linear-gradient(180deg, rgba(var(--rgb-bleu), 0.7) 26%, rgba(var(--rgb-bleu), 0.4) 100%);
}
.page-home .banner::before {
  background: rgba(var(--rgb-bleu), 0.25);
  background: linear-gradient(180deg, rgba(var(--rgb-bleu), 0.4) 26%, rgba(var(--rgb-bleu), 0.2) 100%);
}
.slider-home-container,
.slider-home-image {
  color:var(--col-blanc);
  height:var(--slider-home-height);
  max-height: var(--slider-home-height);
  width:100%;
  overflow:hidden;
  position: relative;
  margin-bottom: 0;
}
.page-home .slider-home-container,
.page-home .slider-home-image {
  max-height: var(--slider-home-height);
}
.slider-home-image li {
  height:var(--slider-page-height)!important;
  max-height: var(--slider-page-height);
  width:100vw;
  text-align: center;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center
}
.page-home .slider-home-image li {
  height:var(--slider-home-height)!important;
  max-height: var(--slider-home-height);
}
.slider-home-image li img {
  height:100%;
  width:100%;
  object-fit:cover;
  object-position: center center;
  max-width:none
}
.slider-home-image a {
  color:#fff
}
.slider-home-image li img {
  height:100%;
  width:100%;
  object-fit:cover;
  object-position: center center;
  max-width:none
}
.slider-home-container,
.slider-home-image {
  color:var(--col-blanc);
  height:var(--slider-home-height);
  width:100%;
  overflow:hidden;
  position: relative;
}
.slider-home-image li {
  height:var(--slider-home-height);
  width:100vw;
  text-align: center;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center
}
.slider-home-image a {
  color:#fff
}
.slider-home-image .slick-dots,
.slider-home-link .slick-dots {
  display:none !important
}
#slider-home-content {
  animation:1.5s ease-out 0s 1 slideFade;
  -webkit-animation:1.5s ease-out 0s 1 slideFade;
  position:absolute;
  width:100%;
  height: calc(var(--slider-home-height) / 2);
  overflow:hidden;
/*  top:calc( var(--width-container) / 15);*/
  top: auto;
  bottom: calc(var(--slider-home-height) / 4);
  left:50%;
  transform: translateX(-50%);
  z-index:5;
  display: flex;
}
#slider-home-content .navigation-previous-next {
  width: 50px;
  height: 50px;
  cursor: pointer;
  outline: none;
  font-size: 0;
  border: none;
  background: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
/*  margin: calc(100vh - var(--navbar-height) - 100px) 0 0 auto;*/
  margin: 0 0 0 auto;
  opacity: 0.75;
  transition: all .35s ease-in-out;
  position: absolute;
  top: calc(50% - 25px);
  left: 15px; 
  z-index: 2; 
}
#slider-home-content .navigation-previous-next.next-slide {
  left: auto;
  right: 15px;
}
#slider-home-content .navigation-previous-next.previous-slide::before {
  content: "";
  border-top: solid 2px var(--col-blanc);
  border-left: solid 2px var(--col-blanc);
  transform: rotate(-45deg);
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
#slider-home-content .navigation-previous-next.next-slide::before {
  content: "";
  border-top: solid 2px var(--col-blanc);
  border-right: solid 2px var(--col-blanc);
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
}
#slider-home-content .navigation-previous-next span {
  display: none;
}
#slider-home-content .navigation-previous-next svg {
  margin: auto;
}
#slider-home-content .navigation-previous-next:hover {
  opacity: 1;
}
#slider-home-content .slider-home-content {
/*
  padding-top: 15%;
  padding-bottom: 10%;
*/
  width: 100%;

}
#slider-home-content .slider-home-content li {
  padding:0px 0px 100px;
/*  padding:300px 0px 0px;*/
  margin: 0px!important;
  height: calc( (var(--slider-home-height)/2) - 90px);
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner-content {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: var(--width-container);
  margin-left: var(--marge-left);
  z-index: 3;
}
.page-home .banner-content {
  bottom: 350px;
}
@media only screen and (max-height: 1300px) {
  .page-home .banner-content {
    bottom: 320px;
  }
}
@media only screen and (max-height: 1250px) {
  .page-home .banner-content {
    bottom: 300px;
  }
}
@media only screen and (max-height: 1200px) {
  .page-home .banner-content {
    bottom: 260px;
  }
}
@media only screen and (max-height: 1100px) {
  .page-home .banner-content {
    bottom: 240px;
  }
}
@media only screen and (max-height: 1000px) {
  .page-home .banner-content {
    bottom: 200px;
  }
}
@media only screen and (max-height: 900px) {
  .page-home .banner-content {
    bottom: 160px;
  }
}
.banner-content h1 {
  font-weight: 500;
  font-size: var(--size-h1);
  line-height: 1em;
  letter-spacing: 0%; 
  text-align: left; 
  text-transform: uppercase;
  max-width: 75%;
}
.page-home .banner-content h1 {
  font-weight: 700;
  font-size: var(--slider-size-h1);
  line-height: 1.25em;
  letter-spacing: 0.2em; 
  text-align: center; 
  text-transform: uppercase;
  max-width: 100%;
}
.page-home .banner-content h1 small {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.page-produits .banner-content h1 {
  font-size: calc( var(--size-h1) * 0.75);
}
.background-video {
  width: 100dvw;
  height: 100svh;
}
.background-video img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;  
}
#main_video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
#main_video .background,
#main_video iframe {
  width: 100%;
  height: 100%;
}
#main_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.move-left {
  margin-left: -10%;
}
.move-left-2 {
  margin-left: -5%;
}
.slick-vertical .slick-slide {
  border: none!important;
}
h2.sousligne {
  margin-bottom: 70px;
}
h2.sousligne::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  background: linear-gradient(to right,  rgba(148,187,84,1) 0%,rgba(148,187,84,1) 25%,rgba(244,210,61,1) 25%,rgba(244,210,61,1) 50%,rgba(108,174,226,1) 50%,rgba(108,174,226,1) 75%,rgba(75,75,74,1) 75%,rgba(75,75,74,1) 100%);
  width: 230px;
  height: 14px;
}

.motifs {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  width: 100%;
  background: white;
  background-image: radial-gradient(var(--col-bleu) 1px, transparent 0);
  background-size: calc(var(--width-container) / var(--nb-cols-points)) calc(var(--width-container) / var(--nb-cols-points));
  background-position: calc(0px - (var(--width-container) / (var(--nb-cols-points)*2) ) - 1px) calc(0px - (var(--width-container) / (var(--nb-cols-points)*2) ) - 1px);
}
.motifs-bottom {
  right: 0;
  bottom: 39%;
}
/**** Homepage ***/
.page .call-to-action {
  text-align: left;
}
.page-home h2 {
  font-size: var(--size-h2-xxl);
}
.section-introduction .text-content {
  position: relative;
  z-index: 2;
  max-width: 54%;
  text-align: left;
}
.section-introduction .texte {
  font-size: var(--size-big-txt);
  font-weight: 500;
  margin-top: var(--main-padding);
  line-height: 1em;
}
.section-introduction .texte p {
  line-height: 1.35em;
}
.section-introduction .texte span {
  position: relative;
}
.section-introduction .texte span.textTyping.animated {
  position: relative;
  color:transparent;
  background:
    linear-gradient(-90deg,var(--col-bleu) 5px,transparent 0) 10px 0,
    linear-gradient(var(--col-bleu) 0 0) 0 0;
  background-size:calc(var(--var-length)*1ch) 200%;
  -webkit-background-clip:padding-box,text;
  background-clip:padding-box,text;
  background-repeat:no-repeat;
  animation: 
    b .7s infinite steps(1),   
    t calc(var(--var-length)*.1s) steps(var(--var-length)) 1s infinite forwards;
}
.section-introduction .texte span.textTyping.animated u {
  text-decoration-color: transparent;
  animation: u calc(var(--var-length)*.1s) steps(1) 1s infinite forwards;
}
/*
.section-introduction .texte span.textTyping::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  height: 100%;
  width: 100%;
  border-left: solid 1px var(--col-bleu);
  background-color: var(--col-blanc);
  animation:  typing 10s steps(var(--var-length)) infinite;
}
*/
.section-introduction .container-video {
  margin-top: var(--main-padding);
  margin-bottom: 0px;
  display: flex;
  position: relative;
  justify-content: end;
}
.section-introduction .container-video video {
  max-width: 60%;
  margin-right: var(--main-padding-right);
  border-radius: var(--radius-min);
}
.section-introduction .container-video .sur-titre {
  position: absolute;
  transform-origin: 0 0;
  transform: rotate(-270deg);
  right: -30px;
}
.wareid-arrow::before {
  content: "";
  display: block;
  clip-path: polygon(0 42%, 90% 42%, 77% 5%, 82% 0%, 100% 50%, 82% 100%, 77% 95%, 90% 58%, 0 58%);
  width: 48px;
  height: 14px;
  background-color: var(--col-orange);
}
.wareid-arrow-up::before {
  transform: rotate(-90deg);
}
.wareid-arrow-up.with-anim {
  animation: animtop 2s infinite 2s;
}
.wareid-arrow-down::before {
  transform: rotate(90deg);
}
.wareid-arrow-down.with-anim {
  animation: animbottom 2s infinite 2s;
}
.wareid-arrow-left::before {
  transform: rotate(180deg);
}
.wareid-arrow-left.with-anim {
  animation: animleft 2s infinite 2s;
}
.wareid-arrow-right::before {
  transform: rotate(0deg);
}
.wareid-arrow-right.with-anim {
  animation: animright 2s infinite 2s;
}
.section-introduction .wareid-arrow-down {
  position: absolute;
  bottom: 20px;
  right: calc( var(--main-padding-right) / 4);
}
.section-nos-produits {
  margin-top: calc( var(--main-padding) * 1);
}
.section-nos-produits .bg-ciel,
.section-nos-references .bg-bleu-clair {
  border-radius: var(--radius-min);
}
.section-nos-produits h2,
.section-nos-references h2 {
  position: absolute;
  margin: -80px 0 0 -60px;
}
.section-nos-produits .slider-container {
  position: relative;
  display: flex;
  padding: var(--main-padding) var(--main-padding) 0;
}
.section-nos-produits .slider-container .slider-produits-container {
  text-align: left;
  height: calc(100vh - 300px);
  max-height: 900px;
  overflow: hidden;
}
.section-nos-produits .slider-container #slider-produits-content-container {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.section-nos-produits .slider-container #slider-produits-content-container ul {
  padding-right: 63%;
}
.section-nos-produits .slider-container #slider-produits-images-container {
  width: 58%;
  margin-left: 42%;
}
.slider-produits-container .descriptif {
  padding: calc( var(--main-padding) * 2) 0 calc( var(--main-padding) * 10);
}
.slider-produits-container .slider-produits-image figure {
  margin-top: calc( var(--main-padding) * 2);
  margin-bottom: calc( var(--main-padding) * 6);
}
.slider-produits-container .slider-produits-image figure img {
  width:auto;
  max-height:400px;
  margin:0 auto;
}
.slider-produits-container .descriptif .h3,
.slider-produits-container .descriptif .sous-titre,
.slider-produits-container .descriptif .texte {
  display: block;
  margin-bottom: 40px;
}
.section-nos-produits .slider-bottom {
  display: flex;
  padding: 0 var(--main-padding) calc(var(--main-padding) * 2);
}
.slider-produits-image .slick-dots {
  display: none !important;
}
.slider-bottom .slider-dots {
  width: 60%;
}
.slider-bottom .slider-dots .slick-dots{
  display: flex;
  justify-content: space-between;
  margin-top: -40px;
}
.slider-bottom .slider-dots .slick-dots button {
  background: transparent;
  border: none;
  opacity: 0.5;
  transition: opacity 0.35s ease-in-out;
  cursor: pointer;
}
.slider-bottom .slider-dots .slick-dots button .produit-bouton {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slider-bottom .slider-dots .slick-dots button .produit-nom {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px;
  border: solid 1px transparent;
  transition: all 0.35s ease-in-out;
  border-radius: 100px;
  color: var(--col-bleu);
}
.slider-bottom .slider-dots .slick-dots .slick-active button:focus {
  outline: none;
}
.slider-bottom .slider-dots .slick-dots .slick-active button,
.slider-bottom .slider-dots .slick-dots button:hover {
  opacity: 1;
}
.slider-bottom .slider-dots .slick-dots button .mini-visuel {
  max-height:80px;
  width:auto;
}
/*
.slider-bottom .slider-dots .slick-dots .slick-active button .produit-nom,
.slider-bottom .slider-dots .slick-dots button:hover .produit-nom {
  border:solid 1px var(--col-bleu);
}
*/
.slider-bottom .call-to-action {
  margin-top: 0;
  width: 20%;
  text-align: center;
}
.slider-bottom .score-dots {
  width: 20%;
  text-align: right;
  font-size: var(--size-h1);
  opacity: 0.2;
  line-height: 0;
  margin-top: -10px;
  font-weight: 300;
}
.section-a-propos .sur-titre {
  position: absolute;
  transform-origin: 0 0;
  transform: rotate(-270deg);
  right: -10px;
}
.section-a-propos .wareid-arrow-left {
  position: absolute;
  bottom: 20px;
  right: calc( var(--main-padding-right) / 2);
}
.section-a-propos {
  padding: calc( var(--main-padding) * 1) 0 calc( var(--main-padding) * 2);
}
.section-a-propos.section-demarche-rse {
  padding: calc( var(--main-padding) * 2) 0 calc( var(--main-padding) * 2);
}
.section-a-propos.section-demarche-rse.section-r-et-d {
  padding: calc( var(--main-padding) * 1) 0 calc( var(--main-padding) * 2);
}
.section-demarche-rse .photo-container {
  position: relative;
}
.section-demarche-rse .logo-lucie {
  position: absolute;
  bottom: -70px;
  z-index: 1;
  left: -70px;  
}
.section-demarche-rse .logo-lucie figure {
  display:flex;
  justify-content: flex-end;
  margin:10px 0 0;
}
.section-demarche-rse .logo-lucie figure img {
  max-width:150px;
  height:auto;
}
.section-nos-solutions h2 {
  text-align: center;
  margin-bottom: var(--main-padding);
}
.section-nos-solutions .raccourcis-container {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.section-nos-solutions .raccourcis-container .bloc-raccourci {
  width: calc(100%/4 - 30px);
  margin: 0 15px 40px;
  border-radius: var(--radius-min);
  text-align: center;
  background-color: var(--col-ciel);
  padding: var(--main-padding);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.section-nos-services .raccourcis-container .bloc-raccourci {
  width: calc(100%/3 - 30px);
  background-color: var(--col-blanc);
}
.bloc-raccourci .sur-titre {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 20%;
  text-align: center;
}
.section-nos-services .bloc-raccourci .sur-titre {
  max-width: 65%;
}
.bloc-raccourci .cadre-photo {
  width: 280px;
  height: 280px;
}
.circle {
  border-radius: 100%;
}
.section-nos-solutions .text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 50%;
  margin: 40px auto 0;
}
.section-nos-solutions .text-content .sur-titre {
  color: var(--col-blanc);
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0 17%;  
  margin-bottom: 40px;
}
.section-nos-services .text-content .sur-titre {
  color: var(--col-bleu);
}
.section-nos-solutions .text-content .texte {
  text-align: center;
}
.section-demarche-rse .container {
  position: relative;
}
.section-demarche-rse .text-content {
  position: relative;
  z-index: 2;
}
.section-demarche-rse .col-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.section-nos-references {
  margin: calc( var(--main-padding) * 2) 0 0;
}
.section-nos-references .references-container {
  padding: var(--main-padding) calc(1 * var(--width-container)/12 ) 0;
}
.section-nos-references .references-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: var(--main-padding-right);
}
.section-nos-references .references-container ul li {
  width: calc(100%/3 - 60px);
  margin: 0 30px 40px;
  text-align: center;
  padding: 0;
}
.section-nos-references .references-container ul li img {
  max-width: 275px;
}
.section-r-et-d .sur-titre {
  right: -130px;
}
/*** Nos solutions ***/
.page-contenus-niveau1 .section-introduction .titre,
.page-contenus-niveau1 .section-introduction .texte,
.page-entreprise .section-introduction .titre,
.page-entreprise .section-introduction .texte,
.page-contact .section-introduction .texte {
  max-width: 60%;
  margin-left: 15%;
  text-align: left;
}
.page-contenus-niveau1 .section-introduction .titre,
.page-entreprise .section-introduction .titre {
  font-size: var(--size-big-txt);
  line-height: 1em;
  font-weight: 500;
}
.page-contenus-niveau1 .section-introduction .texte,
.page-entreprise .section-introduction .texte {
  font-size: var(--size-txt);
  font-weight: 400;
}
.page-contenus-niveau1 .bloc-paragraphe {
  padding: var(--main-padding-left);
  border-radius: var(--radius-min);
}
.page-contenus-niveau1 .bloc-paragraphe h2 {
  font-size: var(--size-h2-l);
  font-weight: 700;
  color: var(--col-bleu);
  text-transform: none;
}
.page-contenus-niveau1 .bloc-paragraphe .texte {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.35em;
  text-transform: uppercase;
}
.page-contenus-niveau1 .bloc-paragraphe.bg-bleu h2,
.page-contenus-niveau1 .bloc-paragraphe.bg-bleu .texte {
  color: var(--col-blanc);
}
.page-contenus-niveau1 .bloc-paragraphe.bg-orange h2,
.page-contenus-niveau1 .bloc-paragraphe.bg-orange .texte {
  color: var(--col-bleu)!important;
}
.page-contenus-niveau1 .bloc-paragraphe.bg-orange a.button-1 {
  background-color: var(--col-blanc);
  color: var(--col-orange);
}
.page-contenus-niveau1 .bloc-paragraphe.bg-orange a.button-1:hover {
  color: var(--col-bleu);
}
.page-contenus-niveau1 .bloc-paragraphe.bg-orange a.button-1::after {
  background-color: var(--col-ciel);
}
.page-contenus-niveau1 .section-paragraphe:last-of-type {
  padding-bottom: calc(var(--main-padding) * 2);
}
.page-contenus-niveau1 .bloc-paragraphe.bg-transparent {
  border: 0;
  transition: color 0.75s;
  position: relative;
}
.page-contenus-niveau1 .bloc-paragraphe.bg-transparent::before,
.page-contenus-niveau1 .bloc-paragraphe.bg-transparent::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--col-orange);
/*
  width: 0;
  height: 0;
*/
  border-radius: var(--radius-min);
}
.page-contenus-niveau1 .bloc-paragraphe.bg-transparent:hidden::before,
.page-contenus-niveau1 .bloc-paragraphe.bg-transparent:hidden::after {
  width: 0;
  height: 0;
}
.page-contenus-niveau1 .bloc-paragraphe.bg-transparent::before {
  top: 0;
  left: 0;
}
.page-contenus-niveau1 .bloc-paragraphe.bg-transparent::after {
  bottom: 0;
  right: 0;
}
.page-contenus-niveau1 .bloc-paragraphe.bg-transparent.animated::before, 
.page-contenus-niveau1 .bloc-paragraphe.bg-transparent.animated::after {
  width: 100%;
  height: 100%;
}
.page-contenus-niveau1 .bloc-paragraphe.bg-transparent.animated::before {
  border-top-color: var(--col-orange);
  border-right-color: var(--col-orange);
  transition: width 0.5s ease-out, height 0.5s ease-out 0.5s;
}
.page-contenus-niveau1 .bloc-paragraphe.bg-transparent.animated::after {
  border-bottom-color: var(--col-orange);
  border-left-color: var(--col-orange);
  transition: border-color 0s ease-out 0.5s, width 0.5s ease-out 0.75s, height 0.5s ease-out 1.25s;
}
.page-contenus-niveau1 .container-video video {
  border-radius: var(--radius-min);
}
.page-contenus-niveau1 .container-video .video-responsive {
  max-width: 100%;
  border-radius: var(--radius-min);
  overflow: hidden;
}
/*** Page Entreprise ***/
.page-entreprise .section-introduction .cadre-photo {
  margin-top: var(--main-padding);
}
.page-entreprise .section-introduction .content-text {
  position: relative;
}
.page-entreprise .section-histoire h2,
.page-entreprise .section-projet h2,
.page-entreprise .section-implantations h2,
.page-contenus-niveau1 .section-etapes h2 {
  text-transform: none;
  font-weight: 700;
  color: var(--col-orange) !important;
}
.section-histoire .liste-dates,
.section-projet .liste-arguments,
.section-etapes .liste-etapes,
.section-equipe .liste-collaborateurs,
.section-implantations .liste-agences {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-histoire .liste-dates li {
  padding: 0;
}
.section-histoire .date {
  display: flex;
  padding: var(--main-padding) 0;
  border-bottom: solid 1px var(--col-orange);
}
.section-histoire li:last-child .date {
  border-bottom: none;
}
.section-histoire .date .annee {
  font-size: var(--size-h2-l);
  line-height: 1em;
  font-weight: 700;
  color: var(--col-ciel);
  width: 30%;
  text-align: left;
}
.section-histoire .date .description {
  color: var(--col-blanc);
  width: 70%;
}
.section-histoire .date .description h3 {
  color: var(--col-blanc); 
}
.section-projet .argument,
.section-etapes .etape {
  display: flex;
  padding: var(--main-padding) 0;
  max-width: 50%;
}
.section-projet li:nth-child(odd) .argument,
.section-etapes li:nth-child(odd) .etape {
  margin-left: calc(15% + (var(--width-container) / 12));
}
.section-projet li:nth-child(even) .argument,
.section-etapes li:nth-child(even) .etape {
  margin-left: calc((var(--width-container) / 12));
}
.section-projet .argument .number,
.section-etapes .etape .number {
  font-size: var(--size-h2-xl);
  color: var(--col-ciel);
  line-height: 0.9em;
  font-weight: 700;
  width: 30%;
  text-align: left;
}
.section-projet .argument .description,
.section-etapes .etape .description {
  width: 70%;
}
.page-entreprise .section-equipe,
.page-entreprise .section-implantations {
  padding-top: calc( var(--main-padding) * 2);
}
.page-entreprise .section-equipe h2 {
  text-transform: none;
  font-weight: 700;
  color: var(--col-bleu) !important;
}
.section-equipe .liste-collaborateurs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}
.section-equipe .liste-collaborateurs li {
  padding: 0;
}
.section-equipe .collaborateur {
  display: flex;
  flex-direction: column;
  padding: var(--main-padding) 0;
  text-align: center;
  justify-content: start;
}
.section-equipe .collaborateur .photo figure {
  width: 265px;
  height: 265px;
  margin: 0 auto;
  background-color: var(--col-blanc);
  border-radius: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}
.section-equipe .collaborateur .photo figure img {
  max-width: 80%;
  margin: 0 auto;
  transition: all 0.45s ease-in-out;
}
.section-equipe .collaborateur:hover .photo figure img {
  transform: scale(1.1);
}
.collaborateur .description {
  padding: 0 15%;
}
.collaborateur .prenom {
  text-align: center;
  font-weight: 900;
  font-size: var(--size-h3);
}
.collaborateur hr {
  width: 60px;
  height: 2px;
  background-color: var(--col-orange);
  margin: 20px auto;
  border: none;
}
.collaborateur .fonction {
  font-weight: 700;
  font-size: var(--size-txt);
  text-transform: uppercase;
  letter-spacing: 0.2em; 
}
.section-implantations .implantations-content {
  display: flex;
}
.section-implantations .liste-agences,
.section-implantations .carte {
  width: 50%;
}
.liste-agences .agence {
  padding-top: calc( var(--main-padding));
}
.agence h3 {
  font-size: var(--size-h2-l);
}
.agence .adresse .texte {
  font-weight: 900;
  font-size: var(--size-soustitre);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
/*** Page produits ***/
figcaption {
  text-transform: uppercase;
  color: var(--col-bleu);
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.page-produits .section-introduction {
  padding-bottom: calc(var(--main-padding) * 2);
}
.page-produits .section-introduction .text-content {
  max-width: 100%;
}
.page-produits .section-introduction h2 {
  font-size: var(--size-h2-xl);
  text-transform: none;
  font-weight: 700;
  color: var(--col-orange);
}
.page-produits .section-introduction .texte {
  font-weight: inherit;
  font-size: var(--size-txt);
  margin-top: 0;
}
.page-produits .section-freescan-cest h2 {
  text-transform: none;
  font-weight: 700;
  color: var(--col-ciel)!important;
}
.page-produits .section-freescan-cest .liste-descriptifs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: var(--main-padding);
  padding: 0;
}
.page-produits .section-freescan-cest .liste-descriptifs li {
  width: calc(100% / 3);
  padding-right: var(--main-padding-right);
  padding-bottom: 30px;
}
.liste-descriptifs .descriptif {
  display: flex;
}
.liste-descriptifs .descriptif .wareid-arrow {
  margin-top: 5px;
  width: 45px;
}
.liste-descriptifs .descriptif .texte {
  padding-left: 20px;
  width: calc(100% - 45px);
}
.page-produits .section-produits-freescan h2,
.page-produits .section-chiffres-cles h2 {
  font-size: var(--size-h2-xl);
  text-transform: none;
  font-weight: 700;
  color: var(--col-orange);
}
.page-produits .section-produits-freescan .sous-titre,
.page-produits .section-chiffres-cles .sous-titre {
  display: block;
  padding-left: 5px;
}
.page-produits .section-produits-freescan {
  padding-top: calc(var(--main-padding) * 2);
}
.page-produits .section-produits-freescan .liste-produits {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: var(--main-padding) -15px 0;
  width: calc(100% + 30px);
}
.page-produits .section-produits-freescan .liste-produits li.li-produit {
  width: 50%;
  padding: 0 15px 30px;
}
.section-produits-freescan .liste-produits .bloc-produit {
  background-color: var(--col-ciel);
  border-radius: var(--radius-min);
  text-align: left;
  padding: var(--main-padding) var(--main-padding-left);
}
.section-produits-freescan .liste-produits .bloc-produit .visuel-produit figure {
  text-align:center;
}
.section-produits-freescan .liste-produits .bloc-produit .visuel-produit figure img {
  max-height: calc(var(--cadre-photo-height) * 2/3);
  width: auto;
  margin: 0 auto;
}
.bloc-produit .liste-pictos,
.single-produit .liste-pictos {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.single-produit .liste-pictos {
  width: 70%;
  margin: 0 auto;
  padding: var(--main-padding) 0;
}
.bloc-produit .liste-pictos li,
.single-produit .liste-pictos li {
  padding: 0;
}
.bloc-produit .liste-pictos svg,
.single-produit .liste-pictos svg {
  mix-blend-mode: darken;
}
.bloc-produit .descriptif-produit h3 {
  margin-bottom: 40px;
}
.bloc-produit .descriptif-produit .sous-titre {
  padding-left: 0;
  margin-bottom: 40px;
}
.bloc-produit .descriptif-produit li {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.bloc-produit .descriptif-produit li figure {
  margin-bottom: 0;
}
.page-produits .section-chiffres-cles {
  padding-bottom: calc(var(--main-padding) * 4);
}
.page-produits .section-chiffres-cles .liste-chiffres {
  padding: 0;
  margin:0 0 0 auto;
  width: 90%;
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
}
.page-produits .section-chiffres-cles .liste-chiffres li {
  align-items: baseline;
  position: relative;
  cursor: pointer;
  padding-left: 0;
}
.page-produits .section-chiffres-cles .liste-chiffres li .bloc-chiffre {
  display: flex;
  color: rgba(var(--rgb-ciel),.2);
}
.page-produits .section-chiffres-cles .liste-chiffres li.active .bloc-chiffre {
  color: rgba(var(--rgb-bleu),1);
}
.page-produits .section-chiffres-cles .liste-chiffres .number {
  width: 25%;
  text-align: right;
  font-size: 120px;
  line-height: 1em;
  font-weight: 500;
  transition: color .75s cubic-bezier(.19,1,.22,1);
}
.page-produits .section-chiffres-cles .liste-chiffres .intitule {
  position: absolute;
  width: 75%;
  left: 25%;
  top: 15px;
  text-align: left;
  font-size: 100px;
  line-height: 0.85em;
  font-weight: 500;
  padding-left: 20px;
}
.page-produits .section-chiffres-cles .liste-chiffres li:last-child .intitule {
  bottom: -15px;
}
.line-wrapper {
/*  contain: content;*/
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.line-wrapper .line {
  display: block;
  transform: translate3d(0,110%,0);
  transition: transform .75s cubic-bezier(.19,1,.22,1);
  height: 110px;
}
.active .line-wrapper .line {
  transform: translate3d(0,0,0);
  transition: transform 1.5s cubic-bezier(.19,1,.22,1);
  line-height: 80px;
  overflow: visible !important;
}
/*** Page Contact ***/
.page-contact .section-liste-agences .accordeon {
  display: flex;
  padding-bottom: var(--main-padding);
}
.page-contact .section-liste-agences h2 {
  font-weight: 700;
  font-size: var(--size-h2-l);
  text-transform: none;
  color: var(--col-orange);
}
.section-liste-agences .accordeon button {
  border-radius: 100%;
  border: solid 2px var(--col-orange);
  width: 70px;
  height: 70px;
  background: transparent;
  cursor: pointer;
  position: relative;
  margin-left: 40px;
  transition: all 0.45s cubic-bezier(.4,0,0,1);
}
.section-liste-agences .accordeon button::before {
  content: "";
  border-left: solid 2px var(--col-orange);
  border-bottom: solid 2px var(--col-orange);
  width: 24px;
  height: 24px;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 12px);
}
.section-liste-agences .accordeon button.active {
  transform: rotate(180deg);
}
.agence-container .coordonnees {
  border-radius: var(--radius-min);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: var(--main-padding) 12%;
}
.agence-container .coordonnees .telephone,
.agence-container .coordonnees .email,
.agence-container .coordonnees .adresse {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0px;
}
.agence-container .coordonnees .telephone a,
.agence-container .coordonnees .email a {
  background-color: var(--col-blanc);
  height: 54px;
  border-radius: 50px;
  padding: 0 20px;
  text-decoration: none;
  line-height: 54px;
  font-size: 30px;
  font-weight: 700;
}
.agence-container .coordonnees .adresse .texte {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 5px;
}
.agence-container .coordonnees .icone {
  height: 54px;
  width: 54px;
  background-color: var(--col-bleu);
  border-radius: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.agence-container .coordonnees .icone svg {
  margin: 0 auto;
}
.agence-container .coordonnees .agence-texte {
  text-align: left;
  width: 100%;
  margin-top: 40px;
}
.agence-container .formulaire {
  max-width: 70%;
  margin: 40px auto;
}
.agence-container .formulaire .h3 {
  font-size: var(--size-h2-l);
  margin-bottom: 40px;
}
.agence-container .formulaire form {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.wpcf7-form .w-50:nth-child(2n+2) {
  padding: 0 15px 0 0;
}
.wpcf7-form .w-50:nth-child(2n+1) {
  padding: 0 0px 0 15px;
}
.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7-form .w-100 label {
  width: 100%;
  position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
}
.wpcf7-form input, 
.wpcf7-form select,
.wpcf7-form textarea {
  position: relative;
  width: 100%;
  border: 1px solid var(--col-orange);
  background-color: var(--col-blanc);
  color: var(--col-orange);
  font-size: 30px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 30px;
  line-height: 30px;
  margin-bottom: 25px;
  resize: none;
  transition: all 0.2s ease-in;
}
.wpcf7-form textarea {
  padding: 20px;
}
.wpcf7-form input::placeholder, 
.wpcf7-form textarea::placeholder {
  opacity: 1!important;
  color: var(--col-orange);
}
.wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 40px;
}
.wpcf7-form .select {
  position: relative;
}
.wpcf7-form .select::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  color: var(--col-orange);
  right: 20px;
  top: 50%;
  transform: translateY(calc(-50% - 15px));
}
.wpcf7-form label span.wpcf7-not-valid-tip {
  color: #ff3434;
  font-style: italic;
}
.wpcf7-list-item {
  margin: 0 0 0px 0!important;
}
.wpcf7-form .acceptation {
  width: 40%;
}
.wpcf7-form input[type=checkbox] {
  height:20px;
  width:20px;
  position: absolute;
  left: 0px;
  opacity: 0;
  cursor:pointer;
}
.wpcf7-form input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width:20px;
  height:20px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid var(--col-bleu);
  margin-top:3px;
  margin-right: 6px;
  cursor:pointer;
}
.wpcf7-form input[type="checkbox"]:checked + span::before {
  font-family: "FontAwesome";
  content:"\f00c";
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  color:#fff;
  background-color:var(--col-bleu);
}
.wpcf7-form .wpcf7-acceptance label {
  margin-bottom: 0px!important;
  font-size: 16px;
  line-height: 160%;
}
.wpcf7-form .wpcf7-acceptance label span {
  text-transform: none!important;
  letter-spacing: normal!important;
  font-weight: 400!important;
}
.wpcf7-form .infos {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 20px;
  display: block;
}
.wpcf7-form #captcha-contact p {
  margin: 0;
}
.wpcf7-form .container-submit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form .container-submit .novalidate {
  width: calc( 100% - 200px);
}
.wpcf7-form .button-submit {
  position: relative;
  margin: 0px 0 0 auto;
  float: left;
  text-align: right;
}
.wpcf7-form .button-submit button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.wpcf7-form .button-submit span.ajax-loader,
.wpcf7-form .button-submit span.wpcf7-spinner{
  display: block;
}
/*
.wpcf7-form .button-submit span:not(.ajax-loader)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background:linear-gradient(43.35deg, #C94450 18.51%, #E7B036 76.14%, #F8DD37 100%);
  transition: all 0.2s linear;
}
.wpcf7-form .button-submit span:not(.ajax-loader):hover::before {
  width:100%;
  transform: translateY(4px)
}
*/
.custom-file {
  display: inline-block;
  position:relative;
  height: 62px;
  width: auto!important;
  min-width: 130px;
}
.custom-file span:first-child {
  display: inline-block;
  position:relative;
  z-index: 1;
  overflow: hidden;
  text-align:center;
  cursor:pointer;
  padding: 0px 44px 0px 30px;
  line-height: 62px;
  height: 62px;
  width: 100%!important;
  text-decoration: none;
  transition: all .2s ease-in;
  opacity: 1;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  border: solid 1px var(--col-bleu);
  border-radius: 62px;
  background-color: transparent;
  color: var(--col-bleu);
  margin-top: 10px;
  margin-bottom: 40px;
  margin-right: 20px;
}
.custom-file span:first-child::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--col-bleu);
  transition: all 0.65s cubic-bezier(.4,0,0,1);
}
.custom-file:hover span:first-child {
  color: var(--col-blanc);
}
.custom-file:hover span:first-child::after {
  width: 100%;
  transition: all 0.65s cubic-bezier(.4,0,0,1);
}
.custom-file:hover span:first-child::after {
  color: var(--col-blanc);
}
.custom-file .wpcf7-form-control-wrap {
  position: initial;
}
.custom-file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.custom-file .file-custom {
  position: absolute;
  left: 0px;
  top: 80px;
  color: var(--col-bleu);
  font-style: italic;
  text-transform: none;
  width: 300px;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
  border:none!important;
}
.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color:#ff1a1a!important;
  font-size: 14px !important;
  line-height: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
  border:none!important;
  color: rgba(var(--rgb-blanc), 1);
  background-color: var(--col-bleu);
  border-radius: var(--radius-min);
  padding: var(--main-padding);
  width: 100%;
  font-size: 30px;
}
.wpcf7 .wpcf7-response-output {
  margin:0!important;
}
.wpcf7 i.recaptcha {
  width: 56px;
  height: 56px;
  background-image: url(../img/main/recaptcha.jpg);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
}
/*** Cela pourrait vous interesser ***/
.section-plus-loin .sur-titre {
  color: var(--col-orange);
  text-transform: uppercase;
  font-weight: 900;
  font-size: var(--size-soustitre);
  letter-spacing: 0.2em;
  padding: 0 15px;
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}
.section-plus-loin .bloc-page {
  display: flex;
}
.section-plus-loin .cadre-photo {
  width: 140px;
  height: 140px;
  border-radius: calc( var(--radius-min) / 2);
}
.section-plus-loin .cadre-photo img {
  transition: all .45s ease-in-out;
}
.section-plus-loin .cadre-photo:hover img {
  transform: scale(1.1);
}
.section-plus-loin .description {
  padding-left: 30px;
  position: relative;
}
.section-plus-loin .h3 {
  display: block;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  height: 100px;  
}
.section-plus-loin .h3 a {
  color: var(--col-blanc);
  text-decoration: none;
}
.section-plus-loin .call-to-action {
  margin: 0;
  position: absolute;
  bottom: 0;
}
/*** Footer ***/
.section-en-savoir-plus h2 {
  max-width: 100%;
  margin-bottom: 0;
  font-size: calc( var(--size-h2-xxl) * 3/4);
}
.section-en-savoir-plus .vertical-align-bottom {
  height: auto;
}
.section-en-savoir-plus .button-2 {
  height: 52px;
  line-height: 52px;
}
.section-en-savoir-plus .call-to-action {
  text-align: right;
}
.section-en-savoir-plus .call-to-action .button {
  margin-left: 30px;
}
.section-en-savoir-plus .call-to-action .button:first-child {
  margin-left: 0px;
}
.ico-button {
  padding: 0!important;
  width: 52px!important;
  border: solid 1px var(--col-blanc);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  padding: 0 20px;
  vertical-align: top;
  text-align: center;
}
.ico-button svg {
  max-width: 70%;
  height: 70%;
  vertical-align: top;
  margin-top: 15%;
}
.ico-button svg path {
  transition: all .45s ease-in-out;
}
/*
.ico-button:hover svg path {
  stroke: var(--col-orange);
}
*/
footer {
  margin-top: 0px;
  padding: 90px 0 90px;
  background-color: var(--col-blanc);
  color: var(--col-bleu);
  position: relative;
}
footer a {
  color: rgba(var(--rgb-bleu),1);
  text-decoration: none!important;
}
footer a:hover {
  color: rgba(var(--rgb-orange),1);
}
footer .sitename {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
}
footer .logo-footer {
  text-align: left;
  max-width: var(--width-footer-logo);
}
footer .menu-footer-principal ul {
  list-style: none;
  margin: var(--main-padding) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .menu-footer-principal li {
  font-size: 32px;
  font-weight: 500;
  line-height: 52px;
}
footer .second-menu-container {
  padding-top: var(--main-padding);
  display: flex;
  justify-content: end;
}
footer .second-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reseaux-sociaux li {
  font-size: 0;
}
.reseaux-sociaux li i::before {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  border: solid 2px var(--col-bleu);
  border-radius: 100%;
  margin-right: 20px;
}
.menu-responsive .reseaux-sociaux li i::before {
  border: solid 2px var(--col-blanc);
  color: var(--col-blanc);
  transition: all .35s ease-in-out;
}
.reseaux-sociaux li a:hover i::before {
  color: var(--col-blanc)!important;
  background-color: var(--col-bleu);
}
.menu-responsive .reseaux-sociaux li a:hover i::before {
  color: var(--col-bleu)!important;
  background-color: var(--col-blanc);
}
footer .second-menu-container .menu-header-principal a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  border: solid 2px var(--col-bleu);
  height: 52px;
  line-height: 44px;
  border-radius: 30px;
  padding: 0px 20px;
  opacity: .5;
  overflow: hidden;
}
footer .second-menu-container .menu-header-principal a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  top: 0;
  left: 0;
  transition: all .250s cubic-bezier(.4,.4,.4,1);
  background-color: var(--col-bleu);
}
footer .second-menu-container .menu-header-principal a:hover {
  color: var(--col-blanc)!important;
  opacity: 1;
}
footer .second-menu-container .menu-header-principal a:hover::before {
  width: 100%;
}
footer .menu-copyrights-container {
  padding-top: var(--main-padding);
  display: flex;
  justify-content: space-between;
}
footer .copyrights-container {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: rgba(var(--rgb-bleu),1);
  position: relative;
}
footer .copyrights-container .copyrights {
  display: inline-block;
}
footer .column-footer-content {
  min-width: 50%;
}
footer .menu-footer-secondaire ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
footer .credits {
  text-align: left;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
footer .credits img {
  max-width: 50px;
  margin-left: 10px;
}
footer .copyrights-container p {
  margin: 0;
}
/*** Responsive à l'envers **/
@media only screen and (max-width:1799px) {
  /*** Vars ***/
  :root {
    --size-h1: 140px;
    --size-h2-xxl: 140px;
    --size-h2-xl: 84px;
    --size-h2-l: 60px;
    --size-h3: 42px;
    --size-h4: 30px;
    --size-surtitre:  12px;
    --size-soustitre:  16px;
    --size-txt:  20px;
    --size-big-txt:  80px;

    --navbar-height: 170px;
    --sticky-height: 120px;

    --width-header-logo: 150px;
    --width-footer-logo:  120px;

    --slider-home-height:  100svh;
    --slider-page-height:  100svh;
    --slider-size-h1:  28px;

    --width-container: 1420px;
    --marge-left:  calc( (100vw - var(--width-container)) / 2);
    --marge-right:  calc( (100vw - var(--width-container)) / 2);

    --cadre-photo-height: 500px;
    --banner-photo-height:  500px;
    --galerie-photo-height:  800px;

    --main-padding:  60px;
    --main-padding-left:  100px;
    --main-padding-right: 100px;

    --radius-min:  20px;
    --nb-cols-points:  12;
  }
  .section-introduction .text-content {
    max-width: 62%;
    margin-bottom: 40px;
  }
  .section-nos-produits h2, .section-nos-references h2 {
    margin: -70px 0 0 -50px;
  }
  .slider-produits-container .descriptif .h3,
  .slider-produits-container .descriptif .sous-titre,
  .slider-produits-container .descriptif .texte {
    margin-bottom: 30px;
  }
  .section-nos-solutions.bg-bleu .raccourcis-container .bloc-raccourci {
    padding:40px 30px;
  }
  .section-nos-solutions.bg-bleu .raccourcis-container .bloc-raccourci .cadre-photo {
    width: 240px;
    height: 240px;
  }  
  .page-contenus-niveau1 .section-introduction .titre, .page-contenus-niveau1 .section-introduction .texte {
    max-width: 70%;
  }
  .page-produits .section-freescan-cest .liste-descriptifs li {
    padding-right: var(--main-padding);
  }
  .section-produits-freescan .liste-produits .bloc-produit {
    padding: var(--main-padding);
  }
  .section-produits-freescan .liste-produits .bloc-produit h3 {
    font-size: calc( var(--size-h3) - 10px);
    margin-top: 20px;
  }
  .page-produits .section-chiffres-cles .liste-chiffres {
    width: 100%;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .number {
    font-size: 110px;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .intitule {
    font-size: 90px;
  }
  .page-contact .section-introduction .texte {
    max-width: 65%;
  }
  .agence-container .coordonnees {
    padding: var(--main-padding) 8%;
  }
  .section-plus-loin .cadre-photo {
    width: 120px;
    height: 120px;
  }
  .section-plus-loin .h3 {
    font-size: 22px;
  }
  .section-plus-loin .call-to-action {
    position: relative;
  }
}
@media only screen and (max-width:1499px) {
  /*** Vars ***/
  :root {
    --size-h1: 120px;
    --size-h2-xxl: 100px;
    --size-h2-xl: 66px;
    --size-h2-l: 54px;
    --size-h3: 38px;
    --size-h4: 26px;
    --size-surtitre:  12px;
    --size-soustitre:  16px;
    --size-txt:  20px;
    --size-big-txt:  70px;

    --navbar-height: 170px;
    --sticky-height: 120px;

    --width-header-logo: 150px;
    --width-footer-logo:  120px;

    --slider-home-height:  100svh;
    --slider-page-height:  100svh;
    --slider-size-h1:  28px;

    --width-container: 1140px;
    --marge-left:  calc( (100vw - var(--width-container)) / 2);
    --marge-right:  calc( (100vw - var(--width-container)) / 2);

    --cadre-photo-height: 460px;
    --banner-photo-height:  440px;
    --galerie-photo-height:  700px;

    --main-padding:  50px;
    --main-padding-left:  80px;
    --main-padding-right: 80px;

    --radius-min:  20px;
    --nb-cols-points:  12;
  }
  .navbar .brand-container {
    width: 14%;
  }
  .section-introduction .text-content {
    max-width: 70%;
  }
  .section-introduction .container-video video {
    max-width: 60%;
  }
  .section-nos-produits h2, .section-nos-references h2 {
    margin: -50px 0 0 -40px;
  }
  .section-nos-produits .slider-container #slider-produits-content-container ul {
    padding-right: 57%;
  }
  .section-nos-produits .slider-container #slider-produits-images-container {
    width: 50%;
    margin-left: 50%;
  }
  .slider-bottom .slider-dots {
    width: 63%;
  }
  .slider-bottom .call-to-action {
    width: 22%;
  }
  .slider-bottom .score-dots {
    width: 15%;
    font-size: calc( var(--size-h1) * 4/5);
  }
  .slider-bottom .slider-dots .slick-dots button .produit-nom {
    font-size: 14px;
    padding: 8px;
  }
  .section-nos-solutions .raccourcis-container .bloc-raccourci {
    padding: 40px;
  }
  .bloc-raccourci .sur-titre {
    font-size: 16px;
  }
  .section-nos-solutions.bg-bleu .raccourcis-container .bloc-raccourci {
    padding: 30px 15px;
  }
  .section-nos-solutions.bg-bleu .raccourcis-container .bloc-raccourci .cadre-photo {
    width: 200px;
    height: 200px;
  }
  .section-nos-references .references-container ul {
    padding: var(--main-padding);
  }
  .section-nos-references .references-container ul li img {
    max-width: 200px;
  }
  .page-contenus-niveau1 .section-introduction .titre, .page-contenus-niveau1 .section-introduction .texte {
    max-width: 75%;
  }
  .page-contenus-niveau1 .bloc-paragraphe {
    padding: var(--main-padding);
  }
  .liste-descriptifs .descriptif .wareid-arrow {
    width: 40px;
  }
  .page-produits .section-freescan-cest .liste-descriptifs li {
    padding-right: 40px;
  }
  .section-produits-freescan .liste-produits .bloc-produit {
    height: 100%;
  }
  .bloc-produit .liste-pictos svg {
    max-height: 30px;
  }
  .page-produits .section-chiffres-cles .liste-chiffres {
    margin-bottom: 40px;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .number {
    width: 25%;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .intitule {
    width: 75%;
    left: 25%;
    top: 5px;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .number {
    font-size: 90px;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .intitule {
    font-size: 70px;
  }
  .active .line-wrapper .line,
  .line-wrapper .line {
    height: 84px;
  }
  .agence-container .coordonnees {
    padding: var(--main-padding) 6%;
  }
  .agence-container .coordonnees .telephone a, .agence-container .coordonnees .email a {
    font-size: 22px;
  }
  .agence-container .coordonnees .adresse .texte {
    font-size: 14px;
  }
  .section-plus-loin .h3 {
    font-size: 20px;
  }  
  .section-plus-loin .description {
    padding-left: 20px;
  }
  .section-plus-loin .call-to-action {
    position: relative;
    margin-top: 20px;
  }
  footer .menu-footer-principal li {
    font-size: 26px;
  }
}

@media only screen and (max-width:1199px) {
  /*** Vars ***/
  :root {
    --size-h1: 100px;
    --size-h2-xxl: 80px;
    --size-h2-xl: 60px;
    --size-h2-l: 50px;
    --size-h3: 36px;
    --size-h4: 24px;
    --size-surtitre:  12px;
    --size-soustitre:  16px;
    --size-txt:  20px;
    --size-big-txt:  60px;

    --navbar-height: 170px;
    --sticky-height: 120px;

    --width-header-logo: 150px;
    --width-footer-logo:  120px;

    --slider-home-height:  100svh;
    --slider-page-height:  100svh;
    --slider-size-h1:  28px;

    --width-container: 960px;
    --marge-left:  calc( (100vw - var(--width-container)) / 2);
    --marge-right:  calc( (100vw - var(--width-container)) / 2);

    --cadre-photo-height: 400px;
    --banner-photo-height:  360px;
    --galerie-photo-height:  600px;

    --main-padding:  40px;
    --main-padding-left:  60px;
    --main-padding-right: 60px;

    --radius-min:  20px;
    --nb-cols-points:  12;
  }
  .cadre-photo.with-parallax img {
    height: calc(100% + 500px) !important;
    margin-top: -250px;
  }
  .slider-home li.cadre-photo.with-parallax img {
    height: calc(100% + 700px)!important;
    margin-top: -300px;
  }
  .page-home .banner-content h1 small {
    font-size: 26px;
  }
  .section-introduction .container-video video {
    max-width: 70%;
  } 
  .section-introduction .container-video .sur-titre,
  .section-a-propos .sur-titre {
    right: -40px;
  } 
  .navbar .container {
    position: relative;
  }
  .navbar .brand-container,
  .menu-responsive .h1 {
    width: 160px;
  }  
/*
  .section-introduction .container-video {
    margin-top: -100px;
    margin-bottom: 200px;
  }
*/
  .section-nos-produits .slider-container #slider-produits-content-container ul {
    padding-right: 55%;
  }
  .section-nos-produits .slider-container #slider-produits-images-container {
    width: 45%;
    margin-left: 55%;
  }
  .section-nos-produits .slider-bottom {
    flex-wrap: wrap;
  }
  .slider-bottom .slider-dots {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .slider-bottom .slider-dots .slick-dots {
    margin-top: 0px;
  }
  .slider-bottom .call-to-action {
    width: 75%;
    text-align: left;
  }
  .slider-bottom .score-dots {
    width: 25%;
    font-size: calc( var(--size-h1) * 4/5);
    line-height: 1em;
  }
  .section-nos-solutions.bg-bleu .raccourcis-container .bloc-raccourci {
    width: calc(100%/2 - 30px);
  }
  .section-nos-solutions.bg-bleu .raccourcis-container .bloc-raccourci {
    padding: 30px;
  }
  .section-nos-solutions.bg-bleu .raccourcis-container .bloc-raccourci .cadre-photo {
    width: 320px;
    height: 320px;
  }
  .bloc-raccourci .sur-titre {
    font-size: 16px;
  }
  .bloc-raccourci .cadre-photo {
    width: 200px;
    height: 200px;
  }
  .section-nos-solutions .text-content {
    max-width: 80%;
  }
  .section-nos-references .references-container ul li img {
    max-width: 180px;
  }
  .section-equipe .collaborateur .photo figure {
    width: 200px;
    height: 200px;
  }
  .collaborateur .fonction {
    font-size: 16px;
  }
  .section-plus-loin .h3 {
    height: auto;
  }
  .section-plus-loin .bloc-page {
    margin-bottom: 40px;
  }
  .page-produits .section-freescan-cest .liste-descriptifs li,
  .block-liste-texte .liste-descriptifs li {
    width: calc( 100% / 2)!important;
  }
  .bloc-produit .liste-pictos img, 
  .single-produit .liste-pictos img,
  .bloc-produit .liste-pictos svg,
  .single-produit .liste-pictos svg {
    max-height: 26px;
    width: auto;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .number {
    font-size: 70px;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .intitule {
    font-size: 58px;
    top: -5px;
  }
  .active .line-wrapper .line,
  .line-wrapper .line {
    height: 76px;
  }
  .agence-container .coordonnees .telephone, .agence-container .coordonnees .email {
    margin-bottom: 30px;
  }
  .agence-container .formulaire {
    max-width: 90%;
  }
   footer .menu-footer-principal li {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  /*** Vars ***/
  :root {
    --size-h1: 80px;
    --size-h2-xxl: 70px;
    --size-h2-xl: 50px;
    --size-h2-l: 40px;
    --size-h3: 30px;
    --size-h4: 22px;
    --size-surtitre:  12px;
    --size-soustitre:  16px;
    --size-txt:  20px;
    --size-big-txt:  50px;

    --navbar-height: 170px;
    --sticky-height: 120px;

    --width-header-logo: 150px;
    --width-footer-logo:  120px;

    --slider-home-height:  100svh;
    --slider-page-height:  100svh;
    --slider-size-h1:  22px;

    --width-container: 720px;
    --marge-left:  calc( (100vw - var(--width-container)) / 2);
    --marge-right:  calc( (100vw - var(--width-container)) / 2);

    --cadre-photo-height: 400px;
    --banner-photo-height:  340px;
    --galerie-photo-height:  500px;

    --main-padding:  30px;
    --main-padding-left:  50px;
    --main-padding-right: 50px;

    --radius-min:  20px;
    --nb-cols-points:  12;
  }
  .loader-anim img, .loader-anim svg {
    max-width: 35%;
  }
  .vertical-align-center {
    height: auto;
  }
  .container-padding-right {
    padding-right: 15px;
  }
  .container-padding-left {
    padding-left: 15px;
  }
  .block-paragraphe-photo .container-padding-left {
    padding-left: 0!important;
  }
  .block-paragraphe-photo .container-padding-right {
    padding-right: 0!important;
  }
  .navbar .container {
    position: relative;
  }
  .cadre-photo.with-parallax img {
    height: calc(100% + 300px) !important;
    margin-top: -200px;
  }
  .slider-home li.cadre-photo.with-parallax img {
    height: calc(100% + 500px)!important;
    margin-top: -250px;
  }
  .page-home .banner-content h1 small {
    font-size: 20px;
  }
  .section-introduction .text-content {
    max-width: 80%;
  }
  .section-introduction .container-video video {
    max-width: 80%;
  }  
  .section-introduction .container-video .sur-titre,
  .section-a-propos .sur-titre {
    right: -50px;
  } 
  .section-a-propos .col-right .sur-titre {
    top: calc( 40px + var(--cadre-photo-height));
  }
  .section-a-propos.section-r-et-d .col-right .sur-titre {
    right: -180px;
  }
  .photo-container {
    margin-bottom: 40px;
  }
  .section-nos-solutions .raccourcis-container .bloc-raccourci {
    width: calc(100% - 30px)!important;
  }
  .bloc-raccourci .sur-titre {
    font-size: 18px;
    max-width: 60%;
  }
  .bloc-raccourci .cadre-photo,
  .section-nos-solutions.bg-bleu .raccourcis-container .bloc-raccourci .cadre-photo {
    width: 300px;
    height: 300px;
  }
  .section-demarche-rse .logo-lucie {
    bottom: -100px;
    right: 0px;
  }
  .section-demarche-rse .text-content {
    margin-top:80px;
  }
  .section-a-propos .col-right .sur-titre {
    top:calc( 120px + var(--cadre-photo-height));
  }
  .section-en-savoir-plus .call-to-action {
    text-align: left;
  }
  .section-nos-references .references-container ul {
    padding: var(--main-padding) 0;
  }
  .section-nos-references .references-container ul li {
    width: calc(100%/3 - 30px);
    margin: 0 15px 40px;
  }
  .section-nos-references .references-container ul li img {
    max-width: 160px;
  }
  .section-equipe .liste-collaborateurs {
    grid-template-columns: 1fr 1fr;
  }
  .page-produits .section-produits-freescan .liste-produits li.li-produit {
    width: 100%;
  }
  .section-produits-freescan .liste-produits .bloc-produit h3 {
    font-size: var(--size-h3);
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .number {
    font-size: 60px;
    width: 23%;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .intitule {
    width: 77%;
    left: 23%;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .intitule {
    font-size: 48px;
    top: 0px;
  }
  .active .line-wrapper .line, .line-wrapper .line {
    height: 66px;
    line-height: 1em;
  }
  .agence-container .formulaire {
    max-width: 100%;
  }
  .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    font-size: 26px;
  }
  footer .second-menu-container {
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  /*** Vars ***/
  :root {
    --size-h1: 66px;
    --size-h2-xxl: 54px;
    --size-h2-xl: 40px;
    --size-h2-l: 32px;
    --size-h3: 26px;
    --size-h4: 20px;
    --size-surtitre:  12px;
    --size-soustitre:  16px;
    --size-txt:  20px;
    --size-big-txt:  40px;

    --navbar-height: 170px;
    --sticky-height: 120px;

    --width-header-logo: 150px;
    --width-footer-logo:  120px;

    --slider-home-height:  100svh;
    --slider-page-height:  100svh;
    --slider-size-h1:  22px;

    --width-container: 540px;
    --marge-left:  calc( (100vw - var(--width-container)) / 2);
    --marge-right:  calc( (100vw - var(--width-container)) / 2);

    --cadre-photo-height: 360px;
    --banner-photo-height:  300px;
    --galerie-photo-height:  460px;

    --main-padding:  30px;
    --main-padding-left:  50px;
    --main-padding-right: 50px;

    --radius-min:  20px;
    --nb-cols-points:  12;
  }
  .loader-anim img, .loader-anim svg {
    max-width: 45%;
  }
/*
  .section-interne {
    padding: calc(var(--main-padding)*2) 0;
  }
*/
  .logo-menu-container {
    height: 120px;
  }
  .menu-container {
    height: 70px;
    margin-top: 5px;
    padding-right: 50px;
  }
  .menu-languages .languages {
    display: none;
    margin-top: 15px;
    min-height: 40px;
  }
  .menu-responsive .menu-responsive-languages {
    display: block;
  }
  .menu-container ul.menu li.bt-blanc a {
    line-height: 38px;
    height: 38px;
  }
  .menu-burger {
    height: 28px;
    top: calc(50% - 33px);
    right: 30px;
  }
  .menu-burger button,
  .menu-burger .icon-bar:nth-child(1), 
  .menu-burger .icon-bar:nth-child(3) {
    width: 32px;
  }
  .menu-burger .icon-bar:nth-child(2) {
    top: 13px;
    width: 32px;
  }
  .menu-burger .icon-bar:nth-child(3) {
    top: 26px;
  }
  .navbar .brand-container, .menu-responsive .h1 {
    width: 140px;
  }
  .menu-responsive .menu-burger button {
    top: 18px;
  }
  .menu-responsive-container li {
    font-size: 30px;
  }
  .banner-content h1 {
    max-width: 95%;
  }
  .slider-home li.cadre-photo.with-parallax.no-parallax-md img {
    height: 100% !important;
    margin-top: 0;
  }
  .section-introduction .text-content {
    max-width: 90%;
  }
  .section-nos-solutions .text-content .sur-titre {
    padding: 0;
  }
  .section-introduction .wareid-arrow-down {
    right: -10px;
  }  
  .section-introduction .container-video .sur-titre, .section-a-propos .sur-titre {
    right: -70px;
  }
  .section-demarche-rse .sur-titre {
    right: -80px;
  }
  .section-a-propos.section-r-et-d .col-right .sur-titre {
    right: -190px;
  }
  .section-nos-produits h2, .section-nos-references h2 {
    margin: -30px 0 0 -40px;
  }
  .section-nos-produits .slider-container {
    flex-direction: column;
  }
  .section-nos-produits .slider-container #slider-produits-content-container {
    order: 1;
    position: relative;
  }  
  .section-nos-produits .slider-container #slider-produits-content-container ul {
    padding-right: 0;
  }
  .section-nos-produits .slider-container #slider-produits-images-container {
    width: 100%;
    margin-left: 0;
    order: 0;
  }
  .section-nos-produits .slider-container .slider-produits-container {
    height: auto;
  }
  .section-nos-produits .slider-container #slider-produits-images-container {
    max-height: 300px;
  }
  .slider-produits-container .descriptif {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .slider-produits-container .slider-produits-image figure img {
    max-height:230px;
  }
  .slider-bottom .slider-dots .slick-dots button .produit-nom {
    font-size: 14px;
    padding: 0px;
    line-height: 1em;
    display: inline-block;
  }  
  .section-nos-solutions h2 {
    margin-bottom: calc(var(--main-padding)*2);
  }
  .section-nos-references .references-container ul li img {
    max-width: 120px;
  }  
  .section-projet .argument, .section-etapes .etape {
    max-width: 70%;
  }
  .section-projet li:nth-child(2n+1) .argument, .section-etapes li:nth-child(2n+1) .etape {
    margin-left: calc(10% + (var(--width-container) / 12));
  }
  .section-implantations .implantations-content {
    flex-wrap: wrap;
  }
  .section-implantations .liste-agences, .section-implantations .carte {
    width: 100%;
  }
  .section-implantations .carte {
    order: 0;
  }
  .section-implantations .liste-agences {
    order: 1;
  }
  .page-produits .section-freescan-cest .liste-descriptifs li, .block-liste-texte .liste-descriptifs li {
    width: 100% !important;
  }
  .page-contenus-niveau1 .section-introduction .titre, .page-contenus-niveau1 .section-introduction .texte {
    max-width: 80%;
    margin-left: 10%;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .number {
    font-size: 50px;
    width: 25%;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .intitule {
    width: 75%;
    left: 25%;
    padding-left: 10px;
    font-size: 34px;
    top: 5px;    
  }  
  .active .line-wrapper .line, .line-wrapper .line {
    height: 40px;
    line-height: 1em;
  }
  footer {
    padding: 60px 0;
  }
  footer .menu-footer-principal li {
    font-size: 18px;
  }
  .reseaux-sociaux li i::before {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 34px;
    font-size: 20px;
    margin-right: 15px;
  }
  footer .second-menu-container .menu-header-principal a {
    font-size: 24px;
    height: 42px;
    line-height: 34px;
    padding: 0px 15px;
  }
  footer .menu-copyrights-container {
    flex-wrap: wrap;
  }
  footer .column-footer-content {
    min-width: 64%;
  }  
  footer .credits {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  /*** Vars ***/
  :root {
    --size-h1: 50px;
    --size-h2-xxl: 44px;
    --size-h2-xl: 32px;
    --size-h2-l: 28px;
    --size-h3: 22px;
    --size-h4: 18px;
    --size-surtitre:  12px;
    --size-soustitre:  16px;
    --size-txt:  18px;
    --size-big-txt:  40px;

    --navbar-height: 170px;
    --sticky-height: 120px;

    --width-header-logo: 150px;
    --width-footer-logo:  120px;

    --slider-home-height:  100svh;
    --slider-page-height:  100svh;
    --slider-size-h1:  20px;

    --width-container: 100%;
    --marge-left:  15px;
    --marge-right:  15px;

    --cadre-photo-height: 360px;
    --banner-photo-height:  300px;
    --galerie-photo-height:  460px;

    --main-padding:  30px;
    --main-padding-left:  50px;
    --main-padding-right: 50px;

    --radius-min:  20px;
    --nb-cols-points:  10;
  }
  .loader-anim img, .loader-anim svg {
    max-width: 60%;
  }
  .motifs {
    background-size: calc(100vw / var(--nb-cols-points)) calc(100vw / var(--nb-cols-points));
    background-position: calc(0px - (100vw / (var(--nb-cols-points)*2) ) - 1px) calc(0px - (100vw / (var(--nb-cols-points)*2) ) - 1px);
  }
  .banner-content {
    width: calc(100% - 30px);
  }
  .section-introduction .container-video {
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: center;
  }  
  .section-introduction .container-video .sur-titre,
  .section-introduction .container-video .wareid-arrow {
    display: none;
  }
  .section-introduction .container-video video {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .section-nos-produits h2, .section-nos-references h2 {
    margin: -20px 0 0 -15px;
  }
  .section-nos-produits .slider-container #slider-produits-images-container {
    max-height: 220px;
  }
  .slider-produits-container .slider-produits-image figure {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .slider-bottom .slider-dots .slick-dots {
    flex-wrap: wrap;
  }
  .slider-bottom .slider-dots .slick-dots li {
    width: 25%;
    text-align: center;
  }
  .slider-bottom .slider-dots .slick-dots button .produit-nom {
    font-size: 12px;
    padding: 0px;
    line-height: 1em;
    display: inline-block;
  }  
  .slider-produits-container .slider-produits-image figure img {
    max-height:200px;
  }
  .slider-bottom .slider-dots .slick-dots img {
    max-width: 80px;
    margin: 0 auto;
  }
  .bloc-raccourci .sur-titre {
    max-width: 90%;
  }
  .bloc-raccourci .cadre-photo,
  .section-nos-solutions.bg-bleu .raccourcis-container .bloc-raccourci .cadre-photo {
    width: 240px;
    height: 240px;
  }
  .section-demarche-rse .text-content {
    padding-right: 30px;
  }
  .section-nos-references .references-container {
    padding: var(--main-padding) 15px 0;
  }  
  .page-contenus-niveau1 .section-introduction .titre, .page-contenus-niveau1 .section-introduction .texte, .page-entreprise .section-introduction .titre, .page-entreprise .section-introduction .texte, .page-contact .section-introduction .texte {
    max-width: 80%;
    margin-left: 10%;
    text-align: left;
  }  
  .collaborateur .fonction {
    font-size: 14px;
    line-height: 1.2em;
  }  
  .page-produits .section-chiffres-cles .liste-chiffres .number {
    font-size: 44px;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .intitule {
    font-size: 34px;
    top: 0;
  }
  .active .line-wrapper .line, .line-wrapper .line {
    height: 46px;
    line-height: 1em;
  }  
  .section-projet .argument .number, .section-etapes .etape .number {
    width: 20%;
  }
  .section-projet .argument .description, .section-etapes .etape .description {
    width: 80%;
  }  
  .section-projet .liste-arguments li, .section-etapes .liste-etapes li {
    padding-left: 0;
  }
  .wpcf7-form .w-50:nth-child(2), 
  .wpcf7-form .w-50:nth-child(5),
  .wpcf7-form .w-50:nth-child(3), 
  .wpcf7-form .w-50:nth-child(2n+1),
  .wpcf7-form .w-50:nth-child(2n+2),
  .wpcf7-form .w-50:nth-child(6) {
    padding: 0;
  }
  .w-50 {
    width: 100% !important;
  }
  footer {
    padding: 40px 0;
  }
  footer .menu-footer-principal li {
    font-size: 22px;
    min-width: 33%;
    text-align: left;
  }
}
@media only screen and (max-width: 499px) {
  :root {
    --size-h1: 48px;
    --size-h2-xxl: 40px;
    --size-h2-xl: 32px;
    --size-h2-l: 28px;
    --size-h3: 20px;
    --size-h4: 18px;
    --size-surtitre:  12px;
    --size-soustitre:  16px;
    --size-txt:  18px;
    --size-big-txt:  40px;

    --navbar-height: 170px;
    --sticky-height: 120px;

    --width-header-logo: 130px;
    --width-footer-logo:  120px;

    --slider-home-height:  100svh;
    --slider-page-height:  100svh;
    --slider-size-h1:  20px;

    --width-container: 100%;
    --marge-left:  15px;
    --marge-right:  15px;

    --cadre-photo-height: 340px;
    --banner-photo-height:  280px;
    --galerie-photo-height:  420px;

    --main-padding:  30px;
    --main-padding-left:  50px;
    --main-padding-right: 50px;

    --radius-min:  20px;
    --nb-cols-points:  8;
  }
  .slider-bottom .slider-dots .slick-dots img {
    max-width: 60px;
  }  
  .bloc-raccourci .sur-titre {
    max-width: 100%;
  }  
  .section-nos-references .references-container ul li {
    width: calc(100%/2 - 30px);
  }
  .section-en-savoir-plus .call-to-action .button {
    margin-left: 10px;
  }  
  .section-equipe .collaborateur .photo figure {
    width: 160px;
    height: 160px;
  }  
  .page-produits .section-chiffres-cles .liste-chiffres .number {
    font-size: 41px;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .intitule {
    font-size: 34px;
    top: 5px;
  }
  .active .line-wrapper .line, .line-wrapper .line {
    height: 40px;
    line-height: 1em;
  }
  .section-liste-agences .accordeon button {
    width: 50px;
    height: 50px;
  }
  .section-liste-agences .accordeon button::before {
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    font-size: 22px;
  }  
  .custom-file span:first-child {
    font-size: 22px;
    line-height: 52px;
    height: 52px;
    padding: 0px 34px 0px 20px;
  }
  .wpcf7-form .container-submit {
    flex-wrap: wrap;
  }
  .wpcf7-form .container-submit .novalidate {
    width: 100%;
  }
  footer .column-footer-content {
    min-width: 68%;
  }  
}
@media only screen and (max-width: 449px) {
  :root {
    --size-h1: 46px;
    --size-h2-xxl: 40px;
    --size-h2-xl: 32px;
    --size-h2-l: 28px;
    --size-h3: 20px;
    --size-h4: 18px;
    --size-surtitre:  12px;
    --size-soustitre:  16px;
    --size-txt:  18px;
    --size-big-txt:  40px;

    --navbar-height: 170px;
    --sticky-height: 120px;

    --width-header-logo: 130px;
    --width-footer-logo:  120px;

    --slider-home-height:  100svh;
    --slider-page-height:  100svh;
    --slider-size-h1:  20px;

    --width-container: 100%;
    --marge-left:  15px;
    --marge-right:  15px;

    --cadre-photo-height: 300px;
    --banner-photo-height:  240px;
    --galerie-photo-height:  400px;

    --main-padding:  30px;
    --main-padding-left:  30px;
    --main-padding-right: 30px;

    --radius-min:  20px;
    --nb-cols-points:  6;
  }
  .logo-menu-container {
    height: 100px;
  }
  .menu-container {
    height: 60px;
    margin-top: 15px;
    padding-right: 40px;
  }
  .menu-languages .languages {
    margin-top: 10px;
  }
  .menu-container .menu-header-principal ul.menu {
    padding: 0 15px;
  }
  .menu-burger {
    height: 28px;
    top: calc(50% - 18px);
    right: 30px;
  }
  .menu-burger .icon-bar:nth-child(1) {
    width: 28px;
  }
  .menu-burger .icon-bar:nth-child(2) {
    top: 13px;
    width: 28px;
  }
  .menu-burger .icon-bar:nth-child(3) {
    top: 26px;
    width: 28px;
  }
  .navbar .brand-container, .menu-responsive .h1 {
    width: 120px;
  }
  .menu-responsive .menu-burger button {
    top: 18px;
  }
  .section-demarche-rse .text-content {
    padding-right: 40px;
  } 
  .section-en-savoir-plus .button-2 {
    height: 48px;
    line-height: 48px;
  }   
  .ico-button {
    width: 48px!important;
  }
  .ico-button svg {
    max-width: 65%;
    height: 65%;
    vertical-align: top;
    margin-top: 20%;
  }
  .page-produits .section-chiffres-cles .liste-chiffres .number {
    font-size: 34px;
  }  
  .page-produits .section-chiffres-cles .liste-chiffres .intitule {
    font-size: 32px;
    top: 5px;
  }
  .active .line-wrapper .line, .line-wrapper .line {
    height: 36px;
  }
  .section-histoire .date .annee {
    width: 26%;
  }
  .section-histoire .date .description {
    width: 64%;
  }
  .agence-container .coordonnees .icone {
    width: 50px;
    height: 50px;
  }
  .agence-container .coordonnees .telephone a, .agence-container .coordonnees .email a {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
  .agence-container .coordonnees .adresse .texte {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .page-contact .section-introduction .wareid-arrow-down {
    right: 0px;
  }
  .section-projet .argument .number, .section-etapes .etape .number {
    width: 25%;
  }  
  .section-projet .argument .description, .section-etapes .etape .description {
    width: 80%;
  }
  .section-equipe .liste-collaborateurs {
    grid-template-columns: 1fr;
  }  
  .single-produit .liste-pictos {
    width: 90%;
  }
  .section-projet .argument, .section-etapes .etape {
    width: calc(100% - 15px);
    max-width: none;
  }
  .section-projet li:nth-child(2n+1) .argument, .section-etapes li:nth-child(2n+1) .etape,
  .section-projet li:nth-child(2n) .argument, .section-etapes li:nth-child(2n) .etape {
    margin-left: 0;
  }
  footer .copyrights-container,
  footer .menu-footer-secondaire ul,
  footer .credits {
    font-size: 12px;
  }
}
@media only screen and (max-width: 399px) {
  :root {
    --size-h1: 38px;
    --size-h2-xxl: 38px;
    --size-h2-xl: 30px;
    --size-h2-l: 26px;
    --size-h3: 20px;
    --size-h4: 18px;
    --size-surtitre:  12px;
    --size-soustitre:  16px;
    --size-txt:  18px;
    --size-big-txt:  34px;

    --cadre-photo-height: 280px;
    --banner-photo-height:  200px;
    --galerie-photo-height:  340px;
  }
  .slider-bottom .slider-dots .slick-dots button .produit-nom  {
    font-size: 10px;
  }
  .slider-bottom .call-to-action {
    width: 80%;
  }
  .slider-bottom .score-dots {
    width:20%;
  }
  .bloc-raccourci .cadre-photo,
  .section-nos-solutions.bg-bleu .raccourcis-container .bloc-raccourci .cadre-photo {
    width: 200px;
    height: 200px;
  }  
  .section-en-savoir-plus .button-2 {
    font-size: 18px;
    padding: 0 15px;
  }
  .single-produit .liste-pictos {
    width: 100%;
  }
  .page-contact .section-liste-agences h2 {
    width: calc(100% - 100px);
  }
  .agence-container .coordonnees .telephone a, .agence-container .coordonnees .email a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 359px) {
  :root {
  }
  .section-en-savoir-plus .call-to-action .button {
    margin-left: 4px;
  }
  .section-en-savoir-plus .button-2 {
    font-size: 16px;
    padding: 0 10px;
  }  
}
@media only screen and (max-height: 640px) {
  .menu-responsive .menu-responsive-container,
  .menu-responsive-container ul {
    margin-top: 0px;
  }
  .menu-responsive-container li {
    font-size: 30px;
    line-height: 1em;
  }
  .menu-responsive-container li a {
    height: 40px;
  }
  .menu-responsive-secondaire ul li.bt-standard a {
    margin-bottom: 30px;
  }
}
/*** Slider Nos Produits ***/
@media only screen and (max-height: 850px) and (min-width: 767px) {
  .slider-produits-container .descriptif {
    padding: calc( var(--main-padding) * 1) 0 calc( var(--main-padding) * 6);
  }
  .slider-produits-container .descriptif .h3, 
  .slider-produits-container .descriptif .sous-titre, 
  .slider-produits-container .descriptif .texte {
    margin-bottom: 20px;
  }
}
@media only screen and (max-height: 800px) and (min-width: 767px) {
  .slider-produits-container .slider-produits-image figure {
    margin-top: calc( var(--main-padding) * 1);
  }
  .slider-produits-container .descriptif .h3 {
    font-size: calc(var(--size-h3) - 4px);
  }
  .slider-produits-container .descriptif .sous-titre {
    font-size: 15px;
  }
  .slider-produits-container .descriptif .texte {
    font-size: 18px;
  }
}
@media only screen and (max-height: 750px) and (min-width: 767px) {
  .page-home h2 {
    font-size: calc(var(--size-h2-xxl) - 10px);
  }
  .slider-produits-container .slider-produits-image figure {
    margin-top: calc( var(--main-padding) * 0);
  }
  .slider-produits-container .descriptif .texte {
    font-size: 16px;
  }
}
@media only screen and (max-height: 700px) and (min-width: 767px) {
  .page-home h2 {
    font-size: calc(var(--size-h2-xxl) - 16px);
  }
  .slider-produits-container .descriptif .h3 {
    font-size: calc(var(--size-h3) - 8px);
  }
  .slider-produits-container .descriptif {
    padding: calc( var(--main-padding) * 0.75) 0 calc( var(--main-padding) * 6);
  }
  .slider-produits-container .descriptif .sous-titre {
    font-size: 14px;
  }
  .slider-produits-container .descriptif .texte {
    font-size: 17px;
  }
  .slider-produits-container .descriptif .h3, 
  .slider-produits-container .descriptif .sous-titre, 
  .slider-produits-container .descriptif .texte {
    margin-bottom: 15px;
  }
  .slider-produits-container .descriptif .call-to-action {
    margin-top: 20px;
  }
}
@media only screen and (max-height: 650px) and (min-width: 767px) {
  .page-home h2 {
    font-size: calc(var(--size-h2-xxl) - 20px);
  }
  .slider-produits-container .descriptif .h3 {
    font-size: calc(var(--size-h3) - 10px);
  }
  .slider-produits-container .descriptif {
    padding: calc( var(--main-padding) * 0.7) 0 calc( var(--main-padding) * 6);
  }
  .slider-produits-container .descriptif .sous-titre {
    font-size: 14px;
  }
  .slider-produits-container .descriptif .texte {
    font-size: 15px;
  }
  .slider-produits-container .descriptif .h3, 
  .slider-produits-container .descriptif .sous-titre, 
  .slider-produits-container .descriptif .texte {
    margin-bottom: 12px;
  }
  .slider-produits-container .descriptif .call-to-action {
    margin-top: 10px;
  }
}
/*** Titre H1 ***/
@media only screen and (max-height: 800px) and (min-width:1200px) {
  /*** Vars ***/
  :root {
    --size-h1: 100px;
  }
  .page-produits .banner-content h1 {
    font-size: var(--size-h1);
  }
}
@media only screen and (max-height: 750px) and (min-width:1200px) {
  /*** Vars ***/
  :root {
    --size-h1: 80px;
  }
}
@media only screen and (max-height: 700px) and (min-width:1200px) {
  /*** Vars ***/
  :root {
    --size-h1: 70px;
  }
}