/*  
Theme Name: Pantechnik
Theme URI: https://www.pantechnik.com/
Description: Thème Wordpress pour Pantechnik
Author: Guerin Pub
Author URI: https://www.guerinpub.com/
*/

@charset "UTF-8";

/*** Vars ***/
@charset "UTF-8";

/*** Vars ***/
:root {
  --col-noir: #000000;
  --col-blanc: #ffffff;
  --col-rose:#B25395;
  --col-bleu:#5E69E5;
  --col-gris:#6f6f6f;
  --col-gris-clair:#E4E4E4;
  --rgb-noir: 0, 0, 0;
  --rgb-blanc: 255, 255, 255;
  --rgb-rose:178, 83, 149;
  --rgb-bleu:94, 105, 229;
  --rgb-gris:111, 111, 111;
  --rgb-gris-clair:228, 228, 228;

  --size-h1: 48px;
  --size-h1-line1: 48px;
  --size-h1-line2: 80px;
  --size-h1-line3: 40px;
  --size-h2: 48px;
  --size-h3: 40px;
  --size-h4: 30px;
  --size-surtitre:  12px;
  --size-titre-intro:  36px;
  --size-big-txt:  22px;
  --size-txt:  20px;

  --navbar-height: 140px;
  --sticky-height: 140px;

  --width-header-logo: 200px;
  --width-footer-logo:  200px;

  --break-point-1500: 1420px;

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

  --width-hr: 20dvw;
  --height-top:10dvh;

  --video-height:100svh;
  --video-home-height: calc(100svh + 200px);
  --cadre-photo-height-min: 420px;
  --cadre-photo-height-med: 520px;
  --cadre-photo-height-max: 630px;
  --banniere-photo-height:  740px;
  --bulle-photo-height:230px;
  --slider-photo-height: 500px;
  --button-cross-height:24px;

  --radius-min: 20px;
  --radius-med: 40px;
  --radius-max: 100px;

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

  --transition-duration : 0.45s;

  --arrow-right: polygon(0 40%,91% 40%,80% 0%, 88% 0%,100% 50%,88% 100%,80% 100%,91% 60%,0 60%);
}

/*** Animations ***/
@-webkit-keyframes loading {
  0%, 30%
  {
    opacity: 0;
    filter: blur(0); 
  }
  30%, 50%
  {
    opacity: 1;
    filter: blur(0); 
  }
  95%
  {
    filter: blur(1.1em);
  }
  100%
  {
    filter: blur(0); 
  }
}
@keyframes loading {
  0%, 30%
  {
    opacity: 0;
    filter: blur(0); 
  }
  30%, 50%
  {
    opacity: 1;
    filter: blur(0); 
  }
  95%
  {
    filter: blur(1.1em);
  }
  100%
  {
    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 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 {
     100%     { filter:blur(0px); -webkit-filter:blur(0px);}
}
@-webkit-keyframes blurOut {
     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: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  5% {
    -webkit-transform: translate(3px, 0px);
    -ms-transform: translate(3px, 0px);
    transform: translate(3px, 0px);
  }
  30%,
  100% {
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
  }
}
@-webkit-keyframes hoverArrowLeft {
  0% {
    -webkit-transform: rotate(-180deg) translate(0px, 0px);
    -ms-transform: rotate(-180deg) translate(0px, 0px);
    transform: rotate(-180deg) translate(0px, 0px);
  }
  5% {
    -webkit-transform: rotate(-180deg) translate(3px, 0px);
    -ms-transform: rotate(-180deg) translate(3px, 0px);
    transform: rotate(-180deg) translate(3px, 0px);
  }
  30%,
  100% {
    -webkit-transform: rotate(-180deg) translate(0px,0px);
    -ms-transform: rotate(-180deg) translate(0px,0px);
    transform: rotate(-180deg) translate(0px,0px);
  }
}
@-webkit-keyframes hoverArrowDown {
  0% {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  5% {
    -webkit-transform: translate(0px, 3px);
    -ms-transform: translate(0px, 3px);
    transform: translate(0px, 3px);
  }
  30%,
  100% {
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: 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%}
  100% {width: 100%}
}
@keyframes leftToRight {
  0% {width: 0%}
  100% {width: 100%}
}
@-webkit-keyframes topToBottom {
  0% {height: 0%}
  100% {height: 100%}
}
@keyframes topToBottom {
  0% {height: 0%}
  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); }  
}
@-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);
  }
}
@-webkit-keyframes smallToBig {
  0% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes smallToBig {
  0% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
@keyframes bannerEnter {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
*/
@keyframes bannerEnter {
  0% {
    transform: scale(1.05) rotate(-3deg);
  }
  50% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(1.05) rotate(-3deg);
  }
}
@keyframes showTitleH1 {
  0% {
    opacity: 0;
    transform: scale(0.96);
    filter:blur(2px)
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter:blur(0px)
  }
}
@keyframes hoverIllustration {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/*** Règles ***/
html {
  background-color: var(--col-blanc);
  color: var(--col-vert-sombre);
}
/*** 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);
}
html.loader-home body .wrapper {
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
}
.loader-anim {
  display: none;
  opacity: 0;
}
html.loader .loader-anim {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  opacity: 1;
}
html.loader .loader-anim img,
html.loader .loader-anim svg {
  display: none;
}
html.loader-home .loader-anim img,
html.loader-home .loader-anim svg {
  position: fixed;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  max-width: 25%;
  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: 1;
  display:block;
}
div.loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow:hidden;
  background: #16094f;
}
div.loader::before {
  content: "";
  position: absolute;
  z-index:1;
  inset: -20%;
  background:
    radial-gradient(circle at 8% 10%, #18d8f2 0%, transparent 28%),
    radial-gradient(circle at 34% 25%, #4f8eff 0%, transparent 34%),
    radial-gradient(circle at 62% 20%, #b944ff 0%, transparent 32%),
    radial-gradient(circle at 82% 38%, #ff00cc 0%, transparent 34%),
    radial-gradient(circle at 92% 82%, #ff008f 0%, transparent 28%),
    radial-gradient(circle at 42% 75%, #27106d 0%, transparent 40%),
    linear-gradient(120deg, #09c7e8 0%, #346ee8 28%, #631cc1 58%, #e600c9 100%);
  filter: blur(45px);
  transform: scale(1.08);
  animation: gradientMove 14s ease-in-out infinite alternate;
}
@keyframes gradientMove {
  0% {
    transform: scale(1.08) translate3d(-2%, -1%, 0);
  }

  50% {
    transform: scale(1.14) translate3d(2%, 1%, 0);
  }

  100% {
    transform: scale(1.1) translate3d(-1%, 2%, 0);
  }
}
.loader-inner {
  z-index:2;
}
.loader-inner img,
.loader-inner svg {
  width: 240px;
  height: auto;
}
.page-container {
  opacity: 0;
  transform: translateY(-8px); 
  will-change: opacity;
}
body {
  font-size: var(--size-txt);
  font-family: "exposure-trial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--col-noir);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body .wrapper {
  background-color: var(--col-blanc);
  min-height: 100vh;
/*  overflow-x: hidden;*/
}
::-moz-selection {
  background: var(--col-vert-sombre);
  color: var(--col-blanc);
  text-shadow: none;
}

::selection {
  background: var(--col-vert-sombre);
  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-vert-clair);
}
a:visited,
a:focus,
a:link {
  color:var(--col-vert-clair);
}
a:hover {
  color:var(--col-vert-clair);
}
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: auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;  
  align-items: flex-start;
}
.vertical-align-top {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;  
}
.vertical-align-bottom {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;  
}
.container-flex {
  display: flex;
  flex-wrap: wrap;
}


