@charset "UTF-8";
/* ==========================================================================
|  RESPONSIVE
========================================================================== */
/* ==========================================================================
|  TAILLE DES TEXTES
========================================================================== */
/* ==========================================================================
|  ANIMATIONS - TRANSITIONS
========================================================================== */
.transition, .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre, #page .bloc-spectacle .articles article.node--type-spectacle a .spectacle-bg > img, body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre, .path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-photo:before, .user-logged-in #bottom-admin ul li a, #nav-icon span, #main-menu, #main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item .sub-menu > li.menu-item a:before, body:before, .social-link ul li a, .social-link ul li a .svg-icon, .partage ul li a, .partage ul li a .svg-icon, .slick-slider .slick-arrow,
.carrousel .slick-arrow,
.slick .slick-arrow, .bandeau-slider .bandeau-slider-scroll .scroll-bar, #main .onglets-wrapper .content-item { /*transition: all 0.3s linear;*/
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*
@font-face {
    font-family: 'Cargo';
    src: url('../fonts/Cargo-Reg.eot');
    src: url('../fonts/Cargo-Reg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cargo-Reg.woff2') format('woff2'),
        url('../fonts/Cargo-Reg.woff') format('woff'),
        url('../fonts/Cargo-Reg.ttf') format('truetype'),
        url('../fonts/Cargo-Reg.svg#Cargo-Reg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 */
.noir {
  color: #000000;
}

.gris1 {
  color: #ececec;
}

.gris2 {
  color: #CCCCCC;
}

.gris3 {
  color: #666666;
}

.gris4 {
  color: #2b354f;
}

.blanc {
  color: #FFFFFF;
}

.bleu {
  color: #53b9ff;
}

.vert {
  color: #3ddb36;
}

.rose {
  color: #ff61ae;
}

.jaune {
  color: #ffc013;
}

.violet {
  color: #d189ff;
}

.orange {
  color: #ff960e;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
strong {
  font-weight: bold;
}

/* ==========================================================================
|  RESET EFIL
========================================================================== */
html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
  text-rendering: geometricPrecision;
}

.clear {
  clear: both;
}

.uppercase {
  text-transform: uppercase;
}

.ombre {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

svg,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

small {
  font-size: 70%;
}

iframe {
  max-width: 100%;
  width: 100%;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 60%;
}

#main p {
  padding-bottom: 0;
}
#main li {
  padding-bottom: 10px;
}

img {
  display: block;
}

section {
  padding-bottom: 40px;
}

.ajax-progress {
  display: none !important;
}

.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

button {
  outline: none !important;
}

.container {
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .container {
    max-width: 1040px;
  }
  .container .container-inner {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}
.modal-backdrop {
  z-index: 1000;
}

.modal {
  z-index: 1001;
}

.media {
  display: block;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.transition, #nav-icon span, #main-menu, #main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item .sub-menu > li.menu-item a:before, body:before, .social-link ul li a, .social-link ul li a .svg-icon, .partage ul li a, .partage ul li a .svg-icon, .slick-slider .slick-arrow,
.carrousel .slick-arrow,
.slick .slick-arrow, .bandeau-slider .bandeau-slider-scroll .scroll-bar, #main .onglets-wrapper .content-item, .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre, #page .bloc-spectacle .articles article.node--type-spectacle a .spectacle-bg > img, body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre, .path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-photo:before, .user-logged-in #bottom-admin ul li a { /*transition: all 0.3s linear;*/
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* ==========================================================================
|  ANIMATION AU SCROLL
========================================================================== */
.scroll-anim-left {
  position: relative;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.scroll-anim-right {
  position: relative;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.scroll-anim-top {
  position: relative;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.scroll-anim-bottom {
  position: relative;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.scroll-anim {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.scroll-anim.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================
|  EFFET
========================================================================== */
.anim_left {
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.anim_left:hover {
  left: 10px;
}

.img_up {
  overflow: hidden;
}
.img_up img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_up:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.effet_menu:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffc715;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%) scaleX(0);
          transform: translate(-50%) scaleX(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.effet_menu:hover {
  color: #ffc715;
}
.effet_menu:hover:before {
  -webkit-transform: translate(-50%) scaleX(1);
          transform: translate(-50%) scaleX(1);
}

.effet_button:before, .button:before, #page form .form-actions .button:before, body #sliding-popup .eu-cookie-compliance-content #popup-text button:before,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons button:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.effet_button:hover, .button:hover, #page form .form-actions .button:hover, body #sliding-popup .eu-cookie-compliance-content #popup-text button:hover,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons button:hover {
  color: #FFF !important;
}
.effet_button:hover:before, .button:hover:before, #page form .form-actions .button:hover:before, body #sliding-popup .eu-cookie-compliance-content #popup-text button:hover:before,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons button:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(30);
          transform: translate(-50%, -50%) scale(30);
}

.effet_button_dark:before, .button.button-dark:before, #page form .form-actions .button-dark.button:before, body #sliding-popup .eu-cookie-compliance-content #popup-text button.button-dark:before,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons button.button-dark:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #ffc715;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.effet_button_dark:hover, .button.button-dark:hover, #page form .form-actions .button-dark.button:hover, body #sliding-popup .eu-cookie-compliance-content #popup-text button.button-dark:hover,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons button.button-dark:hover {
  color: #FFFFFF;
}
.effet_button_dark:hover:before, .button.button-dark:hover:before, #page form .form-actions .button-dark.button:hover:before, body #sliding-popup .eu-cookie-compliance-content #popup-text button.button-dark:hover:before,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons button.button-dark:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(22);
          transform: translate(-50%, -50%) scale(22);
}

/* ==========================================================================
|  SCROLL TO TOP
========================================================================== */
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 100%;
  padding: 10px;
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
  fill: #ffc715;
}

/* ==========================================================================
|  TITRES
========================================================================== */
body #page .h1,
body #page h1 {
  font-size: 3rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  line-height: 1;
  font-family: "Cargo";
  color: #000;
  text-transform: uppercase;
}
body #page h2 {
  font-size: 1.5rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  font-family: "Cargo";
  color: #000;
}
body #page h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #000;
  margin-top: 1px;
}
body #page h3 {
  font-size: 1.25rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  font-family: "Cargo";
  color: #000;
  margin-top: 10px;
}
body #page h4 {
  font-size: 1.25rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  color: #000;
  margin-top: 20px;
  font-weight: bold;
}
body #page h4:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 12px solid #000;
  border-bottom: 6px solid transparent;
}
@media (max-width: 991px) {
  body #page .h1,
  body #page h1 {
    font-size: 2rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
    line-height: 1;
  }
  body #page h2 {
    font-size: 1.25rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
  }
  body #page h3 {
    font-size: 1.125rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
  }
  body #page h4 {
    font-size: 1.125rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
  }
}
body #page .chapo {
  margin-top: 20px;
  font-size: 1.25rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
body #page .chapo p {
  padding-bottom: 0;
}

/* ==========================================================================
|  BOUTONS
========================================================================== */
.button, body #sliding-popup .eu-cookie-compliance-content #popup-text button,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons button, #page form .form-actions .button, body .button {
  position: relative;
  cursor: pointer !important;
  z-index: 1;
  letter-spacing: 1.5px;
  padding: 10px 40px;
  display: inline-block;
  font-weight: bold;
  margin: 10px 0;
  font-size: 1.125rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  background-color: #FFF;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  overflow: hidden;
}
.button.button-large, body #sliding-popup .eu-cookie-compliance-content #popup-text button.button-large,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons button.button-large, #page form .form-actions .button-large.button {
  padding: 10px 30px;
  font-size: 1.25rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
.button.button-dark, body #sliding-popup .eu-cookie-compliance-content #popup-text button.button-dark,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons button.button-dark, #page form .form-actions .button-dark.button {
  background-color: #2b354f;
}
.button.button-white, body #sliding-popup .eu-cookie-compliance-content #popup-text button.button-white,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons button.button-white, #page form .form-actions .button-white.button {
  background: #FFF;
  border-color: #FFF;
}
.button.button-jaune, body #sliding-popup .eu-cookie-compliance-content #popup-text button.button-jaune,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons button.button-jaune, #page form .form-actions .button-jaune.button {
  background: #ffc013;
  border-color: #ffc013;
}

body input.button:hover, body #page form .form-actions input.button:hover, #page form .form-actions body input.button:hover {
  background: #000;
}
body .button-simple {
  font-size: 1.5rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  font-family: "Cargo";
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin: 0 20px;
  letter-spacing: 1.5px;
}
body .button-simple:hover {
  text-decoration: underline !important;
}
body .button-simple-active {
  text-decoration: underline !important;
}

/* ==========================================================================
|  LIENS
========================================================================== */
/* ==========================================================================
|  PUCES
========================================================================== */
.puce {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
}
.puce.puce-vert {
  background: #00ff00;
}
.puce.puce-rouge {
  background: #ff0000;
}

.info-alert {
  background: rgba(255, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 8px;
  text-align: center;
  margin: 15px 0;
}

/* ==========================================================================
|  QUOTES
========================================================================== */
.quote::before {
  content: "“";
}

.quote::after {
  content: "”";
}

/* ==========================================================================
|  MENU
========================================================================== */
#nav-icon {
  margin: 30px 0 0 30px;
  height: 40px;
  position: relative;
  z-index: 100;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 40px;
  left: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: #000;
}
#nav-icon span:nth-child(1) {
  top: 8px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 18px;
}
#nav-icon span:nth-child(4) {
  top: 28px;
}
#nav-icon.active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#nav-icon.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#nav-icon.active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon.active span {
  background: #000;
}
#nav-icon small {
  margin-left: 60px;
  font-size: 1.125rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  color: #000;
  font-family: "Cargo";
}
#nav-icon small.ouvert {
  display: none;
  color: #000;
}
#nav-icon.active small.ouvert {
  display: block;
}
#nav-icon.active small.ferme {
  display: none;
}
@media (max-width: 991px) {
  #nav-icon {
    margin-top: 50px;
  }
}

#main-menu {
  opacity: 0;
  visibility: hidden;
  z-index: 1100;
  height: 0;
  position: absolute;
  width: 100%;
}
#main-menu .container {
  height: 100%;
}
#main-menu .container .menu-content {
  overflow: auto;
  padding: 200px 40px 20px 40px;
  height: 100%;
  background: #FFF;
  width: 430px;
  max-width: 100%;
}
#main-menu .container .menu-content .menu-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  background: #FFF;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item {
  margin: 0 10px;
  position: relative;
  list-style: none !important;
  margin-bottom: 20px;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item > span,
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item > a {
  position: relative;
  z-index: 10;
  text-decoration: none;
  display: inline-block;
  font-size: 2.5rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  line-height: 1;
  padding-bottom: 10px;
  font-family: "Cargo";
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item > span:before,
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0.15em !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.menu-item--active-trail span:before,
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.menu-item--active-trail a:before {
  width: 100%;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.menu-item--active-trail.biennale > a:before {
  width: 225px;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.menu-item--active-trail.rencontrez > span:before {
  width: 190px;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.menu-item--active-trail .sub-menu {
  display: block;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.menu-item--active-trail .sub-menu > li.menu-item a.is-active:before {
  width: 26px;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item:hover span:before,
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item:hover a:before {
  width: 100%;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item:hover.biennale > a:before {
  width: 225px;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item:hover.rencontrez > span:before {
  width: 190px;
}
@media (max-width: 991px) {
  #main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item:hover.biennale > a:before {
    width: 180px;
  }
  #main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item:hover.rencontrez > span:before {
    width: 154px;
  }
  #main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.menu-item--active-trail.biennale > a:before {
    width: 180px;
  }
  #main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.menu-item--active-trail.rencontrez > span:before {
    width: 154px;
  }
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.saison > a:before {
  background-color: #53b9ff;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.biennale > a:before {
  background-color: #3ddb36;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.rencontrez > span:before, #main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.rencontrez > a:before {
  background-color: #ff960e;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.vous > a:before {
  background-color: #ff61ae;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.hectare > span:before, #main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.hectare > a:before {
  background-color: #d189ff;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item.actualites > a:before {
  background-color: #ffc013;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item .sub-menu {
  display: none;
  margin: 10px 0 0 0;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item .sub-menu > li.menu-item {
  padding: 0;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item .sub-menu > li.menu-item a {
  color: #2b354f;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item .sub-menu > li.menu-item a:hover:before {
  width: 20px;
  -ms-flex-preferred-size: 20px;
      flex-basis: 20px;
  margin-right: 6px;
}
#main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item .sub-menu > li.menu-item a:before {
  content: "—";
  display: inline-block;
  width: 0px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  overflow: hidden;
}
#main-menu .container .menu-content .menu-scroll .menu-sup table {
  margin: 10px 0 0 0;
  width: auto;
}
#main-menu .container .menu-content .menu-scroll .menu-sup table tr {
  background: none !important;
}
#main-menu .container .menu-content .menu-scroll .menu-sup table tr td {
  border: none;
  padding: 0;
  font-size: 0.875rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
#main-menu .container .menu-content .menu-scroll .menu-sup table tr td:last-child {
  padding-left: 20px;
}
#main-menu .container .menu-content .menu-scroll .menu-sup table tr td p {
  font-size: 0.875rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
#main-menu .container .menu-content .menu-scroll .menu-sup table tr td a.lien {
  font-size: 0.875rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  color: #000;
  display: block;
}
#main-menu .container .menu-content .menu-scroll .menu-sup table tr td a.lien span {
  display: block;
}
#main-menu .container .menu-content .menu-scroll .menu-sup table tr td img {
  width: 40px;
}
#main-menu .container .menu-content .menu-scroll .menu-sup table tr td ul {
  margin: 0;
  padding: 0;
}
#main-menu .container .menu-content .menu-scroll .menu-sup table tr td ul li {
  display: block;
}
#main-menu .container .menu-content .menu-scroll .menu-sup table tr td ul li:before {
  display: none;
}
#main-menu .container .menu-content .menu-scroll .menu-sup table tr td ul li .youtube {
  margin: 0;
}
#main-menu.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
@media (max-width: 991px) {
  #main-menu .container {
    padding: 0;
  }
  #main-menu .container .menu-content {
    width: 100%;
    padding: 140px 40px 20px 40px;
    overflow: hidden;
    /* bug smartphone */
    height: calc(100% + 60px);
    padding-bottom: 70px;
  }
  #main-menu .container .menu-content .menu-sup {
    margin-left: 10px;
  }
  #main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item {
    margin-bottom: 10px;
  }
  #main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item > span,
  #main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item > a {
    font-size: 2rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
    line-height: 1;
  }
  #main-menu .container .menu-content .menu-scroll #block-efil-main-menu ul.menu > li.menu-item .sub-menu > li.menu-item a {
    font-size: 1.125rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
  }
}

body:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
}

body.menu_open .dialog-off-canvas-main-canvas {
  overflow: hidden;
}

body.menu_open {
  overflow: hidden;
}
body.menu_open:before {
  opacity: 0.6;
  visibility: visible;
}
body.menu_open #page-wrapper,
body.menu_open #page-wrapper #page,
body.menu_open #page #header,
body.menu_open #page #header #header-content {
  height: 100%;
}
body.menu_open #page #header #header-inner .container-inner { /*animation: fond 100ms ease-in-out 300ms forwards;*/ }
body.menu_open #page #header #header-inner .container-inner #logo #logo-light {
  opacity: 0 !important;
  visibility: hidden !important;
}
body.menu_open #page #header #header-inner .container-inner #logo #logo-dark {
  opacity: 1 !important;
  visibility: visible !important;
}
body.menu_open #main-menu .menu-scroll {
  overflow: auto;
}
body.menu_open #nav-icon.active span {
  background: #000 !important;
}
body.menu_open #nav-icon small {
  color: #000 !important;
}
body.menu_open #nav-icon small.ouvert {
  display: none;
  color: #000 !important;
}
body.menu_open #nav-icon.active small.ouvert {
  display: block !important;
}
body.menu_open #nav-icon.active small.ferme {
  display: none !important;
}
body.menu_open #block-efil-main-menu ul.menu > li.menu-item--active-trail .sub-menu > li.menu-item--active-trail a:before {
  width: 20px !important;
  -ms-flex-preferred-size: 20px !important;
      flex-basis: 20px !important;
  margin-right: 6px !important;
}

/*
@keyframes fond {
    0% {
        background: transparent;
    }
    100% {
        background: #FFF;
    }
}
*/
#block-efil-footer #block-efil-footer-menu {
  text-transform: uppercase;
}
#block-efil-footer .menu {
  margin: 0;
}
#block-efil-footer .menu li a {
  color: #CCCCCC;
  text-decoration: none;
}
#block-efil-footer .menu li a:hover {
  color: #ececec;
}

/* ==========================================================================
|  BREADCRUMB
========================================================================== */
#breadcrumb {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 40px;
}
#breadcrumb .breadcrumb {
  background: none;
}
#breadcrumb .breadcrumb li {
  color: #2b354f;
  font-weight: bold;
}
#breadcrumb .breadcrumb li a {
  color: #ffc715;
}
#breadcrumb .breadcrumb li:before {
  margin: 0 5px;
}

/* ==========================================================================
|  FORM
========================================================================== */
#page form {
  /* Base for label styling */
  /* select{border-radius: 5px; height: 40px; border:2px solid $gris2; padding: 0 20px; line-height: 40px; width: 100%; background: $blanc; margin-top: .5rem;}
   @supports (-moz-appearance:none) {
       select{-moz-appearance:none !important; background: #FFF url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important; background-position: calc(100% - 15px) center !important;
       }
   } */
  /* .select-container{position: relative;
      select{border-radius: 5px; appearance: none; border:2px solid $gris2; padding: 0 0 0 42px; line-height: 38px; }
      &:after{content: ""; position: absolute; top: 4px; left: 0; width: 30px; height: 30px; display: block;  pointer-events: none; background: url(../images/svg/fleche_bas.svg) no-repeat center;}
  } */
}
#page form label {
  margin-bottom: 3px;
}
#page form input:not(.button):not(.form-radio):not(.form-checkbox) {
  border-radius: 5px;
  height: 40px;
  width: 100%;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #CCCCCC;
  padding: 0 20px;
}
#page form input:not(.button):not(.form-radio):not(.form-checkbox)::-webkit-input-placeholder {
  font-weight: normal;
}
#page form input:not(.button):not(.form-radio):not(.form-checkbox)::-moz-placeholder {
  font-weight: normal;
}
#page form input:not(.button):not(.form-radio):not(.form-checkbox):-ms-input-placeholder {
  font-weight: normal;
}
#page form input:not(.button):not(.form-radio):not(.form-checkbox)::-ms-input-placeholder {
  font-weight: normal;
}
#page form input:not(.button):not(.form-radio):not(.form-checkbox)::placeholder {
  font-weight: normal;
}
#page form input.form-checkbox,
#page form input.form-radio {
  margin-right: 5px;
  float: left;
  margin-top: 3px;
}
#page form input.form-file {
  padding-left: 0;
  line-height: 36px;
  border: none;
}
#page form [type=checkbox]:not(:checked),
#page form [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#page form [type=checkbox]:not(:checked) + label,
#page form [type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  margin-right: 30px;
}
#page form [type=checkbox]:not(:checked) + label:before,
#page form [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 26px;
  height: 26px;
  background: #FFF;
  border: 2px solid #000;
}
#page form [type=checkbox]:not(:checked) + label:after,
#page form [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  width: 12px;
  height: 12px;
  background: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#page form [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#page form [type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#page form textarea {
  border-radius: 5px;
  height: 200px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #CCCCCC;
  padding: 0 20px;
  line-height: 40px;
  margin-top: 0.5rem;
}
#page form .form-actions {
  text-align: center;
}
#page form .form-actions .button, #page form .form-actions body #sliding-popup .eu-cookie-compliance-content #popup-text button, body #sliding-popup .eu-cookie-compliance-content #popup-text #page form .form-actions button,
#page form .form-actions body #sliding-popup .eu-cookie-compliance-content #popup-buttons button,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons #page form .form-actions button, body #page form .form-actions #sliding-popup .eu-cookie-compliance-content #popup-text button,
body #page form .form-actions #sliding-popup .eu-cookie-compliance-content #popup-buttons button {
  width: auto;
}
#page form .form-actions .button:hover, #page form .form-actions body #sliding-popup .eu-cookie-compliance-content #popup-text button:hover, body #sliding-popup .eu-cookie-compliance-content #popup-text #page form .form-actions button:hover,
#page form .form-actions body #sliding-popup .eu-cookie-compliance-content #popup-buttons button:hover,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons #page form .form-actions button:hover {
  background: #000;
}
#page form select {
  display: block;
  width: 100%;
  padding: 0.375rem 0 0.375rem 0;
  background-color: #fff;
  background-image: url("../images/svg/fleche_bas.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#page form .description {
  display: none;
}
#page form .form-type-checkbox .description {
  display: block;
  font-size: 1.125rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  margin: 0;
}
#page form .form-type-checkbox .description a {
  color: #ffc715;
}
#page form .webform-confirmation {
  text-align: center;
}
#page form .webform-confirmation h2 {
  font-size: 3rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  margin-bottom: 30px;
}
#page form .webform-confirmation h2:after {
  display: none;
}
#page form .webform-confirmation p {
  font-size: 1.25rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
#page form .webform-confirmation .webform-confirmation__back {
  display: none;
}
#page .node--type-webform .paragraphe {
  font-size: 1.25rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
#page .node--type-webform form {
  max-width: 600px;
  margin: auto;
}
#page .node--type-webform form [type=checkbox]:not(:checked) + label,
#page .node--type-webform form [type=checkbox]:checked + label {
  margin: 0;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page .node--type-webform form [type=checkbox]:not(:checked) + label:before,
#page .node--type-webform form [type=checkbox]:checked + label:before {
  top: 4px;
}
#page .node--type-webform form [type=checkbox]:not(:checked) + label:after,
#page .node--type-webform form [type=checkbox]:checked + label:after {
  left: 7px;
  top: 11px;
}
#page .node--type-webform form #edit-markup {
  font-size: 0.875rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
#page .node--type-webform form #edit-markup a {
  color: #000;
  text-decoration: underline;
}

/* ==========================================================================
|  RESEAUX SOCIAUX
========================================================================== */
.social-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
}
.social-link ul li a {
  border: 2px solid #000;
  background: #FFF;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 0 0;
}
.social-link ul li a .svg-icon {
  width: 20px;
  height: 20px;
  fill: #000;
}
.social-link ul li a:hover {
  background: #000;
}
.social-link ul li a:hover .svg-icon {
  fill: #FFF;
}

