/*  
Theme Name: FNAU47
Theme URI: https://fnau47-caen.fr/
Description: Thème Wordpress pour FNAU47
Author: Unik Studio
Author URI: https://unikstudio.fr/
*/

@charset "UTF-8";

/*** Vars ***/
:root {
  --col-noir: #3a1f34;
  --col-blanc: #f3f1ec;
  --col-beige: #f2d6b8;
  --col-violet:#7e73ba;
  --col-bleu:#7ec8d9;
  --col-menthe:#36ad99;
  --col-rouge:#d95a4c;
  --col-gris:#6f6f6f;
  --col-gris-clair:#E4E4E4;
  --rgb-noir: 58, 31, 52;
  --rgb-blanc: 243, 241, 236;
  --rgb-beige: 242, 214, 184;
  --rgb-violet: 126, 115, 186;
  --rgb-bleu: 126, 200, 217;
  --rgb-menthe: 54, 173, 153;
  --rgb-rouge: 217, 90, 76;
  --rgb-gris:111, 111, 111;
  --rgb-gris-clair:228, 228, 228;

  --size-h1: 128px;
  --size-h1-b: 96px;
  --size-h2: 62px;
  --size-h3: 30px;
  --size-h4: 24px;
  --size-titre-anime:90px;
  --size-surtitre:  16px;
  --size-titre-intro:  36px;
  --size-big-txt:  22px;
  --size-txt:  20px;

  --navbar-height: 90px;
  --sticky-height: 90px;

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

  --break-point-1500: 1420px;

  --width-container: min(1420px, calc(100dvw - 30px));
  --marge-left: max(15px, calc((100dvw - var(--width-container)) / 2));
  --marge-right: max(15px, calc((100dvw - var(--width-container)) / 2));

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

  --banner-height:600px;
  --cadre-photo-height-min: 310px;
  --cadre-photo-height-med: 450px;
  --cadre-photo-height-max: 560px;
  --cadre-photo-height-portrait: 300px;
  --cadre-photo-width-portrait: 210px;
  --banniere-photo-height:  740px;
  --bulle-photo-height:200px;
  --slider-photo-height: 500px;
  --button-cross-height:24px;

  --width-button-arrow:90px;
  --height-button-arrow:100px;
  --height-bloc-jour:550px;
  --height-bloc-intervenant:500px;
  --height-header-event:140px;

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

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

  --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 floating1 {
  0% {
    transform: scaleX(1.05) scaleY(0.95) rotate(-3deg);
  }
  50% {
    transform: scaleX(1) scaleY(1.05) rotate(0);
  }
  100% {
    transform: scaleX(1.05) scaleY(0.95) rotate(-3deg);
  }
}
@keyframes floating2 {
  0% {
    transform: scaleX(1.1) scaleY(0.9) rotate(-5deg);
  }
  50% {
    transform: scaleX(1) scaleY(1.1) rotate(0);
  }
  100% {
    transform: scaleX(1.1) scaleY(0.9) rotate(-5deg);
  }
}
@keyframes floating2Reverse {
  0% {
    transform: scaleX(0.91) scaleY(1.11) rotate(5deg);
  }
  50% {
    transform: scaleX(1) scaleY(0.91) rotate(0deg);
  }
  100% {
    transform: scaleX(0.91) scaleY(1.11) rotate(5deg);
  }
}
@keyframes verticalfloating1 {
  0% {
    transform: translateY(-10px) scaleX(1.05) scaleY(0.95);
  }
  50% {
    transform: translateY(10px) scaleX(1) scaleY(1.05);
  }
  100% {
    transform: translateY(-10px) scaleX(1.05) scaleY(0.95);
  }
}
@keyframes verticalfloating2 {
  0% {
    transform: translateY(10px) scaleX(1.05) scaleY(0.95);
  }
  50% {
    transform: translateY(-10px) scaleX(1) scaleY(1.05);
  }
  100% {
    transform: translateY(10px) scaleX(1.05) scaleY(0.95);
  }
}
@keyframes verticalfloating3 {
  0% {
    transform: translateY(-6px) scaleX(0.95) scaleY(1.05);
  }
  50% {
    transform: translateY(8px) scaleX(1) scaleY(0.95);
  }
  100% {
    transform: translateY(-6px) scaleX(0.95) scaleY(1.05);
  }
}
@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);
  scrollbar-gutter: stable;
  overflow-x:hidden;
}
/*** 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;
}
***/
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;

  background: var(--col-blanc);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-loader.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-loader-inner {
  position: relative;
  width: 20vw;
  height: 20vh;
}

.site-loader-inner img {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  opacity: 0;
  transform: scale(0.98);

  transform-origin: center;
  will-change: transform, opacity;  

/*  animation: loaderCrossfade 3s infinite ease-in-out; */
}
/*
.site-loader-inner img:nth-child(1) { animation-delay: 0s; }
.site-loader-inner img:nth-child(2) { animation-delay: .5s; }
.site-loader-inner img:nth-child(3) { animation-delay: 1s; }
.site-loader-inner img:nth-child(4) { animation-delay: 1.5s; }
.site-loader-inner img:nth-child(5) { animation-delay: 2s; }
.site-loader-inner img:nth-child(6) { animation-delay: 2.5s; }
*/
.site-loader-progress {
  position: relative;
  width: 200px;
  height: 4px;
  margin-top: 80px;

  background: rgba(var(--rgb-noir), 0.18);
  overflow: hidden;
}

.site-loader-progress-bar {
  display: block;
  width: 100%;
  height: 100%;

  background: rgba(var(--rgb-noir), 0.5);
  transform: scaleX(0);
  transform-origin: left center;
}
@keyframes loaderCrossfade {

  0% {
    opacity: 0;
    transform: scale(0.02) rotate(-2deg);
  }

  5% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }

  15% {
    opacity: 1;
    transform: scale(1.03) rotate(1deg);
  }

  30% {
    opacity: 0;
    transform: scale(1.08) rotate(2deg);
  }

  100% {
    opacity: 0;
    transform: scale(1.08) rotate(2deg);
  }

}
/*** CSS Général ***/
.page-content {
  opacity: 0;
  transform: translateY(-8px); 
  will-change: opacity;
}
.page-container.homepage {
  opacity: 1;
  transform: none; 
  will-change: auto;
  padding-top:0;
}
body {
  font-size: var(--size-txt);
  font-family: "Wix Madefor Display", 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-rouge);
  color: var(--col-blanc);
  text-shadow: none;
}

::selection {
  background: var(--col-rouge);
  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-rouge);
  border-radius: 50%;
  box-shadow: 1px 1px 10px rgba(var(--rgb-noir),.05);
}
.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:"Wix Madefor Display", sans-serif !important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig {
  font-size:14px!important;
  font-family:"Wix Madefor Display", sans-serif!important;
  border:none!important;
  background:rgba(var(--rgb-beige), 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-beige), 1)!important;
}
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrl, 
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, 
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, 
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-size:14px!important;
  font-family:"Wix Madefor Display", sans-serif!important;
  color: var(--col-noir) !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-rouge)!important;
  font-size:14px!important;
  font-family:"Wix Madefor Display", 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: 0px;
  background-color: transparent;
  transition: all .350s ease-in;
  backdrop-filter: blur(0px);
}
.navbar.navbar-bg-ready {
  background-color: var(--col-blanc);
}
/* Bordure animée */
.navbar-horizontal-line {
  position: absolute;
  left: 0;
  bottom: -1px;

  width: 100%;
  height: 1px;

  background: var(--col-noir);

  transform-origin: left center;
  will-change: transform;
}

/* État initial avant animation */
/*
.brand-container,
.menu-right {
  opacity: 0;
  transform: translateY(20px);
}
*/
.brand-container {
  opacity: 0;
  transform: translateY(18px);
  clip-path: inset(0 100% 0 0);
  overflow: hidden;
  will-change: clip-path, transform, opacity;
}
.menu-right {
  opacity: 0;
  transform: translateY(16px);
  will-change: transform, opacity;
}
.navbar .container {
  padding: 0;
/*  position: relative;*/
}
.navbar.sticky {
  background: rgba(var(--rgb-blanc), 1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);  
  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 0 0 15px;
  height: 100%;
  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-right {
  width:calc(100% - var(--width-header-logo) - 20px);
  will-change: transform, opacity;
}
.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: 30px;
  top: 15px;
  padding-right: 0px;
/*  transform: translateY(-50%);*/
  text-align: left;
  display: flex;
  opacity:0;
}
.menu-responsive .menu-burger {
  opacity:1;
}
.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;
  width:100%;
  text-align:left;
  top: 0px;
  padding: 0 25px;
  width: 60px;
  transition: all .35s ease-in-out, transform .6s cubic-bezier(.34,5.56,.64,1);
}
.menu-burger .icon-bar:nth-child(1),
.menu-burger .icon-bar:nth-child(3) {
  position:absolute;
  height:3px;
  width:40px;
  left: 15px;
  background-color:var(--col-noir);
  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:3px;
  width:40px;
  left: 15px;
  background-color:var(--col-noir);
  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-rouge);
  transform: scale(1.05);
}
/*
.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;
    height:100%;
  }
  .menu-container .menu-header-principal ul.menu li {
    float:left;
    position:static;
    font-size:12px;
    font-weight:500;
    height: var(--navbar-height);
    color: var(--col-blanc);
    text-transform: uppercase;
  }
  .menu-container .menu-header-principal ul.menu li a {
    position:relative;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    opacity: 1;
  }
  /* La vraie fenêtre de masquage du texte */
  .menu-container .menu-header-principal ul.menu li a .link-text-mask {
    position: relative;
    display: inline-block;
    overflow: hidden;

    line-height: 1.2;
  }
  /* Les deux textes */
  .menu-container .menu-header-principal ul.menu li a .link-text {
    display: block;

    transition: transform .45s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
  }
  /* Texte visible */
  .menu-container .menu-header-principal ul.menu li a .link-text-original {
    color: var(--col-noir);
    transform: translateY(0);
  }
  .menu-container .menu-header-principal ul.menu li.bt-standard a .link-text-original {
    color: var(--col-rouge);
  }
  .menu-container .menu-header-principal ul.menu li.bt-important a .link-text-original {
    color: var(--col-blanc);
  }
  /* Texte caché sous le masque */
  .menu-container .menu-header-principal ul.menu li a .link-text-hover {
    position: absolute;
    left: 0;
    top: 0;

    color: var(--col-rouge);
    transform: translateY(100%);
  }
  .menu-container .menu-header-principal ul.menu li.bt-standard a .link-text-hover {
    color: var(--col-noir);
  }
  .menu-container .menu-header-principal ul.menu li.bt-important a .link-text-hover {
    color: var(--col-rouge);
  }
  /* Hover */
  .menu-container .menu-header-principal ul.menu li a:hover .link-text-original,
  .menu-container .menu-header-principal ul.menu li a:focus-visible .link-text-original {
    transform: translateY(-100%);
  }
  .menu-container .menu-header-principal ul.menu li a:hover .link-text-hover,
  .menu-container .menu-header-principal ul.menu li a:focus-visible .link-text-hover {
    transform: translateY(0);
  }

/*
  .menu-container .menu-header-principal ul.menu li a::before,
  .menu-container .menu-header-principal ul.menu li a::after {
    content: attr(data-text);
    display: block;

    transition: transform 0.45s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
  }
  .menu-container .menu-header-principal ul.menu li a::before {
    color: var(--col-noir);
    transform: translateY(0);
  }
  .menu-container .menu-header-principal ul.menu li a::after {
    position: absolute;
    left: 0;
    top: 0;

    color: var(--col-rouge);
    transform: translateY(100%);
  }
  .menu-container .menu-header-principal ul.menu li a:hover::before,
  .menu-container .menu-header-principal ul.menu li a:focus-visible::before {
    transform: translateY(-100%);
  }

  .menu-container .menu-header-principal ul.menu li a:hover::after,
  .menu-container .menu-header-principal ul.menu li a:focus-visible::after {
    transform: translateY(0);
  }
*/  
  .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 {
    position: relative;
    padding: 0px 30px 0px 30px;
  }
  .menu-container ul.menu li.bt-standard > a .bt-left-line {
    position: absolute;
    left: 0;
    top: 0;

    width: 1px;
    height: 100%;

    background: var(--col-noir);

    transform: scaleY(0);
    transform-origin: top center;

    pointer-events: none;
    will-change: transform;
  }  
  .menu-container ul.menu li.bt-important a {
    position: relative;
    padding: 0px 30px 0px 30px;
    color:var(--col-blanc)!important;
    background-color:var(--col-rouge)!important;
    border-left: solid 1px var(--col-rouge)!important;
  }
  .menu-container ul.menu li.bt-important a:hover {
    color: var(--col-rouge);
    background-color:var(--col-blanc)!important;
    border-left: solid 1px var(--col-noir)!important;
  }
  .menu-container ul.menu li.bt-important a .with-arrow {
    padding-right: 0px;
    display: inline-block;
  }
  .menu-container ul.menu li.bt-important a .with-arrow::after,
  .formulaire .submit .with-arrow::after {
    content:"";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 14px;
    margin-left: 10px;

    background-repeat: no-repeat;
    background-color: currentColor;

    -webkit-mask-image: url('/wp-content/themes/fnau47/assets/img/icones/petite-fleche.svg');
    mask-image: url('/wp-content/themes/fnau47/assets/img/icones/petite-fleche.svg');

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;
    transition:
      transform .45s cubic-bezier(.22, 1, .36, 1),
      background-color .3s ease;
  }
  .menu-container ul.menu li.bt-important a:hover .with-arrow::after,
  .formulaire .submit:hover .with-arrow::after {
    background-color: var(--col-rouge);
  }