/*** 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;
}
/*** Téléphone ***/
.fixed-telephone {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 3;
  overflow: hidden;
  padding:5px 0px 5px 5px;
}
.fixed-phone {
  display: flex;
  align-items: center;
  height: 40px;
  background: var(--col-vert-moyen);
  text-decoration: none;
  white-space: nowrap;
  color:var(--col-vert-sombre)!important;
  text-decoration: none!important;
  font-weight:700;  
  box-shadow: 1px 1px 5px 1px rgba(var(--rgb-noir),.25);
  transform: translateX(calc(100% - 40px));
  transition: all 0.35s ease;
}
.fixed-phone:hover {
  transform: translateX(0);
/*
  background: var(--col-vert-fonce);
  color:var(--col-blanc);
*/
}
.phone-svg {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone-svg svg {
  width: 22px;
  height: 22px;
}
.phone-svg svg path {
  stroke:var(--col-vert-sombre);
  transition: all 0.35s ease;
}
.fixed-phone {
  padding-right: 16px;
  gap: 10px;
}
/*
.fiexed-phone:hover .phone-svg svg path {
  stroke:var(--col-blanc);
}
*/
.phone-svg {
  animation: phoneFlash 2s ease-in-out infinite;
}
@keyframes phoneFlash {
  0%, 100% {
    opacity: 1;
    filter: brightness(1);
  }

  20% {
    opacity: 0.45;
    filter: brightness(1.8);
  }

  40% {
    opacity: 1;
    filter: brightness(1);
  }

  65% {
    opacity: 0.55;
    filter: brightness(1.6);
  }

  85% {
    opacity: 1;
    filter: brightness(1);
  }
}/*** BACK TO TOP ***/
.back-to-top {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 15px;
  color: var(--col-blanc);
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-in; 
  -webkit-animation: animtop 2s infinite 2s;
  animation: animtop 2s infinite 2s;
  background-color: var(--col-bleu);
  border-radius: 50%;
  box-shadow: 1px 1px 10px rgba(var(--rgb-noir),.25);
}
.back-to-top .arrow-svg {
  font-size:0;
  text-decoration: none;
  position: relative;
  width:100%;
  height:100%;
  will-change: transform;
  transform-origin: center;
  transition:transform var(--transition-duration) ease;
}
.back-to-top .arrow-svg::before {
  content:"";
  position: absolute;
  width:15px;
  height:15px;
  top:calc(50% - 7.5px);
  left:calc(50% - 7.5px);
  border-left:solid 1px var(--col-blanc);
  border-top:solid 1px var(--col-blanc);
  transform:rotate(45deg);
  will-change: transform;
  transform-origin: center;
  transition:transform var(--transition-duration) ease;
}
.back-to-top svg {
  transform:rotate(180deg);
}
.back-to-top svg rect {
  stroke:var(--col-vert-fonce)!important;
  fill:var(--col-vert-fonce)!important;
}
@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);
  }
}
.back-to-top:hover {
  transform:translateY(-3px);
}
.back-to-top:hover .arrow-svg {
  transform:scale(1.15);
}
.back-to-top.visible {
  opacity:0.9;
}
.back-to-top a {
  height: 40px;
  position: relative;
  width: 40px;
  display: block; 
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}
.back-to-top.visible:hover {
  opacity:1;
}
.back-to-top a:hover .arrow-svg svg rect {
  stroke:var(--col-vert-fonce)!important;
  fill:var(--col-vert-fonce)!important;
}
.back-to-top a:hover .arrow-svg svg path {
  fill:var(--col-blanc)!important;
}
@media (min-width:992px) {
  .back-to-top {
    width:60px;
    height:60px;
  }
  .back-to-top a {
    height: 60px;
    width: 60px;
  }
  .back-to-top a::before {
    width:20px;
    height: 20px;
    left:20px;
    top:20px;
  }
}
/*** ReCaptcha Badge ***/
.grecaptcha-badge { 
  visibility: hidden;
}
/*** cookies : tarteaucitron ***/
body #tarteaucitronRoot * {
  font-family:'exposure-trial', sans-serif !important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig {
  font-size:14px!important;
  font-family:'exposure-trial', sans-serif !important;
  border:none!important;
  background:rgba(var(--rgb-vert-sombre), 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-vert-sombre), 1)!important;
}
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrl, 
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, 
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, 
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-size:14px!important;
  font-family:'exposure-trial', 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-vert-clair)!important;
  font-size:14px!important;
  font-family:'exposure-trial', sans-serif!important;
}
body #tarteaucitronRoot .tarteaucitronDeny {
  background-color: var(--col-gris)!important; 
  color: var(--col-blanc)!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-noir)!important;
}
body #tarteaucitron #tarteaucitronInfo {
  background-color: #efefef!important;
  color: var(--col-noir)!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);
  backdrop-filter: blur(0px);
}
.navbar .container {
  padding: 0;
/*  position: relative;*/
}
html.without-background .navbar,
.navbar.sticky {
  background-color: rgba(var(--rgb-bleu),1);
}
.navbar.sticky {
  background: rgba(var(--rgb-bleu), 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  height: var(--sticky-height);
}
.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: 70px;
  display: flex;
}
.logo-menu-container .sitename {
  display:none;
}
.navbar .brand-container {
  margin:0px;
}
.navbar h1,
.navbar .h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.navbar-brand {
  position: relative;
  vertical-align:top;
  text-align:center;
  padding:0px 0px 0px 0px;
  margin-right:0;
  height: 100%;
  width: var(--width-header-logo);
}
.navbar .logo {
  max-height:100px;
  text-align: center;
  width: auto;
  margin: 0 auto;  
}
.menu-container .menu-left,
.menu-container .menu-right {
  width:calc(100% - 260px);
}
.menu-container .menu-left .menu-container {
  justify-content: flex-start;
  height:100%;
}
.menu-container .menu-right .menu-container {
  justify-content: flex-end;
  height:100%;
}
.menu-container .menu-left ul,
.menu-container .menu-right ul {
  padding:0;
}
.menu-languages {
  width:auto;
  height: 100%;
  padding-left: 20px;
  text-align: right;
  position: relative;
  display: flex;
  cursor: pointer;
}
.menu-languages .languages {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.menu-languages ul.languages li {
  text-align: center;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px!important;
  transition: all 0.35s ease-in-out;
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}  
.menu-languages ul.languages li a {
  text-decoration: none;
  border-bottom:0;
  opacity:.32;
}
.menu-languages .languages li.current-lang a,
.menu-languages ul.languages li a:hover {
  opacity:1;
}
.menu-responsive {
  display:none;
  opacity:0;
}
.menu-burger {
  height:60px;
  width: auto;
  position: absolute;
  right: 15px;
  top: 5px;
  padding-right: 0px;
/*  transform: translateY(-50%);*/
  text-align: left;
  display: flex;
}
.menu-burger button {
  position: relative;
  height:100%;
  text-align:center;
  text-transform:uppercase;
  font-size:0;
  color:var(--col-blanc);
  background-color:transparent;
  border:none;
  cursor:pointer;
  padding:0;
  display:inline-block;
  vertical-align: top;
  text-align:left;
  top: 0px;
  padding: 0 25px;
  width: 70px;
  transition: all .35s ease-in-out, transform .6s cubic-bezier(.34,5.56,.64,1);
}
.menu-burger button:hover {
  transform: scale(1.05);
}
.menu-burger button:active {
  transform: scale(0.97);
}
.menu-burger .icon-bar:nth-child(1),
.menu-burger .icon-bar:nth-child(3) {
  position:absolute;
  height:4px;
  width:40px;
  left: 15px;
  background-color:var(--col-blanc);
  transition: all .35s ease-in-out, transform .6s cubic-bezier(.34,5.56,.64,1);
}
.menu-burger .icon-bar:nth-child(2) {
  position:absolute;
  height:4px;
  width:40px;
  left: 15px;
  background-color:var(--col-blanc);
  transition: all .35s ease-in-out, transform .6s cubic-bezier(.34,5.56,.64,1);
}
.menu-burger .icon-bar:nth-child(1) {
  top:14px;
}
.menu-burger .icon-bar:nth-child(2) {
  top:26px;
}
.menu-burger .icon-bar:nth-child(3) {
  top:38px;
}
.menu-burger:not(.menu-close) button:hover .icon-bar {
  background-color: var(--col-blanc);
}
/*
.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;
}
*/
.header-contacts {
  position: absolute;
  right: calc( ((100% - var(--width-container)) / 2) + 15px);
  top: 0px;
  background-color: var(--col-vert-clair);
  color: var(--col-blanc);
  border-bottom-left-radius: var(--radius-min);
  border-bottom-right-radius: var(--radius-min);
  padding: 12px 20px 12px;
  display: none;
}
.menu-responsive .header-contacts {
  display: flex;
  bottom: 0;
  top: auto;
  border-top-left-radius: var(--radius-min);
  border-top-right-radius: var(--radius-min);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;  
}
.header-contacts a {
  color: var(--col-blanc);
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}
.header-contacts a:hover {
  text-decoration: none;
  color: var(--col-noir);
}
.header-contacts .icone {
  margin-right: 6px;
}
.header-contacts .phone-container .icone svg path {
  fill: var(--col-blanc);
}
.header-contacts .mail-container .icone svg path {
  stroke: var(--col-blanc);
}
.header-contacts .mail-container {
  margin-left: 25px;
}
@media (min-width:1200px) {
  .menu-responsive {
    display: none;
  }
  .menu-burger {
    display:none;
  }
  nav .header-contacts {
    display: flex;
  }
  .menu-container {
    width:100%;
    display:flex;
    justify-content: space-between;
    padding-left:0px;
  }
  .menu-container .menu-header-principal {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    height:100%;
  }
/*
  .sticky .menu-container .menu-header-principal {
    justify-content: start;
  }
*/
  .menu-container .menu-header-principal ul.menu {
    display:flex;
    justify-content: center;
    padding:0px;
    margin:0;
    list-style:none;
  }
  .menu-container .menu-header-principal ul.menu li {
    float:left;
    position:static;
    font: normal normal bold 19px/23px Google Sans Flex;
    line-height: 45px;
    color: var(--col-blanc);
    text-transform: uppercase;
    padding: 0 15px;
  }
  .menu-container .menu-header-principal ul.menu li a {
    position:relative;
    text-align: center;
    color: var(--col-blanc);
    opacity: 1;
    text-decoration: none;
    padding-bottom:4px;
  }
  .menu-container .menu-header-principal ul.menu li a::after {
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:0;
    border-bottom:solid 1px var(--col-blanc);
    transition: all .35s ease-in-out;
  }
  .menu-container .menu-header-principal ul.menu li a:hover {
    color: var(--col-vert-moyen);
  }
  .menu-container .menu-header-principal ul.menu li a:hover::after {
    width:100%;
  }
  .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-standard a {
    display: block;
    background-color: transparent;
    border: solid 1px var(--col-blanc)!important;
    color: var(--col-blanc);
    text-align:center;
    cursor:pointer;
    padding: 0px 25px 0px 25px;
    line-height: 45px;
    height: 45px;
    width:auto;
    text-decoration: none;
  }
  .menu-container ul.menu li.bt-standard a:hover {
    background-color: var(--col-blanc);
    border: solid 1px var(--col-blanc)!important;
    color: var(--col-noir);
  }
  .menu-container ul.menu li.bt-important a {
    position: relative;
    display: block;
    background-color: transparent;
    border: solid 1px var(--col-vert-clair)!important;
    border-radius: var(--radius-max);
    color: var(--col-vert-clair);
    text-align:center;
    cursor:pointer;
    padding: 0px 25px 0px 25px;
    line-height: 45px;
    height: 45px;
    width:auto;
    text-decoration: none;
  }
  .menu-container ul.menu li.bt-important a:hover {
    background-color: var(--col-vert-clair);
    border: solid 1px var(--col-vert-clair)!important;
    color: var(--col-blanc);
  }
  .menu-container .menu-header-principal ul.menu > li:not(.bt-important) a:hover,
  .menu-container .menu-header-principal ul.menu > li.current-menu-item:not(.bt-important) a:not(.submenu-item-level2),
  .menu-container .menu-header-principal ul.menu > li.current-page-ancestor:not(.bt-important) a:not(.submenu-item-level2) {
/*    transform:scaleX(1);*/
    color: var(--col-vert-moyen);
  }
  .menu-container .menu-header-principal ul.menu > li.current-menu-item:not(.bt-important) a:not(.submenu-item-level2),
  .menu-container .menu-header-principal ul.menu > li.current-page-ancestor:not(.bt-important) a:not(.submenu-item-level2),
  .menu-container .menu-header-principal ul.menu > li li.menu-item-level2.current-menu-item a.submenu-item-level2,
  nav.sticky .menu-container .menu-header-principal ul.menu > li.current-menu-item:not(.bt-important) a:not(.submenu-item-level2),
  nav.sticky .menu-container .menu-header-principal ul.menu > li.current-page-ancestor:not(.bt-important) a:not(.submenu-item-level2) {
    color: var(--col-vert-moyen);
  }
  .menu-container .menu-header-principal ul.menu > li.current-menu-item:not(.bt-important) a:not(.submenu-item-level2)::after,
  .menu-container .menu-header-principal ul.menu > li.current-page-ancestor:not(.bt-important) a:not(.submenu-item-level2)::after,
  .menu-container .menu-header-principal ul.menu > li li.menu-item-level2.current-menu-item a.submenu-item-level2::after,
  nav.sticky .menu-container .menu-header-principal ul.menu > li.current-menu-item:not(.bt-important) a:not(.submenu-item-level2)::after,
  nav.sticky .menu-container .menu-header-principal ul.menu > li.current-page-ancestor:not(.bt-important) a:not(.submenu-item-level2)::after {
    border-color: var(--col-vert-moyen);
  }
  .menu-container .menu-header-principal ul.menu > li.current-menu-item.bt-standard a,
  .menu-container .menu-header-principal ul.menu > li.current-page-ancestor.bt-standard a {
    background-color: var(--col-blanc);
  }
  /* Sous-menu*/
}
@media (min-width: 1200px) {
  .menu-container .menu-header-principal ul.menu {
    padding: 0px;
  }
  .menu-container .menu-header-principal ul.menu li {
    font: normal normal bold 19px/23px Google Sans Flex;
    padding: 0 15px;
  }
  .menu-container .menu-header-principal ul.menu li a {
    height: 45px;
  }
  .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;
  }
}
@media (min-width:1500px) {
  .menu-container .menu-header-principal ul.menu li {
    font: normal normal bold 19px/23px Google Sans Flex;
    padding: 0 20px;
  }
  .menu-container .menu-header-principal ul.menu li a {
    height: 45px;
  }
  .menu-container ul.menu li.bt-standard a {
    padding: 0px 25px 0px 25px;
    line-height: 45px;
    height: 45px;
  }
  .menu-container ul.menu li.bt-important a {
    padding: 0px 25px 0px 25px;
    line-height: 45px;
    height: 45px;
  }
  .menu-container ul.menu li.bt-important a::after {
    right: 30px;
  }
}