.partage ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.partage ul li {
  list-style: none;
}
.partage ul li a {
  border: 2px solid #000;
  background: #FFF;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 0 0;
}
.partage ul li a .svg-icon {
  width: 20px;
  height: 20px;
  fill: #000;
}
.partage ul li a:hover {
  background: #000;
}
.partage ul li a:hover .svg-icon {
  fill: #FFF;
}
@media (max-width: 991px) {
  .partage {
    display: none;
  }
  .partage ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

/* ==========================================================================
|  TABLEAU
========================================================================== */
.paragraph table,
.text-formatted table {
  width: 100%;
  margin: 40px 0;
}
.paragraph table th,
.text-formatted table th {
  background: #000;
  font-weight: bold;
  color: #FFF;
}
.paragraph table th, .paragraph table td,
.text-formatted table th,
.text-formatted table td {
  padding: 15px 30px;
  border-bottom: 1px solid #000;
}
.paragraph table tbody tr:first-child td,
.text-formatted table tbody tr:first-child td {
  border-top: 1px solid #000;
}

/* ==========================================================================
|  LISTE
========================================================================== */
.paragraph ul,
.text-formatted ul {
  margin-left: 30px;
}
.paragraph ul li,
.text-formatted ul li {
  display: table;
  vertical-align: top;
}
.paragraph ul li:before,
.text-formatted ul li:before {
  content: "";
  display: table-cell;
  width: 24px;
  height: 20px;
  background: url(../images/svg/chevron-right.svg) no-repeat 0 6px;
  background-size: 8px;
}

/* ==========================================================================
|  PARAGRAPHE - SLIDER
========================================================================== */
.slick-slider,
.carrousel,
.slick {
  margin-top: 40px;
  /*  .slick-list{height: 100%;
       .slick-track{height: 100%;
           .slick-slide{position: relative; height: 100%;
               .slide-content{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-transform: uppercase; font-family: $secondary-font; font-weight: 300; @include font-size($taille7); color: $main-color; }
               img{object-fit: cover; object-position: center; width: 100%; height: 100%;}
           }
       }
   } */
}
.slick-slider .slick-arrow,
.carrousel .slick-arrow,
.slick .slick-arrow {
  position: absolute;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.3;
  top: 50%;
  height: 100px;
  width: 50px;
  display: block;
  text-indent: -9999px;
  border: none;
}
.slick-slider .slick-arrow.slick-prev,
.carrousel .slick-arrow.slick-prev,
.slick .slick-arrow.slick-prev {
  left: 30px;
  background: url(../images/svg/chevron-left.svg) no-repeat center;
  background-size: 30px;
}
.slick-slider .slick-arrow.slick-next,
.carrousel .slick-arrow.slick-next,
.slick .slick-arrow.slick-next {
  right: 30px;
  background: url(../images/svg/chevron-right.svg) no-repeat center;
  background-size: 30px;
}
.slick-slider .slick-arrow:hover,
.carrousel .slick-arrow:hover,
.slick .slick-arrow:hover {
  opacity: 0.6;
}
.slick-slider .slick-dots,
.carrousel .slick-dots,
.slick .slick-dots {
  position: absolute;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.slick-slider .slick-dots li,
.carrousel .slick-dots li,
.slick .slick-dots li {
  margin: 5px;
  padding: 0 !important;
}
.slick-slider .slick-dots li button,
.carrousel .slick-dots li button,
.slick .slick-dots li button {
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: none;
  border: 1px solid #FFF;
  padding: 1px 6px;
}
.slick-slider .slick-dots li.slick-active button,
.carrousel .slick-dots li.slick-active button,
.slick .slick-dots li.slick-active button {
  background: #FFF;
}

.carrousel-texte .slick-list,
.carrousel .slick-list {
  margin: 0 120px;
}
.carrousel-texte .slick-list .slick-slide,
.carrousel .slick-list .slick-slide {
  margin: 0 15px;
}
@media (max-width: 991px) {
  .carrousel-texte .slick-list,
  .carrousel .slick-list {
    margin: 0 40px;
  }
}
@media (max-width: 767px) {
  .carrousel-texte .slick-list,
  .carrousel .slick-list {
    margin: 0 20px;
  }
}

@media (max-width: 991px) {
  .carrousel-texte,
  .carrousel,
  .slick {
    height: 300px;
  }
  .carrousel-texte .slick-arrow,
  .carrousel .slick-arrow,
  .slick .slick-arrow {
    width: 25px;
    height: 66px;
  }
  .carrousel-texte .slick-arrow.slick-prev,
  .carrousel .slick-arrow.slick-prev,
  .slick .slick-arrow.slick-prev {
    left: 0px;
  }
  .carrousel-texte .slick-arrow.slick-next,
  .carrousel .slick-arrow.slick-next,
  .slick .slick-arrow.slick-next {
    right: 0px;
  }
  .carrousel-texte .slick-list .slick-track .slick-slide .slide-content,
  .carrousel .slick-list .slick-track .slick-slide .slide-content,
  .slick .slick-list .slick-track .slick-slide .slide-content {
    font-size: 2rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
  }
}
/* ==========================================================================
|  PARAGRAPHE
========================================================================== */
.paragraphe {
  /* > *:first-child{margin-top: 0;}*/
}
.paragraphe .carrousel,
.paragraphe .galerie-photo,
.paragraphe .paragraph--type--photo,
.paragraphe .card-accordion,
.paragraphe .picto-nombre,
.paragraphe .col1,
.paragraphe .col2,
.paragraphe .col3 {
  margin-top: 20px;
}
.paragraphe .carrousel img,
.paragraphe .galerie-photo img,
.paragraphe .paragraph--type--photo img,
.paragraphe .card-accordion img,
.paragraphe .picto-nombre img,
.paragraphe .col1 img,
.paragraphe .col2 img,
.paragraphe .col3 img {
  max-width: 100%;
}

/* ==========================================================================
|  PARAGRAPHE - Galerie photo
========================================================================== */
.galerie-photo .col-6 {
  height: 570px;
}
.galerie-photo .col-4 {
  height: 370px;
}
.galerie-photo .col-3 {
  height: 270px;
}
.galerie-photo .col-2 {
  height: 170px;
}
.galerie-photo .galerie-photo-col {
  margin-bottom: 30px;
}
.galerie-photo .galerie-photo-col a {
  height: 100%;
  display: block;
}
.galerie-photo .galerie-photo-col a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.bandeau-slider .bandeau-slider-scroll {
  position: relative;
  width: 100vw;
  overflow: hidden; /*overflow-x: scroll; overflow-y: hidden;*/
  height: 560px;
}
.bandeau-slider .bandeau-slider-scroll .bandeau-slider-container .bandeau-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; /*display:grid; grid-auto-flow:column; grid-gap:0px;*/
}
.bandeau-slider .bandeau-slider-scroll .bandeau-slider-container .bandeau-photo .galerie-photo-col a {
  width: 100%;
  height: 100%;
  display: block;
}
.bandeau-slider .bandeau-slider-scroll .bandeau-slider-container .bandeau-photo .galerie-photo-col a img {
  height: 250px; /*width: 100%; object-fit: cover;*/
  margin: 5px;
  max-width: initial;
  display: block;
  border-radius: 0 !important;
}
.bandeau-slider .bandeau-slider-scroll .scroll-bar {
  opacity: 0;
}
.bandeau-slider .bandeau-slider-scroll .scroll-bar .thumb {
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .bandeau-slider .bandeau-slider-scroll {
    height: 360px;
  }
  .bandeau-slider .bandeau-slider-scroll .bandeau-slider-container .bandeau-photo .galerie-photo-col a img {
    height: 150px;
  }
}
.bandeau-slider:hover .bandeau-slider-scroll .scroll-bar {
  opacity: 1;
}

/* ==========================================================================
|  PARAGRAPHE - Tabs
========================================================================== */
/*
!  TABS
*/
#main .onglets-wrapper {
  position: relative;
  margin: 40px 0;
  /* &.accordeon{
      .nav-onglet{display: none;}
  } */
  /*  .content-item{opacity: 0; display: none; border: 1px solid var(--gray1);  background: var(--gray1);
       &.active{animation: ongletActif 0.3s ease 0.2s normal forwards; padding: 30px;}
   } */
}
#main .onglets-wrapper .link-item {
  cursor: pointer;
  color: var(--main-color);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main .onglets-wrapper .link-item .caret-inactive,
#main .onglets-wrapper .link-item .caret {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
}
#main .onglets-wrapper .link-item .caret-inactive svg,
#main .onglets-wrapper .link-item .caret svg {
  fill: #000;
  stroke: #000;
  stroke-width: 3px;
}
#main .onglets-wrapper .link-item .caret-inactive {
  display: none;
}
#main .onglets-wrapper .link-item.active {
  /* .more{background: var(--main-color); color: #FFF; display: flex; justify-content: center; align-items: center; padding: 5px; pointer-events: none; width: 40px; height: 40px;
      &:before{content:""; background-color: #FFF; mask-image: url(../images/icons/plus.svg); mask-size: 30px; mask-repeat: no-repeat; width: 30px; height: 30px; display: block;}
  } */
}
#main .onglets-wrapper .link-item.active .caret-inactive {
  display: block;
}
#main .onglets-wrapper .link-item.active .caret {
  display: none;
}
#main .onglets-wrapper .link-item:after {
  position: absolute;
  margin-top: 55px;
}
#main .onglets-wrapper .content-item {
  opacity: 0;
  display: none;
  border: 1px solid var(--gray1);
  background: var(--gray1);
}
#main .onglets-wrapper .content-item.active {
  display: block;
  -webkit-animation: ongletActif 0.3s ease 0s normal forwards;
          animation: ongletActif 0.3s ease 0s normal forwards;
}
@-webkit-keyframes ongletActif {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ongletActif {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  #main .onglets-wrapper.onglets_verticaux {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main .onglets-wrapper.onglets_verticaux .nav-onglet {
    width: 300px;
  }
  #main .onglets-wrapper.onglets_verticaux .onglets {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 20px;
  }
  #main .onglets-wrapper.onglets_horizontaux .nav-onglet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main .onglets-wrapper.onglets_verticaux-1 .onglets {
    margin: 0;
  }
  #main .onglets-wrapper.onglets_verticaux-1 .onglets .onglets_verticaux {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  #main .onglets-wrapper.onglets_verticaux-1 .onglets .onglets_verticaux .link-item {
    width: 50px;
    position: relative;
  }
  #main .onglets-wrapper.onglets_verticaux-1 .onglets .onglets_verticaux .link-item .titre-onglet {
    white-space: nowrap;
    top: 50%;
    right: 50%;
    position: absolute;
    -webkit-transform: scale(-1) translate(-50%, 50%);
            transform: scale(-1) translate(-50%, 50%);
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
@media (max-width: 991px) {
  #main .onglets-wrapper .nav-onglet {
    display: none !important;
  }
  #main .onglets-wrapper .onglets .link-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*
#main{
    .tabs-vertical,
    .tabs-horizontal{margin-top: $space2;
        .nav{
            li.nav-item{padding-bottom:0;
                a{color: $noir; margin: 0; padding: 10px 20px; @include font-size($taille2); @extend .transition; text-transform: uppercase; border:1px solid #FFF; border-bottom:1px solid $gris1;
                    &.active{ background: $main-color-light; border:1px solid $gris1; border-bottom: 1px solid #FFF; }
                }
            }
        }
        .tab-content{border-top: none;
            .heading{display: none;}
            &.active{display: block;}
        }
        @include responsiveMin($md){
            .tab-content{
                .card{border-top: none;
                    .collapse{display: block;}
                }
            }
        }
        @include responsiveMax($md){
            .nav{display: none;}
            .card{border: 1px solid $gris1; display: block; opacity: 1;
                .heading{display: block;}
            }
        }
    }

    .tabs-vertical{
        .nav{
            li.nav-item{
                a{color: $noir; margin: 0; padding: 10px 20px; @include font-size($taille2); @extend .transition; text-transform: uppercase; border:1px solid #FFF;
                    &.active{ border:1px solid $gris1;}
                }
            }
        }
        @include responsiveMin($md){
            .tab-content{
                .card{border: none;
                    .card-body{padding: 0;}
                }
            }
        }
    }

    .accordion{margin-top: $space2;}
    .card{border: none;
        .card-body{padding: 0;
            .field--name-field-titre{display: none!important;}
        }
    }
    .heading{
        h2,
        button{position: relative; display: flex; justify-content: space-between; align-items: center; width:100%; text-decoration:none; background: $blanc; margin: 0 0 10px 0!important; padding: 10px 0px; @include font-size($taille5); font-family: $secondary-font; color: #000;
            .caret{width: 30px; display: none; }
            .caret-inactive{width: 30px;}
            svg{fill: #000; stroke: #000; stroke-width: 3px; width: 30px; height: 30px;}

            &.collapsed{
                .caret{display: block;}
                .caret-inactive{display: none;}
            }
            &:after{content: ""; position: absolute; display: block; width: 100%; height: 5px; background: #000; top: 52px;}

        }
    }

    .card-accordion + .card-accordion{margin-top: 0;}

}
 */
/* ==========================================================================
|  PARAGRAPHE - 2 et 3 col
========================================================================== */
.paragraphe .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.paragraphe .col2 .col > h2:first-child {
  margin-top: 0 !important;
}
.paragraphe .col2.type-3 > .col:first-child {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.paragraphe .col2.type-3 > .col:last-child {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.paragraphe .col2.type-4 > .col:first-child {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
}
.paragraphe .col2.type-4 > .col:last-child {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
}
.paragraphe .col2.type-8 > .col:first-child {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
}
.paragraphe .col2.type-8 > .col:last-child {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
}
.paragraphe .col2.type-9 > .col:first-child {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.paragraphe .col2.type-9 > .col:last-child {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.paragraphe .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.paragraphe .col3 .col > h2:first-child {
  margin-top: 0 !important;
}
.paragraphe .col3.type-2 > .col:nth-child(1) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.paragraphe .col3.type-2 > .col:nth-child(2) {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.paragraphe .col3.type-2 > .col:nth-child(3) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media (max-width: 991px) {
  .paragraphe .col2,
  .paragraphe .col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .paragraphe .col2 .col,
  .paragraphe .col3 .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* ==========================================================================
|  PARAGRAPHE - 2 et 3 col
========================================================================== */
.picto-nombre .field--name-field-bloc-picto-chiffre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.picto-nombre .field--name-field-bloc-picto-chiffre > .field__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin-bottom: 20px;
}
.picto-nombre .field--name-field-bloc-picto-chiffre > .field__item .field--name-field-photo {
  width: 150px;
  margin: auto;
}
.picto-nombre .field--name-field-bloc-picto-chiffre > .field__item .field--name-field-nombre {
  font-size: 3rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  font-weight: bold;
}
.picto-nombre .field--name-field-bloc-picto-chiffre > .field__item .field--name-field-titre {
  font-size: 1.25rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
@media (max-width: 991px) {
  .picto-nombre .field--name-field-bloc-picto-chiffre {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .picto-nombre .field--name-field-bloc-picto-chiffre .field__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .picto-nombre.total-4 .field__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .picto-nombre.total-6 .field__item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}

/* ==========================================================================
|  PARAGRAPHE - vidéo
========================================================================== */
.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
|  PARAGRAPHE - bandeau
========================================================================== */
.paragraph.bandeau {
  margin: 40px 0;
}
.paragraph.bandeau .text-blanc * {
  color: #FFF !important;
}
.paragraph.bandeau .parallax img {
  position: absolute;
}
.paragraph.bandeau .fond {
  position: absolute;
  z-index: 9;
  width: 100vw;
  overflow: hidden;
}
.paragraph.bandeau .fond img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph.bandeau .field--name-field-contenu {
  padding: 40px 0;
  position: relative;
  z-index: 10;
}

/* ==========================================================================
|  MODAL
========================================================================== */
@media (min-width: 1201px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/* ==========================================================================
|  MODULE COOKIE
========================================================================== */
body #sliding-popup {
  background: #ffc715;
  width: 100%;
}
body #sliding-popup .eu-cookie-compliance-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
body #sliding-popup .eu-cookie-compliance-content #popup-text,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons {
  float: none;
  margin: 0;
}
body #sliding-popup .eu-cookie-compliance-content #popup-text p,
body #sliding-popup .eu-cookie-compliance-content #popup-text button,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons p,
body #sliding-popup .eu-cookie-compliance-content #popup-buttons button {
  font-size: 1.125rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  margin: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  body #sliding-popup {
    height: auto !important;
  }
  body #sliding-popup .eu-cookie-compliance-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 10px 0;
  }
  body #sliding-popup .eu-cookie-compliance-content #popup-text {
    margin-bottom: 10px !important;
  }
}

/* ==========================================================================
|  ACCESSIBILITE : TEXT-RESIZE
========================================================================== */
#block-textresize {
  margin-left: 40px;
}
#block-textresize .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#block-textresize .content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 0 0 0 10px;
  font-size: 1.125rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  padding-left: 5px;
}
#block-textresize .content a sup {
  font-size: 80%;
}

/* ==========================================================================
|  SCROLL BAR
========================================================================== */
.scrollable {
  position: relative;
  padding-right: 10px;
  padding-bottom: 6px;
}
.scrollable:focus {
  outline: 0;
}
.scrollable .viewport {
  position: relative;
  overflow: hidden;
}
.scrollable .viewport .overview {
  position: absolute;
}
.scrollable .viewport .scroll-bar {
  display: none;
}
.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
  height: 10px;
  position: relative;
  top: -30px;
}
.scrollable .scroll-bar.horizontal .thumb {
  position: absolute;
  height: 100%;
  min-width: 10px;
  left: 0;
  background-color: #ffc715;
  opacity: 0.4;
  border-radius: 5px;
}
.scrollable .scroll-bar.horizontal:hover .thumb {
  opacity: 0.6;
}