/*****
  .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) {
    color: var(--col-rouge);
  }
  .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-rouge);
  }
  .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-rouge);
  }
*/  
  .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-size:12px;
    text-transform:uppercase;
    font-weight:500;
  }
  .menu-container .menu-header-principal ul.menu li a {
    height: 100%;
    padding:0 15px;
  }
  .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-size:12px;
    text-transform:uppercase;
    font-weight:500;
  }
  .menu-container .menu-header-principal ul.menu li a {
    height: 100%;
    padding:0 30px 0 0;
  }
  .menu-container ul.menu li.bt-standard a {
    padding: 0px 30px 0px 30px;
  }
  .menu-container ul.menu li.bt-important a {
    padding: 0px 30px 0px 30px;
  }
  .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-blanc),0.99);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: block;
  transition: all 0.75s cubic-bezier(.4,0,0,1);
} 
.menu-responsive::before {
  content:"";
  position:absolute;
  top:0;
  left:15px;
  height:100%;
  width:1px;
  background-color: var(--col-noir);
}
.menu-responsive::after {
  content:"";
  position:absolute;
  top:0;
  right:15px;
  height:100%;
  width:1px;
  background-color: var(--col-noir);
}
.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:var(--navbar-height);
  padding:10px 15px;
  border-bottom:solid 1px var(--col-noir);
}
.menu-responsive .h1 {
  margin:0;
}
.menu-responsive .navbar-brand {
  float:left;
  padding-top: 10px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}
.menu-responsive .navbar-brand img,
.menu-responsive .navbar-brand svg {
  max-height:100px;
  max-width: var(--width-header-logo);
}
.menu-responsive .menu-burger {
  top: 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: 60px;
  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:28px;
  left: 10px;
  width: 40px;
  background-color:var(--col-noir);
}
.menu-responsive .menu-burger .icon-bar:nth-child(3) {
  transform:rotate(45deg);
  top:28px;
  left: 10px;
  width: 40px;
  background-color:var(--col-noir);
}
.menu-responsive .menu-burger button:hover .icon-bar {
  background-color:var(--col-rouge);
}
.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-size: 20px;
  font-weight: 500;
  line-height: 20px;
  height:56px;
  display:flex;
  align-items: center;
  text-align: left;
  text-transform:uppercase;
}
.menu-responsive-container li:first-child {
  padding-top:0px;
}
.menu-responsive-container li:last-child {
  padding-bottom:0px;
}
.menu-responsive-container li a {
  position:relative;
  color:var(--col-noir);
  text-decoration: none;
  padding-bottom:4px;
}
.menu-responsive-container li a::after {
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  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 {
  color: var(--col-rouge);
}
.menu-responsive-container ul li.bt-standard a {
  display: inline-block;
  background-color: transparent;
  color: var(--col-rouge);
  text-align:left;
  cursor:pointer;
  width:auto;
  text-decoration: none;
}
.menu-responsive-container ul li.bt-standard a:hover {
  color: var(--col-noir);
}
.menu-responsive-container ul li.bt-important a {
  display: inline-block;
  background-color: transparent;
  color: var(--col-noir);
  text-align:left;
  cursor:pointer;
  width:auto;
  text-decoration: none;
}
.menu-responsive-container ul li.bt-important a:hover {
  color: var(--col-rouge);
}
.menu-responsive-container ul li.bt-important a .with-arrow {
  padding-right: 0px;
  display: inline-block;
}
.menu-responsive-container ul li.bt-important a .with-arrow::after {
  content:"";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  margin-left: 10px;

  background-repeat: no-repeat;
  background-color: currentColor;

  -webkit-mask-image: url('/wp-content/themes/fnau47/assets/img/icones/petite-fleche.svg');
  mask-image: url('/wp-content/themes/fnau47/assets/img/icones/petite-fleche.svg');

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;
  transition:
    transform .45s cubic-bezier(.22, 1, .36, 1),
    background-color .3s ease;
}
.menu-responsive-container ul li.bt-important a:hover .with-arrow::after {
  background-color: var(--col-rouge);
}
.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;
  font-size: 20px;
  font-weight: 700;
}
.menu-contact-container .data {
  margin-bottom:20px;
}
.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-split-text-by-lines ul {
  list-style-position: outside;
}
.anim-split-text-by-lines li {
  display: list-item;
}
.anim-split-text .no-break {
  white-space: nowrap;
}
.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: 25px 30px 25px 30px;
  font-size:16px;
  font-weight:600;
  letter-spacing: 0em;
  height: auto;
  width:auto;
  cursor: pointer;  
  text-decoration: none;
  border: solid 1px var(--col-rouge);
  border-radius: 50px;
  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-rouge);
}
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: 104%;
  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 {
  top: 90px;
  border-radius: 25% 25% 0% 0%;
  background: var(--col-rouge);
  transition: all var(--transition-duration) cubic-bezier(.4,.4,.4,1);
/*
  border-radius: 15px;
  border: solid 1px var(--col-vert-clair);
*/
}
a.button-1:hover {
  color: var(--col-blanc);
}
a.button-1:hover::after {
  top: -3px;
  transition: all var(--transition-duration) cubic-bezier(.4,.4,.4,1);
}
a.button-1-b {
  color: var(--col-beige);
  border: solid 1px var(--col-beige);
  background-color: transparent;
}
a.button-1-b::after{
  background: var(--col-beige);
}
a.button-1-b:hover {
  color: var(--col-noir);
}
a.button-2 {
  color: var(--col-blanc);
  border: solid 1px var(--col-rouge);
  background-color: var(--col-rouge);
}
a.button-2::after{
  background: var(--col-rouge);
}
a.button-2:hover {
  color: var(--col-rouge);
}
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-rouge);
}
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: 0px;
  display: inline-block;
}
a.button .with-arrow::after {
  content:"";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  margin-left: 10px;

  background-repeat: no-repeat;
  background-color: currentColor;

  -webkit-mask-image: url('/wp-content/themes/fnau47/assets/img/icones/petite-fleche.svg');
  mask-image: url('/wp-content/themes/fnau47/assets/img/icones/petite-fleche.svg');

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;
  transition:
    transform .45s cubic-bezier(.22, 1, .36, 1),
    background-color .3s ease;
}
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.button.button-with-effect-bg {
  position: relative;
  overflow: hidden;
  isolation: isolate;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/*
a.button.button-with-effect-bg .button-bg {
  position: absolute;
  z-index: -1;

  width: 220%;
  aspect-ratio: 1;

  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;

  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
}
*/
a.button.button-with-effect-bg .button-bg,
.formulaire .button-submit .button-with-effect-bg .button-bg {
  position: absolute;
  z-index: -1;

  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  background: var(--col-rouge);

  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
}
a.button-1.button-with-effect-bg .button-bg {
  background: var(--col-rouge);
}
a.button-1-b.button-with-effect-bg .button-bg {
  background: var(--col-beige);
}
a.button-2.button-with-effect-bg .button-bg {
  background: var(--col-blanc);
}
a.button.button-with-effect-bg > *:not(.button-bg) {
  position: relative;
  z-index: 1;
}
a.button.button-with-effect-bg::after {
  display:none!important;
}
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-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-weight: 700;
  font-size: var(--size-h2);
  font-weight: 700;
  font-style: Bold;
  line-height: 1.2em;
  margin-bottom: 40px;
  color: var(--col-vert-sombre);
  text-align: left;
  letter-spacing: 0%;
}
body h2 strong,
body h2 b,
body .h2 strong,
body .h2 b {
  font-weight: 700;
}
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);
  line-height: 1.25em;
  letter-spacing: normal;  
  margin-bottom: 20px;
}
.page {
  font-weight: 400;
  font-size: var(--size-txt);
  line-height: 150%;
  padding-top: var(--navbar-height);
  position: relative;
  z-index: 0;
  background-color:var(--col-blanc);
}
.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: 700;
  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: 700!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: 12px;
  background-color: var(--col-noir);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.page-standard .texte h2 {
  margin-top: 60px;
  margin-bottom:40px;
  font-size: var(--size-h2);
  line-height:1.2em;
  font-weight:700;
  color: var(--col-noir);
}
.page-standard .texte h2:first-child {
  margin-top:0;
}
.page-standard .texte h3 {
  font-weight: 700;
  font-size: var(--size-h3);
  color: var(--col-noir);
  margin-top: 40px;
  margin-bottom:40px;
}
.page-standard .texte {
  font-size:var(--size-txt);
  line-height:1.2em;
  color: var(--col-noir);
}
.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-noir {
  background-color: var(--col-noir);
  color: var(--col-blanc);
}
.bg-rouge {
  background-color: var(--col-rouge);
  color: var(--col-blanc);
}
.bg-gris-clair h2,
.bg-gris-clair .surtitre {
  color: var(--col-noir);
}
.bg-gris-clair .surtitre::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);
}
body  .fa {
  font-family: 'FontAwesome'!important;
}
body  .wow {
  visibility: hidden;
}
body  img {
  max-width:100%;
  height:auto;
}
.w-70 {
  width:70%;
}
.w-60 {
  width:60%;
}
.w-50 {
  width:50%;
}
.w-40 {
  width:40%;
}
.w-30 {
  width:30%;
}
/* Bordures verticales */
.vertical-line {
  position: absolute;
  z-index:0;
  bottom: 0;

  width: 1px;
  height: 100%;

  background: var(--col-noir);

  transform-origin: bottom center;
  will-change: transform;
}
.navbar-vertical-line {
  position: absolute;
  z-index:1;
  top: 0;
  width: 1px;
  height: var(--navbar-height);
  background: var(--col-noir);
  transform-origin: bottom center;
  will-change: transform;
}
body:not(.intro-played) .vertical-line,
body:not(.intro-played) .navbar-vertical-line {
  transform: scaleY(0);
}
body:not(.intro-played) .navbar-horizontal-line {
  transform: scaleX(0);
}
.navbar.sticky .navbar-vertical-line {
  transform: scaleY(1);
}
.left-line {
  left:var(--marge-left);
}
.right-line {
  right:var(--marge-right);
}
.section-vertical-lines::before {
  content:"";
  position: absolute;
  z-index:0;
  bottom: 0;
  left:var(--marge-left);
  width: 1px;
  height: 100%;
  background: var(--col-noir);
  transform-origin: bottom center;
  will-change: transform;
}
.section-vertical-lines::after {
  content:"";
  position: absolute;
  z-index:0;
  bottom: 0;
  right:var(--marge-right);
  width: 1px;
  height: 100%;
  background: var(--col-noir);
  transform-origin: bottom center;
  will-change: transform;
}
.z-index-0 {
  z-index:0;
}
.z-index-1 {
  z-index:1;
}
/*** Homepage ***/
.section-animation-header {
  position: relative;
}
.section-animation-header .animation-wrapper {
  min-height: 150vh;
  position: relative;
/*  padding-top: var(--navbar-height) !important;*/
/*  margin-top: var(--navbar-height) !important;*/
  overflow: visible;
}
canvas#canvas-animation-header {
/*  position: sticky;*/         /* alternative simple au pin GSAP */
/*  top: 0;*/
  display: block;
  position: relative;
  width: 100%;
  height: 150vh;
}
.background-content {
  /*height: calc(var(--main-padding)*1);*/ 
  height: clamp(
    calc(var(--main-padding) * 1),
    calc(1700px - 100vh),
    calc(var(--main-padding) * 7)
  );           
  background: var(--col-blanc);
}
/****
@media (max-height: 1600px) {
  .background-content {
    height: calc(var(--main-padding)*2);            
  }
}
@media (max-height: 1500px) {
  .background-content {
    height: calc(var(--main-padding)*3);            
  }
}
@media (max-height: 1400px) {
  .background-content {
    height: calc(var(--main-padding)*4);            
  }
}
@media (max-height: 1300px) {
  .background-content {
    height: calc(var(--main-padding)*5);            
  }
}
@media (max-height: 1200px) {
  .background-content {
    height: calc(var(--main-padding)*6);            
  }
}
@media (max-height: 1100px) {
  .background-content {
    height: calc(var(--main-padding)*7);            
  }
}
@media (max-height: 1000px) {
  .background-content {
    height: calc(var(--main-padding)*8);            
  }
}
@media (max-height: 900px) {
  .background-content {
    height: calc(var(--main-padding)*9);            
  }
}
***/
/* ─── Overlay skeleton (local, pas plein écran) ─────────────────── */

.js-frame-loader {
  /* Couvre uniquement la section, pas tout le viewport */
  position: absolute;
  inset: 0;
  z-index: 10;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;

  /* Couleur : à adapter à la charte graphique */
  background-color: var(--col-blanc);

  /* Transition de sortie */
  opacity: 1;
  transition: opacity 0.6s ease;
}

/* État masqué : le JS ajoute .is-hidden pour déclencher le fade */
.js-frame-loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

/* ─── Barre de progression ─────────────────────────────────────── */

.js-frame-progress-track {
  width: min(280px, 60%);
  height: 2px;
  background-color: rgba(var(--rgb-noir), 0.12);
  border-radius: 2px;
  overflow: hidden;
}