.menu-richmenu {
  visibility: hidden;
  position: absolute;
  top: var(--navbar-height);
  left: 0;
  right: 0;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transition: transform 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000),
  opacity 150ms ease-out,
  visibility 400ms;
}
.menu-item.richmenu-active .menu-richmenu {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.navbar.sticky .menu-richmenu {
  top: calc(var(--sticky-height) + 30px);
}
.richmenu-layer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: var(--col-blanc);
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms ease-out,
  visibility 250ms;
}
.state-richmenu .richmenu-layer {
  visibility: visible;
  opacity: .75;
}
.richmenu-wrapper {
  position: relative;
  width: var(--width-container);
  margin-left: auto;
  margin-right: calc(var(--marge-right) + 6px);
  background-color: var(--col-blanc);
  border-radius: 30px;
  box-shadow: 0 0 30px 0 rgba(var(--rgb-noir),.25);
  padding: 30px;
  min-height: 300px;
  display: flex;
  overflow: hidden;
}
.richmenu-wrapper .richmenu-col:first-child {
  width: 30%;
}
.richmenu-wrapper .richmenu-col:nth-child(2) {
  width: 35%;
}
.richmenu-wrapper .richmenu-col:nth-child(3) {
  width: 35%;
}
.richmenu-wrapper .richmenu-photo .cadre-photo {
  height: 300px;
}
.richmenu-wrapper .richmenu-content {
  text-align: left;
  padding-left: 30px;
}
.richmenu-wrapper .richmenu-content .h3 {
  color: var(--col-vert-clair);
  font-weight: 800;
  line-height: 1.1em;
}
.richmenu-wrapper .richmenu-content .texte {
  font-weight: 700;
  font-size: var(--size-txt);
  line-height: 1.2em;
  text-transform: none;
}
.richmenu-wrapper .richmenu-content a.button-1 {
  color: var(--col-vert-clair)!important;
}
.richmenu-wrapper .richmenu-content a.button-1:hover {
  color: var(--col-blanc)!important;
}
.richmenu-wrapper .richmenu-submenu {
  padding-left: 30px;
}
.richmenu-wrapper .richmenu-submenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.richmenu-wrapper .richmenu-submenu ul li {
  padding-left: 0!important;
  padding-right: 0!important;
  text-transform: none!important;
  font-weight: 600!important;
  height: 45px;
  border-bottom: solid 1px var(--col-gris-clair);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}
.richmenu-wrapper .richmenu-submenu ul li:last-child {
  border-bottom: none;
}
.richmenu-wrapper .richmenu-submenu ul li a {
  width: 100%;
  display: block;
  text-align: left !important; 
  height: auto!important;
  line-height: 1.1em; 
}
.richmenu-wrapper .richmenu-submenu ul li a::before {
  display: none!important;
}
.richmenu-wrapper .richmenu-submenu ul li a::after {
  content: "";
  position: absolute;
  z-index: 0;
  clip-path: polygon(0 40%,68% 40%,40% 10%, 56% 0%,100% 50%,56% 100%,40% 90%,68% 60%,0 60%);
  background-color: var(--col-vert-clair);
  width: 11px;
  height: 12px;
  right: 0px;
  top: calc(50% - 6px);
  transition: all var(--transition-duration) cubic-bezier(.4,.4,.4,1);
}
.richmenu-wrapper .richmenu-submenu ul li a:hover::after {
  z-index: 1;
  animation: 2s infinite hoverArrow;
}
.richmenu-wrapper .close-menu .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  font-size: 0;
  opacity: 1;
}
.richmenu-wrapper .close-menu .close:hover {
  opacity: 1;
}
.richmenu-wrapper .close-menu .close::before,
.richmenu-wrapper .close-menu .close::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: var(--col-vert-clair);
  transform-origin: center;
  transform: rotate(45deg);
  transition: all 0.35s ease-in-out;
}
.richmenu-wrapper .close-menu .close::after {
  transform: rotate(-45deg);
}
.richmenu-wrapper .close-menu .close:hover::before,
.richmenu-wrapper .close-menu .close:hover::after {
  background-color: var(--col-noir);
}
.menu-responsive {
  position:fixed;
  width:100%;
  height:100dvh;
  z-index:10000;
  right:-100vw;
  opacity:1;
  top:0px;
  background: rgba(var(--rgb-bleu), 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);  
  display: block;
  font-family: 'Syne', sans-serif;
  transition: all 0.75s cubic-bezier(.4,0,0,1);
} 
.menu-responsive .bg-marine {
  height: 100dvh;
}
.menu-responsive.menu-responsive-active {
  right: 0;
  opacity: 1;
}
.menu-responsive .container {
  position: relative;
  height: 100%;
  padding: 0;
}
.menu-responsive .logo-menu-container {
  position: relative;
  width:100%;
  height:100px;
  padding:10px 15px;
}
.menu-responsive .h1 {
  margin:0;
}
.menu-responsive .navbar-brand {
  float:left;
  height:120px;
  padding-top:20px;
}
.menu-responsive .navbar-brand img,
.menu-responsive .navbar-brand svg {
  max-height:100px;
  max-width: var(--width-header-logo);
}
.menu-responsive .menu-burger {
  top: 40px;
  right: 15px;
}
.menu-responsive .menu-burger button {
  height:60px;
  top:0px;
  background-color:transparent;
  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 25px;
  width: 70px;
  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: 25px;
  left: 15px;
  width: 40px;
  background-color:var(--col-blanc);
}
.menu-responsive .menu-burger .icon-bar:nth-child(3) {
  transform:rotate(45deg);
  top: 25px;
  left: 15px;
  width: 40px;
  background-color:var(--col-blanc);
}
.menu-responsive .menu-burger button:hover {
  background-color:var(--col-vert-sombre);  
}
.menu-responsive .menu-burger button:hover .icon-bar {
  background-color:var(--col-blanc);  
}
.menu-responsive .menu-responsive-container {
  margin-top:80px;
  padding: 0 15px 0 15px;
}
.menu-responsive .menu-responsive-secondaire {
  margin-top: 20px;
  margin-left: -18px;
}
.menu-responsive .reseaux-sociaux-container {
  margin-top: 20px;
  padding: 0 15px 0 15px;
}
.menu-responsive-container ul {
  list-style:none;
  margin:0px auto 0px;
  padding:0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.menu-responsive-container .menu-header-principal:first-child ul {
  margin-top:20px;
}
.menu-responsive-container ul.sub-menu {
  display:none;
  opacity:0;
}
.menu-responsive-container ul.sub-menu.sub-menu-active {
  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: normal normal bold 19px/23px Google Sans Flex;
  text-transform: uppercase;
  line-height: 20px;
  height:56px;
  display:flex;
  align-items: center;
  text-align: left;
}
.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:var(--col-blanc);
  text-decoration: none;
  padding-bottom:4px;
}
.menu-responsive-container li a::after {
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:0;
  border-bottom:solid 1px var(--col-blanc);
  transition: all .35s ease-in-out;
}

/*
.menu-responsive-container .menu-responsive-principal ul.menu li:not(.bt-important) a::before {
  content: "+";
  display: inline-block;
  margin-right: 6px;
  color: var(--col-vert-clair);
  font-weight: 300;
}  
.menu-responsive-container .menu-responsive-principal ul.menu li:not(.bt-important) ul li a::before {
  display: none;
}
*/
.menu-responsive-container li a:hover,
.menu-responsive-container li.current-menu-item a,
.menu-responsive-container li.current-page-ancestor a {
  color: var(--col-noir);
}
.menu-responsive-container li.current-menu-item a,
.menu-responsive-container li.current-page-ancestor a {
  font-weight: 700;
}
.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-vert-clair);
}
.menu-responsive-container ul li.bt-important a {
  display: inline-block;
  background-color: var(--col-vert-clair);
  border: solid 1px var(--col-vert-clair)!important;
  border-radius: var(--radius-min);
  color: var(--col-blanc);
  text-align:center;
  cursor:pointer;
  padding: 0px 25px 0px 25px;
  line-height: 45px;
  height: 45px;
  width:auto;
  margin-top: 20px;
  margin-bottom: 40px;
  text-decoration: none;
}
.menu-responsive-container ul li.bt-important a:hover {
  background-color: var(--col-blanc);
  border: solid 1px var(--col-blanc)!important;
  color: var(--col-vert-clair);
}
.menu-responsive-container ul li.bt-important a:hover::after {
  border-color: var(--col-vert-clair);
  z-index: 1;
  animation: 2s infinite hoverArrow;
}
.menu-responsive-container li.important a {
  background-color: var(--col-vert-clair);
  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 {
  position:absolute;
  cursor:pointer;
  right: 17px;
  top: 16px;
  z-index:10;
  border:solid 2px var(--col-vert-clair);
  border-radius:var(--radius-min);
  background-color:transparent;
  width: 26px;
  height: 26px;
  padding:0;
}
.menu-responsive-container li.menu-item-has-children button::before {
  content: "";
  position: absolute;
  z-index: -1;
  clip-path: polygon(0 40%,68% 40%,40% 10%, 56% 0%,100% 50%,56% 100%,40% 90%,68% 60%,0 60%);
  background-color: var(--col-vert-clair);
  width: 10px;
  height: 12px;
  left: 6px;
  top: calc(50% - 6px);
  transition: all var(--transition-duration) cubic-bezier(.4,.4,.4,1);
  transform: rotate(90deg);
/*  transition:all .2s ease-in;*/
}
.menu-responsive-container li.menu-item-has-children.sub-menu-open button::before {
  transform:rotate(270deg);
}
.menu-responsive-container li .sub-menu {
  background-color: rgba(var(--rgb-blanc),.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-min);
  padding: 10px 20px;
  margin-top: 0;
  width: calc(100% - 15px);
  margin-left: 0;
}
.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;
  font-size: 14px;
  border-bottom: solid 1px rgba(var(--rgb-blanc),.5)!important;
}
.menu-responsive-container li .sub-menu li:last-child a {
  border-bottom: none!important;
}
.menu-responsive-container li .sub-menu li a:hover {
  color:var(--col-vert-clair);
}
.menu-responsive-container li .sub-menu li::after {
  display:none;
}
.menu-responsive-container li .sub-menu .sub-menu {
  display: none;
}
.menu-contact-container {
  margin-top: 60px;
  text-align: left;
  padding: 0 15px;
  color:var(--col-blanc);
  font: normal normal 300 17px/21px Google Sans Flex;
}
.menu-contact-container strong {
  font-weight:700;
}
.menu-contact-container a {
  text-decoration: none;
  color:var(--col-blanc);
}
.menu-contact-container a:hover {
  color:var(--col-noir);
}
.menu-contact-container .label {
  display:inline-block;
}
.menu-responsive .menu-languages {
  padding-left: 15px;
  margin-top: 60px;
  font-size: 18px;
}
.menu-responsive-footer {
  display: flex;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100px;
  color: var(--col-noir);
  padding: 0 15px;
}
.menu-responsive-footer .social a {
  border: 2px solid var(--col-noir)!important;
}
.menu-responsive-footer .social a:hover {
  background-color:var(--col-noir)!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 ***/
.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: cubic-bezier(.26, .53, .74, 1);
  -webkit-animation-name: topToBottom;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.26, .53, .74, 1);
}
.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;
}
.smallToBig {
  -webkit-animation-name: smallToBig;
  animation-name: smallToBig;
  animation-timing-function: cubic-bezier(.4,.4,.4,1);
  -webkit-animation-timing-function:cubic-bezier(.4,.4,.4,1);
}
.showTitleH1 {
  -webkit-animation-name: showTitleH1;
  animation-name: showTitleH1;
  animation-timing-function: cubic-bezier(.4,.4,.4,1);
  -webkit-animation-timing-function:cubic-bezier(.4,.4,.4,1);
}
.hoverIllustration {
  -webkit-animation-name: hoverIllustration;
  animation-name: hoverIllustration;
  animation-iteration-count: infinite;
}
.blur {
  filter: blur(2px) ;
}
.anim-split-text {
  will-change: transform;
}
.split-line {
  will-change: transform, opacity;
}
.anim-split-text p {
  margin-bottom: 0;
}
.anim-with-parallax img {
  transform: scale(1.15); 
  will-change: transform;
}