.not-selectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  color: #000000;
}
@media (max-width: 991px) {
  body {
    font-size: 0.875rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
  }
}
body #page.template-spectacle .color {
  color: #53b9ff;
}
body #page.template-spectacle .bg-color {
  background: #53b9ff;
}
body #page.template-spectacle #main-before {
  background: #53b9ff;
}
body #page.template-spectacle .chapo strong {
  color: #53b9ff;
}
body #page.template-spectacle .spectacle-intro strong {
  color: #53b9ff;
}
body #page.template-spectacle-aosf .color {
  color: #3ddb36;
}
body #page.template-spectacle-aosf .bg-color {
  background: #3ddb36;
}
body #page.template-spectacle-aosf #main-before {
  background: #3ddb36;
}
body #page.template-spectacle-aosf .chapo strong {
  color: #3ddb36;
}
body #page.template-spectacle-aosf .spectacle-intro strong {
  color: #3ddb36;
}
body #page.template-saison .color {
  color: #53b9ff;
}
body #page.template-saison .bg-color {
  background: #53b9ff;
}
body #page.template-saison #main-before {
  background: #53b9ff;
}
body #page.template-saison .chapo strong {
  color: #53b9ff;
}
body #page.template-saison .spectacle-intro strong {
  color: #53b9ff;
}
body #page.template-biennale .color {
  color: #3ddb36;
}
body #page.template-biennale .bg-color {
  background: #3ddb36;
}
body #page.template-biennale #main-before {
  background: #3ddb36;
}
body #page.template-biennale .chapo strong {
  color: #3ddb36;
}
body #page.template-biennale .spectacle-intro strong {
  color: #3ddb36;
}
body #page.template-billetterie .color {
  color: #ffc013;
}
body #page.template-billetterie .bg-color {
  background: #ffc013;
}
body #page.template-billetterie #main-before {
  background: #ffc013;
}
body #page.template-billetterie .chapo strong {
  color: #ffc013;
}
body #page.template-billetterie .spectacle-intro strong {
  color: #ffc013;
}
body #page.template-hectare .color {
  color: #d189ff;
}
body #page.template-hectare .bg-color {
  background: #d189ff;
}
body #page.template-hectare #main-before {
  background: #d189ff;
}
body #page.template-hectare .chapo strong {
  color: #d189ff;
}
body #page.template-hectare .spectacle-intro strong {
  color: #d189ff;
}
body #page.template-rencontrez .color {
  color: #ff960e;
}
body #page.template-rencontrez .bg-color {
  background: #ff960e;
}
body #page.template-rencontrez #main-before {
  background: #ff960e;
}
body #page.template-rencontrez .chapo strong {
  color: #ff960e;
}
body #page.template-rencontrez .spectacle-intro strong {
  color: #ff960e;
}
body #page.template-vous .color {
  color: #ff61ae;
}
body #page.template-vous .bg-color {
  background: #ff61ae;
}
body #page.template-vous #main-before {
  background: #ff61ae;
}
body #page.template-vous .chapo strong {
  color: #ff61ae;
}
body #page.template-vous .spectacle-intro strong {
  color: #ff61ae;
}
body #page.template-classique .color {
  color: #FFFFFF;
}
body #page.template-classique .bg-color {
  background: #FFFFFF;
}
body #page.template-classique #main-before {
  background: #FFFFFF;
}
body #page.template-classique .chapo strong {
  color: #FFFFFF;
}
body #page.template-classique .spectacle-intro strong {
  color: #FFFFFF;
}
body #page .billetterie {
  position: fixed;
  z-index: 3000;
  right: 0;
  top: 35%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  height: 145px;
}
body #page .billetterie a {
  border: none;
  margin: 0;
  padding: 20px 50px;
  font-size: 1.5rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  font-family: "Cargo";
  font-weight: normal;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  body #page .billetterie {
    -webkit-transform: none;
            transform: none;
    right: 0;
    top: 0;
    height: auto;
  }
  body #page .billetterie a {
    font-size: 1.125rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
    padding: 5px 10px;
  }
}
body #page #header {
  /* #header-before{display: flex; align-items: center; text-align: right; color: #FFF; font-weight: bold; height: 50px; background: $main-color;
      .container{display: flex; justify-content: flex-end; align-items: center;}
  } */
}
body #page #header #header-inner {
  position: absolute;
  z-index: 1200;
  padding: 8px 0;
  width: 100%;
}
body #page #header #header-inner .container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 170px;
  padding: 0 30px;
}
body #page #header #header-inner .container-inner #logo {
  position: relative;
  z-index: 11;
}
body #page #header #header-inner .container-inner #logo #logo-light {
  opacity: 0;
  visibility: hidden;
}
body #page #header #header-inner .container-inner #logo .site-logo {
  cursor: pointer;
  display: block;
  width: 220px;
}
body #page #header #header-inner .container-inner #logo .site-logo img {
  position: absolute;
  width: 100%;
}
body #page #header #header-inner .container-inner .menu-after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 40px;
}
body #page #header #header-inner .container-inner .menu-after ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 1rem;
}
body #page #header #header-inner .container-inner .menu-after ul li {
  list-style: none;
  padding-left: 35px;
}
body #page #header #header-inner .container-inner .menu-after ul li a {
  color: #000;
  font-family: "Cargo";
  text-decoration: none;
}
body #page #header #header-inner .container-inner .menu-after ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  body #page #header #header-inner .container-inner {
    padding: 0;
    height: 120px;
  }
  body #page #header #header-inner .container-inner #logo .site-logo {
    width: 150px;
  }
  body #page #header #header-inner .container-inner .menu-after {
    display: none;
  }
}
body #page #main-wrapper {
  background: #FFF;
}
@media (max-width: 991px) {
  body #page #main-wrapper {
    overflow: hidden;
  }
}
body #page #main-wrapper #main-before {
  position: relative;
  padding: 0;
}
body #page #main-wrapper #main-before #bg-header .container {
  padding: 0 40px;
}
body #page #main-wrapper #main-before #bg-header .container .main-before-inner {
  margin-left: 40%;
  width: 60%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  padding-top: 100px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 991px) {
  body #page #main-wrapper #main-before #bg-header .container {
    padding: 0 20px;
  }
  body #page #main-wrapper #main-before #bg-header .container .main-before-inner {
    margin-left: 30%;
    width: 70%;
    text-align: right;
  }
}
body #page #main-wrapper #main {
  padding: 0 40px;
}
body #page #main-wrapper #main #content-inner {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 991px) {
  body #page #main-wrapper #main {
    padding: 0 20px;
  }
}
body #page #footer-before {
  background: #ffc013;
}
body #page #footer-before .container {
  padding: 0 40px;
}
body #page #footer-before .container .footer-before-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
body #page #footer-before .container .footer-before-inner .title-newsletter {
  font-size: 2.5rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  line-height: 1;
  margin: 0 30px 5px 0;
  text-transform: uppercase;
  font-family: "Cargo";
}
body #page #footer-before .container .footer-before-inner .text-newsletter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
}
body #page #footer-before .container .footer-before-inner .bouton-newsletter {
  display: inherit;
}
body #page #footer-before .container .footer-before-inner .bouton-newsletter .button {
  margin: 0;
  border: none;
}
@media (max-width: 991px) {
  body #page #footer-before .container .footer-before-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  body #page #footer-before .container .footer-before-inner .title-newsletter {
    margin: 0 0 5px 0;
  }
  body #page #footer-before .container .footer-before-inner .bouton-newsletter {
    margin-top: 10px;
  }
}
body #page footer {
  background: #ececec;
  padding: 40px;
  font-size: 0.75rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
body #page footer #footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 40px;
}
body #page footer #footer-inner .logo {
  width: 220px;
  margin-bottom: 10px;
  position: relative;
}
body #page footer #footer-inner #block-blockcustomfooterinforight {
  width: 50%;
  font-size: 0.75rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
body #page footer #footer-inner #block-blockcustomfooterinforight table {
  width: auto;
  margin: 10px 0;
}
body #page footer #footer-inner #block-blockcustomfooterinforight table tr {
  background: none !important;
}
body #page footer #footer-inner #block-blockcustomfooterinforight table td {
  padding: 5px;
  border: none;
}
body #page footer #footer-inner #block-blockcustomfooterinforight table td img {
  max-height: 70px;
  width: 100%;
}
body #page footer #footer-inner a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 991px) {
  body #page footer #footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #page footer #footer-inner #block-blockcustomfooterinfo {
    width: 100%;
    font-size: 0.875rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
  }
  body #page footer #footer-inner #block-blockcustomfooterinfo img {
    float: none;
    margin-right: 0;
  }
  body #page footer #footer-inner #block-blockcustomfooterinforight {
    width: 100%;
  }
  body #page footer #footer-inner #block-blockcustomfooterinforight .text-formatted p > a,
  body #page footer #footer-inner #block-blockcustomfooterinforight .text-formatted p span {
    display: block;
    float: none !important;
  }
}
@media (max-width: 991px) {
  body #page footer {
    padding: 20px;
  }
  body #page footer #footer-inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  body #page footer #footer-inner .logo {
    margin: 0 auto 10px;
    width: 150px;
  }
  body #page footer #footer-inner #block-blockcustomfooterinfo {
    margin-bottom: 20px;
  }
  body #page footer #footer-inner #block-blockcustomfooterinforight table {
    width: 70%;
    margin: auto;
  }
}

body.page-node-455 #page #header #header-inner .container-inner #logo #logo-dark,
body.page-node-382 #page #header #header-inner .container-inner #logo #logo-dark,
body.page-node-237 #page #header #header-inner .container-inner #logo #logo-dark,
body.page-node-72 #page #header #header-inner .container-inner #logo #logo-dark,
body.node--type-spectacle #page #header #header-inner .container-inner #logo #logo-dark,
body.path-frontpage #page #header #header-inner .container-inner #logo #logo-dark {
  opacity: 0;
  visibility: hidden;
}
body.page-node-455 #page #header #header-inner .container-inner #logo #logo-light,
body.page-node-382 #page #header #header-inner .container-inner #logo #logo-light,
body.page-node-237 #page #header #header-inner .container-inner #logo #logo-light,
body.page-node-72 #page #header #header-inner .container-inner #logo #logo-light,
body.node--type-spectacle #page #header #header-inner .container-inner #logo #logo-light,
body.path-frontpage #page #header #header-inner .container-inner #logo #logo-light {
  opacity: 1;
  visibility: visible;
}
body.page-node-455 #page #header #header-inner .container-inner .menu-after ul li a,
body.page-node-382 #page #header #header-inner .container-inner .menu-after ul li a,
body.page-node-237 #page #header #header-inner .container-inner .menu-after ul li a,
body.page-node-72 #page #header #header-inner .container-inner .menu-after ul li a,
body.node--type-spectacle #page #header #header-inner .container-inner .menu-after ul li a,
body.path-frontpage #page #header #header-inner .container-inner .menu-after ul li a {
  color: #FFF;
}
body.page-node-455 #nav-icon small,
body.page-node-382 #nav-icon small,
body.page-node-237 #nav-icon small,
body.page-node-72 #nav-icon small,
body.node--type-spectacle #nav-icon small,
body.path-frontpage #nav-icon small {
  color: #FFF;
}
body.page-node-455 #nav-icon span,
body.page-node-382 #nav-icon span,
body.page-node-237 #nav-icon span,
body.page-node-72 #nav-icon span,
body.node--type-spectacle #nav-icon span,
body.path-frontpage #nav-icon span {
  background: #FFF;
}