.js-frame-progress {
  width: 100%;
  height: 100%;
  background-color: var(--col-noir);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  /* Transition légère sur la barre elle-même pour qu'elle ne saute pas */
  transition: transform 0.15s linear;
}

/* ─── Label optionnel ("X / Y") ────────────────────────────────── */

.js-frame-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: rgba(var(--rgb-noir), 0.35);
  font-variant-numeric: tabular-nums; /* évite le saut de largeur à chaque chiffre */
}

/* ─── Animation pulsante sur le skeleton (optionnelle) ─────────── */

.js-frame-loader__pulse {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid rgba(var(--rgb-noir), 0.15);
  border-top-color: rgba(var(--rgb-noir)5, 0.6);
  animation: frame-loader-spin 0.9s linear infinite;
}

@keyframes frame-loader-spin {
  to { transform: rotate(360deg); }
}

/* ─── Accessibilité : respect du paramètre système ─────────────── */

@media (prefers-reduced-motion: reduce) {
  .js-frame-loader__pulse {
    animation: none;
    opacity: 0.4;
  }

  .js-frame-loader {
    transition: none;
  }
}

.section-titres-animes {
  position: relative;
  overflow:hidden;
}
.section-background {
  position: absolute;
  z-index:0;
  right:0;
  top:0;
  height:100%;
  width:100%;
  transform-origin: right;
}
.section-titres-animes .titres-animes-container {
  position: relative;
  z-index:1;
}
.section-titres-animes .titre-anime {
  font-family: Wix Madefor Display;
  font-weight: 700;
  font-style: Bold;
  font-size: var(--size-titre-anime);
  leading-trim: NONE;
  line-height: 1.15em;
  letter-spacing: 0%;
  overflow: hidden;
}
.section-titres-animes .titre-anime .ligne_1 {
  text-align:left;
  color:var(--col-beige);
}
.section-titres-animes .titre-anime .ligne_2 {
  text-align:right;
  color:var(--col-rouge);
}
.titre-anime span {
  display: block;
  width: max-content;

  will-change: transform;
}
.titre-anime p {
  margin: 0;
  white-space: nowrap;
}
.section-introduction {
  position: relative;
  z-index:2;
  background-color: var(--col-blanc);
  isolation: isolate;
}
.surtitre {
  font-weight: 500;
  font-style: Medium;
  font-size: var(--size-surtitre);
  leading-trim: NONE;
  line-height: 1.25em;
  letter-spacing: 0.3em;
  color:var(--col-rouge);
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  margin-bottom:20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.surtitre:not(.anim-split-text)::before,
.surtitre.anim-split-text > div > div::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  display: inline-block;
}
.surtitre.anim-split-text > div > div {
  display:flex!important;
  gap:16px;
}
.surtitre.anim-split-text > div > div::before {
  vertical-align: top;
  margin-top: 6px;
  flex: 0 0 auto;
}
.text-content {
  padding:0 calc(var(--main-padding-left)*3);
}
.texte-savoir-plus .texte-suite {
  padding-top:20px;
}
.texte-savoir-plus .texte-suite .container-photos {
  gap:30px;
  margin-bottom:20px;
}
.texte-savoir-plus .texte-suite .cadre-photo {
  width:calc(50% - 15px);
  height:var(--cadre-photo-height-min);
}
.texte-savoir-plus .texte-suite {
  height: 0;
  overflow: hidden;

  opacity: 0;
  visibility: hidden;
}
.texte-savoir-plus .button-fermer {
  display: none;
  opacity: 0;
}
.bloc-citation {
  position: absolute;
  z-index: 10;
  right: calc(var(--marge-right) - 100px);
  top: calc(50px - var(--main-padding));
  margin: 0;
  padding: clamp(20px, 6vw, 40px);
  overflow: visible;
  width: 600px;
}
.bloc-citation-bg {
  position: absolute;
  left: 1%;
  top: -17%;

  width: min(100%, 600px);
  height: auto;

  pointer-events: none;
  will-change: transform;
  animation: floating2 12s linear;
  animation-iteration-count: infinite;
}
.citation,
.citation-meta {
  position: relative;
  z-index: 1;
}
.citation {
  margin: 0;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 1.1em
  letter-spacing: 0%;
}
.citation-auteur {
  font-weight:700;
  display:block;
}
.citation-source {
  font-weight:500;
}
.section-programme.section-vertical-lines::before,
.section-programme.section-vertical-lines::after {
  background-color:var(--col-blanc);
  z-index:1;
}
.section-programme .surtitre {
  color:var(--col-beige);
}
.section-programme h2 {
  color:var(--col-blanc);
}
.section-programme .liste-jours {
  display:flex;
  justify-content: flex-start;
  gap:60px;
  height:var(--height-bloc-jour);
  padding-left:calc(var(--main-padding) * 1.5);
}
.section-programme .liste-jours .bloc-jour {
  width:200px;
  background-color:var(--col-blanc);
  transition: width .55s ease-in-out;
}
.section-programme .liste-jours .vignette a,
.section-programme .liste-jours .vignette a:hover {
  text-decoration: none!important;
}
.section-programme .liste-jours .bloc-jour .description {
  height:0;
  opacity:1;
  overflow:hidden;
  will-change: height, opacity;
}
.section-programme .liste-jours .bloc-jour .figure-masked {
  height:0;
  opacity:0;
}
.section-programme .liste-jours .bloc-jour.active {
  width:450px;
  transition:width .55s ease-in-out;
}
.section-programme .liste-jours .bloc-jour.init {
  width:450px!important;
}
.section-programme .liste-jours .bloc-jour .titre {
  max-width:calc(200px - 40px);
  display: inline-flex;
}
.section-programme .liste-jours .bloc-jour.init .description {
  height:calc(var(--height-bloc-jour) - 120px)!important;
  overflow:visible!important;
  opacity:1!important;
  transition:all .45s ease-in-out;
}
.section-programme .liste-jours .bloc-jour.init .description .container-texte {
  opacity:1!important;
}
.section-programme .liste-jours .bloc-jour.init .figure-masked {
  height:90%!important;
  opacity:1!important;
  transition:all .45s ease-in-out;
}
.bloc-jour .container-titre {
  padding:20px;
  border-bottom: solid 1px var(--col-noir);
  text-align:left;
}
.bloc-jour .jour {
  font-size:18px;
  font-weight:700;
  text-transform:uppercase;
  color:var(--col-rouge);
  display:block;
  width:100%;
}
.bloc-jour .titre {
  font-size:var(--size-h3);
  font-weight:700;
  color:var(--col-noir);
}
.bloc-jour .photo-originale {
  position:relative;
  overflow:visible;
  margin-top:-50px;
  background:none;
}
.bloc-jour .cadre-photo img.origine {
  opacity:0;
}
.bloc-jour .cadre-photo figure {
  position:absolute;
  top: 30px;
  z-index: 1;
  width: calc(var(--width-button-arrow) + 120%);
  left:-10%;
  height:90%!important;
}
.bloc-jour .figure-masked {
  position: relative;

  width: 100%;

  aspect-ratio: 1 / 1;

  overflow: hidden;

  -webkit-mask-image: url('../img/main/mask1-photo-programme-fnau47.svg');
  mask-image: url('../img/main/mask1-photo-programme-fnau47.svg');

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: 89% 92%;
  animation: floating2 12s linear;
  animation-iteration-count: infinite;
}
.liste-jours .vignette:first-child .bloc-jour .figure-masked {
  -webkit-mask-image: url('../img/main/mask1-photo-programme-fnau47.svg');
  mask-image: url('../img/main/mask1-photo-programme-fnau47.svg');
}
.liste-jours .vignette:nth-child(2) .bloc-jour .figure-masked {
  -webkit-mask-image: url('../img/main/mask2-photo-programme-fnau47.svg');
  mask-image: url('../img/main/mask2-photo-programme-fnau47.svg');
}
.liste-jours .vignette:nth-child(3) .bloc-jour .figure-masked {
  -webkit-mask-image: url('../img/main/mask3-photo-programme-fnau47.svg');
  mask-image: url('../img/main/mask3-photo-programme-fnau47.svg');
}
.liste-jours .vignette:nth-child(3) .bloc-jour .cadre-photo figure {
  position:absolute;
  top: 25px;
}
.bloc-jour .figure-masked img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  display: block;
  animation: floating2Reverse 12s linear infinite;
  transform-origin: center;
}
.bloc-jour .container-description {
  display:flex;
  position: relative;
}
.bloc-jour .container-description .description {
  width:calc(100% - var(--width-button-arrow));
}
.bloc-jour .container-texte {
  padding:0 20px 20px;
  width:calc(450px - 1px - var(--width-button-arrow));
  opacity:0;
  tarnsform:translateY(100%);
}
.button-to-action {
  position: relative;
  z-index:1;
  display:flex;
  flex-direction: column;
  justify-content: flex-end;
  border-left:solid 1px var(--col-noir);
  overflow: hidden;
}
.bloc-jour .button-to-action {
  z-index:-1;
}
.page-home .liste-jours .bloc-jour .button-to-action .bg-button {
  position: absolute;
  z-index:-1;
  top:0;
  height:110%;
  width:120%;
  transform-origin: top;
  background-color:var(--col-rouge);
}
.button-action-arrow .bg-button {
  position: absolute;
  height:110%;
  width:120%;
  transform-origin: top;
  background-color:var(--col-rouge);
}
.button-action-arrow {
  position: relative;
  width: 100%;
  text-align:center;
  width:var(--width-button-arrow);
  height:var(--height-button-arrow);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow:hidden;
}
.button-action-arrow .arrow {
  position: relative;
  z-index:2;
  width:40px;
}
.bloc-evenement .button-action-arrow svg path,
.bloc-jour .button-action-arrow svg path {
  transition:all .45s ease-in-out;
}
.bloc-evenement:hover .button-action-arrow svg path,
.bloc-jour:hover .button-action-arrow svg path {
  stroke:var(--col-blanc)!important;
}
.section-programme .call-to-action {
  text-align:left;
}
.page-home .section-inscription {
  padding-top:calc(var(--main-padding)*2);
}
.section-inscription .bloc-illustration {
  position: absolute;
  z-index:1;
  right: calc(var(--marge-right)/2);
  top: calc(0px - (var(--main-padding)*1.5));
  animation: floating2 12s linear;
  animation-iteration-count: infinite;
}
.section-inscription .container-illustration {
  position: relative;
  height:var(--cadre-photo-height-med);
  width:100%;
}
.section-inscription .container-illustration .illustration {
  position: absolute;
  z-index:var(--local-index);
}
.section-inscription .container-illustration .illustration-1  {
  top: 5%;
  left: 35%;
  width: 15%;
  animation: verticalfloating1 9s linear;
  animation-iteration-count: infinite;
}
.section-inscription .container-illustration .illustration-2  {
  width: 105%;
  left: 0;
  animation: verticalfloating2 12s linear;
  animation-iteration-count: infinite;
}
.section-inscription .container-illustration .illustration-3  {
  width: 80%;
  top: 30%;
  left: 5%;
  animation: verticalfloating1 8s linear;
  animation-iteration-count: infinite;
}
.section-inscription .container-illustration .illustration-4  {
  width: 130%;
  left: -20%;
  bottom: -25%;
  animation: verticalfloating2 10s linear;
  animation-iteration-count: infinite;
}
.section-inscription .texte {
  padding-left:calc(var(--main-padding-left)*2);
}
.section-inscription .call-to-action {
  text-align:left;
  padding-left:calc(var(--main-padding-left)*2);
}
.section-toutsavoir {
  padding-top:calc(var(--main-padding)*3);
  padding-bottom:calc(var(--main-padding)*3);
}
.section-toutsavoir .container-infos {
  display:flex;
}
.section-toutsavoir .container-infos .liste-infos {
  display:flex;
  width:70%;
  justify-content: space-around;
}
.bloc-info {
  text-align: center;
  display:block;
}
.bloc-info figure {
  max-width:60px;
  max-height:60px;
  margin:0 auto 20px;
}
.bloc-info a {
  text-decoration: none;
}
.bloc-info .titre {
  Text-transform:uppercase;
  font-size:16px;
  font-weight:700;
}
.section-toutsavoir .call-to-action {
  margin-top:0;
}
.section-toutsavoir .container {
  position: relative;
  z-index:2;
}
.section-toutsavoir .bloc-illustration {
  position: absolute;
  z-index:1;
  top: calc(var(--main-padding)*1.65);
  left: calc(var(--marge-left) - 30px);
}
.section-toutsavoir .bloc-illustration img {
  width:calc(var(--width-container) * 1.05);
  animation: floating2 12s linear;
  animation-iteration-count: infinite;
}
.section-partenaires .container-partenaires {
  row-gap:20px;
  justify-content: center;
}
.section-partenaires .bloc-partenaire {
  text-align: center;
  width: calc(100%/6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bloc-partenaire figure {
  max-width:80%;
  margin:0 auto;
}
.bloc-partenaire figure img {
  filter: grayscale(100%);
  opacity: 0.8;
  transition: filter .3s ease, opacity .3s ease;
}

.bloc-partenaire:hover figure img {
  filter: grayscale(0);
  opacity: 1;
}
.page-content {
  position: relative;
}
/*** Banner ***/
.header-banner {
  height:var(--banner-height);
  position: relative;
}
.header-banner .container-banner {
  position: relative;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  height:100%;
}
.header-banner .container-illustration {
  position: absolute;
  z-index:0;
  top:50%;
  left:25%;
  width:25%;
}
.header-banner .illustration,
.header-banner .illustration img {
  width:100%;
  height:auto;
}
.header-banner .container-illustration1 {
  z-index:3;
}
.header-banner .container-illustration2 {
  z-index:2;
}
.header-banner .container-illustration3 {
  z-index:1;
}
.header-banner .illustration1 {
  z-index:3;
  animation: verticalfloating1 12s linear;
  animation-iteration-count: infinite;
}
.header-banner .illustration2 {
  z-index:2;
  animation: verticalfloating2 12s linear;
  animation-iteration-count: infinite;
}
.header-banner .illustration3 {
  z-index:1;
  animation: verticalfloating3 12s linear;
  animation-iteration-count: infinite;
}
.header-banner .banner-content {
  position: relative;
  z-index:4;
}
.banner-content h1 {
  font-weight:700;
}
.single-atelier .banner-content h1 .grand-titre {
  font-size:var(--size-h1-b);
  line-height:1.2em;
}
.banner-content h1 .petit-titre {
  font-size: var(--size-h2);
  line-height:1.2em;
  max-width:calc(var(--width-container) * .75);
  display: block;
  margin-left: auto;
  margin-right: auto;  
  margin-top:40px;
}
/*** Page Programme ***/
.page-programme .header-banner .banner-content,
.single-atelier .header-banner .banner-content {
  z-index:3;
}
.page-programme .header-banner .container-illustration1, 
.single-atelier .header-banner .container-illustration1 {
  width: 25%;
  left: 20%;
  top: 16%;
}
.page-programme .header-banner .container-illustration2, 
.single-atelier .header-banner .container-illustration2 {
  width: 28%;
  left: 23%;
  top: 35%;
}
.page-programme .header-banner .container-illustration3, 
.single-atelier .header-banner .container-illustration3 {
  width: 40%;
  left: 40%;
  top: 27%;
}
.page-programme .section-introduction .call-to-action {
  text-align:left;
}
.call-to-action .bt-icone {
  margin-left:10px;
}
a.button .bt-icone svg path {
  transition: all .35s ease-in-out;
}
a.button:hover .bt-icone svg path {
  stroke: currentColor;
}
.section-programme .bloc-illustration {
  position: absolute;
  z-index:2;
  top:18%;
  right:0;
}
.section-programme .bloc-illustration.illustration1 {
  z-index: 3;
  right: 180px;
  top: calc(18% + 50px);
  animation: verticalfloating1 12s linear;
  animation-iteration-count: infinite;
}
.section-programme .bloc-illustration.illustration2 {
  right:-100px;
  animation: verticalfloating2 12s linear;
  animation-iteration-count: infinite;
}
.programme-bloc-jour {
  margin-top:var(--main-padding);
  scroll-margin-top: calc(var(--navbar-height, 100px) + 20px);
}
.programme-bloc-jour:first-child {
  margin-top:0;
}
.programme-bloc-jour .h2 {
  color:var(--col-blanc);
  text-decoration: none;
}
.programme-bloc-jour .h2 span::after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
  transform-origin: center;
  transition: all .35s ease-in-out;
}
.programme-bloc-jour .h2.active span::after {
  transform: rotate(45deg);
}
.page-content .section-inscription {
  padding-top:calc(var(--main-padding)*2);
  padding-bottom:calc(var(--main-padding)*2);
}
.section-programme .liste-evenements,
.section-plus-dateliers .liste-evenements {
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(calc((100%/2) - 30px), 400px));
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width:100%;
  padding:0 calc(var(--main-padding-left) * 2);
  margin-top:40px;
}
.section-programme .liste-evenements .bloc-evenement a, 
.section-programme .liste-evenements .bloc-evenement a:hover,
.section-plus-dateliers .liste-evenements .bloc-evenement a, 
.section-plus-dateliers .liste-evenements .bloc-evenement a:hover,
.liste-evenements .bloc-evenement a span, 
.liste-evenements .bloc-evenement a:hover span{ 
  text-decoration: none!important;
}
.section-programme .liste-evenements .container-evenement {
  background-color:var(--col-blanc);
  transition: width .55s ease-in-out;
}
.section-programme .liste-evenements .bloc-atelier .container-evenement,
.section-plus-dateliers .liste-evenements .bloc-atelier .container-evenement {
  background-color:var(--col-beige);
}
.bloc-evenement .container-entete {
  display: flex;
}
.bloc-evenement .container-titre {
  display: flex;
  flex-direction: column;
  height:var(--height-header-event);
  justify-content: center;
  padding:0 30px;
  width:calc(100% - var(--width-button-arrow) + 1px);
}
.bloc-evenement .container-infos {
  display:block;
  font-size:18px;
  font-weight:700;
  color:var(--col-rouge);
  text-transform:uppercase;
  text-align:left;
}
.bloc-evenement .infos::before {
  content:"|";
  display:inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
}
.bloc-evenement .titre {
  font-size:19px;
  font-weight:700;
  color:var(--col-noir);
  text-align:left;
}
.bloc-evenement .button-action-arrow {
  height:100%;
}
.bloc-evenement .button-action-arrow svg {
  transition:all .35s ease-in-out;
}
.bloc-evenement .active .button-action-arrow svg {
  transform:rotate(90deg);
}
.bloc-evenement .container-description {
  border-top:solid 1px var(--col-noir);
  text-align:left;
  overflow: hidden;
  will-change: height, opacity;
}
.bloc-evenement .container-description .description {
  padding:30px;
}
.bloc-evenement .container-description .lieu {
  margin-top:40px;
  color:var(--col-rouge);
  font-weight:700;
}
.bloc-evenement .container-description .lieu::before {
  content:"\f041";
  font-family: "FontAwesome";
  margin-right:6px;
  color:currentColor;
}
/*** Single Atelier ***/
.single-atelier .header-banner .banner-content {
  z-index:4;
}
.single-atelier .section-presentation .container-organisation {
  padding-bottom:var(--main-padding);
}
.single-atelier .section-presentation .liste-organisateurs {
  display: flex;
  flex-direction:column;
}
.bloc-organisateur {
  display:flex;
  margin-top: 15px;
  margin-bottom:15px;
}
.bloc-organisateur .container-titre {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.bloc-organisateur .titre {
  font-size: var(--size-h2);
  font-weight:700;
  line-height:1.2em;
  text-align: left;
}
.single-atelier .section-presentation .container-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left:60px;
}
.single-atelier .section-presentation .container-logo img {
  height:80px;
  width:auto;
}
.single-atelier .section-presentation .container-logo .adresse-url a {
  color:var(--col-rouge);
  margin-left:6px;
} 
.single-atelier .section-details.section-vertical-lines::before, 
.single-atelier .section-details.section-vertical-lines::after {
  background-color: var(--col-blanc);
  z-index: 1;
}
.single-atelier .section-details .surtitre {
  color:var(--col-beige);
}
.single-atelier .section-details .titre {
  color:var(--col-blanc);
}
.single-atelier .section-details .photo-content {
  position: relative;
  z-index:2;
  padding:0 calc(var(--main-padding-left) * 3);
}
.single-atelier .photo-content .bloc-illustration {
  position: absolute;
  z-index: 0;
  left: calc(0px - var(--main-padding-left) - 40px);
  bottom: -120px;
  animation: verticalfloating2 12s linear;
  animation-iteration-count: infinite;  
}
.single-atelier .section-details .cadre-photo {
  height:var(--cadre-photo-height-max);
}
.single-atelier .section-details .description-content {
  padding:0 calc(var(--main-padding-left) * 3);
  margin-top:var(--main-padding);
  text-align:left;
  display:flex;
}
.single-atelier .description-content .column-1 {
  width:66%;
  padding-right:30px;
}
.single-atelier .description-content .column-2 {
  width:34%;
  padding-left:30px;
}
.single-atelier .description-content h3.titre,
.single-atelier .description-content h4.titre {
  color:var(--col-beige);
  font-weight:700;
}
.single-atelier .description-content h4.titre {
  display:flex;
}
.single-atelier .description-content h4.titre figure {
  margin-bottom:0;
  margin-right:10px;
  width:20px;
}
.single-atelier .description-content h4.titre span {
  width:calc(100% - 30px);
}
.single-atelier .description-content .texte {
  color:var(--col-blanc);
}
.single-atelier .description-content .container-lieu-visite svg,
.single-atelier .description-content .container-date-visite svg,
.single-atelier .description-content .deplacement svg {
  margin-right: 10px;
  width: 20px;
}
.single-atelier .description-content .container-lieu-visite .texte,
.single-atelier .description-content .container-date-visite .texte,
.single-atelier .description-content .deplacement .texte {
  padding-left: 30px;
  margin-bottom:40px;
}
.single-atelier .description-content a.button .bt-icone svg path {
  stroke: var(--col-beige);
}
.single-atelier .description-content a.button:hover .bt-icone svg path {
  stroke: var(--col-noir);
}
.single-atelier .intervenants {
  margin-top:var(--main-padding);
  padding:0 calc(var(--main-padding-left) * 3);
}
.single-atelier .intervenants h3.titre {
  text-align:left;
  color:var(--col-beige);
  font-weight:700;
}
.single-atelier .liste-intervenants {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.single-atelier .intervenants1 .liste-intervenants {
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.bloc-intervenant {
  text-align:center;
  max-width:calc(100%/3);
}
.single-atelier .liste-intervenants .bloc-intervenant1 {
  display:flex;
  text-align:left;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px var(--col-blanc);
  max-width: none;
}
.bloc-intervenant .nom {
  font-size:var(--size-h4);
  color:var(--col-rouge);
  font-weight:700;
}
.single-atelier .liste-intervenants .bloc-intervenant1 .nom {
  width:40%;
  display: flex;
  align-items: center;
}
.single-atelier .liste-intervenants .bloc-intervenant1 .nom div {
  margin-right:10px;
}
.bloc-intervenant .fonction {
  color:var(--col-blanc);
}
.single-atelier .liste-intervenants .bloc-intervenant1 .fonction {
  width:60%;
}
.single-atelier .intervenants2 .liste-intervenants {
  justify-content: center;
}
.intervenants2 .bloc-intervenant {
  max-width:calc(100%/3);
  padding:0 30px 20px;
}
.single-atelier .bloc-intervenant .cadre-photo {
  height: var(--bulle-photo-height);
  background: transparent;
  width: var(--bulle-photo-height);
  margin:0 auto 20px;
}
.bloc-intervenant .cadre-photo figure {
  overflow: hidden;
  border-radius:50%;
}
.single-atelier .section-inscription {
  background-color:var(--col-beige);
}
.single-atelier .section-inscription a.button-2.button-with-effect-bg .button-bg {
  background: var(--col-beige);
}

/*** Page Ressources ***/
.page-ressources .header-banner .banner-content {
  z-index:2;
}
.page-ressources .header-banner .container-illustration1 {
  width: 40%;
  left: 8%;
  top: 6%;
}
.page-ressources .header-banner .container-illustration2 {
  width: 30%;
  left: 54%;
  top: 40%;
}
.page-ressources .header-banner .container-illustration3 {
  width: 50%;
  left: 20%;
  top: 15%;
}
.page-ressources h1 {
  line-height:0.9em;
}
.section-agences .liste-ateliers {
  padding:0 calc(var(--main-padding-left)*2);
}
.section-agences .bloc-atelier {
  opacity:1!important;
  border-bottom:solid 1px var(--col-noir);
}
.section-agences .bloc-atelier:last-child {
  border-bottom:none;
}
.section-agences .bloc-atelier .question-link {
  display:flex;
  text-decoration: none!important;
}
.section-agences .bloc-atelier .response-content {
  overflow: hidden;
}
.section-agences .bloc-atelier .container-titre {
  width:calc(100% - var(--width-button-arrow));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-agences .bloc-atelier h3 {
  font-size:var(--size-txt);
  font-weight:700;
  text-align:left;
  margin:0;
}
.section-agences .bloc-atelier .button-to-action {
  border:0;
}
.section-agences .bloc-atelier .question-link .button-to-action .button-action-arrow .arrow {
  transition: transform .45s ease-in-out;
}
.section-agences .bloc-atelier .question-link.active .button-to-action .button-action-arrow .arrow {
  transform: rotate(90deg);
}
.section-agences .bloc-agence h4 {
  font-size:var(--size-h3);
  font-weight:700;
  color:var(--col-rouge);
  text-align: left;
}
.section-agences .bloc-agence .bloc-ressource {
  padding:40px 0;
  display: flex;
  align-items: center;
  border-bottom:solid 1px rgba(var(--rgb-noir),.5);
}
.section-agences .bloc-agence .bloc-ressource:last-child {
  border-bottom: none;
}
.section-agences .bloc-agence .bloc-ressource .texte {
  width:calc(100% - 300px);
}
.section-agences .bloc-agence .bloc-ressource .call-to-action {
  width: 300px;
  margin: 0;
  text-align: right;
}
.section-ressources .liste-ressources {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc((100%/2) - 30px), 400px));
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  margin-top:var(--main-padding);
  padding:0 calc(var(--main-padding-left) * 2);
}
.bloc-ressource {
  padding-right:40%;
}
.bloc-ressource .cadre-photo {
  height:var(--cadre-photo-height-portrait);
  width:var(--cadre-photo-width-portrait);
}
.bloc-ressource .description {
  text-align:left;
  padding:20px 0;
}
.bloc-ressource .description .titre {
  font-weight:700;
  font-size:var(--size-txt);
  margin-bottom:0;
}
.bloc-ressource .description .adresse-url {
  padding-left:10px;
}
.bloc-ressource .description .adresse-url a {
  color:var(--col-rouge);
  text-decoration: underline;
  margin-left: 10px;
}
.bloc-ressource .description .adresse-url a:hover {
  color:var(--col-noir);
  text-decoration: none;
}
.ressource-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.ressource-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(var(--rgb-blanc), 0.92);
}
.ressource-popup-panel {
  position: relative;
  z-index: 1;

  width: min(1100px, calc(100% - 40px));
  max-height: calc(100dvh - 40px);
  overflow: auto;

  margin: 20px auto;
  padding: clamp(30px, 6vw, 100px);

  background: #fff;
  display: grid;
  grid-template-columns: minmax(180px, 320px) 1fr;
  gap: clamp(24px, 4vw, 60px);
}
.ressource-popup-image img {
  width: 100%;
  height: auto;
  display: block;
}
.ressource-popup-title.h3 {
  font-size:var(--size-h4);
  line-height:1.1em;
  color:var(--col-rouge);
  font-weight:700;
  text-align: left;
  margin-top:10px;
}
.ressource-popup-resume {
  font-size:16px;
  line-height:1.1em;
  text-align:left;
  max-height:60vh;
  padding-right:15px;
  overflow-x: auto;
}
.ressource-popup .call-to-action {
  text-align: left;
  margin-top: 40px;
}
.ressource-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;

  width: 28px;
  height: 28px;

  padding: 0;
  margin: 0;

  border: none;
  background: transparent;
  cursor: pointer;

  font-size: 0;
  line-height: 0;

  transition: transform .3s cubic-bezier(.34,1.56,.64,1);
}