/*** Général ***/
a.button,
.multi-select-button,
.formulaire .chosen-container,
.formulaire select.chosen,
.formulaire .submit  {
  position:relative;
  z-index:2;
  display:inline-block;
  text-align:center;
  cursor:pointer;
  padding: 4px 16px;
  font: normal normal 100 13px/17px Google Sans Flex;
  letter-spacing: 0em;
  height: auto;
  width:auto;
  cursor: pointer;  
  text-decoration: none;
  border: solid 1px var(--col-bleu);
  border-radius: 0;
  background-color: transparent;
  text-transform: uppercase;
/*  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 .submit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0px;
  left: 0;
  transition: all var(--transition-duration) ease-in-out;
}
a.button-1,
.multi-select-button,
.formulaire .chosen-container,
.formulaire select.chosen,
.formulaire .submit {
  color: var(--col-blanc);
}
a.button-1::before,
.multi-select-button::before,
.formulaire .chosen-container::before,
.formulaire select.chosen::before {
  border-radius: var(--radius-min);
  background-color: transparent;
}
a.button::after,
.multi-select-button::after,
.formulaire .chosen-container::after,
.formulaire select.chosen::after,
.formulaire .submit::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0px;
  left: 0;
  border-radius: 0;
  transition: var(--transition-duration) cubic-bezier(0.4, 0.4, 0.4, 1);
}
a.button-1::after,
.multi-select-button::after,
.formulaire .chosen-container::after,
.formulaire select.chosen::after,
.formulaire .submit::after {
  background: var(--col-bleu);
/*
  border-radius: 15px;
  border: solid 1px var(--col-vert-clair);
*/
}
a.button-1:hover {
  color: var(--col-bleu);
}
a.button-1:hover::after {
  top: 60px;
  border-radius: 25% 25% 0% 0%;
  transition: all var(--transition-duration) cubic-bezier(.4,.4,.4,1);
}
a.button-1-b {
  color: var(--col-vert-fonce);
  border: solid 1px var(--col-vert-fonce);
  background-color: transparent;
  padding:10px 16px;
  height:auto;
}
a.button-1-b::after{
  background: var(--col-vert-fonce);
}
a.button-1-b:hover {
  color: var(--col-blanc);
}
a.button-2 {
  padding:6px 0;
  color: var(--col-blanc);
  border:none;
  border-bottom:solid 1px var(--col-blanc);
  height:auto;
}
a.button-2-b {
  color: var(--col-blanc);
  border:solid 1px var(--col-vert-clair);
}
a.button-2::before {
  border-radius: var(--radius-min);
  background-color: transparent;
}
a.button-2::after {
  border-radius: 0;
  background-color: var(--col-blanc);
}
a.button-2-b::after {
  background-color: var(--col-vert-clair);
}
a.button-2:hover::after {
  top:60px;
  border-radius: 50% 50% 0% 0%;
}
a.button-2:hover {
  color: var(--col-blanc);
}
a.button-2.without-arrow:hover::before {
  background-color: var(--col-blanc);
  border-radius: 100px;
}
a.button-2-b:hover {
  color: var(--col-vert-clair);
}
a.button-3 {
  color: var(--col-vert-clair);
}
a.button-3::before {
  background-color: var(--col-blanc);
  border-radius: 100px;
}
a.button-3::after {
/*  background-color: var(--col-noir);*/
}
a.button-3:hover {
  color: var(--col-blanc);
}
a.button-3:hover::before {
  background-color: var(--col-vert-clair);
}
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-vert-clair);
}
a.button .with-arrow {
  padding-right: 15px;
}
a.button .with-arrow::before {
  content:"";
  position: absolute;
  z-index: -1;
  clip-path: var(--arrow-right);
  background-color: var(--col-vert-clair);
  width: 34px;
  height: 8px;
  right: 10px;
  top: calc(50% - 3px);
  transition: all var(--transition-duration) cubic-bezier(.4,.4,.4,1);
}
a.button-1-b .with-arrow::before {
  background-color: var(--col-blanc);
}
a.button:hover .with-arrow::before {
  background-color: var(--col-blanc);
  z-index: 1;
  animation:2s infinite hoverArrow
}
a.button-1-b:hover .with-arrow::before {
  background-color: var(--col-vert-clair);
}


a.button-2 .with-arrow::before {
  background-color: var(--col-vert-clair);
  z-index:0;
}
a.button-2-b .with-arrow::before {
  background-color: var(--col-blanc);
}
a.button-2:hover .with-arrow::before {
  background-color: var(--col-blanc);
}
a.button-2-b:hover .with-arrow::before {
  background-color: var(--col-vert-clair);
}
a.anim-button {
  position: relative;
  z-index:1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border:0;
}
a.anim-button .border-line {
  position: absolute;
  z-index: 0;
  background: var(--col-blanc);
  display: block;
  pointer-events: none;
}
a.anim-button.button-1-b .border-line {
  background: var(--col-vert-fonce);
  border:0!important;
}
a.anim-button .border-top,
a.anim-button .border-bottom {
  height: 1px;
  width: 100%;
  transform: scaleX(0);
}
a.anim-button .border-left,
a.anim-button .border-right {
  width: 1px;
  height: 100%;
  transform: scaleY(0);
}
a.anim-button .border-top {
  top: 0;
  left: 0;
  transform-origin: left;
}
a.anim-button .border-right {
  top: 0;
  right: 0;
  transform-origin: top;
}
a.anim-button .border-bottom {
  bottom: 0;
  right: 0;
  transform-origin: right;
}
a.anim-button .border-left {
  bottom: 0;
  left: 0;
  transform-origin: bottom;
}
.call-to-action {
  margin-top: 40px;
}
ul {
  padding: 0 0 0 20px;
}
body ul li:not(.col-12) {
  position: relative;
  padding-left: 0px;
}
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 ul.slick-slider {
  position: relative;
}
body h1,
body .h1 {
  font-family:'Syne', sans-serif;
  font-weight: 400;
  font-size: var(--size-h1);
  line-height: 1.2em;
  margin-bottom: 30px;
  color: var(--col-vert-sombre);
}
body h2,
body .h2 {
  position: relative;
  font-family:'Syne', sans-serif;
  font-weight: 400;
  font-size: var(--size-h2);
  line-height: 1em;
  margin-bottom: 40px;
  color: var(--col-vert-sombre);
  text-align: left;
}
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: 400;
  font-size: var(--size-h3);
  line-height: 1.25em;
  letter-spacing: normal;  
  margin-bottom: 20px;
}
body h4,
body .h4 {
  font-weight: 400;
  font-size: var(--size-h4);
  line-height: var(--size-h4);
  letter-spacing: normal;  
  margin-bottom: 20px;
}
.page {
  font-weight: 400;
  font-size: var(--size-txt);
  line-height: 150%;
  padding-top: 0;
  position: relative;
  z-index: 0;
}
.page-content {
  position: relative;
  z-index: 0;
}
.page-content:not(.page-with-banner) {
  padding-top: var(--navbar-height);
}
.page .texte {
  text-align: left;
  font-weight: 300;
  line-height: 140%;
}
.page .texte.texte-grand {
  font-size: var(--size-txt-big);
}
.page .texte p {
  margin: 0 0 1.2em;
}
.page .texte p:last-child {
  margin-bottom: 0;
}
.page .anim-split-text-by-lines p {
  margin-bottom: 1.2em;
}
.page .texte mark {
  position: relative;  
  font-weight: 600;
  background: linear-gradient(to top, transparent 10%, rgba(var(--rgb-corail),1) 10.01%, rgba(var(--rgb-corail),1) 50%, transparent 50.01%) no-repeat;
  padding: 0 5px 5px;
  color: var(--col-noir);
}
.page .texte strong,
.page .texte b {
  font-weight: 600!important;
}
.page .texte a {
  text-decoration: underline;
}
.page .texte dfn {
  font-weight: 900;
  color: var(--col-vert-clair);
  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: 20px;
  margin-bottom: 5px;
}
.page-content .texte li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: var(--col-vert-sombre);
  width: 12px;
  height: 12px;
}
.page-standard .texte h2 {
  margin-top: 60px;
  font: normal normal bold var(--size-h2)/1.2em Syncopate;
  color: var(--col-bleu);
}
.page-standard .texte h3 {
  font-weight: 400;
  color: var(--col-vert-sombre);
  margin-top: 40px;
}
.page-standard .texte {
  font:normal normal 300 var(--size-txt)/1.2em Google Sans Flex;
  color: var(--col-gris);
}
.section-interne {
  position: relative;
  padding: var(--main-padding) 0;
}
.section-container {
  display: flex;
}
.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;
  background: rgba(255,255,255, 0.05);
  width: 100%;
  height: var(--cadre-photo-height-min);
  position: relative;
  z-index: 1;