.gin--horizontal-toolbar #toolbar-administration {
  z-index: 25000 !important;
}

.path-user #user-login-form {
  padding-top: 200px;
}

.maintenance-page {
  width: 100% !important;
  text-align: center;
}
.maintenance-page header a {
  display: block;
  margin: auto;
  width: 250px;
}

.user-logged-in {
  /* MENU FOOTER */
}
.user-logged-in .toolbar-oriented .toolbar-bar {
  z-index: 20000;
}
.user-logged-in #toTop {
  bottom: 60px;
}
.user-logged-in #footer {
  padding-bottom: 80px;
}
.user-logged-in .toolbar-oriented .toolbar-tray-horizontal li {
  padding-bottom: 0;
}
.user-logged-in #main .contextual-links li {
  padding-bottom: 0;
}
.user-logged-in #bottom-admin {
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
  position: fixed;
  z-index: 20000;
  bottom: 0;
  left: 0;
  background: #FFF;
  margin: auto;
  width: 100%;
}
.user-logged-in #bottom-admin ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.user-logged-in #bottom-admin ul li {
  padding: 0;
  margin: 0;
  /*  &:first-child{display: none;}
    &:nth-child(3){display: none;}
    */
}
.user-logged-in #bottom-admin ul li:hover a {
  background: #666;
  color: #FFFFFF;
}
.user-logged-in #bottom-admin ul li a {
  color: #ffc715;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  border: none !important;
  height: 40px;
  display: block;
}
.user-logged-in #bottom-admin ul li a.active {
  background: #666;
}
.user-logged-in #bottom-admin ul li.nav-item-admin {
  background: #ffc715;
}
.user-logged-in #bottom-admin ul li.nav-item-admin a {
  color: #FFFFFF;
}
.user-logged-in #bottom-admin ul li.nav-item-admin:hover a {
  color: #FFFFFF;
}
.user-logged-in .region-footer-after {
  padding-bottom: 30px;
}

/*
.user-logged-in.node--type-admin {
    #page #main-wrapper{background: $blanc;
        .block-system-breadcrumb-block{display: none;}
        #page_admin.no-admin{
            .row{justify-content: center;}
        }
    }
}
*/
/* TABLEAU DE BORD */
.user-logged-in.node--type-admin #block-efil-page-title {
  display: none;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin {
  margin-top: 30px;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin h1 {
  font-size: 30px;
  padding: 20px 0;
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #CCC;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin h1 span:first-child {
  text-transform: uppercase;
  padding: 0 10px 0 0;
  background: var(--white);
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin h1 span:last-child {
  background: var(--white);
  position: relative;
  font-size: 1.25rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 15px;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin h1 span:last-child svg {
  width: 26px;
  height: 26px;
  margin-left: 10px;
  fill: #60cd30;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin h1:before {
  content: "";
  display: block;
  background: var(--noir);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 10px;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin .line-admin {
  gap: 40px;
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul {
  margin: 0;
  padding: 0;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li {
  padding: 0;
  list-style: none;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin .info {
  background: #EEE;
  border-radius: var(--radius1);
  padding: 20px;
  text-align: center;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin .info h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin .info .title {
  padding: 40px 0 10px;
  text-align: center;
}
.user-logged-in.node--type-admin #page #main-wrapper #page_admin .info div {
  margin-bottom: 15px;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin h1 {
  width: 100% !important;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin h1:before {
  bottom: 15px;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin h1:after {
  display: none !important;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Arial, Helvetica, sans-serif;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li {
  background: #ededed;
  border-radius: 8px;
  padding: 0;
  height: 175px;
  list-style-type: none;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a .picto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  border: 5px solid #DDD;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a .picto:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #1e2896;
  height: 4px;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a .picto svg {
  fill: #FFFFFF;
  width: 80px;
  margin-bottom: 15px;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a .picto svg .svg2,
.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a .picto svg .svg1 {
  stroke-width: 0;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a .picto svg .svg2 {
  fill: #000;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a .picto svg .svg1 {
  fill: #000;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a .picto .menu-title {
  text-transform: uppercase;
  text-align: center;
  color: #666666;
  line-height: 18px;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a:hover {
  text-decoration: none;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a:hover .picto {
  background: #1e2896;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a:hover .picto:before {
  right: 0;
  background: #FFF;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a:hover .picto svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a:hover .picto .svg1 {
  fill: #FFF;
  stroke-width: 1px;
  stroke: #FFF;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a:hover .picto .svg2 {
  fill: #d2d4ea;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li a:hover .picto .menu-title {
  color: #FFF;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .button-deconnexion {
  font-size: 1.25rem;
  line-height: 1.35;
  padding: 15px;
  height: auto !important;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .button {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #1e2896;
  border: 3px solid #1e2896;
  color: #FFF;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 40px 0;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .button:hover {
  background: #FFF;
  color: #1e2896 !important;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .button:after {
  display: none;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .button svg {
  width: 26px;
  height: 26px;
  margin-right: 15px;
  fill: #FFF;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .button:hover svg {
  fill: #1e2896;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .button:before {
  display: none;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .info-success {
  background: rgba(0, 255, 0, 0.2);
  padding: 5px 10px;
  border-radius: 8px;
  text-align: center;
  margin: 15px 0;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .info-info {
  background: rgba(0, 0, 255, 0.2);
  padding: 5px 10px;
  border-radius: 8px;
  text-align: center;
  margin: 15px 0;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .info-alert {
  background: rgba(255, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 8px;
  text-align: center;
  margin: 15px 0;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .bloc-gris1 {
  background: #ededed;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  line-height: 1.4;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .bloc-gris1 h3 {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 22px;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .bloc-gris1 .title {
  padding: 40px 0 10px;
  text-align: center;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .bloc-gris1 .button {
  text-transform: none;
  width: 100%;
  text-align: center;
  padding: 5px 20px !important;
  height: auto !important;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .bloc-gris1 .button {
  text-transform: none;
  width: 100%;
  text-align: center;
  padding: 5px 20px !important;
  height: auto !important;
}

.user-logged-in.node--type-admin #page #main-wrapper #page_admin .btn-tooltip {
  width: 16px;
  height: 16px;
  font-size: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  position: relative;
  top: -5px;
  background: #1e2896;
  color: #FFF;
  font-weight: bold;
}

@media (max-width: 991px) {
  .user-logged-in.node--type-admin #page #main-wrapper #page_admin .menu-admin ul li {
    width: 48%;
  }
}
.path-frontpage .blanc-slider {
  position: absolute;
  z-index: 110;
  background: #FFF;
  width: 100%;
  height: 200px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.path-frontpage .photo-intro {
  -webkit-animation: disparition 1000ms ease-in-out 1500ms forwards;
          animation: disparition 1000ms ease-in-out 1500ms forwards;
  opacity: 1;
  visibility: visible;
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.path-frontpage .photo-intro img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.path-frontpage .photo-intro img.sd {
  display: none;
}
@media (max-width: 991px) {
  .path-frontpage .photo-intro img.hd {
    display: none;
  }
  .path-frontpage .photo-intro img.sd {
    display: block;
  }
}
@-webkit-keyframes disparition {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes disparition {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.path-frontpage #main-wrapper #main-before {
  padding: 0;
}
.path-frontpage #main-wrapper #main-before.main-before-intersaison {
  margin-bottom: -50px;
}
.path-frontpage #main-wrapper #main-before.main-before-intersaison + #main h1 {
  border: none !important;
}
@media (max-width: 767px) {
  .path-frontpage #main-wrapper #main-before.main-before-intersaison {
    margin-bottom: 0;
  }
}
.path-frontpage #main-wrapper #main-before .intersaison {
  height: 800px;
  padding-top: 100px;
  background: #e73452;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.path-frontpage #main-wrapper #main-before .intersaison img {
  max-height: 700px;
  width: auto;
  margin: auto;
}
@media (max-width: 991px) {
  .path-frontpage #main-wrapper #main-before .intersaison {
    height: 600px;
  }
  .path-frontpage #main-wrapper #main-before .intersaison img {
    max-height: 600px;
  }
}
@media (max-width: 767px) {
  .path-frontpage #main-wrapper #main-before .intersaison {
    height: 300px;
  }
  .path-frontpage #main-wrapper #main-before .intersaison img {
    max-height: 300px;
  }
}
.path-frontpage #main-wrapper #main-before #slider {
  /*
  .slick{height: 950px; margin-top: 0;
      .slick-dots{bottom: 220px;}
      .slick-list,
      .slick-track{height: 100%; }

      .slick-slide{position: relative; height: 100%;

          &.slick-current{
              .slide-content{display: block;}
              .slide-photo:before{opacity: 0;}
          }
          .slide-photo{height: 800px; overflow: hidden;
              img{max-height: 800px;}
              &:before{content: ""; display: block; position: absolute; z-index: 1000; top: 0; left: 0; width: 100%; height: 800px; background: #000; opacity: 0.6; @extend .transition;}
          }
          .slide-content{display: none; position: absolute; width: 1040px; max-width: 80%; margin: auto; left: 50%; transform: translateX(-50%); top: 750px; height: 200px; padding: 20px 40px; color: #000;
              .slide-inner{display: flex; justify-content: space-between; align-items: flex-end; position: relative; z-index: 11;
                  .left{flex: 1;
                      .slide-sous-titre{@include font-size($taille4); letter-spacing: 1.5px; text-transform: uppercase; font-family: $secondary-font;}
                      .slide-titre{@include font-size($taille8);font-family: $secondary-font; line-height: 1; margin-bottom: 20px;}
                      .slide-contenu{}
                  }
                  .right{
                      .button{margin: 0;}
                  }
              }
          }
      }
  } */
}
.path-frontpage #main-wrapper #main-before #slider .slick {
  height: 950px;
  margin-top: 0;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-dots {
  bottom: 220px;
  z-index: 120;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-list,
.path-frontpage #main-wrapper #main-before #slider .slick .slick-track {
  height: 100%;
  -webkit-transform: none;
          transform: none;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-slide {
  position: relative;
  height: 100%;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-photo {
  height: 800px;
  overflow: hidden;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-photo img {
  max-height: 800px;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-photo:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background: #000;
  opacity: 0.6;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content {
  z-index: 130;
  display: none;
  position: absolute;
  width: 1040px;
  max-width: 80%;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 750px;
  height: 200px;
  padding: 20px 40px;
  color: #000;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content .slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 11;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content .slide-inner .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content .slide-inner .left .slide-sous-titre {
  font-size: 1.5rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Cargo";
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content .slide-inner .left .slide-titre {
  font-size: 2.875rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  font-family: "Cargo";
  line-height: 1;
  margin-bottom: 20px;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content .slide-inner .right {
  opacity: 0;
  position: absolute;
  right: 0;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content .slide-inner .right .button {
  margin: 0;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-slide.slick-current .slide-content {
  display: block;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-slide.slick-current .slide-content .slide-inner .right {
  -webkit-animation: apparition 300ms ease-in-out 500ms forwards;
          animation: apparition 300ms ease-in-out 500ms forwards;
}
.path-frontpage #main-wrapper #main-before #slider .slick .slick-slide.slick-current .slide-photo:before {
  opacity: 0;
}
@-webkit-keyframes apparition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes apparition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .path-frontpage #main-wrapper #main-before #slider .slick {
    height: auto;
  }
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-dots {
    bottom: auto;
    top: 370px;
  }
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-list,
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-track {
    height: auto;
  }
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-slide {
    height: auto;
  }
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-photo {
    height: 400px;
    overflow: auto;
  }
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-photo:before {
    display: none;
  }
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content {
    padding: 20px 20px;
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    -webkit-transform: none;
            transform: none;
    top: auto;
    height: auto;
  }
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content .slide-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content .slide-inner .left {
    width: 100%;
    max-width: 640px;
    margin: auto;
  }
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content .slide-inner .left .slide-sous-titre {
    font-size: 1.25rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
  }
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content .slide-inner .left .slide-titre {
    font-size: 2.25rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
    line-height: 1;
  }
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content .slide-inner .left .slide-contenu {
    font-size: 1.125rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
  }
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content .slide-inner .right {
    width: 100%;
    max-width: 640px;
    margin: 10px auto 0 auto;
    position: relative;
    right: auto;
  }
  .path-frontpage #main-wrapper #main-before #slider .slick .slick-slide .slide-content .slide-inner .right .slide-lien a {
    width: 100%;
    text-align: center;
  }
}
.path-frontpage #main-wrapper #main {
  background: #FFF;
  position: relative;
}
.path-frontpage #main-wrapper #main #content-inner {
  margin-top: 0 !important;
}
.path-frontpage #main-wrapper #main #content-inner #block-efil-content h1 {
  font-size: 2rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  text-transform: none;
  line-height: 1.1;
  border-top: 5px solid #000;
  padding-top: 15px;
  padding-bottom: 10px;
}
.path-frontpage #main-wrapper #main #content-inner #block-efil-content h2 {
  text-transform: uppercase;
  margin-bottom: 2px;
  letter-spacing: 1.5px;
}
.path-frontpage #main-wrapper #main #content-inner #block-efil-content h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #000;
}
.path-frontpage #main-wrapper #main #content-inner #block-efil-content h2:after {
  display: none;
}
.path-frontpage #main-wrapper #main #content-inner #block-efil-content .home-content-header .lire {
  cursor: pointer;
  text-decoration: underline;
}
.path-frontpage #main-wrapper #main #content-inner #block-efil-content .home-content-header .home-content-header-resume {
  display: none;
}
.path-frontpage #main-wrapper #main #content-inner #block-efil-content .col1 {
  margin-top: 0;
}
.path-frontpage #main-wrapper #main #content-inner #block-efil-content .col3 {
  margin-right: -25px;
  margin-left: -25px;
}
.path-frontpage #main-wrapper #main #content-inner #block-efil-content .col3 .col {
  padding: 0 25px;
}
.path-frontpage #main-wrapper #main #content-inner #block-efil-content .col3 .field,
.path-frontpage #main-wrapper #main #content-inner #block-efil-content .col3 .field__item {
  width: 100%;
}
.path-frontpage #main-wrapper #main #content-inner #block-efil-content .col3 img {
  margin-bottom: 15px;
}
.path-frontpage #main-wrapper #main #content-inner #block-efil-content p {
  padding-bottom: 5px;
}
.path-frontpage #main-wrapper #main #content-inner #block-efil-content a {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 991px) {
  .path-frontpage #main-wrapper #main #content-inner #block-efil-content .home-content-header {
    margin-bottom: 30px;
  }
  .path-frontpage #main-wrapper #main #content-inner #block-efil-content .col3 {
    margin-top: 0;
  }
  .path-frontpage #main-wrapper #main #content-inner #block-efil-content .col1 {
    margin-bottom: 30px;
  }
  .path-frontpage #main-wrapper #main #content-inner #block-efil-content .col {
    margin-bottom: 30px;
  }
}

.node--type-page #main-wrapper #block-efil-content .modifier {
  color: #FFF;
  background: #F00;
}
.node--type-page #main-wrapper #block-efil-content article.node--type-page {
  /* .social-link{
    li{
      &:before{display: none;}
    }
  } */
}
.node--type-page #main-wrapper #block-efil-content article.node--type-page h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
.node--type-page #main-wrapper #block-efil-content article.node--type-page h3 {
  font-size: 1.5rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Cargo";
  color: #000;
  margin: 40px 0 20px 0;
  letter-spacing: 1.5px;
}
.node--type-page #main-wrapper #block-efil-content article.node--type-page h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  margin-bottom: 5px;
}
.node--type-page #main-wrapper #block-efil-content article.node--type-page h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  margin-top: 5px;
}
.node--type-page #main-wrapper #block-efil-content article.node--type-page .text-formatted {
  margin-bottom: 30px;
}
.node--type-page #main-wrapper #block-efil-content article.node--type-page .text-formatted h3:first-child {
  margin-top: 10px;
}
.node--type-page #main-wrapper #block-efil-content article.node--type-page .accordion {
  margin-top: 20px;
}
.node--type-page #main-wrapper #block-efil-content article.node--type-page .text-formatted img {
  margin: 20px 0;
}
.node--type-page #main-wrapper #block-efil-content article.node--type-page ul {
  margin: 10px 0 20px;
  padding-left: 15px;
}
.node--type-page #main-wrapper #block-efil-content article.node--type-page ul li {
  padding-bottom: 0px;
}
.node--type-page #main-wrapper #block-efil-content article.node--type-page a {
  color: #000;
  text-decoration: underline;
}
.node--type-page #main-wrapper #block-efil-content article.node--type-page .famille {
  display: inline;
  padding: 0;
  margin: 0 !important;
  vertical-align: baseline;
}
@media (max-width: 991px) {
  .node--type-page #main-wrapper #block-efil-content article.node--type-page h2 {
    font-size: 1.5rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
  }
  .node--type-page #main-wrapper #block-efil-content article.node--type-page h3 {
    font-size: 1.125rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
  }
  .node--type-page #main-wrapper #block-efil-content article.node--type-page table tr th,
  .node--type-page #main-wrapper #block-efil-content article.node--type-page table tr td {
    padding: 5px;
  }
  .node--type-page #main-wrapper #block-efil-content article.node--type-page .button {
    width: 100%;
    text-align: center;
  }
}
.node--type-page #main-wrapper .view-partenaire .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.node--type-page #main-wrapper .view-partenaire .view-content h2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 2rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
.node--type-page #main-wrapper .view-partenaire .view-content article.partenaire {
  width: 20%;
  padding: 20px;
}
.node--type-page #main-wrapper .view-partenaire .view-content article.partenaire .flip-card {
  background-color: transparent;
  width: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.node--type-page #main-wrapper .view-partenaire .view-content article.partenaire .flip-card .flip-card-inner {
  position: relative;
  margin: 5px 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.node--type-page #main-wrapper .view-partenaire .view-content article.partenaire .flip-card .flip-card-inner .flip-card-front {
  z-index: 3;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.node--type-page #main-wrapper .view-partenaire .view-content article.partenaire .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.node--type-page #main-wrapper .view-partenaire .view-content article.partenaire .flip-card .flip-card-inner .flip-card-back a {
  color: #000;
  font-size: 1.125rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