.ressource-popup-close::before,
.ressource-popup-close::after {
  content: "";
  position: absolute;

  top: 50%;
  left: 50%;

  width: 39.6px; /* 32 * √2 */
  height: 1px;

  background: var(--col-rouge);

  transform-origin: center;
  transition: background-color .25s ease,  height .25s ease;
}

.ressource-popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ressource-popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ressource-popup-close:hover {
  transform: scale(1.15);
}
.ressource-popup-close:hover::before,
.ressource-popup-close:hover::after {
  height: 2px;
}

.ressource-popup-close:focus-visible {
  outline: 2px solid var(--col-rouge);
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .ressource-popup-panel {
    grid-template-columns: 1fr;
  }
}
/*** Page Intervenants ***/
.page-intervenants .header-banner .container-illustration1 {
  width: 25%;
  left: 50%;
  top: 15%;
}
.page-intervenants .header-banner .container-illustration2 {
  width: 55%;
  left: 20%;
  top: 25%;
}
.page-intervenants .header-banner .container-illustration3 {
  width: 35%;
  left: 40%;
  top: 45%;
}
.page-intervenants h1 {
  line-height:0.9em;
}
.page-intervenants .section-session .liste-intervenants {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  width: 100%;
  margin-top:var(--main-padding);
  padding:0 calc(var(--main-padding-left) * 2);
}
.page-intervenants .section-session .bloc-intervenant {
  position: relative;
  overflow: hidden;
  width:calc( (100%/3) - (120px / 3));
  min-height:var(--height-bloc-intervenant);
  background-color:#fff;
}
.page-intervenants .section-session .bloc-intervenant .bloc-recto {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:100%;
}
.page-intervenants .section-session .bloc-intervenant .cadre-photo {
  height: var(--bulle-photo-height);
  background: transparent;
  width: var(--bulle-photo-height);
  margin:0 auto 20px;
}
.page-intervenants .section-session .bloc-intervenant .cadre-photo figure {
  overflow: hidden;
  border-radius:50%;
  background: var(--col-noir);
}
.page-intervenants .section-session .bloc-intervenant .prenom {
  color:var(--col-rouge);
  font-weight:700;
  font-size:var(--size-h4);
}
.page-intervenants .section-session .bloc-intervenant .nom {
  color:var(--col-noir);
  font-weight:700;
  font-size:var(--size-h4);
}
.page-intervenants .section-session .bloc-intervenant .infos {
  font-style: italic;
  font-weight:500;
  font-size:16px;
}
.page-intervenants .section-session .bloc-intervenant .bloc-verso {
  position: absolute;
  z-index: 1;
  height:100%;
  width:100%;
  opacity:0;
  top:0;
  left:0;
  background-color: var(--col-noir);
  display: flex;
  flex-direction: column;
  justify-content: center;  
}
.page-intervenants .section-session .bloc-intervenant .bloc-verso .container-verso {
  position: absolute;
  z-index: 2;
  height:100%;
  width:100%;
  opacity:0;
  left:0;
  text-align: left;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}