/*  animation: fadeInDownRight var(--transition-duration) linear;*/
}
.header-banner .cadre-photo {
  background: rgba(var(--rgb-noir), 1);
}
.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.with-parallax img {
  height: calc(100% + 700px);
  margin-top: -300px;
}
.cadre-photo.border-radius,
.slider-interne.border-radius {
  border-radius: var(--radius-min);
}
.header-banner .cadre-photo img {
  animation: bannerEnter 5s ease-out;
}
.header-banner img {
/*  animation: bannerEnter 5s ease-out;*/
  animation: bannerEnter 12s linear;
  animation-iteration-count: infinite;
}
.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%;
}
.hover-photo img {
  transition: transform var(--transition-duration) ease;
}
.hover-photo:hover img {
  transform: scale(1.1);
}
.cadre-photo.with-legende {
  padding-bottom: 30px;
}
.bg-gris {
  background-color: var(--col-gris);
  color: var(--col-noir);
}
.bg-gris-clair {
  background-color: var(--col-gris-clair);
  color: var(--col-noir);
}
.bg-blanc {
  background-color: var(--col-blanc);
  color: var(--col-noir);
}
.bg-beige {
  background-color: var(--col-beige);
}
.bg-vert-clair {
  background-color: var(--col-vert-clair);
  color: var(--col-blanc);
}
.bg-vert-fonce {
  background-color: var(--col-vert-fonce);
  color: var(--col-blanc);
}
.bg-noir {
  background-color: var(--col-noir);
  color: var(--col-blanc);
}
.bg-gris-clair h2,
.bg-gris-clair .sur-titre {
  color: var(--col-vert-clair);
}
.bg-gris-clair .sur-titre::after {
  background-color: var(--col-noir);
}
.bg-gris.border-radius,
.bg-gris-clair.border-radius,
.bg-blanc.border-radius,
.bg-noir.border-radius {
  border-radius: var(--radius-med);
}
.container-sticky {
  position: sticky;
  top: var(--main-padding);
}
.with-revealText {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.with-revealText div {
  overflow:hidden;
  display:inline-block;
  vertical-align:top;
  position:relative;
  padding-right:20px;
  padding-bottom:10px
}
.with-revealText div span {
  visibility:hidden;
  display:inline-block;
  vertical-align:top
}
.with-revealText div span {
  padding-top:0
}
.with-revealText .line-break {
  flex-basis: 100%;
  height: 0;
  padding: 0;
}
.main-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.slider-interne {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider-interne {
  overflow: hidden;
  margin: 0;
}
.slider-interne li ,
.slider-interne li figure {
  height: var(--slider-photo-height);
}
.slider-interne li figure {
  position: relative;
  margin: 0px;
}
.slider-interne li img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
/*** Fil ariane ***/
.header-banner .section-breadcrumb {
  position: absolute;
  top: calc(var(--navbar-height));
  width: 100%;
  z-index: 1;
}
.fil-ariane {
  text-align: left;
  font-size: 14px;
  font-family: Arpona;
  color: var(--col-noir);
  padding:var(--main-padding-min) 0;
}
.fil-ariane a {
  font-weight: 500;
  text-decoration: none!important;
  color: var(--col-noir);
}
.fil-ariane a:hover {
  color: var(--col-vert-clair);
}
.fil-ariane .breadcrumb_last {
  font-weight: 700;
  color: var(--col-vert-fonce);
}
/*** Banner ***/
body  .fa {
  font-family: 'FontAwesome'!important;
}
body  .wow {
  visibility: hidden;
}
body  img {
  max-width:100%;
  height:auto;
}
.banner {
  position: relative;
}
.background-video {
  width: 100dvw;
  height: var(--video-height);
}
.home-page .background-video {
  height: var(--video-home-height);
}
.background-video img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;  
}
#main_video {
  position: absolute;
  height: var(--video-height);
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
.home-page #main_video {
  height: var(--video-home-height);
}
#main_video .background,
#main_video iframe {
  width: 100%;
  height: 100%;
}
#main_video video {
  width: 100%;
  height: 200%;
  object-fit: cover;
  object-position: center center;
  transform: translateY(-30%);
}
.banner-content {
  position: absolute;
  top: 0px;
  width: var(--width-container);
  margin-left: var(--marge-left);
  text-align: center;
  z-index: 3;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.banner-content h1 {
  position: relative;
  margin: 80px auto 40px;
  font: normal normal bold 50px/62px 'Google Sans Flex';
  font: normal normal bold 98px/121px Syncopate;
  letter-spacing: 0px;
  color: var(--col-blanc);
  text-transform: uppercase;
}
.banner-content h1::before {
  content:"";
  position: absolute;
  top: -60%;
  left: 335px;
  height:50px;
  width:5px;
  opacity:0;
  background-color:var(--col-blanc);
  animation-name: fadeInDown;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 3s;
  animation-duration: 1s;
}
.banner-content h1::after {
  content:"";
  position: absolute;
  left: calc(335px - 22.5px);
  top: calc(-60% + 22.5px);
  width:50px;
  height:5px;
  opacity:0;
  background-color:var(--col-blanc);
  animation-name: fadeInLeft;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 3s;
  animation-duration: 1s;
}
.other-page .banner-content h1 {
  font: normal normal bold 42px/52px Syncopate;
  text-transform: none;
}
.other-page .banner-content h1::before,
.other-page .banner-content h1::after {
  display:none;
}
.other-page .banner-content h1 span {
  display: inline-block;
  padding:0 40px;
  border-bottom:solid 1px var(--col-blanc);
}
.banner-content .text {
  font: normal normal 300 29px/36px Google Sans Flex;
  letter-spacing: 0px;
  color: var(--col-blanc);  
}
.banner-content .triangles-container {
  position:relative;
  display: flex;
  flex-direction:column;
  align-items: center;
  padding-right: 15px;
}
.banner-content .triangles-container::before {
  content:"";
  position: absolute;
  width: 1px;
  height: 40px;
  left: calc(50% - 8px);
  top: -60px;
  background-color: var(--col-blanc);
}
.banner-content .triangles-container::after {
  content:"";
  position:absolute;
  width:1px;
  height:60px;
  left: calc(50% - 8px);
  bottom: -80px;
  background-color: var(--col-blanc);
}
.banner-content .triangles-container .triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 9px 0 9px;
  border-color: var(--col-blanc) transparent transparent transparent;
  transform: rotate(0deg);
}
.liste-raccourcis {
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  position: absolute;
  top: -300px;
  width:calc(100% - 30px);
  z-index: 4;
}
.bloc-raccourci {
  display:flex;
  flex-direction: column;
}
.bloc-raccourci .cadre-photo {
  height:165px;
}
.bloc-raccourci .description {
  background-color:var(--col-blanc);
  padding:30px;
  height:calc(100% - 165px);
}
.bloc-raccourci .description .titre {
  color:var(--col-noir);
  text-align:center;
  font: normal normal bold 26px/32px Syncopate;
  letter-spacing: 0px;
  margin-bottom:20px;
  display:block;
}
.bloc-raccourci .description .texte {
  color:var(--col-gris);
  text-align: center;
  font: normal normal 300 17px/21px Google Sans Flex;
  padding:0 15px;
  min-height:70px;
}
.section-raccourcis .bg-gris-clair {
  padding:calc(3*var(--main-padding)) 0 var(--main-padding);
}
.section-raccourcis .bg-gris-clair h2 {
  text-align: center;
  font: normal normal bold 50px/62px Syncopate;
  color:var(--col-bleu);
}
.w-70 {
  width:70%;
}
.w-60 {
  width:60%;
}
.w-50 {
  width:50%;
}
.w-40 {
  width:40%;
}
.w-30 {
  width:30%;
}
.section-ionsource .w-70 {
  padding: var(--main-padding) var(--main-padding-right) var(--main-padding) var(--marge-left);
  text-align:left;
  color:var(--col-gris);
}
.section-ionsource .w-70 h2 {
  text-align:left;
  font: normal normal bold 41px/51px Syncopate;
  color:var(--col-bleu);
  margin-bottom:20px;
}
.section-ionsource .w-70 .sous-titre {
  color:var(--col-bleu);
  font: normal normal 500 37px/47px Google Sans Flex;
}
.section-ionsource .paragraphes {
  margin-top:40px;
}
.section-ionsource .paragraphes .bloc-paragraphe {
  position: relative;
  padding-left:80px;
  margin-top:40px;
}
.section-ionsource .paragraphes .bloc-paragraphe:first-child {
  margin-top: 0;
}
.section-ionsource .paragraphes .bloc-paragraphe::before {
  content:"";
  position: absolute;
  top: calc(50% - 14px);
  left: 13px;
  height:28px;
  width:3px;
  opacity:0;
  background-color:var(--col-bleu);
  animation-name: fadeInDown;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 3s;
  animation-duration: 1s;
}
.section-ionsource .paragraphes .bloc-paragraphe::after {
  content:"";
  position: absolute;
  left: 0px;
  top: calc(50% - 1.5px);
  width:28px;
  height:3px;
  opacity:0;
  background-color:var(--col-bleu);
  animation-name: fadeInLeft;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 3s;
  animation-duration: 1s;
}
.section-ionsource .bloc-paragraphe .texte {
  font: normal normal 300 25px/31px Google Sans Flex;
}
.bg-bleu {
  background-color:var(--col-bleu);
}
.section-ionsource .w-30 {
  position: relative;
  padding: var(--main-padding) var(--main-padding-right) var(--main-padding) var(--main-padding-left);
  text-align:center;
  color:var(--col-blanc);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-ionsource .w-30 .background {
  position:absolute;
  z-index:0;
  bottom:0;
  left:0;
  height:100%;
  width:100%;
  transform-origin: right;
}
.section-ionsource .w-30 h2 {
  text-align: center;
  font: normal normal bold 51px/64px Syncopate;
  color:var(--col-blanc);
}
.section-ionsource .w-30 .texte {
  text-align:center;
  font: italic normal 500 28px/35px Google Sans Flex;
}
.section-ionsource .container-photos .cadre-photo {
  position: relative;
  overflow:visible;
  height:var(--cadre-photo-height-max);
}
.section-ionsource .container-photos figcaption {
  position: absolute;
  z-index:2;
  background-color:var(--col-bleu);
  padding:16px 30px;
  font: normal normal 300 22px/24px Google Sans Flex;
  bottom:-32px;
  color:var(--col-blanc);
}
.section-ionsource .w-60 figcaption {
  left:var(--marge-left);
}
.section-ionsource .w-40 figcaption {
  right:var(--marge-right);
}
.section-galerie {
  overflow:hidden;
  padding-top:0;
  background-color: var(--col-gris-clair);
  padding-bottom: 0;
}
.galerie-slider-container {
  transform-origin: right;
}
.galerie-slider-container .slick-slider .slick-list {
  overflow: visible;
}
.galerie-slider-container ul.slider-interne {
  padding-bottom:40px;
}
.galerie-slider-container li figure figcaption {
  position: absolute;
  z-index: 2;
  background-color: var(--col-bleu);
  padding: 16px 30px;
  font: normal normal 300 22px/24px Google Sans Flex;
  bottom: -32px;
  color: var(--col-blanc);
  left:15px;
}
.slider-galerie .slick-track {
  display: flex;
  align-items: center;
}
.slider-galerie .slick-slide {
  width: auto !important;
  float: none;
  margin-right: 0px;
}
.slider-galerie li img {
  display: block;
  height: var(--slider-photo-height);
  width: auto;
  max-width: none;
}
.container-slider-galerie-navigation {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.container-slider-galerie-navigation .slider-interne-arrows {
  display:flex;
  justify-content: space-between;
}
.container-slider-galerie-navigation .slider-interne-arrows a {
  position:relative;
  font-size:0;
  text-decoration: none;
  color:var(--col-blanc);
  width:40px;
  height:40px;
  border-radius:40px;
  border:solid 1px var(--col-blanc);
  background-color: rgba(var(--rgb-blanc),.15);
}
.container-slider-galerie-navigation .slider-interne-arrows a::before {
  content:"";
  width:10px;
  height:10px;
  border-right:solid 1px var(--col-blanc);
  border-bottom:solid 1px var(--col-blanc);
  transform: rotate(135deg);
  display: flex;
  transform-origin: center;
  left: 15px;
  position: absolute;
  top: 15px;
}
.container-slider-galerie-navigation .slider-interne-arrows a.next::before {
  transform: rotate(-45deg);
}
.container-slider-galerie-navigation .slider-interne-arrows a:hover {
  background-color:var(--col-bleu);
  border:solid 1px var(--col-bleu);
  transform: scale(1.10);
}
.container-slider-galerie-navigation .slider-interne-arrows a:active {
  transform: scale(0.95);
}
.container-slider-galerie-navigation .slider-interne-arrows .prev {
  margin:0 0 0 30px;
}
.container-slider-galerie-navigation .slider-interne-arrows .next {
  margin:0 30px 0 0px;
}
.container-slider-galerie-dots {
  width: var(--width-container);
  margin: 20px auto 0;
}
.slider-galerie-dots ul.slick-dots {
  display:flex;
  justify-content: center;
}
.slider-galerie-dots ul.slick-dots li {
  display:inline-block;
  width: 10px;
  margin-right:20px;
  transition: all var(--transition-duration) ease-in-out;
}
.slider-galerie-dots ul.slick-dots li button {
  display:inline-block;
  width: 10px;
  height: 10px;
  background:var(--col-gris);
  opacity:0.24;
  cursor: pointer;
  border: 0;
  font-size: 0;
  transition: all var(--transition-duration) ease-in-out;
  border-radius: 10px;  
}
.slider-galerie-dots ul.slick-dots li button:hover,
.slider-galerie-dots ul.slick-dots li.slick-active button {
  background: var(--col-bleu);
  opacity:1;
  width:20px;
}
.slider-galerie-dots ul.slick-dots li.slick-active {
  width: 20px;
}
.slider-galerie-dots ul.slick-dots li:last-child {
  margin-right:0
}
.section-our-sectors {
  background-color:var(--col-gris-clair);
  padding-top:calc(var(--main-padding)*1.5);
}
.section-our-sectors h2 {
  text-align:center;
  font: normal normal bold 55px/68px Syncopate;
  color:var(--col-rose);
}
.section-our-sectors .sous-titre {
  font: normal normal 500 37px/47px Google Sans Flex;
  color:var(--col-rose);
}
.section-our-sectors .liste-secteurs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.section-our-sectors .liste-secteurs {
  padding-top:40px;
}
.liste-secteurs .bloc-secteur {
  padding:0 50px;
  border-right:solid 1px rgba(var(--rgb-gris),.5);
}
.liste-secteurs .bloc-secteur:last-child {
  border:none;
}
.liste-secteurs .bloc-secteur .cadre-photo {
  height: var(--bulle-photo-height);
  width: var(--bulle-photo-height);
  border-radius: 100%;
  margin: 0 auto 40px;
}
.liste-secteurs .bloc-secteur .container-titre {
  min-height:175px;
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.section-our-expertises .liste-secteurs .bloc-secteur .container-titre {
  min-height:145px;
}
.liste-secteurs .bloc-secteur .titre {
  font: normal normal bold 32px/38px Google Sans Flex;
  color:var(--col-rose);
  display:inline-block;
  margin-bottom:20px;  
}
.liste-secteurs .bloc-secteur .logo {
  width: 80%;
  margin: -10px auto 20px;
}
.liste-secteurs .bloc-secteur .texte {
  text-align: left;
  font: normal normal 300 17px/21px Google Sans Flex;
  color:var(--col-rose);
}
.section-our-expertises {
  background-color: var(--col-bleu);
  color:var(--col-blanc);
}
.section-our-expertises h2,
.section-our-expertises .liste-secteurs .bloc-secteur .titre,
.section-our-expertises .liste-secteurs .bloc-secteur .texte {
  color:var(--col-blanc);
}
.section-our-expertises .sous-titre {
  color:var(--col-blanc);
  max-width:70%;
  margin-left:auto;
  margin-right:auto;
}
.section-our-expertises .liste-secteurs .bloc-secteur {
  border-right: solid 1px var(--col-blanc);
}
.section-our-expertises .liste-secteurs .bloc-secteur:last-child {
  border:none;
}
/*** Page Contact ***/
/***
.page-contact .banner {
  display:grid;
}
.page-contact .banner .background-video {
  height:auto;
  grid-area: 1/1;
}
.page-contact .banner .banner-content {
  grid-area:1/1;
}
.page-contact .banner #main_video {
  height:100%;
}
*********/
.page-contact .map-standard {
  height:500px;
  width:calc(100% - var(--main-padding-min));
}
.page-contact .map-contact-infos {
  padding-top:40px;
  color:var(--col-blanc);
  text-align: left;
  font: normal normal 300 19px/23px Google Sans Flex;
}
.page-contact .map-contact-infos strong {
  font-weight:700;
}
.page-contact .map-contact-infos .label {
  display: inline-block;
}
.page-contact .map-contact-infos a {
  color:var(--col-blanc);
  text-decoration: none;
}
.page-contact .map-contact-infos a:hover {
  color:var(--col-rose);
}
.page-contact .banner-content .triangles-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 15px;
  bottom: 100px;
  left: 50%;
}
.page-contact .banner-content .triangles-container::after {
  height:40px;
  bottom:-60px;
}
.page-contact .banner-content {
  top: var(--navbar-height);
  padding-top:var(--main-padding);
  justify-content: start;
  height:auto;
  min-height:calc(100vh + var(--navbar-height) + var(--main-padding));
}
.page-contact .banner,
.page-contact .banner .background-video,
.page-contact .banner #main_video {
  min-height:calc(100vh + var(--navbar-height) + (3 * var(--main-padding)));
}
.page-contact .banner-content .section-contact {
  padding-top:0;
}
.page-contact .banner-content h1 {
  font: normal normal bold 42px/52px Syncopate;
  text-transform: none;
  text-align:left;
  margin-top:0;
  margin-bottom:30px;
}
.page-contact .banner-content h1::before,
.page-contact .banner-content h1::after {
  display:none;
}
.page-contact .banner-content .text-content {
  text-align:left;
}
.page-contact .sous-titre {
  color:var(--col-blanc);
  text-align:left;
  text-transform: uppercase;
  font: normal normal 500 34px/43px Google Sans Flex;
}
.page-contact .sous-titre p {
  margin-bottom:30px;
}
.formulaire-container form input[type=text],
.formulaire-container form input[type=email],
.formulaire-container form input[type=password] {
  width:100%;
  border:none;
  border-bottom:solid 1px var(--col-blanc);
  background-color:transparent;
  color:var(--col-blanc);
  font: normal normal 300 26px/32px Google Sans Flex;
  padding:0 0 40px 0;
}
.formulaire-container form textarea {
  width:100%;
  border:none;
  border-bottom:solid 1px var(--col-blanc);
  background-color:transparent;
  color:var(--col-blanc);
  font: normal normal 300 26px/32px Google Sans Flex;
}
.formulaire-container form input[type=submit] {
  background-color: var(--col-bleu);
  font: normal normal bold 30px/38px Google Sans Flex;
  padding:8px 38px;
  border:solid 1px var(--col-bleu);
  color:var(--col-blanc);
  text-transform: uppercase;
}
.formulaire-container form input::placeholder, 
.formulaire-container form textarea::placeholder {
  opacity: 1;
  color: var(--col-blanc);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border:none!important
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-not-valid-tip {
  color:#ff1a1a!important
}
.wpcf7 form.sent .wpcf7-response-output {
  border:none!important;
  color: rgba(var(--rgb-blanc),1);
  font-size: 24px;
  font-weight: 700;
}
.wpcf7 .wpcf7-response-output {
  margin:0!important
}
.map-info .titre {
  font-family: 'Google Sans Flex', sans-serif;
  font-size:24px;
  font-weight:400;
  color:var(--col-bleu);
}
.map-info .texte {
  text-align: left;
  color:var(--col-bleu);
}
.map-info .texte p {
  margin:0;
}
.map-info .texte a {
  font-weight:600;
  color:var(--col-bleu);
  text-decoration: none;
}
.page-contact .section-sales {
  background-color:var(--col-gris-clair);
}
.page-contact .section-sales h2 {
  text-align: center;
  font: normal normal bold 42px/52px Syncopate;
  color: var(--col-bleu);
  max-width:70%;
  margin-left:auto;
  margin-right:auto;
}
.page-contact .section-sales .liste-blocs {
  display:flex;
  justify-content: center;
}
.page-contact .section-sales .liste-blocs .bloc-representative {
  width:520px;
  margin: 0 30px;
  background-color:var(--col-blanc);
}
.section-sales .bloc-representative .container-titre {
  background-color:var(--col-bleu);
  padding:25px 0;
  text-align:center;
}
.section-sales .bloc-representative .titre {
  color:var(--col-blanc);
  font: normal normal 900 29px/36px Google Sans Flex;
  text-transform: uppercase;
}
.section-sales .bloc-representative .description {
  padding:40px 50px;
}
.section-sales .bloc-representative .texte {
  text-align:center;
  font: normal normal 200 22px/27px Google Sans Flex;
  color:var(--col-noir);
}
footer {
  background-color:var(--col-gris-clair);
  padding:var(--main-padding) 0;
  overflow:hidden;
}
.other-page footer {
  padding:40px 0;
}
footer .logo-footer {
  width:260px
}
footer .footer-contact-container {
  text-align:left;
  color:var(--col-bleu);
  padding-left:30px;
  font: normal normal 300 19px/23px Google Sans Flex;
}
footer .footer-contact-container strong {
  font-weight:700;
}
footer .footer-contact-container a {
  text-decoration: none;
  color:var(--col-bleu);
}
footer .footer-contact-container a:hover {
  color:var(--col-rose);
}
footer .label {
  display:inline-block;
}
.home-page footer .copyrights-wrapper {
  margin-top:20px;
}
.other-page footer .copyrights-wrapper,
.other-page footer .copyrights-wrapper a {
  color:var(--col-rose);
}
.other-page footer .copyrights-wrapper a {
  text-decoration: none;
  color:var(--col-rose);
}
.other-page footer .copyrights-wrapper a:hover {
  color:var(--col-bleu);
}

/************ A REVOIR : TEMP **************/
body.page-template-accueil-temporaire .site-link-container {
  position: absolute;
  right:5dvw;
  bottom:4dvh;
}
body.page-template-accueil-temporaire .site-link-container .label {
  font: normal normal 500 25px/31px 'Google Sans Flex';
  letter-spacing: 0px;
  color: var(--col-blanc); 
  transform:translateX(1dvw); 
}
body.page-template-accueil-temporaire .site-link-container .button-container {
  position: relative;
  display:flex;
  margin-top:10px;
}
body.page-template-accueil-temporaire .site-link-container .button-container::before {
  content:"";
  position: absolute;
  top: -19px;
  right: -20px;
  height:20px;
  width:2px;
  opacity:0;
  background-color:var(--col-blanc);
  animation-name: fadeInDown;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 3s;
  animation-duration: 1s;
}
body.page-template-accueil-temporaire .site-link-container .button-container::after {
  content:"";
  position: absolute;
  right: -29px;
  top: -10px;
  width:20px;
  height:2px;
  opacity:0;
  background-color:var(--col-blanc);
  animation-name: fadeInLeft;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 3s;
  animation-duration: 1s;
}
body.page-template-accueil-temporaire .site-link-container a {
  position: relative;
  z-index:2;
  border:solid 1px var(--col-blanc);
  padding:15px 30px;
  text-transform: uppercase;
  font: normal normal 100 20px/25px Google Sans Flex;
  letter-spacing: 0px;
  color: var(--col-blanc);
  transition: all .35s ease-in-out;
}
body.page-template-accueil-temporaire .site-link-container a::after {
  content:"";
  position:absolute;
  z-index:-1;
  background-color:var(--col-blanc);
  width:0;
  height:100%;
  top:0;
  left:0;
  transition: all .45s ease-in-out;
}
body.page-template-accueil-temporaire .site-link-container a:hover {
  color:var(--col-bleu);
}
body.page-template-accueil-temporaire .site-link-container a:hover::after {
  width:100%;
}
body.page-template-accueil-temporaire .social-links {
  position: absolute;
  bottom:4dvh;
  display: flex;
  justify-content: center;
  width:100%;
}
body.page-template-accueil-temporaire .social-links a {
  color:var(--col-blanc);
  font-size:14px;
  display:block;
  width:36px;
  height:36px;
  text-align:center;
  line-height:36px;
  border-radius:100%;
  border:solid 2px var(--col-blanc);
  margin:0 10px;
  transition: all .35s ease-in-out;
}
body.page-template-accueil-temporaire .social-links a .fa-linkedin::before {
  content:"\f0e1";
}
body.page-template-accueil-temporaire .social-links a:hover {
  color:var(--col-bleu);
  background-color: var(--col-blanc);
}
@media only screen and (max-width:1499px) {
  /*** Vars ***/
  :root {
    --size-h1: 40px;
    --size-h2: 40px;
    --size-h3: 32px;
    --size-h4: 28px;
    --size-surtitre:  12px;
    --size-titre-intro:  36px;
    --size-big-txt:  22px;
    --size-txt:  20px;

    --navbar-height: 140px;
    --sticky-height: 140px;

    --width-header-logo: 200px;
    --width-footer-logo:  200px;

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

    --video-height:100svh;
    --video-home-height:calc(100svh + 200px);
    --cadre-photo-height-min: 400px;
    --cadre-photo-height-med: 480px;
    --cadre-photo-height-max: 600px;
    --banniere-photo-height:  700px;
    --bulle-photo-height:200px;
    --slider-photo-height: 440px;
    --button-cross-height:24px;

    --radius-min: 20px;
    --radius-med: 40px;
    --radius-max: 100px;

    --main-padding:  60px;
    --main-padding-min: 40px;
    --main-padding-left:  40px;
    --main-padding-right: 40px;
  }
  .banner-content h1 {
    font-size:78px;
    line-height:1.2em;
  }
  .banner-content h1::before {
    left:272.5px;
    top: -70%;
  }
  .banner-content h1::after {
    left: calc(272.5px - 22.5px);
    top: calc(-70% + 22.5px);
  }
  .liste-raccourcis {
    grid-column-gap: 40px;
  }
  .bloc-raccourci .description .titre {
    font-size:24px;
    line-height:1.1em;
  }
  .section-raccourcis .bg-gris-clair {
    padding:calc(3.5*var(--main-padding)) 0 var(--main-padding);
  }
  .section-raccourcis .bg-gris-clair h2 {
    font-size:46px;
    line-height:1.2em;
  }
  .section-ionsource .w-70 {
    width:65%;
  }
  .section-ionsource .w-30 {
    width:35%;
  }
  .section-ionsource .w-70 h2 {
    font-size:38px;
    line-height: 1.2em;
  }
  .section-ionsource .w-30 h2 {
    font-size:46px;
    line-height:1.2em;
  }
  .section-ionsource .w-70 .sous-titre {
    font-size:35px;
    line-height:1.2em;
  }
  .section-ionsource .paragraphes .bloc-paragraphe {
    padding-left:60px;
  }
  .liste-secteurs .bloc-secteur {
    padding: 0 30px;
  }
  .section-our-sectors h2 {
    font-size:50px;
    line-height:1.2em;
  }
  .section-our-sectors .sous-titre {
    font-size:35px;
    line-height: 1.2em;
  }
  .liste-secteurs .bloc-secteur .titre {
    font-size:28px;
    line-height: 1.2em;
  }
  .page-contact .section-contact .col-lg-5 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .page-contact .section-contact .col-lg-7 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .page-contact .map-standard {
    width:calc(100% - 20px);
  }
  .page-contact .banner-content h1 {
    font-size:34px;
    lien-height:1.2em;
  }
  .page-contact .sous-titre {
    font-size: 28px;
    line-height:1.2em;
  }
  footer .section-footer  .col-md-8 {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
  }
  footer .section-footer  .col-md-4 {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }
  footer .footer-contact-container {
    padding-left:0px;
  }
}
@media only screen and (max-width:1199px) {
  /*** Vars ***/
  :root {
    --size-h1: 36px;
    --size-h2: 32px;
    --size-h3: 28px;
    --size-h4: 26px;
    --size-surtitre:  12px;
    --size-titre-intro:  36px;
    --size-big-txt:  22px;
    --size-txt:  20px;

    --navbar-height: 140px;
    --sticky-height: 140px;

    --width-header-logo: 200px;
    --width-footer-logo:  200px;

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

    --video-height:100svh;
    --video-home-height:calc(100svh + 200px);
    --cadre-photo-height-min: 400px;
    --cadre-photo-height-med: 480px;
    --cadre-photo-height-max: 600px;
    --banniere-photo-height:  700px;
    --bulle-photo-height:160px;
    --slider-photo-height: 440px;
    --button-cross-height:24px;

    --radius-min: 20px;
    --radius-med: 40px;
    --radius-max: 100px;

    --main-padding:  60px;
    --main-padding-min: 30px;
    --main-padding-left:  30px;
    --main-padding-right: 30px;
  }
  .navbar .container {
    position: relative;
  }
  .banner-content h1 {
    font-size: 64px;
    line-height: 1.2em;
  }
  .banner-content h1::before {
    height:40px;
    width:4px;
    left: 236px;
    top: -90%;
  }
  .banner-content h1::after {
    width:40px;
    height:4px;
    left: calc(238px - 20px);
    top: calc(-90% + 20px);
  }
  .liste-raccourcis {
    grid-column-gap: 30px;
  }
  .bloc-raccourci .description {
    padding:30px 15px;
  }
  .bloc-raccourci .description .titre {
    font-size: 22px;
  }
  .bloc-raccourci .description .texte {
    padding:0;
  }
  .section-raccourcis .bg-gris-clair h2 {
    font-size: 44px;
  }
  .section-ionsource .w-70 h2 {
    font-size: 34px;
  }
  .section-ionsource .paragraphes .bloc-paragraphe {
    padding-left: 50px;
    margin-top:30px;
  }
  .section-ionsource .paragraphes .bloc-paragraphe:first-child {
    margin-top: 0;
  }
  .section-ionsource .paragraphes .bloc-paragraphe::before {
    height:24px;
    left:11px;
    top:calc(50% - 12px);
  }
  .section-ionsource .paragraphes .bloc-paragraphe::after {
    width:24px;
  }
  .section-ionsource .bloc-paragraphe .texte {
    font-size: 22px;
    line-height: 1.2em;
  }
  .section-ionsource .w-30 h2 {
    font-size: 42px;
  }
  .galerie-slider-container li figure figcaption {
    font-size: 20px;
    line-height: 1.1em;
    padding: 12px 24px;
    bottom:-24px;
  }
  .section-our-sectors {
    padding-top:var(--main-padding);
  }
  .liste-secteurs .bloc-secteur .titre {
    font-size: 24px;
  }
  .liste-secteurs .bloc-secteur {
    padding: 0 20px;
  }
  .liste-secteurs .bloc-secteur .logo {
    width: 70%;
  }
  .section-our-sectors h2 {
    font-size: 46px;
  }
  .section-our-sectors .sous-titre {
    font-size: 32px;
  }
  .page-contact .banner-content .triangles-container::before {
    height:20px;
    top:-30px;
  }
  .page-contact .banner-content .triangles-container::after {
    height:20px;
    bottom:-30px;
  }
  .page-contact .map-standard {
    width: 100%;
  }
  .page-contact .banner-content h1 {
    font-size: 26px;
  }
  .page-contact .sous-titre {
    font-size: 24px;
  }
  .formulaire-container form input[type="text"], 
  .formulaire-container form input[type="email"], 
  .formulaire-container form input[type="password"] {
    font-size:24px;
    line-height:1.2em;
    padding:0 0 30px 0;
  }
  .formulaire-container form input[type="submit"] {
    font-size:26px;
    line-height:1.2em;
  }
  .page-contact .section-sales h2 {
    font-size:38px;
    line-height:1.2em;
  }
  .section-sales .bloc-representative .description {
    padding: 40px 30px;
  }
  .section-sales .bloc-representative .texte {
    font-size:20px;
    line-height:1.2em;
  }
  footer .footer-contact-container {
    font-size:17px;
  }
}
@media only screen and (max-width:991px) {
  /*** Vars ***/
  :root {
    --size-h1: 36px;
    --size-h2: 32px;
    --size-h3: 28px;
    --size-h4: 26px;
    --size-surtitre:  12px;
    --size-titre-intro:  36px;
    --size-big-txt:  22px;
    --size-txt:  20px;

    --navbar-height: 140px;
    --sticky-height: 140px;

    --width-header-logo: 200px;
    --width-footer-logo:  200px;

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

    --video-height:100svh;
    --video-home-height:calc(100svh + 200px);
    --cadre-photo-height-min: 360px;
    --cadre-photo-height-med: 440px;
    --cadre-photo-height-max: 540px;
    --banniere-photo-height:  600px;
    --bulle-photo-height:160px;
    --slider-photo-height: 400px;
    --button-cross-height:24px;

    --radius-min: 20px;
    --radius-med: 40px;
    --radius-max: 100px;

    --main-padding:  60px;
    --main-padding-min: 30px;
    --main-padding-left:  30px;
    --main-padding-right: 30px;
  }
  .banner-content h1 {
    font-size: 60px;
  }
  .banner-content h1::before {
    left: 386px;
    top: -70%;
  }
  .banner-content h1::after {
    left: calc(386px - 18px);
    top: calc(-70% + 20px);
  }
  .liste-raccourcis {
    grid-column-gap: 20px;
  }
  .bloc-raccourci .cadre-photo {
    height: 140px;
  }
  .bloc-raccourci .description .titre {
    font-size: 18px;
  }
  .bloc-raccourci .description {
    padding: 30px 4px;
  }
  .section-raccourcis .bg-gris-clair {
    padding: calc(3*var(--main-padding)) 0 var(--main-padding);
  }
  .section-raccourcis .bg-gris-clair h2 {
    font-size: 42px;
  }
  .section-ionsource .w-70,
  .section-ionsource .w-30 {
    width: 100%;
  }
  .container-slider-galerie-navigation {
    top:calc(50% - 30px);
  }
  .galerie-slider-container li figure figcaption {
    font-size:18px;
    padding:10px 20px;
    bottom:-20px;
  }
  .section-our-sectors h2 {
    font-size: 42px;
  }
  .section-our-sectors .sous-titre {
    font-size: 30px;
  }
  .section-our-sectors .liste-secteurs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 40px;
  }
  .liste-secteurs .bloc-secteur {
    padding: 0 40px;
  }
  .liste-secteurs .bloc-secteur:nth-child(2n+2) {
    border-right: none;
  }
   .page-contact .section-contact .col-lg-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-contact .section-contact .col-lg-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-contact .banner-content {
    height:calc(100% - calc(2*var(--main-padding)));
  }
  .page-contact .banner-content .text-content {
    margin-top:40px;
  }
  .page-contact .banner-content h1 {
    font-size: 36px;
  }
  .page-contact .sous-titre {
    font-size: 32px;
  }
  .page-contact .banner, .page-contact .banner .background-video, .page-contact .banner #main_video {
    min-height: calc(100vh + var(--navbar-height) + (14 * var(--main-padding)));
  }
  .formulaire-container form label {
    width:100%;
  }
  .page-contact .section-sales h2 {
    font-size: 38px;
    max-width: 100%;
  }
  .page-contact .section-sales .liste-blocs {
    flex-direction: column;
    align-items: center;
  }
  .page-contact .section-sales .liste-blocs .bloc-representative {
    width:60%;
    margin-top:40px;
  }
  .page-contact .section-sales .liste-blocs .bloc-representative:first-child {
    margin-top:0;
  }
}
@media only screen and (max-width:767px) {
  /*** Vars ***/
  :root {
    --size-h1: 32px;
    --size-h2: 28px;
    --size-h3: 24px;
    --size-h4: 20px;
    --size-surtitre:  12px;
    --size-titre-intro:  36px;
    --size-big-txt:  22px;
    --size-txt:  20px;

    --navbar-height: 140px;
    --sticky-height: 140px;

    --width-header-logo: 200px;
    --width-footer-logo:  200px;

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

    --video-height:100svh;
    --video-home-height:calc(100svh + 600px);
    --cadre-photo-height-min: 340px;
    --cadre-photo-height-med: 400px;
    --cadre-photo-height-max: 500px;
    --banniere-photo-height:  600px;
    --bulle-photo-height:160px;
    --slider-photo-height: 360px;
    --button-cross-height:24px;

    --radius-min: 20px;
    --radius-med: 40px;
    --radius-max: 100px;

    --main-padding:  60px;
    --main-padding-min: 30px;
    --main-padding-left:  30px;
    --main-padding-right: 30px;
  }
  .banner-content h1 {
    font-size: 50px;
  }
  .banner-content h1::before {
    left: 291px;
    top: -70%;
  }
  .banner-content h1::after {
    left: calc(291px - 18px);
    top: calc(-70% + 20px);
  }
  .liste-raccourcis {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    top:-700px;
  }
  .bloc-raccourci .description {
    padding: 30px 30px;
    height: auto;
  }
  .bloc-raccourci .description .texte {
    min-height: auto;
  }
  .section-raccourcis .bg-gris-clair {
    padding: calc(8*var(--main-padding)) 0 var(--main-padding);
  }
  .section-raccourcis .bg-gris-clair h2 {
    font-size: 38px;
  }
  .section-our-sectors h2 {
    font-size: 38px;
  }
  .section-our-sectors .sous-titre {
    font-size: 26px;
  }
   .page-contact .section-sales h2 {
    font-size: 30px;
  }
  .page-contact .section-sales .liste-blocs .bloc-representative {
    width: 80%;
  }
  .page-contact .banner-content h1 {
    font-size: 26px;
  }
  .page-contact .sous-titre {
    font-size: 22px;
  }
  footer .logo-footer {
    width: 200px;
  }
}
@media only screen and (max-width:575px) {
  /*** Vars ***/
  :root {
    --size-h1: 32px;
    --size-h2: 28px;
    --size-h3: 24px;
    --size-h4: 20px;
    --size-surtitre:  12px;
    --size-titre-intro:  36px;
    --size-big-txt:  22px;
    --size-txt:  20px;

    --navbar-height: 140px;
    --sticky-height: 140px;

    --width-header-logo: 200px;
    --width-footer-logo:  200px;

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

    --video-height:100svh;
    --video-home-height:calc(100svh + 100px);
    --cadre-photo-height-min: 340px;
    --cadre-photo-height-med: 400px;
    --cadre-photo-height-max: 500px;
    --banniere-photo-height:  600px;
    --bulle-photo-height:160px;
    --slider-photo-height: 360px;
    --button-cross-height:24px;

    --radius-min: 20px;
    --radius-med: 40px;
    --radius-max: 100px;

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

    --width-hr: 20dvw;
    --height-top:5dvh;

    --main-padding:  60px;
  }
  .banner-content h1::before {
    left: 54%;
    top: -70%;
  }
  .banner-content h1::after {
    left: calc(54% - 18px);
    top: calc(-70% + 20px);
  } 
  .section-raccourcis {
    background-color:var(--col-gris-clair);
  } 
  .liste-raccourcis {
    position: relative;
    width:100%;
    top:-200px;
  }
  .section-raccourcis .bg-gris-clair {
    padding: 0 0 var(--main-padding);
    margin-top: -100px;
  }
  .section-our-sectors .liste-secteurs {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 40px;
    grid-column-gap: 0;
  }
  .liste-secteurs .bloc-secteur {
    padding: 0 60px;
    border: none!important;
  }
  .liste-secteurs .bloc-secteur .texte {
    text-align:center;
  }
/*
  .liste-secteurs .bloc-secteur .texte ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .liste-secteurs .bloc-secteur .texte ul li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5em;
    text-align: left;
    margin: 0.3em 0;
  }

  .liste-secteurs .bloc-secteur .texte ul li::before {
    content: "• ";
    flex: 0 0 auto;
  }
*/
  .liste-secteurs .bloc-secteur .texte ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .liste-secteurs .bloc-secteur .texte ul li {
    display: inline-block;
    margin: 0.3em 0;
    width: fit-content;
    max-width: min(400px, 100%);
    min-width: max(200px, 100%);
  }

  .liste-secteurs .bloc-secteur .texte ul li::before {
    content: "• ";
  }
  .liste-secteurs .bloc-secteur .container-titre,
  .section-our-expertises .liste-secteurs .bloc-secteur .container-titre {
    min-height: auto;
  }
  .banner-content,
  .page-contact .banner-content {
    margin-left:0;
  }
  .page-contact .section-sales .liste-blocs .bloc-representative {
    width: 100%;
  }
  footer .section-footer .col-md-8,
  footer .section-footer .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .footer-contact-container {
    margin-top:20px;
  }
}
@media only screen and (max-width:500px) {
  /*** Vars ***/
  :root {
    --size-h1: 32px;
    --size-h2: 28px;
    --size-h3: 24px;
    --size-h4: 20px;
    --size-surtitre:  12px;
    --size-titre-intro:  36px;
    --size-big-txt:  22px;
    --size-txt:  20px;

    --navbar-height: 140px;
    --sticky-height: 140px;

    --width-header-logo: 200px;
    --width-footer-logo:  200px;

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

    --video-height:100svh;
    --video-home-height:calc(100svh + 100px);
    --cadre-photo-height-min: 340px;
    --cadre-photo-height-med: 400px;
    --cadre-photo-height-max: 500px;
    --banniere-photo-height:  600px;
    --bulle-photo-height:160px;
    --slider-photo-height: 360px;
    --button-cross-height:24px;

    --radius-min: 20px;
    --radius-med: 40px;
    --radius-max: 100px;

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

    --width-hr: 20dvw;
    --height-top:5dvh;

    --main-padding:  60px;
  }
  .banner-content h1 {
    font-size: 44px;
  }
  .section-raccourcis .bg-gris-clair h2,
  .section-ionsource .w-30 h2,
  .section-our-sectors h2 {
    font-size:34px;
  }
  .section-ionsource .w-70 h2 {
    font-size:30px;
  }
  .section-ionsource .w-70 .sous-titre {
    font-size:28px;
  }
  .section-our-expertises .sous-titre {
    max-width:100%;
  }
  .section-our-sectors .sous-titre {
    font-size:24px;
  }
}
@media only screen and (max-width:450px) {
  /*** Vars ***/
  :root {
    --size-h1: 32px;
    --size-h2: 28px;
    --size-h3: 24px;
    --size-h4: 20px;
    --size-surtitre:  12px;
    --size-titre-intro:  36px;
    --size-big-txt:  22px;
    --size-txt:  20px;

    --navbar-height: 140px;
    --sticky-height: 140px;

    --width-header-logo: 200px;
    --width-footer-logo:  200px;

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

    --video-height:100svh;
    --video-home-height:calc(100svh + 100px);
    --cadre-photo-height-min: 300px;
    --cadre-photo-height-med: 340px;
    --cadre-photo-height-max: 400px;
    --banniere-photo-height:  500px;
    --bulle-photo-height:160px;
    --slider-photo-height: 320px;
    --button-cross-height:24px;

    --radius-min: 20px;
    --radius-med: 40px;
    --radius-max: 100px;

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

    --width-hr: 20dvw;
    --height-top:5dvh;

    --main-padding:  60px;
  }
  .banner-content h1 {
    font-size: 40px;
  }
  .banner-content .triangles-container {
    padding-top:20px;
  }
  .banner-content .triangles-container::before {
    top:-40px;
  }
  .section-sales .bloc-representative .texte {
    font-size: 18px;
  }
   .page-contact .section-sales h2 {
    font-size: 26px;
  }
  .section-sales .bloc-representative .container-titre {
    padding: 15px 0;
  }
  .section-sales .bloc-representative .titre {
    font-size:26px;
  }
}
@media only screen and (max-width:400px) {
   .page-contact .section-sales h2 {
    font-size: 24px;
  }
  .section-sales .bloc-representative .texte {
    font-size: 16px;
  }
}