.node--type-page #main-wrapper .view-partenaire .view-content article.partenaire .flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.node--type-page #main-wrapper .view-partenaire .view-content article.partenaire:nth-of-type(-n+10) {
  border-bottom: 1px solid #000;
}
@media (max-width: 991px) {
  .node--type-page #main-wrapper .view-partenaire .view-content article.partenaire {
    padding: 10px;
    width: 50%;
    border: none !important;
  }
}

body.page-node-455 #page #main-wrapper .container,
body.page-node-382 #page #main-wrapper .container,
body.page-node-237 #page #main-wrapper .container,
body.page-node-72 #page #main-wrapper .container {
  padding: 0 40px;
}
body.page-node-455 #page #main-wrapper #main-before,
body.page-node-382 #page #main-wrapper #main-before,
body.page-node-237 #page #main-wrapper #main-before,
body.page-node-72 #page #main-wrapper #main-before {
  padding: 0;
  position: relative;
  z-index: 1;
}
body.page-node-455 #page #main-wrapper #main-before #bg-header,
body.page-node-382 #page #main-wrapper #main-before #bg-header,
body.page-node-237 #page #main-wrapper #main-before #bg-header,
body.page-node-72 #page #main-wrapper #main-before #bg-header {
  height: auto;
  overflow: auto;
}
body.page-node-455 #page #main-wrapper #main-before #bg-header .field--name-field-background,
body.page-node-382 #page #main-wrapper #main-before #bg-header .field--name-field-background,
body.page-node-237 #page #main-wrapper #main-before #bg-header .field--name-field-background,
body.page-node-72 #page #main-wrapper #main-before #bg-header .field--name-field-background {
  height: 100vh;
  position: relative;
}
body.page-node-455 #page #main-wrapper #main-before #bg-header .field--name-field-background a,
body.page-node-382 #page #main-wrapper #main-before #bg-header .field--name-field-background a,
body.page-node-237 #page #main-wrapper #main-before #bg-header .field--name-field-background a,
body.page-node-72 #page #main-wrapper #main-before #bg-header .field--name-field-background a {
  position: relative;
  height: 100%;
  cursor: pointer;
  display: block;
}
body.page-node-455 #page #main-wrapper #main-before #bg-header .field--name-field-background a img,
body.page-node-382 #page #main-wrapper #main-before #bg-header .field--name-field-background a img,
body.page-node-237 #page #main-wrapper #main-before #bg-header .field--name-field-background a img,
body.page-node-72 #page #main-wrapper #main-before #bg-header .field--name-field-background a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
body.page-node-455 #page #main-wrapper #main-before #bg-header .field--name-field-background a:before,
body.page-node-382 #page #main-wrapper #main-before #bg-header .field--name-field-background a:before,
body.page-node-237 #page #main-wrapper #main-before #bg-header .field--name-field-background a:before,
body.page-node-72 #page #main-wrapper #main-before #bg-header .field--name-field-background a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%);
}
body.page-node-455 #page #main-wrapper #main-before #bg-header .field--name-field-background a:after,
body.page-node-382 #page #main-wrapper #main-before #bg-header .field--name-field-background a:after,
body.page-node-237 #page #main-wrapper #main-before #bg-header .field--name-field-background a:after,
body.page-node-72 #page #main-wrapper #main-before #bg-header .field--name-field-background a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%);
}
@media (max-width: 991px) {
  body.page-node-455 #page #main-wrapper #main-before #bg-header .field--name-field-background,
  body.page-node-382 #page #main-wrapper #main-before #bg-header .field--name-field-background,
  body.page-node-237 #page #main-wrapper #main-before #bg-header .field--name-field-background,
  body.page-node-72 #page #main-wrapper #main-before #bg-header .field--name-field-background {
    height: 50vh;
  }
}
body.page-node-455 #page #main-wrapper #block-efil-content,
body.page-node-382 #page #main-wrapper #block-efil-content,
body.page-node-237 #page #main-wrapper #block-efil-content,
body.page-node-72 #page #main-wrapper #block-efil-content {
  position: relative;
  z-index: 2;
}
body.page-node-455 #page #main-wrapper #block-efil-content .chapo,
body.page-node-382 #page #main-wrapper #block-efil-content .chapo,
body.page-node-237 #page #main-wrapper #block-efil-content .chapo,
body.page-node-72 #page #main-wrapper #block-efil-content .chapo {
  font-weight: bold;
}
@media (max-width: 991px) {
  body.page-node-455 #page #main-wrapper #block-efil-content .chapo,
  body.page-node-382 #page #main-wrapper #block-efil-content .chapo,
  body.page-node-237 #page #main-wrapper #block-efil-content .chapo,
  body.page-node-72 #page #main-wrapper #block-efil-content .chapo {
    font-size: 1.125rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
  }
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre {
  overflow: hidden;
  position: relative;
  margin-top: -240px;
  min-height: 230px;
  color: #FFF;
  padding: 40px 0;
  margin-bottom: 40px; /* position: absolute; left: 50%; transform: translateX(-50%); margin-top: -300px; */
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .bg,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .bg,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .bg,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .bg {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .bg.anim,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .bg.anim,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .bg.anim,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .bg.anim {
  -webkit-animation: bounce 0.5s;
          animation: bounce 0.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.13, 0.68, 0.5, 1);
          animation-timing-function: cubic-bezier(0.13, 0.68, 0.5, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .container,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .container,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .container,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .container .left,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .container .left,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .container .left,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .container .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .container .left .spectacle-genre,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .container .left .spectacle-genre,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .container .left .spectacle-genre,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .container .left .spectacle-genre {
  font-family: "Cargo";
  text-transform: uppercase;
  font-size: 1.5rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  letter-spacing: 1.5px;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .container .left h1,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .container .left h1,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .container .left h1,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .container .left h1 {
  color: inherit;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 3.625rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  line-height: 1;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button {
  margin: 0;
  border: none;
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
  cursor: pointer;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:before,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:before,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:before,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:before {
  background: #FFF;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:hover,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:hover,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:hover,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:hover {
  color: #000 !important;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre.scroll,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre.scroll,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre.scroll,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre.scroll {
  color: #000;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button {
  background: #FFF;
  border: none;
  color: #000;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button:before,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button:before,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button:before,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button:before {
  background: #000;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button:hover,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button:hover,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button:hover,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button:hover {
  color: #FFF !important;
}
@-webkit-keyframes bounce {
  from {
    top: 99%;
  }
  to {
    top: 90%;
  }
}
@keyframes bounce {
  from {
    top: 99%;
  }
  to {
    top: 90%;
  }
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos {
  padding-bottom: 70px;
  max-height: 620px;
  overflow: hidden;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video,
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide,
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-list,
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-track,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-list,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-track,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-list,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-track,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-list,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-track {
  height: 540px;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo {
  width: 960px;
  margin-right: 30px;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .copyright,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .copyright,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .copyright,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFF;
  padding: 3px 7px;
  color: #000;
  font-size: 14px;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video iframe,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video iframe,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video iframe,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video iframe {
  display: block;
  width: 960px;
  height: 540px;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots {
  bottom: -50px;
  margin: 0;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots button,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots button,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots button,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots button {
  border-color: #000;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots li.slick-active button,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots li.slick-active button,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots li.slick-active button,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots li.slick-active button {
  background: #000;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide {
  position: relative;
  height: 540px;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide:before,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide:before,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide:before,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.5;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-current,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-current,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-current,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-current {
  position: relative;
}
body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-current:before,
body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-current:before,
body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-current:before,
body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-current:before {
  opacity: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  body.page-node-455 #page #main-wrapper #block-efil-content .container,
  body.page-node-382 #page #main-wrapper #block-efil-content .container,
  body.page-node-237 #page #main-wrapper #block-efil-content .container,
  body.page-node-72 #page #main-wrapper #block-efil-content .container {
    padding: 0 20px;
  }
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre {
    color: #000;
    height: auto;
    margin: 0 0 35px 0;
    padding: 20px 0;
  }
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .bg,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .bg,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .bg,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .bg {
    opacity: 1;
    top: 0 !important;
  }
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .container,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .container,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .container,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .container .left,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .container .left,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .container .left,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .container .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .container .right,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .container .right,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .container .right,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .container .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    background: #FFF;
    border: none;
    color: #000;
  }
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:before,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:before,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:before,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:before {
    background: #000;
  }
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:hover,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:hover,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:hover,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:hover {
    color: #FFF;
  }
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-titre.scroll,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-titre.scroll,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-titre.scroll,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-titre.scroll {
    color: #000;
  }
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos {
    padding: 0 0px 70px;
    margin: 0 20px;
  }
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video,
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide,
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-list,
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-track,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-list,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-track,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-list,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-track,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-list,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-track {
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 0.5628205128);
  }
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo {
    width: calc(100vw - 40px);
    margin: 0;
    height: calc((100vw - 40px) * 0.5628205128);
  }
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video iframe,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video iframe,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video iframe,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video iframe {
    display: block;
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 0.5628205128);
  }
  body.page-node-455 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots,
  body.page-node-382 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots,
  body.page-node-237 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots,
  body.page-node-72 #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots {
    position: relative;
    margin-top: 20px;
    bottom: auto;
  }
}

/* ==========================================================================
|  VUE :: Accueil
========================================================================== */
/* .field--name-field-actu-accueil{display: grid; gap: 40px; grid-template-columns: repeat(3, 1fr); margin-top: 30px;
  @include responsiveMax($md){
    grid-template-columns: repeat(1, 1fr);
  }
}   */
.view-display-id-actu_accueil .articles {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}
@media (max-width: 991px) {
  .view-display-id-actu_accueil .articles {
    grid-template-columns: repeat(1, 1fr);
  }
}
.view-display-id-actu_accueil .articles .field--name-field-photos {
  margin-bottom: 12px;
}

/* ==========================================================================
|  VUE :: Row
========================================================================== */
.page-node-169 #page .view-actualites article,
.page-node-10 #page .view-actualites article {
  padding-bottom: 40px;
  /* .photo-effet{text-decoration: none; @extend .img_up; overflow: hidden; display: block; border-radius: $radius; margin-bottom: 5px;
    img{border-radius: $radius; width: 100%;}
  } */
}
.page-node-169 #page .view-actualites article .field--name-field-photos,
.page-node-10 #page .view-actualites article .field--name-field-photos {
  margin-bottom: 5px;
}
.page-node-169 #page .view-actualites article .field--name-field-photos img,
.page-node-10 #page .view-actualites article .field--name-field-photos img {
  width: 100%;
}
.page-node-169 #page .view-actualites article .date,
.page-node-10 #page .view-actualites article .date {
  font-size: 0.875rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  float: right;
  font-family: "Inter", sans-serif;
}
.page-node-169 #page .view-actualites article .actu-title h2,
.page-node-10 #page .view-actualites article .actu-title h2 {
  font-size: 2rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 5px;
}
.page-node-169 #page .view-actualites article a,
.page-node-10 #page .view-actualites article a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.page-node-169 #page .view-actualites article:last-child,
.page-node-10 #page .view-actualites article:last-child {
  border-bottom: 0;
}
.page-node-169 #page .view-actualites article .date-mobile,
.page-node-10 #page .view-actualites article .date-mobile {
  display: none;
}
.page-node-169 #page .view-actualites article .date-desktop,
.page-node-10 #page .view-actualites article .date-desktop {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .page-node-169 #page .view-actualites article .date-mobile,
  .page-node-10 #page .view-actualites article .date-mobile {
    display: block;
    margin-top: 5px;
  }
  .page-node-169 #page .view-actualites article .date-desktop,
  .page-node-10 #page .view-actualites article .date-desktop {
    display: none;
  }
  .page-node-169 #page .view-actualites article .actu-title h2,
  .page-node-10 #page .view-actualites article .actu-title h2 {
    font-size: 1.5rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.view-filters [data-drupal-selector=edit-biennale] {
  display: none;
}