.page-intervenants .section-session .bloc-intervenant .bloc-verso .nom,
.page-intervenants .section-session .bloc-intervenant .bloc-verso .texte {
  color:var(--col-blanc);
}
.page-intervenants .section-session .bloc-intervenant .bloc-verso .texte {
  font-size: 18px;
  margin-top:20px;
}
/*** Page Infos pratiques ***/
.page-infos-pratiques .header-banner .container-illustration1 {
  width: 30%;
  left: 28%;
  top: 15%;
}
.page-infos-pratiques .header-banner .container-illustration2 {
  width: 60%;
  left: 20%;
  top: 10%;
}
.page-infos-pratiques .header-banner .container-illustration3 {
  width: 40%;
  left: 40%;
  top: 30%;
}
.page-infos-pratiques h1 {
  line-height:1.15em;
}
.page-infos-pratiques h2 {
  display:flex;
}
.page-infos-pratiques h2 figure {
  padding-right:10px;
  margin:0;
  display:inline-flex;
  align-items: flex-start;
  padding-top: 12px;
}
.page-infos-pratiques h2 figure svg {
  width:40px;
}
.section-comment-venir {
  background-color:var(--col-noir);
  color:var(--col-blanc);
}
.section-comment-venir.section-vertical-lines::before, 
.section-comment-venir.section-vertical-lines::after {
  background-color: var(--col-blanc);
  z-index: 1;
}
.section-comment-venir .surtitre {
  color:var(--col-beige);
}
.section-comment-venir .liste-transports {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  width: 100%;
  margin-top:var(--main-padding);
  padding:0 calc(var(--main-padding-left) * 2);
}
.bloc-transport {
  position: relative;
  overflow: hidden;
  width:calc( (100%/2) - (120px / 2));
}
.bloc-transport .cadre-photo {
  height:var(--cadre-photo-height-med);
  background-color: transparent;
  margin-bottom:20px;
}
.bloc-transport .titre {
  color:var(--col-blanc);
  font-weight: 700;
  margin-bottom:40px;
  text-align: left;
}
.page-content .section-comment-venir .texte li::before {
  background-color:var(--col-blanc);
}
.section-lieux-rencontre .cadre-photo {
  margin-top:40px;
  height:var(--cadre-photo-height-max);
}
.section-hotels {
  background-color:var(--col-noir);
  color:var(--col-blanc);
}
.section-hotels.section-vertical-lines::before, 
.section-hotels.section-vertical-lines::after {
  background-color: var(--col-blanc);
  z-index: 1;
}
.section-hotels .surtitre {
  color:var(--col-beige);
}
.section-hotels .text-introduction {
  display:flex;
  align-items: center;
}
.section-hotels .text-introduction .cadre-photo {
  height:130px;
  width:130px;
  margin-right:var(--main-padding-left);
}
.section-hotels .text-introduction .texte {
  width:calc(100% - 130px - var(--main-padding-left));
}
.section-hotels .liste-categories {
  padding:0 calc(var(--main-padding-left)*3);
}
.liste-categories .bloc-categorie {
  padding-top:60px;
  padding-bottom:60px;
  border-bottom:solid 1px rgba(var(--rgb-blanc),0.5);
}
.liste-categories .bloc-categorie:last-child {
  padding-bottom:0;
  border:none;
}
.liste-categories .bloc-categorie h3 {
  font-size:var(--size-h3);
  font-weight:700;
  color:var(--col-rouge);
  text-align:left;
  margin-bottom:40px;
}
.section-hotels .liste-hotels {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 60px;
  width: 100%;
}
.liste-hotels .bloc-hotel {
  width:calc( (100%/3) - (120px / 3));
}
.liste-hotels .bloc-hotel h4 {
  font-size:var(--size-h4);
  font-weight:700;
  color:var(--col-beige);
  text-align:left;
  margin-bottom:10px;
  line-height: 1.3em;
}
.liste-hotels .bloc-hotel .phone,
.liste-hotels .bloc-hotel .mail {
  display: flex;
  text-align:left;
  text-decoration: none;
}
.liste-hotels .bloc-hotel .phone figure,
.liste-hotels .bloc-hotel .mail figure {
  margin-right:10px;
  margin-bottom:0;
  width:20px;
}
.liste-hotels .bloc-hotel .phone span,
.liste-hotels .bloc-hotel .mail span {
  width:calc(100% - 30px);
  word-break: break-all;
  line-height: 1.4em;
}
.liste-hotels .bloc-hotel .phone:hover,
.liste-hotels .bloc-hotel .mail:hover {
  color:var(--col-rouge);
}
.liste-hotels .bloc-hotel .call-to-action {
  text-align:left;
}
.section-kit-communication .container-flex {
  flex-wrap: nowrap;
  padding-right:calc(var(--main-padding-right)*2);
}
.section-kit-communication .container-texte {
  width:70%;
}
.section-kit-communication .container-texte .call-to-action {
  text-align:left;
}
.section-kit-communication .container-texte .text-content {
  padding-right: var(--main-padding-right);
}
.section-kit-communication .container-affiche .cadre-photo {
  height:var(--cadre-photo-height-max);
  border:solid 1px var(--col-noir);
}
/*** Page Contact ***/
.page-contact .header-banner .container-illustration1 {
  width: 32%;
  left: 24%;
  top: 20%;
}
.page-contact .header-banner .container-illustration2 {
  width: 26%;
  left: 51%;
  top: 36%;
}
.page-contact .header-banner .container-illustration3 {
  width: 40%;
  left: 32%;
  top: 22%;
}
.page-contact h1 {
  line-height:0.9em;
}
.section-coordonnees .content-coordonnees {
  padding:0 calc(var(--main-padding-left) * 2);
  display:flex;
}
.content-coordonnees .liste-coordonnees {
  width:40%;
  padding-right:60px;
  display:flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.liste-coordonnees .bloc-coordonnee {
  margin-top:10px;
}
.bloc-coordonnee .content-coordonnee {
  display: flex;
}
.bloc-coordonnee .content-coordonnee .intitule {
  font-weight: 700;
  margin-left:10px;
  text-align:left;
  transition:all 0.35s ease-in;
}
.bloc-coordonnee .link-coordonnee .intitule {
  text-decoration:none;
} 
.bloc-coordonnee .link-coordonnee:hover .intitule {
  color:var(--col-rouge);
  text-decoration: none;
} 
.bloc-coordonnee .link-coordonnee {
  text-decoration: none;
} 
.content-coordonnees .carte {
  width:60%;
}
.formulaire-content {
  padding:0 calc(var(--main-padding-left) * 2);
}
.formulaire-content .texte {
  margin-bottom:40px;
}
.formulaire-content form {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.wpcf7-form .form-line {
  display: flex;
  width:100%;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form.sent p
{
  height:0;
  transition: all .35s ease-in-out;
  overflow: hidden;
}
.wpcf7-form label {
  text-align:left;
  display:block;
  font-weight:700;
}
.wpcf7-form .w-50:nth-child(2n+1),
.formulaire .form-line .w-50:nth-child(2n+1) {
  padding: 0 15px 0 0;
}
.wpcf7-form .w-50:nth-child(2n+2),
.formulaire .form-line .w-50:nth-child(2n+2) {
  padding: 0 0px 0 15px;
}
.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7-form .w-100 label {
  width: 100%;
  position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  margin-bottom: 10px;
}
.wpcf7-form input:not([type="submit"]), 
.wpcf7-form textarea,
.formulaire textarea,
.wpcf7-form select,
.formulaire select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
  position: relative;
  border: none;
  border:solid 1px rgba(var(--rgb-noir),1);
  border-radius: 10px;
  background-color:var(--col-blanc);
  padding:10px;
  color:var(--col-noir);
  margin-bottom: 10px;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in;
  text-align: left;
}
.wpcf7-form textarea,
.formulaire textarea {
  border-radius: 10px;
}
.wpcf7-form .wpcf7-list-item input {
  width: auto;
}
.wpcf7-form input::placeholder, 
.wpcf7-form textarea::placeholder,
.formulaire input::placeholder, 
.formulaire textarea::placeholder {
  opacity: 1!important;
  text-align:left;
  color:var(--col-noir)
}
.formulaire .line-checkbox,
.wpcf7-form .line-checkbox {
  position: relative;
  display: block;
  margin-bottom:10px;
  width:100%;
}
.formulaire input[type=checkbox],
.wpcf7-form input[type=checkbox] {
  height:20px;
  width:20px;
  position: absolute;
  left: 0px;
  opacity: 0;
  cursor:pointer;
}
.formulaire input[type="checkbox"] + span,
.wpcf7-form input[type="checkbox"] + span {
  display: inline-block;
}
.formulaire input[type="checkbox"] + span::before,
.wpcf7-form input[type="checkbox"] + span::before {
  content: "";
  float: left;
  vertical-align: top;
  width:20px;
  height:20px;
  box-sizing: border-box;
  margin-top:0px;
  margin-right: 6px;
  background-color:rgba(var(--rgb-blanc),1);
  border:solid 1px rgba(var(--rgb-noir),1);
  border-radius: 4px;
  cursor:pointer;
}
.formulaire input[type="checkbox"]:checked + span::before,
.wpcf7-form input[type="checkbox"]:checked + span::before {
  font-family: "FontAwesome";
  content:"\f00c";
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  color:var(--col-blanc);
  background-color:rgba(var(--rgb-noir),1);
}

.wpcf7-form label span.wpcf7-not-valid-tip {
  color: #ff3434;
  font-style: italic;
}
.wpcf7-form .container-submit {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  width: 100%;
}
.header-formulaire-contact .wpcf7-form .container-submit,
.page-content .section-formulaire .wpcf7-form .container-submit {
  width: 100%;
  justify-content: end;
}
.wpcf7-list-item {
  margin:0!important;
}
.wpcf7-form .container-submit .novalidate {
  width: 65%;
}
.wpcf7-form input[type=checkbox] {
  height:20px;
  width:20px;
  position: absolute;
  left: 0px;
  opacity: 0;
  cursor:pointer;
}
.wpcf7-form input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width:20px;
  height:20px;
  box-sizing: border-box;
  margin-top:0px;
  margin-right: 6px;
  background-color:rgba(var(--rgb-blanc),1);
  border-radius: 4px;
  cursor:pointer;
}
.wpcf7-form input[type="checkbox"]:checked + span::before {
  font-family: "FontAwesome";
  content:"\f00c";
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  color:var(--col-blanc);
  background-color:rgba(var(--rgb-noir),1);
}
.wpcf7-form .wpcf7-acceptance label {
  margin-bottom: 0px!important;
  font-size: 14px;
  line-height: 160%;
}
.wpcf7-form .wpcf7-acceptance label span {
  text-transform: none!important;
  letter-spacing: normal!important;
  font-weight: 400!important;
}
.wpcf7-form .line-infos,
.formulaire .line-infos {
  width:100%;
  text-align:right;
}
.wpcf7-form .infos,
.formulaire .infos {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 20px;
  display: block;
  width:100%;
}
.wpcf7-form .button-submit {
  position: relative;
}
.wpcf7-form .container-submit {
  text-align:left;
}
.wpcf7-form .container-submit .button-submit {
  margin:0 auto;
  width:100%;
}
.wpcf7-form .button-submit button[type="submit"]:hover,
.formulaire .button-submit button[type="submit"]:hover {
  color: var(--col-blanc)!important;
}
.wpcf7-form .button-submit button[type="submit"]:hover::after,
.formulaire .button-submit button[type="submit"]:hover::after {
  height:100%;
}
.wpcf7-form .button-submit button[type="submit"]:hover::before,
.formulaire .button-submit button[type="submit"]:hover::before {
  background-color: var(--col-blanc);
  z-index: 1;
  animation: 2s infinite hoverArrow;
}
.wpcf7-form .button-submit input[type="submit"]:disabled,
.wpcf7-form .button-submit button[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.wpcf7-form .button-submit span.ajax-loader,
.wpcf7-form .button-submit span.wpcf7-spinner{
  display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
  border:none!important;
}
.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color:#ff1a1a!important;
  font-size: 12px !important;
  line-height: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
  border:none!important;
  color:rgba(var(--rgb-noir), 1);
  background-color: var(--col-beige);
  border-radius: var(--radius-min);
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
  padding: 30px 30px;
  width: 100%;
}
.wpcf7 .wpcf7-response-output {
  margin:20px!important;
}
.wpcf7 i.recaptcha {
  width: 56px;
  height: 56px;
  background-image: url(../img/main/recaptcha.jpg);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
}
.section-coordonnees .w-50 input {
  width:100%;
}
.checkbox-accept {
  padding-top:40px;
  position:relative;
}
.formulaire .button-submit {
  text-align:left;
}
.formulaire .button-submit button {
  margin:0 auto;
}
.formulaire .button-submit button .svg {
  margin-left:;
}
.formulaire .submit::before,
.formulaire .submit::after {
  display:none;
}
.formulaire .button-submit button:hover .with-arrow::after {
  background:var(--col-blanc);
}
/*** Footer ***/
footer {
  position: relative;
  background-color:var(--col-noir);
  padding:0 0 80px;
  overflow:hidden;
}
footer.section-vertical-lines::before,
footer.section-vertical-lines::after {
  background-color:var(--col-blanc);
  z-index:1;
}
footer .navbar-footer {
  position: relative;
  display:flex;
  height:var(--navbar-height);
  width:100%;
}
footer .navbar-footer-horizontal-line {
  position: absolute;
  z-index:2;
  left: 0;
  top: var(--navbar-height);
  width: 100%;
  height: 1px;
  background: var(--col-blanc);
  transform-origin: left center;
  will-change: transform
}
footer .navbar-footer .logos-container {
  padding-left:30px;
  display:flex;
  height:100%;
  align-items: center;
}
footer .logo-footer-1 {
  width:110px
}
footer .logo-footer-2 {
  width:140px;
  margin-left:30px;
}
footer .menu-container {
  display:flex;
  justify-content: flex-end;
  height: 100%;
}
footer .menu-footer-principal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
footer .menu-footer-principal .menu {
  padding:0;
  margin:0;
  list-style: none;
  display: flex;
  justify-content: center;
  height: 100%;
}
footer .menu-footer-principal .menu li {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
footer .menu-footer-principal .menu li a {
  height: 100%;
  padding: 0 30px 0 0;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  text-decoration: none;
  opacity: 1;
}
footer .menu-container .menu-footer-principal ul.menu li.bt-standard > a .bt-left-line {
  background-color:var(--col-blanc);
}
footer .menu-footer-principal .menu li a .link-text-mask {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.2;
}
footer .menu-footer-principal .menu li a .link-text {
  display: block;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}
footer .menu-footer-principal .menu li a .link-text-original {
  color: var(--col-blanc);
  transform: translateY(0);
}
footer .menu-footer-principal .menu li a .link-text-hover {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--col-rouge);
  transform: translateY(100%);
}
footer .menu-container .menu-footer-principal ul.menu li a:hover .link-text-original,
footer .menu-container .menu-footer-principal ul.menu li a:focus-visible .link-text-original {
  transform: translateY(-100%);
}
footer .menu-container .menu-footer-principal ul.menu li a:hover .link-text-hover,
footer .menu-container .menu-footer-principal ul.menu li a:focus-visible .link-text-hover {
  transform: translateY(0);
}
footer .menu-footer-principal .menu li.bt-standard a {
  padding: 0px 30px 0px 30px;
}
footer .menu-container ul.menu li.bt-important a:hover {
  background-color:transparent!important;
  border-left:solid 1px var(--col-blanc)!important;
}
footer .footer-contact-container {
  text-align:left;
  color:var(--col-blanc);
  padding-top:80px;
  padding-left:calc(var(--main-padding-left) * 2);
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 1.4em;
  letter-spacing: 0%;
}
footer .footer-contact-container strong {
  font-weight:700;
}
footer .footer-contact-container a {
  text-decoration: none;
  color:var(--col-blanc);
}
footer .footer-contact-container a:hover {
  color:var(--col-rouge);
}
footer .menu-legals-container {
  display:flex;
  justify-content: flex-start;
  padding-top:40px;
  padding-left:calc(var(--main-padding-left) * 2);
  font-size:12px;
}
footer .menu-legals-container ul {
  padding:0;
  margin:0;
}
footer .menu-legals-container a {
  color:var(--col-blanc);
}
footer .menu-legals-container a:hover {
  color:var(--col-rouge);
  text-decoration: none;
}
footer .bloc-illustration {
  position: absolute;
  z-index: 2;
  right: calc(30px + var(--marge-right));
  bottom: -80px;
  margin: 0;
}
@media only screen and (max-width:1499.98px) {
  /*** Vars ***/
  :root {
    --size-h1: 110px;
    --size-h1-b: 84px;
    --size-h2: 56px;
    --size-h3: 28px;
    --size-h4: 24px;
    --size-titre-anime:80px;
    --size-surtitre:  16px;
    --size-titre-intro:  32px;
    --size-big-txt:  22px;
    --size-txt:  20px;

    --navbar-height: 90px;
    --sticky-height: 90px;

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

    --width-container: min(1140px, calc(100dvw - 30px));
    --marge-left: max(15px, calc((100dvw - var(--width-container)) / 2));
    --marge-right: max(15px, calc((100dvw - var(--width-container)) / 2));

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

    --banner-height:600px;
    --cadre-photo-height-min: 310px;
    --cadre-photo-height-med: 450px;
    --cadre-photo-height-max: 560px;
    --cadre-photo-height-portrait: 300px;
    --cadre-photo-width-portrait: 210px;
    --banniere-photo-height:  740px;
    --bulle-photo-height:200px;
    --slider-photo-height: 500px;
    --button-cross-height:24px;

    --width-button-arrow:90px;
    --height-button-arrow:100px;
    --height-bloc-jour:550px;
    --height-bloc-intervenant:540px;
    --height-header-event:140px;

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

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

    --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%);
  }
  .section-programme .liste-jours {
    gap:40px;
  }
  .section-inscription .container-illustration .illustration-4 {
    bottom:-10%;
  }
  .section-toutsavoir .bloc-illustration img {
    max-width: none;
    width: calc(var(--width-container) * 1.10);
  }
  .ressource-popup-resume {
    max-height:50vh;
  }
  .intervenants2 .bloc-intervenant {
    width:calc((100%/3) - (120px/3));
    max-width: none;
  }
}
@media only screen and (max-width:1199.98px) {
  /*** Vars ***/
  :root {
    --size-h1: 90px;
    --size-h1-b: 74px;
    --size-h2: 50px;
    --size-h3: 26px;
    --size-h4: 22px;
    --size-titre-anime:70px;
    --size-surtitre:  16px;
    --size-titre-intro:  28px;
    --size-big-txt:  22px;
    --size-txt:  20px;

    --navbar-height: 90px;
    --sticky-height: 90px;

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

    --width-container: min(960px, calc(100dvw - 30px));
    --marge-left: max(15px, calc((100dvw - var(--width-container)) / 2));
    --marge-right: max(15px, calc((100dvw - var(--width-container)) / 2));

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

    --banner-height:500px;
    --cadre-photo-height-min: 300px;
    --cadre-photo-height-med: 400px;
    --cadre-photo-height-max: 500px;
    --cadre-photo-height-portrait: 300px;
    --cadre-photo-width-portrait: 210px;
    --banniere-photo-height:  640px;
    --bulle-photo-height:200px;
    --slider-photo-height: 400px;
    --button-cross-height:24px;

    --width-button-arrow:90px;
    --height-button-arrow:100px;
    --height-bloc-jour:560px;
    --height-bloc-intervenant:500px;
    --height-header-event:140px;

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

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

    --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%);
  }
  .menu-container ul.menu li.bt-important a .with-arrow::after, .formulaire .submit .with-arrow::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 14px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-color: currentColor;
    -webkit-mask-image: url('/wp-content/themes/fnau47/assets/img/icones/petite-fleche.svg');
    mask-image: url('/wp-content/themes/fnau47/assets/img/icones/petite-fleche.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: transform .45s cubic-bezier(.22, 1, .36, 1), background-color .3s ease;
  }  
  .text-content {
    padding: 0 calc(var(--main-padding-left) * 2);
  }
  .section-programme .liste-jours {
    padding-left:calc(var(--main-padding-left) * 2);
  }
  .bloc-citation {
    top:calc(30px - var(--main-padding));
  }
  .citation {
    font-size:24px;
  }
  .section-programme .liste-jours .bloc-jour {
    width:170px;
  }
  .section-programme .liste-jours .bloc-jour .titre {
    max-width:calc(170px - 40px);
  }  
  .section-programme .liste-jours .bloc-jour.init,
  .section-programme .liste-jours .bloc-jour.active {
    width: 380px !important;
  }
  .bloc-jour .container-texte {
    width:calc(380px - 1px - var(--width-button-arrow));
  }
  .bloc-jour .jour {
    font-size:16px;
  }
  .section-inscription .container-illustration .illustration-3 {
    top:25%;
  }
  .section-inscription .container-illustration .illustration-4 {
    bottom: 0%;
  }
  .section-toutsavoir .bloc-illustration img {
    width:calc(var(--width-container) * 1.2);
  }
  .section-partenaires .bloc-partenaire {
    width:calc(100%/4);
  }
  .section-coordonnees .content-coordonnees {
    flex-wrap:wrap;
  }
  .content-coordonnees .carte {
    width:100%;
    order:1;
  }
  .content-coordonnees .liste-coordonnees {
    width:100%;
    order:2;
  }
  .bloc-intervenant {
    max-width:none;
  }
  .page-intervenants .section-session .bloc-intervenant {
    width:calc( (100%/2) - (120px / 2));
  }
  .section-agences .liste-ateliers {
    padding: 0 calc(var(--main-padding-left)*2);
  }
  .section-ressources .liste-ressources {
    grid-template-columns: repeat(auto-fit, minmax(calc((100%/2) - 30px), 300px));
  }
  .liste-hotels .bloc-hotel {
    width: calc( (100%/2) - (120px / 2));
  }
  .section-programme .liste-evenements, 
  .section-plus-dateliers .liste-evenements {
    grid-template-columns: repeat(auto-fit, minmax(calc((100%/2) - 30px), 300px));
  }
  .section-programme .bloc-illustration.illustration1 {
    top: calc(17.5% + 30px);
    width: 60px;
    right: calc(var(--marge-right) + 30px);    
  }
  .section-programme .bloc-illustration.illustration2 {
    width:50%;
  }
  .bloc-evenement .container-titre {
    padding:0 20px;
  }
  .bloc-evenement .titre {
    line-height:1.2em;
  }
  .single-atelier .photo-content .bloc-illustration {
    bottom:-90px;
  }
  footer .menu-container {
    width: 100%;
    padding-left: 0px;
  }
  footer .menu-container ul.menu li.bt-standard a {
    position: relative;
  }  
  footer .menu-container ul.menu li.bt-standard > a .bt-left-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--col-noir);
    transform: scaleY(0);
    transform-origin: top center;
    pointer-events: none;
    will-change: transform;
  }  
  footer .menu-container ul.menu li.bt-important a {
    position: relative;
    padding: 0px 30px 0px 30px;
    color: var(--col-blanc) !important;
    background-color: var(--col-rouge) !important;
    border-left: solid 1px var(--col-rouge) !important;
  }
  footer .menu-container ul.menu li.bt-important a {
    color: var(--col-blanc) !important;
  }
  footer .menu-container ul.menu li.bt-important a .with-arrow::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 14px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-color: currentColor;
    -webkit-mask-image: url('/wp-content/themes/fnau47/assets/img/icones/petite-fleche.svg');
    mask-image: url('/wp-content/themes/fnau47/assets/img/icones/petite-fleche.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: transform .45s cubic-bezier(.22, 1, .36, 1), background-color .3s ease;
  }
}
@media only screen and (max-width:991.98px) {
  /*** Vars ***/
  :root {
    --size-h1: 80px;
    --size-h1-b: 64px;
    --size-h2: 42px;
    --size-h3: 24px;
    --size-h4: 22px;
    --size-titre-anime:60px;
    --size-surtitre:  16px;
    --size-titre-intro:  28px;
    --size-big-txt:  22px;
    --size-txt:  20px;

    --navbar-height: 90px;
    --sticky-height: 90px;

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

    --width-container: min(720px, calc(100dvw - 30px));
    --marge-left: max(15px, calc((100dvw - var(--width-container)) / 2));
    --marge-right: max(15px, calc((100dvw - var(--width-container)) / 2));

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

    --banner-height:500px;
    --cadre-photo-height-min: 300px;
    --cadre-photo-height-med: 400px;
    --cadre-photo-height-max: 500px;
    --cadre-photo-height-portrait: 300px;
    --cadre-photo-width-portrait: 210px;
    --banniere-photo-height:  640px;
    --bulle-photo-height:200px;
    --slider-photo-height: 400px;
    --button-cross-height:24px;

    --width-button-arrow:90px;
    --height-button-arrow:100px;
    --height-bloc-jour:560px;
    --height-bloc-intervenant:440px;
    --height-header-event:140px;

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

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

    --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%);
  }
  .bloc-citation {
    width:500px;
    right:calc(var(--marge-right) - 50px);
    padding:clamp(10px, 5vw, 30px);
  }
  .citation {
    font-size: 22px;
  }
  .citation-auteur,
  .citation-source {
    font-size: 18px;
  }
  .section-programme .liste-jours {
    height:auto;
    flex-direction: column;
  }
  .section-programme .liste-jours .bloc-jour,
  .section-programme .liste-jours .bloc-jour.init,
  .section-programme .liste-jours .bloc-jour.active {
    width:400px!important;
  }
  .section-programme .liste-jours .bloc-jour .titre {
    max-width:calc(400px - 40px);
  }
  .section-programme .liste-jours .bloc-jour .description {
    height:auto;
    overflow:visible;
  }
  .section-programme .liste-jours .bloc-jour .figure-masked,
  .bloc-jour .container-texte {
    opacity:1!important;
  }
  .section-programme .call-to-action {
    padding-left:calc(var(--main-padding-left)*2);
  }
  .page-home .liste-jours .vignette a .bloc-jour .button-to-action .bg-button {
    transition: 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .page-home .liste-jours .vignette a:hover .bloc-jour .button-to-action .bg-button {
    opacity:1!important;
    transform: scale(1,1)!important;
  }
  .section-inscription .container-illustration {
    padding-bottom: calc(var(--main-padding) * 10);
  }
  .section-inscription .container-illustration .illustration-3 {
    top: 25%;
    width: 70%;
    left: 10%;
  }
  .section-inscription .container-illustration .illustration-4 {
    top: 35%;
    width: 110%;
    left: -5%;
    bottom:auto;
  }
  .section-toutsavoir .container-infos {
    flex-direction: column;
  }
  .section-toutsavoir .container-infos .liste-infos {
    width:100%;
  }
  .section-toutsavoir .container-infos .call-to-action {
    width:100%;
    text-align: left;
    margin-top:40px;
  }
  .section-toutsavoir .bloc-illustration img {
    width: calc(var(--width-container) * 1.75);
  }
  .section-toutsavoir .bloc-illustration {
    top:calc(var(--main-padding)*0.7);
    left:calc(var(--marge-left) - 160px);
  }
  .section-toutsavoir {
    padding-top: calc(var(--main-padding)*2);
    padding-bottom: calc(var(--main-padding)*2);
  }
  .section-ressources .liste-ressources {
    grid-template-columns: repeat(auto-fit, minmax(calc((100%/2) - 30px), 200px));
  }
  .ressource-popup-panel {
    grid-template-columns: minmax(180px, 220px) 1fr;
  }
  .bloc-ressource {
    padding-right: 15%;
  }
  .page-intervenants .section-session .bloc-intervenant {
    width: 80%;
  }
  .bloc-transport {
    width:80%;
  }
  .liste-hotels .bloc-hotel {
    width:100%;
  }
  .section-hotels .liste-categories {
    padding: 0 calc(var(--main-padding-left)*2);
  }
  .section-kit-communication .container-flex {
    flex-wrap: wrap;
  }
  .section-kit-communication .container-texte {
    width:100%;
  }
  .section-kit-communication .container-texte .text-content  .cadre-photo {
    height: var(--cadre-photo-height-max);
    border: solid 1px var(--col-noir);
    width:60%;
    margin-bottom:40px;
  }
  .section-programme .liste-evenements, .section-plus-dateliers .liste-evenements {
    grid-template-columns: repeat(auto-fit, minmax(100%, 300px));
  }
  .single-atelier .section-details .description-content {
    flex-wrap:wrap;
  }
  .single-atelier .description-content .column-1 {
    width:100%;
  }
  .single-atelier .description-content .column-2 {
    width:100%;
    padding-top:40px;
    padding-left:0;
  }
  .page-programme .header-banner .container-illustration1, .single-atelier .header-banner .container-illustration1 {
    top:25%;
  }
  .page-programme .header-banner .container-illustration2, .single-atelier .header-banner .container-illustration2 {
    top:40%;
  }
  .page-programme .header-banner .container-illustration3, .single-atelier .header-banner .container-illustration3 {
    top:32%;
  }
  .page-intervenants .header-banner .container-illustration1 {
    top:20%;
  }
  .page-intervenants .header-banner .container-illustration2 {
    top:28%;
  }
  .page-ressources .header-banner .container-illustration1 {
    width: 50%;
    left: 0%;
    top: 10%;
  }
  .page-ressources .header-banner .container-illustration2 {
    width: 45%;
    left: 54%;
    top: 45%;
  }  
  .page-ressources .header-banner .container-illustration3 {
    width: 60%;
    left: 20%;
    top: 21%;
  }  
  .page-contact .header-banner .container-illustration1 {
    top:23%;
  }
  .page-contact .header-banner .container-illustration2 {
    top:38%;
  }
  .page-contact .header-banner .container-illustration3 {
    top:25%;
  }
  footer .bloc-illustration {
    width:400px;
  }
}
@media only screen and (max-width:767.98px) {
  /*** Vars ***/
  :root {
    --size-h1: 70px;
    --size-h1-b: 54px;
    --size-h2: 36px;
    --size-h3: 24px;
    --size-h4: 22px;
    --size-titre-anime:50px;
    --size-surtitre:  16px;
    --size-titre-intro:  28px;
    --size-big-txt:  22px;
    --size-txt:  20px;

    --navbar-height: 90px;
    --sticky-height: 90px;

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

    --width-container: min(540px, calc(100dvw - 30px));
    --marge-left: max(15px, calc((100dvw - var(--width-container)) / 2));
    --marge-right: max(15px, calc((100dvw - var(--width-container)) / 2));

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

    --banner-height:440px;
    --cadre-photo-height-min: 280px;
    --cadre-photo-height-med: 340px;
    --cadre-photo-height-max: 440px;
    --cadre-photo-height-portrait: 300px;
    --cadre-photo-width-portrait: 210px;
    --banniere-photo-height:  640px;
    --bulle-photo-height:200px;
    --slider-photo-height: 400px;
    --button-cross-height:24px;

    --width-button-arrow:90px;
    --height-button-arrow:100px;
    --height-bloc-jour:560px;
    --height-bloc-intervenant:440px;
    --height-header-event:140px;

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

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

    --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%);
  }
  .background-content {
    height: clamp( calc(var(--main-padding) * 1), calc(1700px - 100vh), calc(var(--main-padding) * 2) );
  }
  a.button, .multi-select-button, .formulaire .chosen-container, .formulaire select.chosen, .formulaire .submit {
    padding:20px 25px 20px 25px;
  }
  .section-introduction {
    padding-top:calc(var(--main-padding)*3);
  }
  .section-inscription .container-illustration {
    padding-bottom: calc(var(--main-padding) * 8);
  }
  .section-toutsavoir .bloc-illustration {
    top: calc(var(--main-padding)*0.5);
    left: calc(var(--marge-left) - 180px);
  }
  .section-toutsavoir .bloc-illustration img {
    width: calc(var(--width-container) * 2.45);
  }
  .section-partenaires .bloc-partenaire {
    width: calc(100%/3);
  }
  .page-programme .section-introduction {
    padding-top:var(--main-padding);
  }
  .wpcf7-form .form-line {
    flex-wrap:wrap;
  }
  .w-50 {
    width: 100% !important;
  }
  .wpcf7-form .w-50:nth-child(2n+1), 
  .formulaire .form-line .w-50:nth-child(2n+1),
  .wpcf7-form .w-50:nth-child(2n+2), 
  .formulaire .form-line .w-50:nth-child(2n+2) {
    padding:0;
  }
  .section-agences .bloc-agence .bloc-ressource {
    flex-direction:column;
  }
  .section-agences .bloc-agence .bloc-ressource .texte {
    width: 100%;
  }
  .section-agences .bloc-agence .bloc-ressource .call-to-action {
    width: 100%;
    margin: 20px 0 0;
    text-align: left;
  }
  .section-ressources .liste-ressources {
    grid-template-columns: 1fr;
  }
  .ressource-popup-panel {
    grid-template-columns: 140px 1fr;
  }
  .ressource-popup-close {
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
  }
  .ressource-popup-close::before,
  .ressource-popup-close::after {
    width: 31.1px; /* 22 * √2 */
  }
  .section-hotels .text-introduction {
    flex-wrap: wrap;
  }
  .section-hotels .text-introduction .texte {
    width: 100%;
    margin-top: 20px;
  }
  .section-programme .bloc-illustration.illustration1 {
    top: calc(17% + 30px);
    right: 30px;
    width: 10%;
  }
  .section-programme .bloc-illustration.illustration2 {
    top:17%;
  }
  .bloc-organisateur {
    flex-wrap:wrap;
  }
  .bloc-organisateur .container-titre {
    width:100%;
  }
  .single-atelier .section-presentation .container-logo {
    width:100%;
    padding-left:0;
    padding-top:20px;
    align-items: flex-start;
  }
  .single-atelier .section-details .cadre-photo {
    height:var(--cadre-photo-height-med);
  }
  .single-atelier .photo-content .bloc-illustration {
    width:75%;
  }
  .single-atelier .description-content .column-1 {
    padding-right: 0;
  }
  .intervenants2 .bloc-intervenant {
    width: calc((100%/2) - (60px/2));
    max-width: none;
    margin: 0 30px 20px;
  }
  .page-contact .header-banner .container-illustration1 {
    width: 40%;
    left: 20%;
    top: 23%;
  }  
  .page-contact .header-banner .container-illustration2 {
    width: 30%;
    left: 50%;
    top: 40%;
  }  
  .page-contact .header-banner .container-illustration3 {
    width: 50%;
  }
  .page-programme .header-banner .container-illustration1, .single-atelier .header-banner .container-illustration1 {
    width: 35%;
    left: 10%;
    top: 25%;
  }
  .page-programme .header-banner .container-illustration2, .single-atelier .header-banner .container-illustration2 {
    width: 35%;
    left: 23%;
    top: 37%;
  }  
  .page-programme .header-banner .container-illustration3, .single-atelier .header-banner .container-illustration3 {
    width: 45%;
    left: 40%;
    top: 32%;
  }  
  .page-intervenants .header-banner .container-illustration1 {
    width: 30%;
    left: 50%;
    top: 20%;
  }  
  .page-intervenants .header-banner .container-illustration2 {
    width: 65%;
    left: 15%;
    top: 30%;
  }  
  .page-intervenants .header-banner .container-illustration3 {
    width: 45%;
    left: 35%;
    top: 45%;
  } 
  .page-infos-pratiques .header-banner .container-illustration1 {
    width: 30%;
    left: 28%;
    top: 20%;
  }   
  .page-infos-pratiques .header-banner .container-illustration2 {
    width: 65%;
    left: 15%;
    top: 20%;
  }  
  .page-infos-pratiques .header-banner .container-illustration3 {
    width: 50%;
    left: 35%;
    top: 40%;
  }
  footer .navbar-footer .logos-container {
    padding-left:20px;
  }
  footer .logo-footer-1 {
    width:100px
  }
  footer .logo-footer-2 {
    width:120px;
    margin-left:20px;
  }
  footer .bloc-illustration {
    width: 300px;
  }
}
@media only screen and (max-width:575.98px) {
  /*** Vars ***/
  :root {
    --size-h1: 60px;
    --size-h1-b: 44px;
    --size-h2: 32px;
    --size-h3: 24px;
    --size-h4: 22px;
    --size-titre-anime:60px;
    --size-surtitre:  16px;
    --size-titre-intro:  28px;
    --size-big-txt:  22px;
    --size-txt:  20px;

    --navbar-height: 90px;
    --sticky-height: 90px;

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

    --width-container: min(100%, calc(100dvw - 30px));
    --marge-left: 15px;
    --marge-right: 15px;

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

    --banner-height:360px;
    --cadre-photo-height-min: 240px;
    --cadre-photo-height-med: 300px;
    --cadre-photo-height-max: 400px;
    --cadre-photo-height-portrait: 300px;
    --cadre-photo-width-portrait: 210px;
    --banniere-photo-height:  640px;
    --bulle-photo-height:200px;
    --slider-photo-height: 400px;
    --button-cross-height:24px;

    --width-button-arrow:90px;
    --height-button-arrow:100px;
    --height-bloc-jour:560px;
    --height-bloc-intervenant:540px;
    --height-header-event:140px;

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

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

    --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%);
  }
  .container-padding-left {
    padding-left: 15px;
  }
  .container-padding-right {
    padding-right: 15px;
  }
  .navbar .brand-container {
    padding-left:15px;
  }
  .header-banner {
    height: var(--banner-height);
  }
  .animation-header {
    padding: var(--navbar-height) 0 var(--main-padding);
    margin:0;
    opacity:0;
  }
  .menu-responsive .menu-header-principal,
  .page .surtitre,
  .page h2,
  .programme-bloc-jour .h2,
  .bloc-organisateur {
    padding-left:var(--main-padding-left);
    padding-right:var(--main-padding-right);
  }
  .programme-bloc-jour .h2 {
    display:flex;
  }
  .section-programme .liste-jours .bloc-jour, 
  .section-programme .liste-jours .bloc-jour.init, 
  .section-programme .liste-jours .bloc-jour.active {
    width: calc(100% - (var(--main-padding-left)*2)) !important;
  }
  .section-programme .liste-jours .bloc-jour .titre {
    max-width:calc(100% - 40px - (var(--main-padding-left)*2));
  }
  .section-inscription .texte {
    padding-right:var(--main-padding-right);
  }
  .section-inscription .container-illustration {
    padding-bottom: calc(var(--main-padding) * 7);
  }
  .section-toutsavoir .bloc-illustration img {
    width: calc(var(--width-container) * 2.65);
  }
  .section-toutsavoir .bloc-illustration {
    top: calc(var(--main-padding)*0.4);
    left: calc(var(--marge-left) - 180px);
  }
  .section-partenaires .bloc-partenaire {
    width: calc(100%/2);
  }
  .ressource-popup-panel {
    grid-template-columns: 1fr;
  }
  .ressource-popup-image {
    margin:0px auto 20px;
    text-align:center;
  }
  .ressource-popup-image img {
    max-width: 160px;
    margin:0 auto;
    box-shadow: 0px 10px 10px rgba(var(--rgb-noir),0.25);
  }
  .ressource-popup-resume {
    max-height: 30vh;
  }
  .ressource-popup .call-to-action {
    text-align:center;
  }
  .page-infos-pratiques h2 figure svg {
    width: 30px;
  }
  .section-lieux-rencontre .cadre-photo {
    height: var(--cadre-photo-height-min);
  }
  .section-kit-communication .container-texte .text-content .cadre-photo {
    height: var(--cadre-photo-height-med);
  }
  .section-programme .bloc-illustration.illustration1 {
    width: 40px;
    top: calc(16.5% + 30px);
  }
  .single-atelier .liste-intervenants .bloc-intervenant1 {
    flex-wrap:wrap;
  }
  .single-atelier .liste-intervenants .bloc-intervenant1 .nom,
  .single-atelier .liste-intervenants .bloc-intervenant1 .fonction {
    width:100%;
  }
  .single-atelier .header-banner .banner-content {
    width:100%;
  }
  .intervenants2 .bloc-intervenant {
    width: 100%;
  }
  .banner-content h1 .petit-titre {
    max-width:100%;
  }
  .page-standard .section-content .texte {
    padding:0 var(--main-padding-left);
  }
  .page-standard .texte h2 {
    padding-left:0;
  }
  footer .menu-container {
    margin-right:15px;
  }
  footer .menu-footer-principal .menu li.bt-standard a {
    padding: 0px 23px 0px 23px;
  }
  footer .bloc-illustration {
    width: 240px;
    bottom: -60px;
    opacity:1!important;
  }
}
@media only screen and (max-width:499.98px) {
  /*** Vars ***/
  :root {
    --size-h1: 50px;
    --size-h1-b: 34px;
    --size-h2: 28px;
    --size-h3: 24px;
    --size-h4: 22px;
    --size-titre-anime:50px;
    --size-surtitre:  16px;
    --size-titre-intro:  28px;
    --size-big-txt:  22px;
    --size-txt:  20px;

    --navbar-height: 90px;
    --sticky-height: 90px;

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

    --width-container: min(100%, calc(100dvw - 30px));
    --marge-left: 15px;
    --marge-right: 15px;

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

    --banner-height:340px;
    --cadre-photo-height-min: 240px;
    --cadre-photo-height-med: 300px;
    --cadre-photo-height-max: 400px;
    --cadre-photo-height-portrait: 300px;
    --cadre-photo-width-portrait: 210px;
    --banniere-photo-height:  640px;
    --bulle-photo-height:200px;
    --slider-photo-height: 400px;
    --button-cross-height:24px;

    --width-button-arrow:90px;
    --height-button-arrow:100px;
    --height-bloc-jour:560px;
    --height-bloc-intervenant:540px;
    --height-header-event:140px;

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

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

    --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%);
  }
  .section-inscription .container-illustration {
    padding-bottom: calc(var(--main-padding) * 6);
  }  
  .bloc-info figure {
    max-width: 50px;
    max-height: 50px;
  }
  .bloc-info .titre {
    font-size:14px;
  }
  .section-toutsavoir .bloc-illustration {
    top: calc(var(--main-padding)*0.6);
  }
  .section-toutsavoir .bloc-illustration img {
    width: calc(var(--width-container) * 2.85);
  }
  .page-infos-pratiques h2 figure {
    padding-top:8px;
  }
  .page-infos-pratiques h2 figure svg {
    width: 20px;
  }
  .bloc-transport {
    width: 100%;
  }
  .ressource-popup-image img {
    max-width: 140px;
  }
  .programme-bloc-jour .h2 span {
    padding-right:20px;
  }
  .programme-bloc-jour .h2 span::after {
    margin-left:20px;
  }
  footer .navbar-footer {
    flex-wrap:wrap;
    height:auto;
    border-bottom:solid 1px var(--col-blanc);
  }
  footer .navbar-footer .logos-container {
    width:100%;
    height:var(--navbar-height);
    padding-right:30px;
    justify-content: space-around;
  }
  footer .logo-footer-2 {
    margin-left:0;
  }
  footer .menu-container {
    justify-content: flex-start;
    margin-left:var(--marge-left);
    width:100%;
    height:var(--navbar-height);
  }
  footer .menu-footer-principal,
  footer .menu-footer-principal .menu {
    width:100%;
  }
  footer .menu-footer-principal .menu li {
    width:50%;
  }
  footer .menu-footer-principal .menu li a .link-text-mask {
    margin:0 auto;
  }
  footer .footer-contact-container {
    padding-right:var(--main-padding-right);
  }
  footer .bloc-illustration {
    width: 220px;
  }
}
@media only screen and (max-width:449.98px) {
  /*** Vars ***/
  :root {
    --size-h1: 46px;
    --size-h1-b: 34px;
    --size-h2: 28px;
    --size-h3: 24px;
    --size-h4: 22px;
    --size-titre-anime:40px;
    --size-surtitre:  16px;
    --size-titre-intro:  28px;
    --size-big-txt:  22px;
    --size-txt:  20px;

    --navbar-height: 90px;
    --sticky-height: 90px;

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

    --width-container: min(100%, calc(100dvw - 30px));
    --marge-left: 15px;
    --marge-right: 15px;

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

    --banner-height:340px;
    --cadre-photo-height-min: 240px;
    --cadre-photo-height-med: 300px;
    --cadre-photo-height-max: 400px;
    --cadre-photo-height-portrait: 300px;
    --cadre-photo-width-portrait: 210px;
    --banniere-photo-height:  640px;
    --bulle-photo-height:200px;
    --slider-photo-height: 400px;
    --button-cross-height:24px;

    --width-button-arrow:90px;
    --height-button-arrow:100px;
    --height-bloc-jour:560px;
    --height-bloc-intervenant:540px;
    --height-header-event:140px;

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

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

    --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%);
  }
  .citation {
    font-size: 20px;
    line-height: 1.2em;
  }
  .citation-auteur, .citation-source {
    font-size: 16px;
    line-height: 1.1em;
  }
  .bloc-citation {
    width: 400px;
  }
  .bloc-jour .container-texte {
    width: 100%;
  }
  .section-programme .liste-jours .bloc-jour.init .description {
    height: auto!important;
  }
  .bloc-info {
    max-width:130px;
  }
  .bloc-info .titre {
    display: inline-block;
    line-height: 1.2em;
  }
  .section-toutsavoir .bloc-illustration img {
    width: calc(var(--width-container) * 3.45);
  }
  .ressource-popup-image img {
    max-width: 90px;
  }
  .page-intervenants .section-session .bloc-intervenant {
    width: 100%;
  }
  .banner-content h1 .petit-titre {
    margin-top:20px;
  }
  footer .bloc-illustration {
    width: 200px;
  }
}
@media only screen and (max-width:399.98px) {
  /*** Vars ***/
  :root {
    --size-h1: 42px;
    --size-h1-b: 30px;
    --size-h2: 28px;
    --size-h3: 24px;
    --size-h4: 20px;
    --size-titre-anime:30px;
    --size-surtitre:  16px;
    --size-titre-intro:  28px;
    --size-big-txt:  22px;
    --size-txt:  18px;

    --navbar-height: 90px;
    --sticky-height: 90px;

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

    --width-container: min(100%, calc(100dvw - 30px));
    --marge-left: 15px;
    --marge-right: 15px;

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

    --banner-height:300px;
    --cadre-photo-height-min: 200px;
    --cadre-photo-height-med: 260px;
    --cadre-photo-height-max: 340px;
    --cadre-photo-height-portrait: 300px;
    --cadre-photo-width-portrait: 210px;
    --banniere-photo-height:  640px;
    --bulle-photo-height:200px;
    --slider-photo-height: 400px;
    --button-cross-height:24px;

    --width-button-arrow:70px;
    --height-button-arrow:100px;
    --height-bloc-jour:560px;
    --height-bloc-intervenant:540px;
    --height-header-event:120px;

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

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

    --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%);
  }
  .bloc-info {
    max-width:120px;
    padding: 0 2px;
  }
  .section-toutsavoir .bloc-illustration img {
    width: calc(var(--width-container) * 3.85);
  }
  a.button, .multi-select-button, .formulaire .chosen-container, .formulaire select.chosen, .formulaire .submit {
    padding: 15px 20px 15px 15px;
    font-size: 15px;
  }
  .ressource-popup-image img {
    max-width: 80px;
  }
  .ressource-popup-panel {
    padding:30px 15px;
  }
  .page-intervenants .section-session .bloc-intervenant .bloc-verso .container-verso {
    padding:15px;
  }
  .programme-bloc-jour .h2 span::after {
    margin-left: 10px;
  }
  .bloc-evenement .container-titre {
    padding: 0 10px;
  }
  .bloc-evenement .container-infos {
    font-size:14px;
  }
  .ressource-popup-image img {
    max-width: 80px;
  }  
  footer .bloc-illustration {
    width: 170px;
  }
}
@media only screen and (max-width:499.98px) and (max-height:700px) {
  .background-content {
    height: clamp( calc(var(--main-padding) * 1), calc(1600px - 100vh), calc(var(--main-padding) * 1) );
  }
}