.view-filters [data-drupal-selector=edit-aosf] {
  display: none;
}

.view-filters [data-drupal-selector=edit-escapades] {
  display: none;
}

/*  CAS PARTICULIER - page Tous en scene */
.page-node-218 #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .field--name-field-evenements .field__item:first-child:after,
.page-node-61 #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .field--name-field-evenements .field__item:first-child:after {
  content: "au";
  display: block;
}

/*  CAS PARTICULIER - page Weekend Mario */
.page-node-227 #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre {
  display: none !important;
}
.page-node-227 #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-telechargements {
  display: none;
}

/*  CAS PARTICULIER - page Mario */
/* .page-node-454 #page-wrapper #page.template-mario{
    article{
        #spectacle-titre{
            .spectacle-lien{display: none;}
        }
        #spectacle-intro{display: none;}
        .spectacle-info-representation{display: none;}
    }
    #block-nextpreviouslink{display: none;}
}
 */
/* ==========================================================================
|  PAGE :: Spectacle
========================================================================== */
.node--type-spectacle #page-wrapper #page #main-wrapper #main-before {
  padding: 0;
  position: relative;
  z-index: 1;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #main-before #bg-header {
  height: auto;
  overflow: auto;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #main-before #bg-header .field--name-field-background {
  height: 100vh;
  position: relative;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #main-before #bg-header .field--name-field-background a {
  position: relative;
  height: 100%;
  cursor: pointer;
  display: block;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #main-before #bg-header .field--name-field-background a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #main-before #bg-header .field--name-field-background a .photo {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #main-before #bg-header .field--name-field-background a .copyright {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  color: #FFF;
  text-shadow: 0 0 5px #000;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #main-before #bg-header .field--name-field-background a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%);
}
.node--type-spectacle #page-wrapper #page #main-wrapper #main-before #bg-header .field--name-field-background a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%);
}
.node--type-spectacle #page-wrapper #page #main-wrapper #main-before #bg-header .mobile {
  display: none;
}
@media (max-width: 991px) {
  .node--type-spectacle #page-wrapper #page #main-wrapper #main-before #bg-header .field--name-field-background {
    height: 50vh;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #main-before #bg-header .mobile {
    display: block;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #main-before #bg-header .desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .node--type-spectacle #page-wrapper #page #main-wrapper #main-before #bg-header .field--name-field-miniature {
    height: 50vh;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #main-before #bg-header .field--name-field-miniature img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content {
  position: relative;
  z-index: 2;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre {
  overflow: hidden;
  position: relative;
  margin-top: -240px;
  min-height: 230px;
  color: #FFF;
  padding: 40px 0;
  margin-bottom: 40px; /* position: absolute; left: 50%; transform: translateX(-50%); margin-top: -300px; */
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .bg {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 992px) {
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .bg.anim {
    -webkit-animation: bounce 0.5s;
            animation: bounce 0.5s;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.68, 0.5, 1);
            animation-timing-function: cubic-bezier(0.13, 0.68, 0.5, 1);
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*  @include responsiveMin($lg){
       h1{white-space: nowrap;}
   } */
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container .left .spectacle-genre {
  font-family: "Cargo";
  text-transform: uppercase;
  font-size: 1.5rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  letter-spacing: 1.5px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container .left h1 {
  color: inherit;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 3.625rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  line-height: 1;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button {
  margin: 0;
  border: none;
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
  cursor: pointer;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:before {
  background: #FFF;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:hover {
  color: #000 !important;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre.scroll {
  color: #000;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button {
  background: #FFF;
  border: none;
  color: #000;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button:before {
  background: #000;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre.scroll .container .right .button:hover {
  color: #FFF !important;
}
@keyframes bounce {
  from {
    top: 99%;
  }
  to {
    top: 90%;
  }
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-famille {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-famille img {
  height: 28px;
  margin-left: 10px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-biennale {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-biennale img {
  height: 28px;
  margin-left: 10px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-partenaire .logo-partenaire,
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-partenaire .field--name-field-logo-partenaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-partenaire .logo-partenaire img,
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-partenaire .field--name-field-logo-partenaire img {
  width: 80px;
  margin-left: 10px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre span {
  font-weight: bold;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-public span,
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-duree span,
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-famille span,
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-tarif span {
  margin-right: 10px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro {
  font-size: 1.25rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  font-weight: bold;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro .spectacle-distinction {
  float: left;
  margin-right: 5px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-seance {
  margin-bottom: 40px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos {
  padding-bottom: 70px;
  max-height: 620px;
  overflow: hidden;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video,
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide,
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-list,
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-track {
  height: 540px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo {
  width: 960px;
  margin-right: 30px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFF;
  padding: 3px 7px;
  color: #000;
  font-size: 14px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video iframe {
  display: block;
  width: 960px;
  height: 540px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots {
  bottom: -50px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots button {
  border-color: #000;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots li.slick-active button {
  background: #000;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide {
  position: relative;
  height: 540px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.5;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-current {
  position: relative;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-current:before {
  opacity: 0;
  z-index: -1;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse {
  background: #ececec;
  margin: 35px 0;
  padding: 35px 0;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse h2 {
  text-transform: uppercase;
  font-size: 2rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse h2:after {
  display: none;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .slick-track {
  margin: 0;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .slick-slider {
  margin-top: 10px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .slick-slider .slick-disabled {
  display: none !important;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .slick-slider .slick-arrow.slick-next {
  right: -90px;
  opacity: 1 !important;
  background: url(../images/svg/fleche_droite.svg) no-repeat center;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .slick-slider .slick-arrow.slick-prev {
  left: -90px;
  opacity: 1 !important;
  background: url(../images/svg/fleche_gauche.svg) no-repeat center;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .presse {
  padding-right: 30px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .presse blockquote .text-formatted {
  font-weight: bold;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .presse blockquote .text-formatted p:before {
  content: "«";
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .presse blockquote .text-formatted p:after {
  content: "»";
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .presse blockquote footer {
  padding: 5px 0 0 0;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .presse blockquote footer cite {
  font-weight: bold;
  font-style: normal;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-bloc {
  margin-bottom: 35px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-bloc h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  line-height: 1.2;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-bloc h3 {
  font-size: 1.5rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Cargo";
  color: #000;
  margin: 40px 0 20px 0;
  letter-spacing: 1.5px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-bloc h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  margin-bottom: 5px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-bloc h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  margin-top: 5px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-tarif-partenaire ul {
  margin: 10px 0 0 0;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-telechargements .download-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-telechargements .download-file .file-pdf {
  margin-right: 10px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-telechargements .download-file .file-pdf:after {
  content: " - ";
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-telechargements .download-file .file-pdf a {
  margin-right: 10px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-telechargements .download-file .file-pdf:last-child:after {
  display: none;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .paragraph--type--seance { /* display: flex; align-items: center; */
  display: block;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .paragraph--type--seance .seance-date {
  text-transform: lowercase;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info a:not(.sf-dump-ref) {
  color: #000;
  text-decoration: underline;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content .container {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content .container {
    padding: 0 20px;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre {
    color: #000;
    height: auto;
    margin: 0 0 35px 0;
    padding: 20px 0;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .bg {
    opacity: 1;
    top: 0 !important;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container .left .spectacle-genre {
    font-size: 1.25rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container .left h1 {
    font-size: 2.25rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
    line-height: 1;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    background: #FFF;
    border: none;
    color: #000;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:before {
    background: #000;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre .container .right .button:hover {
    color: #FFF;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-titre.scroll {
    color: #000;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .left {
    display: block;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .left > div {
    width: 100%;
    margin: 0;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .right {
    display: block;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .right > div {
    margin: 0;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .right > div img {
    height: 20px;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-public {
    width: 100%;
    display: block;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-duree {
    display: block;
    float: left;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro-filtre .spectacle-tarif {
    display: block;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro {
    font-size: 1.125rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
    font-weight: bold;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-intro .spectacle-intro strong {
    color: #3ddb36;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos {
    padding: 0 0px 70px;
    margin: 0 20px;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video,
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo,
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-slide,
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-list,
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-track {
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 0.5628205128);
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .video,
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .photo {
    width: calc(100vw - 40px);
    margin: 0;
    height: calc((100vw - 40px) * 0.5628205128);
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video iframe {
    display: block;
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 0.5628205128);
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-photos .photo-video .slick-dots {
    position: relative;
    margin-top: 20px;
    bottom: auto;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .slick-slider {
    margin-top: 10px;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .slick-slider .slick-arrow {
    display: none !important;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .slick-slider .presse {
    width: 100%;
    margin: auto;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .slick-slider .slick-arrow.slick-next {
    right: -30px;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-presse .slick-slider .slick-arrow.slick-prev {
    left: -30px;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-bloc h2 {
    font-size: 1.5rem;
    /*
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8);
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2);
        }
      }
      @if $size == $size7 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5);
        }
      }
      */
    line-height: 1.4;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-telechargements .download-file {
    display: block;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-efil-content #spectacle-info .spectacle-info-telechargements .download-file .file-pdf:after {
    display: none;
  }
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-nextpreviouslink {
  margin: 70px 0 40px 0;
  position: relative;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-nextpreviouslink .content {
  position: relative;
  top: -50px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-nextpreviouslink .content a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  margin-top: 13px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-nextpreviouslink .content a.spectacle-prev:before {
  background: url(../images/svg/chevron-left.svg) no-repeat center;
  background-size: 20px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 20px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-nextpreviouslink .content a.spectacle-next:after {
  background: url(../images/svg/chevron-right.svg) no-repeat center;
  background-size: 20px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-nextpreviouslink .content a.spectacle-prev {
  left: 0;
}
.node--type-spectacle #page-wrapper #page #main-wrapper #block-nextpreviouslink .content a.spectacle-next {
  right: 0;
}
@media (max-width: 991px) {
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-nextpreviouslink {
    margin: 40px 0 20px 0;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-nextpreviouslink .content {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-nextpreviouslink .content a {
    position: relative;
    margin: 0;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-nextpreviouslink .content a.spectacle-prev:before {
    margin: 0;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-nextpreviouslink .content a.spectacle-next:after {
    margin: 0;
  }
  .node--type-spectacle #page-wrapper #page #main-wrapper #block-nextpreviouslink .content a.spectacle-next {
    text-align: right;
  }
}

/* ==========================================================================
|  VUE :: Spectacle - Liste
========================================================================== */
/* #block-views-block-liste-spectacle-liste-spectacle-termine{display: none!important;} */
#page .bloc-spectacle-termine {
  margin-top: 80px;
}
#page .bloc-spectacle-termine .bloc-spectacle-header {
  margin: 0 0px 40px 0px;
  border-bottom: 4px solid #000;
  padding-bottom: 5px;
}
#page .bloc-spectacle-termine .view-filters {
  display: none;
}
#page .bloc-spectacle .lien-carte {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  right: 0;
  background: url(../images/svg/carte.svg) no-repeat 0 center;
  background-size: 30px;
  padding-left: 35px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media (max-width: 991px) {
  #page .bloc-spectacle .lien-carte {
    display: none;
  }
}
#page .bloc-spectacle .titre-bloc {
  font-size: 1.5rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  letter-spacing: 1.5px;
  font-family: "Cargo";
  text-transform: uppercase;
  color: #000;
  margin: 0 20px 0 0;
  padding: 0;
}
#page .bloc-spectacle .archives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page .bloc-spectacle .archives .button-simple {
  margin: 0 40px 0 0;
  font-weight: normal;
  display: block;
}
@media (max-width: 991px) {
  #page .bloc-spectacle .archives {
    display: block;
  }
  #page .bloc-spectacle .archives .button-simple {
    margin: 0 0 10px 0;
  }
}
#page .bloc-spectacle .modal-carte {
  max-width: 900px;
  width: auto;
}
#page .bloc-spectacle .modal-carte .modal-body {
  max-height: 90vh;
  padding: 0;
  margin: 20px;
}
#page .bloc-spectacle .modal-carte .modal-body img {
  max-height: inherit;
  width: auto;
  height: 100%;
  margin: auto;
}
#page .bloc-spectacle .liste-ville {
  margin-top: 20px;
}
#page .bloc-spectacle .liste-ville .button {
  cursor: pointer;
  margin-right: 10px;
  font-size: 0.875rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  padding: 3px 10px;
  margin: 3px;
}
#page .bloc-spectacle .liste-ville .button_All {
  display: none !important;
}
#page .bloc-spectacle .liste-ville .button_2,
#page .bloc-spectacle .liste-ville .button_3 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ececec;
}
#page .bloc-spectacle .view-filters {
  margin: 0 0px 40px 0px;
  border-bottom: 4px solid #000;
  padding-bottom: 5px;
}
#page .bloc-spectacle .view-filters .views-exposed-form {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* GERER 2 possibilités : ALL et TRUE avec des boutons radios */
}
#page .bloc-spectacle .view-filters .views-exposed-form label {
  font-size: 1.25rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
}
#page .bloc-spectacle .view-filters .views-exposed-form .form-item-saison {
  min-width: 230px;
}
#page .bloc-spectacle .view-filters .views-exposed-form .form-item {
  margin: 0 10px 0 0;
  border: none; /* display: inline-block;  */
}
#page .bloc-spectacle .view-filters .views-exposed-form .form-item select {
  margin-top: 0;
  border: none;
  outline: none; /* max-width: 250px; */
  max-width: 212px;
}
#page .bloc-spectacle .view-filters .views-exposed-form .form-item select .strong {
  font-weight: bold;
}
#page .bloc-spectacle .view-filters .views-exposed-form .form-type-checkbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#page .bloc-spectacle .view-filters .views-exposed-form .form-item-genre,
#page .bloc-spectacle .view-filters .views-exposed-form .form-item-ville,
#page .bloc-spectacle .view-filters .views-exposed-form .form-item-saison,
#page .bloc-spectacle .view-filters .views-exposed-form .form-type-select {
  font-size: 1.25rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 10px;
}
#page .bloc-spectacle .view-filters .views-exposed-form .form-item-genre label,
#page .bloc-spectacle .view-filters .views-exposed-form .form-item-ville label,
#page .bloc-spectacle .view-filters .views-exposed-form .form-item-saison label,
#page .bloc-spectacle .view-filters .views-exposed-form .form-type-select label {
  display: none;
}
#page .bloc-spectacle .view-filters .views-exposed-form .form-actions {
  display: none !important;
}
#page .bloc-spectacle .view-filters .views-exposed-form:after {
  content: "";
  width: 100%;
}
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-mario-en-creation] legend,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-escapades] legend,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-famille] legend,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-aosf] legend,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-biennale] legend {
  display: none;
}
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-mario-en-creation] .form--inline,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-escapades] .form--inline,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-famille] .form--inline,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-aosf] .form--inline,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-biennale] .form--inline {
  margin-top: 6px;
}
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-mario-en-creation] .form--inline > div:last-child,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-escapades] .form--inline > div:last-child,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-famille] .form--inline > div:last-child,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-aosf] .form--inline > div:last-child,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-biennale] .form--inline > div:last-child {
  display: none !important;
}
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-mario-en-creation] .form--inline .form-item,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-escapades] .form--inline .form-item,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-famille] .form--inline .form-item,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-aosf] .form--inline .form-item,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-biennale] .form--inline .form-item {
  display: block;
  position: relative;
}
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-mario-en-creation] .form--inline .form-item input,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-escapades] .form--inline .form-item input,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-famille] .form--inline .form-item input,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-aosf] .form--inline .form-item input,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-biennale] .form--inline .form-item input {
  display: none;
}
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-mario-en-creation] .form--inline .form-item.active,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-escapades] .form--inline .form-item.active,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-famille] .form--inline .form-item.active,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-aosf] .form--inline .form-item.active,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-biennale] .form--inline .form-item.active {
  display: none;
}
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-mario-en-creation] .form--inline .form-item label,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-escapades] .form--inline .form-item label,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-famille] .form--inline .form-item label,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-aosf] .form--inline .form-item label,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-biennale] .form--inline .form-item label {
  padding-left: 32px;
  color: #000;
}
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-mario-en-creation] .form--inline .form-item label:before,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-escapades] .form--inline .form-item label:before,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-famille] .form--inline .form-item label:before,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-aosf] .form--inline .form-item label:before,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-biennale] .form--inline .form-item label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 26px;
  height: 26px;
  background: #FFF;
  border: 2px solid #000;
}
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-mario-en-creation] .form--inline .form-item:nth-child(1) label:after,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-escapades] .form--inline .form-item:nth-child(1) label:after,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-famille] .form--inline .form-item:nth-child(1) label:after,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-aosf] .form--inline .form-item:nth-child(1) label:after,
#page .bloc-spectacle .view-filters .views-exposed-form fieldset[data-drupal-selector=edit-biennale] .form--inline .form-item:nth-child(1) label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  width: 12px;
  height: 12px;
  background: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  #page .bloc-spectacle .view-filters .views-exposed-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 0 10px !important;
    height: auto;
  }
  #page .bloc-spectacle .view-filters .views-exposed-form .form-item {
    margin-bottom: 8px;
  }
}
#page .bloc-spectacle .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* justify-content: space-between; */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -25px;
}
#page .bloc-spectacle .articles article.node--type-spectacle {
  width: 28.3%;
  margin: 0 25px 50px 25px;
  position: relative;
}
#page .bloc-spectacle .articles article.node--type-spectacle a {
  display: block;
  text-decoration: none;
  color: #000;
}
#page .bloc-spectacle .articles article.node--type-spectacle a .spectacle-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}
#page .bloc-spectacle .articles article.node--type-spectacle a .spectacle-bg .logo-partenaire {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FFF;
  padding: 10px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page .bloc-spectacle .articles article.node--type-spectacle a .spectacle-bg .logo-partenaire img {
  max-width: 50px;
}
#page .bloc-spectacle .articles article.node--type-spectacle a .spectacle-bg .annule {
  position: absolute;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  left: -42px;
  top: 100px;
  z-index: 10;
  width: 200px;
  height: 27px;
  background: #F00;
  text-align: center;
  color: #FFF;
}
#page .bloc-spectacle .articles article.node--type-spectacle a .spectacle-bg .ajourne {
  position: absolute;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  left: -42px;
  top: 100px;
  z-index: 10;
  width: 200px;
  height: 27px;
  background: rgb(255, 123, 0);
  text-align: center;
  color: #FFF;
}
#page .bloc-spectacle .articles article.node--type-spectacle a .spectacle-bg > img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#page .bloc-spectacle .articles article.node--type-spectacle a .spectacle-bg .tags {
  position: absolute;
  z-index: 10;
  bottom: 10px;
}
#page .bloc-spectacle .articles article.node--type-spectacle a .spectacle-bg .tags img {
  height: 16px;
}
#page .bloc-spectacle .articles article.node--type-spectacle a .spectacle-bg .tags.tags-aosf {
  right: 10px;
  border-radius: 15px;
  padding: 4px 10px;
  background: #3ddb36;
}
#page .bloc-spectacle .articles article.node--type-spectacle a .spectacle-bg .tags.tags-famille {
  left: 10px;
}
#page .bloc-spectacle .articles article.node--type-spectacle a .spectacle-genre {
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  line-height: 1.4;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
}
#page .bloc-spectacle .articles article.node--type-spectacle a h2 {
  font-size: 2rem;
  /*
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8);
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2);
      }
    }
    @if $size == $size7 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5);
      }
    }
    */
  line-height: 1.4;
  line-height: 1;
  font-family: "Cargo";
  margin-bottom: 5px;
}
#page .bloc-spectacle .articles article.node--type-spectacle a h2:after {
  display: none;
}
#page .bloc-spectacle .articles article.node--type-spectacle a .spectacle-sous-titre p {
  padding: 0;
}
#page .bloc-spectacle .articles article.node--type-spectacle a:hover .spectacle-bg > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 991px) {
  #page .bloc-spectacle .articles article.node--type-spectacle {
    width: 100%;
  }
}
#page .bloc-archives article .annule,
#page .bloc-archives article .ajourne {
  display: none !important;
}
#page .bloc-archives .view-liste-spectacle .views-exposed-form .js-form-item-saison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page .bloc-archives .view-liste-spectacle .views-exposed-form .js-form-item-saison select {
  min-width: 250px;
}
#page .bloc-archives .view-liste-spectacle .views-exposed-form .js-form-item-saison .lien-biennale {
  color: #000;
  position: relative;
  padding-right: 30px;
}
#page .bloc-archives .view-liste-spectacle .views-exposed-form .js-form-item-saison .lien-biennale:after {
  content: "";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  display: block;
  pointer-events: none;
  background: url(../images/svg/fleche_bas.svg) no-repeat center;
}
#page .bloc-archives .view-liste-spectacle .views-exposed-form .js-form-item-biennale {
  display: none;
}
/*# sourceMappingURL=../css/style.css.map */
