/*======================================
 E-MAGINEURS
 Home page
 ======================================*/
/* Niveau 1 : global */
/* Chargement des typos */
@import url('https://fonts.googleapis.com/css2?family=Palanquin+Dark:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
/* Variables de couleur */
/* Variables d'espacement */
/* Variables de style globales */
/* Variables de typographies */
/* Laisser les valeurs en px, les tailles sont calculée en rem par la suite */
/* Ratio des titres en mobile */
/* Taille du conteneur */
/* Grille sémantic ui */
/*576px*/
/*768px*/
/*992px*/
/*1200px*/
/*1584px*/
/* Fonctions à utiliser dans le thème */
/* Typographgies en unitées relatives */
/*Medias queries*/
/*1200px*/
/*992px*/
/*768px*/
/*576px*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.btn {
  cursor: pointer; }

/* Titre */
h1, .h1 {
  font-family: "Roboto Condensed", "Calibri", sans-serif;
  font-size: 1.625rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #424E64; }
@media only screen and (min-width: 75rem) {
  h1, .h1 {
    line-height: 3.75rem;
    font-size: 2.5rem; } }

h2, .h2 {
  font-family: "Roboto Condensed", "Calibri", sans-serif;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.625rem;
  margin-top: 3.125rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #1A2334; }
@media only screen and (min-width: 75rem) {
  h2, .h2 {
    font-size: 2.1875rem;
    line-height: 1.875rem; } }

h3, .h3 {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.375rem;
  margin-bottom: 0.625rem;
  margin-top: 2.5rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #1A2334; }
@media only screen and (min-width: 75rem) {
  h3, .h3 {
    font-size: 1.8125rem;
    line-height: 1.75rem; } }

h4, .h4 {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  margin-top: 1.875rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #1A2334; }
@media only screen and (min-width: 75rem) {
  h4, .h4 {
    line-height: 1.625rem;
    font-size: 1.625rem; } }

h5, .h5 {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  margin-top: 1.25rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #1A2334; }
@media only screen and (min-width: 75rem) {
  h5, .h5 {
    font-size: 1.4375rem;
    line-height: 1.5rem; } }

h6, .h6 {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #1A2334; }
@media only screen and (min-width: 75rem) {
  h6, .h6 {
    font-size: 1.3125rem;
    line-height: 1.375rem; } }

/* Paragraphes et texte */
p, span {
  color: #212121;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 1.875rem 0; }
  p.chapo, span.chapo {
    font-size: 1.25rem;
    line-height: 2.0625rem;
    font-weight: 500;
    color: #1A2334; }
  p.text_high, span.text_high {
    color: #424E64; }
  p.little, span.little {
    color: #1A2334;
    font-size: 0.8125rem; }
  p strong, span strong {
    color: #1A2334;
    font-weight: 700; }
  p em, span em {
    color: #1A2334;
    font-style: italic; }

/* Citation */
.frame-layout-citation {
  position: relative; }
  .frame-layout-citation:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: rgba(255, 233, 194, 0.25);
    z-index: -1; }

.col-md-6 blockquote {
  width: 100%; }
  .col-md-6 blockquote:after {
    content: none; }

blockquote {
  position: relative;
  padding: 110px 0; }
  blockquote p:not(.author) {
    color: #1A2334;
    font-size: 1.5625rem;
    line-height: 2.375rem;
    font-weight: 500; }
    blockquote p:not(.author):before {
      content: '“ ';
      color: #1A2334;
      font-size: 1.5625rem;
      line-height: 2.375rem;
      font-weight: 500; }
    blockquote p:not(.author):after {
      content: "";
      position: absolute;
      top: 30px;
      left: calc(50% - 14px);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 30px;
      height: 8px;
      background: #424E64; }
  blockquote p.author {
    font-family: "Roboto", "Arial", sans-serif;
    text-transform: uppercase;
    color: #424E64;
    font-size: 0.875rem;
    padding-left: 40px;
    position: relative;
    margin-bottom: 0; }
    blockquote p.author:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 30px;
      height: 1px;
      background: #1A2334; }
  blockquote:before {
    content: "";
    position: absolute;
    top: 34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 58px;
    height: 54px;
    border: solid 8px #424E64;
    border-top: 0; }
  @media only screen and (min-width: 62rem) {
    blockquote {
      width: 50%;
      margin: 0 auto; } }

/* Listes */
.ce-bodytext ul {
  margin: 10px 0; }
  .ce-bodytext ul li {
    padding-left: 0.875rem;
    line-height: 1.5;
    position: relative; }
    .ce-bodytext ul li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #424E64; }
    .ce-bodytext ul li ul {
      margin: 0; }
      .ce-bodytext ul li ul li {
        margin-left: 5px; }
        .ce-bodytext ul li ul li:before {
          background: transparent;
          width: 5px;
          height: 5px;
          top: 9px;
          border: solid 1px #424E64; }
.ce-bodytext ol {
  margin: 10px 0;
  counter-reset: num; }
  .ce-bodytext ol li {
    line-height: 1.5; }
    .ce-bodytext ol li:before {
      counter-increment: num;
      content: counters(num, ".") " ";
      color: #424E64;
      font-size: 0.75rem;
      margin-right: 5px; }
    .ce-bodytext ol li ol {
      margin: 0; }
      .ce-bodytext ol li ol li {
        margin-left: 20px; }

/* Base */
html, body {
  font-family: "Roboto", "Calibri", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  overflow-x: hidden; }

body.open-menu {
  position: fixed; }

.extbase-debugger span {
  color: white; }

#screen:not(.homepage) main#mainContent {
  padding-top: 192px; }
@media only screen and (max-width: 62rem) {
  #screen:not(.homepage) main#mainContent {
    padding-top: 111px; } }

/* Divs génériques */
.ce-textpic {
  overflow: initial; }

/* Liens */
a {
  text-decoration: underline;
  color: #424E64;
  transition: color 0.4s ease; }
  a:hover {
    color: #1A2334; }
  a:focus {
    color: #1A2334; }
  a.link_external, a.link_file, a.link_news, a.link_carte {
    position: relative;
    padding-left: 20px; }
    a.link_external:before, a.link_file:before, a.link_news:before, a.link_carte:before {
      content: "";
      position: absolute;
      width: 14px;
      height: 14px;
      top: 0;
      left: 0;
      background-size: contain;
      background-position: left top;
      background-repeat: no-repeat; }
  a.link_external:before {
    background-image: url("../../Images/link-external.svg"); }
  a.link_file:before {
    background-image: url("../../Images/link-file.svg"); }
  a.link_news:before {
    background-image: url("../../Images/link-external.svg"); }
  a.link_carte:before {
    background-image: url("../../Images/link-map.svg"); }

/* Images */
.ce-gallery:not(.ce-comparaison) figure {
  display: inline-block;
  margin: 0 0 30px 0; }
.ce-gallery:not(.ce-comparaison) figcaption {
  display: inline-block; }

.ce-gallery.ce-comparaison {
  display: block;
  overflow: initial;
  margin-bottom: 40px; }
  .ce-gallery.ce-comparaison figure:after {
    width: calc(100% + 40px);
    left: -20px;
    bottom: -20px; }
  .ce-gallery.ce-comparaison figure.cd-image-container {
    display: block;
    position: relative;
    width: 100%;
    margin: 0em auto; }
    .ce-gallery.ce-comparaison figure.cd-image-container img {
      display: block;
      width: 100%;
      margin: 0;
      z-index: 2; }
    .ce-gallery.ce-comparaison figure.cd-image-container .cd-image-label {
      position: absolute;
      bottom: -19px;
      left: 50%;
      color: white;
      padding: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      opacity: 0;
      transform: translateY(20px);
      -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
      -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
      transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
      z-index: 2;
      font-family: "Roboto", "Arial", sans-serif;
      font-size: 0.75rem;
      font-weight: 400;
      color: #424E64;
      margin: 0;
      padding: 0 0 0 40px; }
      .ce-gallery.ce-comparaison figure.cd-image-container .cd-image-label:not(.empty):before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 30px;
        height: 1px;
        background: #424E64; }
    .ce-gallery.ce-comparaison figure.cd-image-container .cd-resize-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      overflow: hidden;
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-right: solid 3px #1A2334;
      z-index: 2; }
      .ce-gallery.ce-comparaison figure.cd-image-container .cd-resize-img img {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        height: 100%;
        width: auto;
        max-width: none; }
      .ce-gallery.ce-comparaison figure.cd-image-container .cd-resize-img .cd-image-label {
        display: none;
        right: auto;
        left: 0; }
    .ce-gallery.ce-comparaison figure.cd-image-container .cd-handle {
      position: absolute;
      height: 55px;
      width: 55px;
      left: 50%;
      top: 50%;
      margin-left: -28.5px;
      margin-top: -27.5px;
      border-radius: 50%;
      background: #dc717d url("../../Images/cd-arrows.png") no-repeat center center;
      cursor: move;
      opacity: 0;
      transform: translate3d(0, 0, 0) scale(0);
      z-index: 2; }
      .ce-gallery.ce-comparaison figure.cd-image-container .cd-handle.draggable {
        background-color: #445b7c; }
    .ce-gallery.ce-comparaison figure.cd-image-container.is-visible .cd-image-label {
      opacity: 1;
      transform: translateY(0); }
    .ce-gallery.ce-comparaison figure.cd-image-container.is-visible .cd-resize-img {
      width: 50%;
      animation: cd-bounce-in 0.7s; }
    .ce-gallery.ce-comparaison figure.cd-image-container.is-visible .cd-handle {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
      -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
      -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
      transition: transform 0.3s 0.7s, opacity 0s 0.7s; }

@keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

figure {
  position: relative;
  margin-bottom: 45px; }
  figure img, figure .video-embed {
    position: relative;
    z-index: 2;
    width: calc(100% - 40px);
    height: auto;
    margin-left: 20px; }
  figure a {
    display: block;
    font-size: 0;
    position: relative;
    z-index: 2; }
    figure a:before {
      content: "";
      position: absolute;
      width: calc(100% - 40px);
      height: 50%;
      left: 20px;
      bottom: 0;
      background: transparent linear-gradient(0deg, #1A2334 0%, #71647200 100%) 0% 0% no-repeat padding-box;
      z-index: 3; }
  figure figcaption {
    position: relative;
    z-index: 2;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: #424E64;
    margin-left: 20px;
    padding-left: 40px; }
    figure figcaption:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 30px;
      height: 1px;
      background: #424E64; }
  figure:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 20px);
    background: #EDC500;
    z-index: 1; }
    figure.nocapt:after {
      bottom: -20px;
      height: 100%; }

.col-md-6 .ce-gallery.ce-comparaison {
  width: calc(100% - 40px); }

.detail.detail-news.detail-actuD .row .col-12 .gallery {
  position: relative;
  display: flex;
  flex-direction: column; }
  .detail.detail-news.detail-actuD .row .col-12 .gallery .figure {
    max-width: 400px; }

/* Iframes & Vidéos */
.related_iframe.embed-responsive {
  overflow: initial; }
  .related_iframe.embed-responsive iframe {
    width: calc(100% - 40px);
    margin-left: 20px; }
  .related_iframe.embed-responsive:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 50%;
    background: #EDC500;
    z-index: -1; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

/* Header */
#header {
  position: fixed;
  width: 100%;
  padding-top: 111px;
  background: #1A2334;
  z-index: 100; }
  #header.scrolled {
    padding-top: 14px;
    padding-bottom: 14px; }
    #header.scrolled .row > div header {
      position: relative;
      top: auto;
      left: auto; }
    #header.scrolled .row > div .frame-type-menu_principal {
      margin: 0 8px; }
    #header.scrolled .row > div #menutop {
      position: relative;
      top: auto;
      right: auto; }
      #header.scrolled .row > div #menutop > div, #header.scrolled .row > div #menutop #bloc-a11y--open, #header.scrolled .row > div #menutop ul.menu-langue {
        display: none; }
  #header.homepage {
    background: transparent; }
    #header.homepage .row > div .frame-type-menu_principal {
      position: fixed;
      bottom: 0;
      width: 100%; }
    #header.homepage.scrolled {
      background: #1A2334; }
      #header.homepage.scrolled .row > div .frame-type-menu_principal {
        position: relative;
        bottom: auto;
        width: auto;
        max-width: auto; }
  #header .row > div {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    #header .row > div header {
      position: absolute;
      top: -97px;
      left: 15px;
      font-size: 0; }
      #header .row > div header h1 {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        margin-bottom: 0; }
      #header .row > div header a {
        text-decoration: none; }
      #header .row > div header img {
        height: 81px;
        width: auto; }
        #header .row > div header img:first-child {
          margin-right: 40px;
          /* Menu dans Components > _menu.scss */ }
    #header .row > div .frame-type-menu_principal {
      flex-grow: 2;
      /* Menu dans Components > _menu.scss */ }
    #header .row > div #menutop {
      position: absolute;
      top: -97px;
      right: 15px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      background: #1A2334; }
      #header .row > div #menutop button, #header .row > div #menutop > div, #header .row > div #menutop ul.menu-langue {
        height: 81px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 1px;
        border-radius: 0; }
      #header .row > div #menutop button {
        width: 81px;
        transition: background 0.4s ease;
        position: relative;
        border: 0; }
        #header .row > div #menutop button#bloc-a11y--open img {
          width: 32px;
          height: auto; }
        #header .row > div #menutop button:hover {
          background: #424E64; }
        #header .row > div #menutop button#toggle-menu {
          display: none; }
      #header .row > div #menutop > div a {
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0 14px;
        display: block;
        line-height: 81px;
        font-weight: 400;
        transition: background 0.4s ease; }
        #header .row > div #menutop > div a:hover {
          background: #424E64; }
      #header .row > div #menutop ul.menu-langue {
        padding: 0 17px; }
        #header .row > div #menutop ul.menu-langue li {
          padding: 0 4px;
          color: white;
          font-weight: 500;
          margin-left: 15px; }
          #header .row > div #menutop ul.menu-langue li:first-child {
            margin-left: 0; }
          #header .row > div #menutop ul.menu-langue li .cercle {
            position: relative;
            display: inline-block;
            vertical-align: text-top;
            margin: 0;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            z-index: 5; }
            #header .row > div #menutop ul.menu-langue li .cercle:before {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              margin-top: -6px;
              margin-left: -6px;
              width: 12px;
              height: 12px;
              border-radius: 50%;
              z-index: 6;
              background: white; }
            #header .row > div #menutop ul.menu-langue li .cercle:after {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              margin-top: -2px;
              margin-left: -2px;
              width: 4px;
              height: 4px;
              border-radius: 50%;
              z-index: 7; }
            #header .row > div #menutop ul.menu-langue li .cercle.cFR {
              background: #ED2939; }
              #header .row > div #menutop ul.menu-langue li .cercle.cFR:after {
                background: #2B5DB8; }
            #header .row > div #menutop ul.menu-langue li .cercle.cEN {
              background: #2B5DB8; }
              #header .row > div #menutop ul.menu-langue li .cercle.cEN:after {
                background: #ED2939; }
          #header .row > div #menutop ul.menu-langue li a {
            color: white;
            padding: 0;
            font-weight: 400;
            text-decoration: underline;
            position: relative; }
            #header .row > div #menutop ul.menu-langue li a:hover {
              background: transparent;
              text-decoration: none; }
  #header #headsearch {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
    background: #1A2334; }
    #header #headsearch.actif {
      display: flex;
      z-index: 20; }
    #header #headsearch > .frame {
      flex: 2 1 auto; }
      #header #headsearch > .frame button {
        border: solid 1px #424E64; }
        #header #headsearch > .frame button:hover {
          color: #1A2334;
          background: white; }
    #header #headsearch > .closesearch {
      width: 61px;
      height: 61px;
      margin-left: 20px;
      position: relative;
      cursor: pointer;
      transition: background 0.4s ease; }
      #header #headsearch > .closesearch:before, #header #headsearch > .closesearch:after {
        content: "";
        width: 40px;
        height: 2px;
        top: 50%;
        left: 50%;
        background: white;
        position: absolute; }
      #header #headsearch > .closesearch:before {
        transform: translate(-50%, -50%) rotate(45deg); }
      #header #headsearch > .closesearch:after {
        transform: translate(-50%, -50%) rotate(-45deg); }
      #header #headsearch > .closesearch:hover {
        background: #424E64; }
  @media only screen and (max-width: 62rem) {
    #header.scrolled .row > div .frame-type-menu_principal {
      margin: 0;
      top: 95px; }
    #header.scrolled .row > div #menutop {
      position: absolute;
      top: -14px;
      right: 0;
      height: 109px; }
      #header.scrolled .row > div #menutop #bloc-a11y--open {
        display: flex; }
    #header.homepage .row > div .frame-type-menu_principal {
      bottom: auto; }
      #header .row > div #menutop {
        position: absolute;
        top: -111px;
        right: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 111px;
        padding: 0 15px; }
        #header .row > div #menutop .frame-type-menu_top, #header .row > div #menutop .menu-langue {
          display: none; }
        #header .row > div #menutop button {
          width: 27px;
          margin: 0 10px; }
          #header .row > div #menutop button#bloc-a11y--open {
            display: flex;
            margin: 0 10px 0 0; }
            #header .row > div #menutop button#bloc-a11y--open img {
              width: 27px; }
          #header .row > div #menutop button#toggle-menu {
            display: block;
            position: relative;
            height: 27px;
            padding: 0;
            margin: 0 0 0 10px;
            background: transparent; }
            #header .row > div #menutop button#toggle-menu span {
              width: 27px;
              height: 3px;
              background: white;
              position: absolute;
              right: 0;
              margin: 0; }
              #header .row > div #menutop button#toggle-menu span:nth-child(1) {
                top: 0; }
              #header .row > div #menutop button#toggle-menu span:nth-child(2) {
                top: 12px; }
              #header .row > div #menutop button#toggle-menu span:nth-child(3) {
                bottom: 0; }
            #header .row > div #menutop button#toggle-menu.open span:nth-child(1) {
              top: 12px;
              transform: rotate(45deg); }
            #header .row > div #menutop button#toggle-menu.open span:nth-child(2) {
              width: 0; }
            #header .row > div #menutop button#toggle-menu.open span:nth-child(3) {
              bottom: 12px;
              transform: rotate(-45deg); }
        #header .row > div #menutop.open {
          background: #1A2334;
          justify-content: space-between; }
          #header .row > div #menutop.open .frame-type-menu_top, #header .row > div #menutop.open .menu-langue {
            display: flex; }
            #header .row > div #menutop.open button#bloc-a11y--open, #header .row > div #menutop.open button#bloc-search {
              display: none; }
              #header .row > div #menutop.open button#toggle-menu span:nth-child(1) {
                top: 12px;
                transform: rotate(45deg); }
              #header .row > div #menutop.open button#toggle-menu span:nth-child(2) {
                width: 0; }
              #header .row > div #menutop.open button#toggle-menu span:nth-child(3) {
                bottom: 12px;
                transform: rotate(-45deg); }
      #header .row > div .frame-type-menu_principal {
        display: none; } }

@media only screen and (max-width: 62rem) {
  body.open-menu #header > .container {
    max-width: none; }
  body.open-menu #header .row > div .frame-type-menu_principal {
    display: block;
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    background: white;
    overflow: auto;
    padding-bottom: 120px; }
    body.open-menu #header .row > div .frame-type-menu_principal > nav ul#site-menu {
      flex-direction: column;
      align-items: normal; }
      body.open-menu #header .row > div .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown:before {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 0;
        width: calc(100% - 30px);
        height: 1px;
        background: #767676;
        z-index: 1; }
      body.open-menu #header .row > div .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a {
        justify-content: flex-start;
        background: transparent;
        color: #424E64;
        padding: 0 15px;
        z-index: 3; }
        body.open-menu #header .row > div .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a:before {
          content: "";
          position: absolute;
          top: 50%;
          right: 24px;
          transform: translateY(-50%);
          border-radius: 10px;
          width: 3px;
          height: 21px;
          background: #424E64; }
        body.open-menu #header .row > div .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translateY(-50%);
          border-radius: 10px;
          width: 21px;
          height: 3px;
          left: auto;
          bottom: auto;
          margin-left: 0;
          background: #424E64; }
        body.open-menu #header .row > div .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a[aria-expanded="true"] {
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29); }
          body.open-menu #header .row > div .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a[aria-expanded="true"]:before {
            height: 0; }
        body.open-menu #header .row > div .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a.mis-en-avant {
          color: #1A2334; }
      body.open-menu #header .row > div .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown.active:after {
        content: "";
        position: absolute;
        top: 4px;
        left: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 8px);
        background: #EDC500;
        opacity: 0.25;
        z-index: 1; }
      body.open-menu #header .row > div .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown .dropdown-menu.show {
        position: relative !important;
        box-shadow: none;
        z-index: 2;
        margin-bottom: 1px; } }

/* Footer */
.homepage #footer {
  position: relative;
  margin-top: 0;
  z-index: 6; }

#footer {
  margin-top: 100px; }
  #footer .ce-gallery figure {
    display: table;
    margin: 0; }
    #footer .ce-gallery figure img {
      width: 100%;
      margin-left: 0; }
    #footer .ce-gallery figure:after {
      content: none; }
  #footer #newsletter {
    background: #424E64;
    padding-top: 100px;
    padding-bottom: 170px; }
    #footer #newsletter .container .row > div > div:first-child {
      margin-bottom: 60px; }
      #footer #newsletter .container .row > div > div:first-child .content-header {
        position: relative;
        padding-top: 45px; }
        #footer #newsletter .container .row > div > div:first-child .content-header .entete {
          margin-top: 0;
          margin-bottom: 0;
          color: white;
          font-size: 1.5rem;
          line-height: 2.25rem;
          position: relative;
          z-index: 1; }
        #footer #newsletter .container .row > div > div:first-child .content-header .subheader {
          margin-top: 0;
          margin-bottom: 0;
          position: absolute;
          font-size: 8.75rem;
          font-weight: 700;
          color: #F2E8EE;
          opacity: 0.09;
          top: 40%;
          left: 50%;
          transform: translateX(-50%);
          z-index: 0; }
    #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset .custom-control.custom-checkbox.checkbox.policy {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding-left: 34px;
        cursor: pointer; }
        #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset .custom-control.custom-checkbox.checkbox.policy label {
          color: white;
          font-weight: 400;
          min-width: calc(690px - 34px);
          text-align: left;
          cursor: pointer; }
          #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset .custom-control.custom-checkbox.checkbox.policy label a {
            color: white; }
          #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset .custom-control.custom-checkbox.checkbox.policy label:before {
            width: 24px;
            height: 24px;
            border-radius: 0;
            border: 0;
            top: 0;
            left: -34px;
            background: #1A2334; }
      #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset .custom-control-input:checked ~ .custom-control-label::after {
        top: 0;
        left: -34px;
        width: 24px;
        height: 24px;
        background-image: url("../../Images/Icon-feather-check.png");
        background-size: auto;
        background-repeat: no-repeat; }
      #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset .form-group {
        margin-bottom: 30px; }
      #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset .powermail_field {
        position: relative; }
        #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset .powermail_field .parsley-errors-list {
          position: absolute;
          left: 0;
          top: 100%; }
      #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset input[type=email] {
        border-radius: 0;
        border: 0;
        background: white;
        color: #1A2334;
        padding: 24px;
        font-size: 0.875rem;
        font-weight: 500;
        min-height: 70px;
        min-width: 570px; }
      #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset input[type=submit].powermail_submit {
        border-radius: 0;
        border: 0;
        background: #1A2334;
        color: white;
        padding: 24px 20px;
        font-size: 0.875rem;
        font-weight: 500;
        min-height: 70px;
        min-width: 120px; }
  @media only screen and (max-width: 48rem) {
    #footer #newsletter {
      padding-top: 0;
      padding-bottom: 200px; }
      #footer #newsletter .container .row > div > div:first-child {
        margin-bottom: 30px; }
        #footer #newsletter .container .row > div > div:first-child .content-header .subheader {
          display: none; }
      #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset input[type=email] {
        min-height: auto;
        min-width: auto; }
      #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset input[type=submit].powermail_submit {
        padding: 24px 10px;
        min-height: auto;
        min-width: auto; }
      #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset .custom-control.custom-checkbox.checkbox.policy {
        width: 90%; }
        #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset .custom-control.custom-checkbox.checkbox.policy label {
          min-width: auto; } }
  #footer .footer-infos {
    position: relative;
    background: #212121;
    /* Button backToTop dans components > button.sccs */ }
    #footer .footer-infos .container {
      position: relative;
      padding-top: 100px;
      padding-bottom: 30px;
      color: white; }
      #footer .footer-infos .container:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background: rgba(66, 78, 100, 0.37); }
      #footer .footer-infos .container > div > .grid-container > .row {
        justify-content: center; }
        #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(1) p {
          font-family: "Roboto", "Arial", sans-serif;
          font-size: 0.875rem;
          font-weight: 700;
          line-height: 1.375rem;
          color: white;
          text-transform: uppercase;
          margin-bottom: 0; }
          #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(2) .entete {
            font-family: "Roboto", "Arial", sans-serif;
            font-size: 1.3125rem;
            font-weight: 700;
            line-height: 1rem;
            color: white;
            text-transform: uppercase;
            margin-top: 0; }
          #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(2) p {
            color: white;
            font-size: 1.0625rem;
            line-height: 1.625rem; }
          #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(2) a {
            text-decoration: none;
            color: white; }
            #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(2) a:hover {
              text-decoration: underline; }
          #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(2) > div:last-child p {
            margin-bottom: 0; }
        #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) {
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          justify-content: space-between; }
          #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) .ce-gallery figure img {
            max-width: 90px; }
            #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) .frame-type-menu_reseaux li {
              list-style: none;
              margin-left: 15px;
              display: inline-block;
              vertical-align: bottom; }
              #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) .frame-type-menu_reseaux li a {
                text-decoration: none;
                width: 34px;
                height: 34px;
                border-radius: 5px;
                display: flex;
                justify-content: center;
                align-items: center;
                background: white;
                color: #212121;
                font-size: 1.125rem;
                transition: color 0.4s ease, background 0.4s ease; }
                #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) .frame-type-menu_reseaux li a.Facebook {
                  align-items: flex-end;
                  font-size: 1.625rem;
                  /*i {
                   height: 15px;
                   }*/ }
                #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) .frame-type-menu_reseaux li a:hover {
                  text-decoration: none;
                  color: white;
                  background: #212121; }
            #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) .frame-type-menu_reseaux.visible {
              display: flex; }
      @media only screen and (max-width: 48rem) {
        #footer .footer-infos .container {
          padding-top: 20px; }
          #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(1) > .frame > .ce-textpic {
            display: flex;
            align-items: flex-end;
            justify-content: center; }
            #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(1) > .frame > .ce-textpic .ce-bodytext {
              margin-left: 20px;
              margin-bottom: 5px; }
          #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(2) {
            margin-top: 20px; }
            #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(2) h2, #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(2) p {
              text-align: center; }
          #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) {
            align-items: center;
            margin-top: 30px; }
            #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) .frame-type-menu_reseaux {
              order: -1;
              margin-bottom: 30px; }
              #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) .frame-type-menu_reseaux li:first-child {
                margin-left: 0; } }

footer {
  position: relative;
  background: #212121;
  color: white;
  padding: 30px 0;
  z-index: 6; }
  footer ul.nav li.nav-item a.nav-link {
    color: white;
    font-size: 0.8125rem;
    padding: 0 10px;
    text-decoration: none; }
    footer ul.nav li.nav-item a.nav-link:hover {
      text-decoration: underline; }
  footer ul.nav li.nav-item:first-child a.nav-link {
    padding: 0 10px 0 0; }
  footer ul.nav li.nav-item:last-child a.nav-link {
    padding: 0 0 0 10px; }
@media only screen and (max-width: 48rem) {
  footer ul.nav {
    flex-direction: column;
    align-items: center; }
    footer ul.nav li.nav-item a.nav-link, footer ul.nav li.nav-item:first-child a.nav-link, footer ul.nav li.nav-item:last-child a.nav-link {
      padding: 10px 0; } }

/* Niveau 2 : components */
.modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  box-shadow: 6px 6px 16px rgba(136, 136, 136, 0.5); }
  .modal-dialog .modal-content .modal-header {
    display: block;
    padding: 30px; }
    .modal-dialog .modal-content .modal-header .modal-title {
      margin-top: 0; }
    .modal-dialog .modal-content .modal-header button.close {
      position: absolute;
      top: 30px;
      right: 30px;
      width: 16px;
      height: 16px;
      padding: 0;
      margin: 0;
      opacity: 1; }
      .modal-dialog .modal-content .modal-header button.close span.croix {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0; }
        .modal-dialog .modal-content .modal-header button.close span.croix:before, .modal-dialog .modal-content .modal-header button.close span.croix:after {
          content: "";
          position: absolute;
          width: 20px;
          height: 3px;
          border-radius: 5px;
          background: #1A2334;
          top: 6px; }
        .modal-dialog .modal-content .modal-header button.close span.croix:before {
          transform: rotate(45deg);
          left: -2px; }
        .modal-dialog .modal-content .modal-header button.close span.croix:after {
          transform: rotate(-45deg);
          right: -2px; }
  .modal-dialog .modal-content .modal-body {
    padding: 30px; }
    .modal-dialog .modal-content .modal-body .custom-control.custom-switch .custom-control-label:before {
      background: #424E64; }
    .modal-dialog .modal-content .modal-body .custom-control.custom-switch .custom-control-label:after {
      background-color: #F2E8EE; }
    .modal-dialog .modal-content .modal-body .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
      background: #424E64; }
    .modal-dialog .modal-content .modal-body .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
      background-color: #F2E8EE; }

#header.full .frame-type-menu_principal {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-item-align: stretch;
  align-self: stretch; }
  #header.full .frame-type-menu_principal > nav {
    height: 100%; }
    #header.full .frame-type-menu_principal > nav ul {
      height: 100%;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #header.full .frame-type-menu_principal > nav ul a {
        height: 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; }

.frame-type-menu_principal > nav ul#site-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center; }
    .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown.active > a:after {
      height: 4px;
      background: #424E64; }
    .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > 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;
      text-transform: uppercase;
      color: white;
      font-family: "Roboto Condensed", "Calibri", sans-serif;
      font-weight: 400;
      font-size: 1.125rem;
      padding: 0 10px;
      min-height: 81px;
      text-decoration: none;
      background: #1A2334;
      -webkit-transition: background 0.4s ease;
      transition: background 0.4s ease;
      position: relative;
      overflow: hidden; }
      .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a:after {
        content: "";
        position: absolute;
        width: 80px;
        height: 0;
        bottom: 0;
        left: 50%;
        margin-left: -40px;
        -webkit-transition: height 0.4s ease, background 0.4s ease;
        transition: height 0.4s ease, background 0.4s ease;
        background: #EDC500; }
      .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a:hover, .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a[aria-expanded="true"] {
        background: #424E64; }
        .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a:hover:after, .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a[aria-expanded="true"]:after {
          height: 4px;
          background: #EDC500; }
      .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a.mis-en-avant {
        background: #424E64; }
        .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a.mis-en-avant:after {
          background: #424E64; }
        .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a.mis-en-avant:hover, .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a.mis-en-avant[aria-expanded="true"] {
          background: #EDC500; }
          .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a.mis-en-avant:hover:after, .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a.mis-en-avant[aria-expanded="true"]:after {
            height: 4px; }
    .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown .dropdown-menu {
      background: white;
      min-width: 100%;
      border-radius: 0;
      border: 0;
      margin: 0;
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
      padding: 20px 30px; }
      .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown .dropdown-menu.show {
        -webkit-transform: none !important;
        transform: none !important;
        top: 100% !important; }
      .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown .dropdown-menu a {
        text-transform: uppercase;
        color: #1A2334;
        text-decoration: none;
        padding: 10px 0;
        margin-bottom: 10px;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 500;
        font-size: 0.875rem;
        -webkit-transition: color 0.4s ease;
        transition: color 0.4s ease; }
        .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown .dropdown-menu a:last-child {
          margin-bottom: 0; }
        .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown .dropdown-menu a:hover, .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown .dropdown-menu a.active {
          background: transparent;
          color: #424E64;
          text-decoration: underline; }

button#backToTop {
  position: absolute;
  top: -45px;
  right: 0;
  width: 90px;
  height: 90px;
  padding: 0;
  background: #1A2334;
  opacity: 0.85;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10; }
  button#backToTop:hover {
    opacity: 1; }
  button#backToTop.fixed {
    position: fixed;
    top: auto;
    bottom: 20px;
    right: 20px; }
  button#backToTop .cadre {
    margin: 23px;
    width: 44px;
    height: 44px;
    border: 4px solid #424E64;
    border-top: 0;
    position: relative; }
    button#backToTop .cadre:before {
      content: "";
      position: absolute;
      width: 80%;
      height: 4px;
      top: -2px;
      left: -4px;
      background: #424E64; }
    button#backToTop .cadre .arrow {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 2px;
      height: 20px;
      border-radius: 10px;
      background: white; }
      button#backToTop .cadre .arrow:before, button#backToTop .cadre .arrow:after {
        content: "";
        position: absolute;
        border-radius: 10px;
        top: 2px;
        background: white;
        height: 2px;
        width: 13px; }
      button#backToTop .cadre .arrow:before {
        left: -1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      button#backToTop .cadre .arrow:after {
        right: -1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }

/* Table */
table.table {
  margin-bottom: 2.5rem; }
  table.table.table-responsive th {
    font-size: 1.0625rem;
    color: #424E64;
    padding: 10px; }
@media only screen and (min-width: 62rem) {
  table.table.table-responsive {
    display: table; } }

caption {
  margin-left: 10px;
  font-weight: 400;
  color: #212121; }

/* Fichiers d'éléments du fil d'ariane */
nav.breadcrumb-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  nav.breadcrumb-container ol.breadcrumb {
    background: transparent;
    padding: 14px 0;
    margin-bottom: 0; }
    nav.breadcrumb-container ol.breadcrumb li.breadcrumb-item {
      font-size: 0.875rem; }
      nav.breadcrumb-container ol.breadcrumb li.breadcrumb-item:before {
        color: #424E64; }
      nav.breadcrumb-container ol.breadcrumb li.breadcrumb-item.active {
        font-weight: 700;
        color: #1A2334; }
      nav.breadcrumb-container ol.breadcrumb li.breadcrumb-item a {
        font-weight: 400; }

.gallery {
  position: relative; }
  .gallery .img img {
    width: 100%; }
  .gallery .description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    color: #fff;
    background: none;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    .gallery .description .title {
      font-family: "Roboto", "Calibri", sans-serif;
      font-weight: 500;
      color: #fff; }
    @media only screen and (min-width: 62rem) {
      .gallery .description .title {
        font-size: 1.125rem; } }
    .gallery .description .info {
      opacity: 0;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -ms-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
  .gallery:hover .description, .gallery:focus .description {
    background: rgba(44, 62, 80, 0.5); }
    .gallery:hover .description .info, .gallery:focus .description .info {
      opacity: 1; }

a.gallery {
  display: block;
  height: calc(100% - 7px); }

.wrap-gallery {
  margin: 0 0 23px 0; }

/* Gallery photo slider */
.frame-layout-diapo-slider .slideshow__slides {
  position: relative;
  margin: 60px auto 0 auto;
  padding-left: 0;
  padding-right: 0; }
  .frame-layout-diapo-slider .slideshow__slides .slick-list {
    width: 66%;
    height: 560px;
    padding-top: 20px; }
    .frame-layout-diapo-slider .slideshow__slides .slick-list:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0;
      width: 100%;
      height: 20px;
      background: #EDC500; }
    .frame-layout-diapo-slider .slideshow__slides .slick-list .slick-track {
      height: 100%; }
      .frame-layout-diapo-slider .slideshow__slides .slick-list .slick-track .slick-slide div {
        font-size: 0;
        width: 100%;
        height: 100%; }
        .frame-layout-diapo-slider .slideshow__slides .slick-list .slick-track .slick-slide div a {
          height: 100%; }
          .frame-layout-diapo-slider .slideshow__slides .slick-list .slick-track .slick-slide div a figure {
            font-size: 0;
            width: 100%;
            height: 100%;
            margin-bottom: 0;
            overflow: hidden; }
            .frame-layout-diapo-slider .slideshow__slides .slick-list .slick-track .slick-slide div a figure:after {
              content: none; }
            .frame-layout-diapo-slider .slideshow__slides .slick-list .slick-track .slick-slide div a figure img {
              width: 100%;
              height: 100%;
              margin-left: 0;
              -o-object-fit: cover;
              object-fit: cover; }
            .frame-layout-diapo-slider .slideshow__slides .slick-list .slick-track .slick-slide div a figure figcaption {
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              bottom: -50%;
              width: 75%;
              background: rgba(26, 35, 52, 0.65);
              font-family: "Palanquin Dark", "Arial", sans-serif;
              font-size: 1.75rem;
              color: white;
              padding: 30px;
              transition: all 0.4s ease; }
              .frame-layout-diapo-slider .slideshow__slides .slick-list .slick-track .slick-slide div a figure figcaption:before {
                content: none; }
            .frame-layout-diapo-slider .slideshow__slides .slick-list .slick-track .slick-slide div a figure:hover figcaption {
              bottom: 0; }
    @media (max-width: 767.98px) {
      .frame-layout-diapo-slider .slideshow__slides .slick-list {
        width: 100%;
        height: 300px; } }
  .frame-layout-diapo-slider .slideshow__slides .slick-arrow {
    position: absolute;
    overflow: hidden;
    right: 0;
    border: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
    height: 50%;
    width: 34%;
    z-index: 9;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .frame-layout-diapo-slider .slideshow__slides .slick-arrow.slick-prev {
      bottom: 0; }
    .frame-layout-diapo-slider .slideshow__slides .slick-arrow.slick-next {
      top: 20px; }
    .frame-layout-diapo-slider .slideshow__slides .slick-arrow:before {
      display: none; }
    .frame-layout-diapo-slider .slideshow__slides .slick-arrow .arrow-icon {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      color: #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;
      z-index: 1; }
      .frame-layout-diapo-slider .slideshow__slides .slick-arrow .arrow-icon span {
        width: 21px;
        height: 21px;
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin: 0; }
      .frame-layout-diapo-slider .slideshow__slides .slick-arrow .arrow-icon.prev-slick-arrow {
        background-color: rgba(237, 197, 0, 0.65); }
        .frame-layout-diapo-slider .slideshow__slides .slick-arrow .arrow-icon.prev-slick-arrow span {
          background-image: url("../../Images/fleche-gauche-hover.svg"); }
      .frame-layout-diapo-slider .slideshow__slides .slick-arrow .arrow-icon.next-slick-arrow {
        background-color: rgba(66, 78, 100, 0.74); }
        .frame-layout-diapo-slider .slideshow__slides .slick-arrow .arrow-icon.next-slick-arrow span {
          background-image: url("../../Images/fleche-droite-blanche.svg"); }
    .frame-layout-diapo-slider .slideshow__slides .slick-arrow .slick-thumb-nav {
      position: relative;
      z-index: 0;
      height: 100%;
      background-size: cover;
      width: 100%;
      background-position: 50% 50%; }
      .frame-layout-diapo-slider .slideshow__slides .slick-arrow .slick-thumb-nav img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transform: scale(1);
        transition: all 0.4s ease; }
    .frame-layout-diapo-slider .slideshow__slides .slick-arrow:hover .slick-thumb-nav img {
      transform: scale(1.1); }
    @media (max-width: 767.98px) {
      .frame-layout-diapo-slider .slideshow__slides .slick-arrow {
        top: 100%;
        width: 100%;
        height: 100px; }
        .frame-layout-diapo-slider .slideshow__slides .slick-arrow.slick-prev {
          left: 0;
          width: 50%; }
        .frame-layout-diapo-slider .slideshow__slides .slick-arrow.slick-next {
          top: 100%;
          right: 0;
          width: 50%; } }
  @media (max-width: 767.98px) {
    .frame-layout-diapo-slider .slideshow__slides {
      margin: 60px auto 100px auto; } }

/* Stype pour social share */
#socialShare {
  display: none; }
  #socialShare[aria-hidden="false"] {
    display: block; }

/* Stype pour social simple */
#social {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  #social button#social-print {
    width: 23px;
    height: 21px;
    background: url(../../Images/icon-print.svg) top left no-repeat;
    background-size: contain;
    text-indent: -99999px;
    padding: 0;
    border: 0;
    border-radius: 0; }
  #social[aria-hidden="false"] {
    display: flex; }

/* Label */
/* Input, Select & Textarea */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none; }

select::-ms-expand {
  display: none; }

/* Form & Submit */
.form-control, .custom-select, [type="submit"] {
  border-radius: 0;
  border: solid 1px #767676;
  padding: 20px 15px;
  color: #212121;
  height: auto;
  line-height: normal;
  background-clip: initial; }

[type="submit"] {
  background: #424E64;
  color: white;
  text-transform: uppercase;
  padding: 20px 40px;
  border: 0; }
  [type="submit"]:hover {
    background: #1A2334; }

/* Erreur */
.parsley-errors-list {
  color: red; }

/* Powermail */
#powermail_tabmenu {
  padding: 0;
  list-style: none;
  width: 100%; }
  #powermail_tabmenu li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    #powermail_tabmenu li:not(:last-child):after {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: 1px;
      margin: 0.5rem 0 0 0;
      content: "";
      background-color: rgba(0, 0, 0, 0.1); }
    #powermail_tabmenu li:not(:first-child):before {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: 1px;
      margin: 0.5rem 0 0 0;
      content: "";
      background-color: rgba(0, 0, 0, 0.1); }
    #powermail_tabmenu li a {
      padding: 1.5rem;
      text-align: center; }
      #powermail_tabmenu li a .circle {
        display: inline-block;
        width: 1.75rem;
        height: 1.75rem;
        margin-right: 0.5rem;
        line-height: 1.7rem;
        color: #fff;
        text-align: center;
        background: rgba(0, 0, 0, 0.38);
        border-radius: 50%; }
      #powermail_tabmenu li a .label {
        display: inline-block; }
    #powermail_tabmenu li.btn-primary a .circle, #powermail_tabmenu li.previous a .circle {
      background: #000; }
  #powermail_tabmenu li.btn-danger a {
    color: red; }
    #powermail_tabmenu li.btn-danger a .circle {
      background: red; }
  #powermail_tabmenu .btn-primary {
    background: none;
    border: none; }
  #powermail_tabmenu .btn-danger {
    background: none;
    border: none; }

/* Datepicker */
.btn-datepicker {
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -99999em;
  background: url(../../Images/date-none.png);
  background-repeat: no-repeat;
  background-size: contain; }
  .btn-datepicker.stop {
    background-image: url(../../Images/date.png); }

.picker__select--month, .picker__select--year {
  height: auto;
  padding: 0; }

/* Menu accessible */
#a11y-menu {
  left: 0;
  position: absolute;
  top: 5px;
  z-index: 100; }
  #a11y-menu li {
    display: inline; }
  #a11y-menu a {
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 1px; }
    #a11y-menu a:active, #a11y-menu a:focus {
      color: #000;
      position: static; }

/* Gestion des accordeons */
/* Bloc TYPO3 -> apparence -> bloc plié / déplié */
.accordions .card-header {
  border-radius: 0;
  padding: 0; }
  .accordions .card-header .entete {
    margin: 0; }
    .accordions .card-header .entete button {
      background: #1A2334;
      padding: 25px 30px;
      width: 100%;
      text-align: left;
      font-size: 1.3125rem;
      color: white;
      text-transform: uppercase;
      border-top: solid 1px #767676;
      border-bottom: solid 1px #767676;
      border-left: 0;
      border-right: 0;
      text-decoration: none;
      transition: background 0.4s ease;
      position: relative; }
      .accordions .card-header .entete button span {
        position: absolute;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        right: 35px;
        width: 21px;
        height: 21px; }
        .accordions .card-header .entete button span:before, .accordions .card-header .entete button span:after {
          content: "";
          position: absolute;
          border-radius: 10px;
          background: white;
          top: 50%;
          transform: translateY(-50%);
          transition: transform 0.4s ease, top 0.6s ease; }
        .accordions .card-header .entete button span:before {
          width: 3px;
          height: 21px;
          right: 9px; }
        .accordions .card-header .entete button span:after {
          width: 21px;
          height: 3px;
          right: 0; }
      .accordions .card-header .entete button[aria-expanded="true"] {
        background: #424E64; }
        .accordions .card-header .entete button[aria-expanded="true"] span:before {
          transform: rotate(45deg);
          top: 0; }
        .accordions .card-header .entete button[aria-expanded="true"] span:after {
          transform: rotate(45deg);
          top: 9px; }
      .accordions .card-header .entete button[aria-expanded="false"] {
        background: #1A2334; }
        .accordions .card-header .entete button[aria-expanded="false"]:hover {
          background: #424E64; }
.accordions .collapse .card-body, .accordions .collapsing .card-body {
  padding: 34px 35px 4px 35px; }

.ias-trigger {
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-top: 50px; }
  .ias-trigger button.btn {
    border-radius: 0;
    margin: 0;
    padding: 22px 90px;
    background-color: #424E64;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    transition: background 0.4s ease; }
    .ias-trigger button.btn span {
      position: relative;
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 13px;
      margin-bottom: 0; }
      .ias-trigger button.btn span:before, .ias-trigger button.btn span:after {
        content: "";
        position: absolute;
        background: white;
        border-radius: 5px; }
      .ias-trigger button.btn span:before {
        top: 0;
        width: 2px;
        height: 15px;
        left: 50%;
        margin-left: -1px; }
      .ias-trigger button.btn span:after {
        top: 50%;
        height: 2px;
        width: 15px;
        left: 0;
        margin-top: -1px; }
    .ias-trigger button.btn:hover {
      background: #1A2334; }

/* Menu plan de site */
#unfold {
  margin-bottom: 15px;
  cursor: pointer; }
  #unfold span {
    display: none; }
    #unfold span.active {
      display: inline-block; }

/* Niveau 3 : vues */
.infovertical {
  display: none; }

#fullscreen {
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  #fullscreen:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #1a2334;
    opacity: 0.5;
    z-index: 2; }
  #fullscreen > div:first-child {
    position: relative;
    height: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3; }
    #fullscreen > div:first-child > .content-header {
      /*width: 50%;*/
      padding: 0 30px;
      text-align: center;
      margin-top: 50px;
      margin-bottom: 50px; }
      #fullscreen > div:first-child > .content-header .entete {
        margin: 0 0 50px 0;
        color: white;
        font-size: 2.8125rem;
        line-height: 3.3125rem; }
      #fullscreen > div:first-child > .content-header .subheader {
        margin: 0;
        color: white;
        font-size: 2.4375rem;
        font-weight: 400;
        text-transform: none; }
    #fullscreen > div:first-child button.videoplay {
      width: 75px;
      height: 75px;
      position: relative;
      background: transparent;
      border: 0; }
      #fullscreen > div:first-child button.videoplay:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -5px;
        margin-left: -3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5.5px 0 5.5px 10px;
        border-color: transparent transparent transparent white; }
      #fullscreen > div:first-child button.videoplay:after {
        content: "";
        position: absolute;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        border: solid 2px white;
        top: 0;
        left: 0; }
      #fullscreen > div:first-child button.videoplay.active:before {
        width: 10px;
        height: 10px;
        border-style: solid;
        border-width: 0 2px;
        border-color: white;
        margin-left: -5px; }
    #fullscreen > div:first-child button.scrollnext {
      position: relative;
      border: 0;
      width: 40px;
      height: 40px;
      background: url("../../Images/scrollNext.svg") 10px 11px no-repeat;
      background-size: 20px; }
      #fullscreen > div:first-child button.scrollnext:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 44px;
        height: 40px;
        border: solid 4px #424E64;
        border-top: 0; }
      #fullscreen > div:first-child button.scrollnext:after {
        content: "";
        position: absolute;
        top: -2px;
        left: calc(50% - 7px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 30px;
        height: 4px;
        background: #424E64; }
  #fullscreen .alerte {
    position: absolute;
    top: 125px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3; }
    #fullscreen .alerte .row {
      margin-right: 0;
      margin-left: 0; }
      #fullscreen .alerte .row > div {
        background: #EDC500;
        padding-top: 15px;
        padding-bottom: 15px; }
        #fullscreen .alerte .row > div:first-child {
          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; }
          #fullscreen .alerte .row > div:first-child .alerteclose {
            position: relative;
            cursor: pointer;
            width: 15px;
            height: 15px;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
            #fullscreen .alerte .row > div:first-child .alerteclose:before, #fullscreen .alerte .row > div:first-child .alerteclose:after {
              content: "";
              background: #1A2334;
              position: absolute;
              width: 20px;
              height: 2px;
              border-radius: 10px;
              top: 7px;
              left: -2px; }
            #fullscreen .alerte .row > div:first-child .alerteclose:before {
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
            #fullscreen .alerte .row > div:first-child .alerteclose:after {
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
        #fullscreen .alerte .row > div:last-child .entete {
          margin-top: 0;
          font-size: 1.125rem;
          line-height: normal;
          margin-bottom: 0; }
        #fullscreen .alerte .row > div:last-child p {
          color: #1A2334;
          margin-bottom: 10px; }
          #fullscreen .alerte .row > div:last-child p:last-child {
            margin-bottom: 0; }
        #fullscreen .alerte .row > div:last-child a {
          color: #1A2334; }
  #fullscreen > .frame-type-html, #fullscreen > figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1; }
    #fullscreen > .frame-type-html figcaption, #fullscreen > figure figcaption {
      display: none; }
    #fullscreen > .frame-type-html img, #fullscreen > figure img, #fullscreen > .frame-type-html .video-embed, #fullscreen > figure .video-embed, #fullscreen > .frame-type-html video, #fullscreen > figure video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      margin-left: 0; }
    #fullscreen > .frame-type-html iframe, #fullscreen > figure iframe {
      width: 100%;
      margin-left: 0; }
    #fullscreen > .frame-type-html:after, #fullscreen > figure:after {
      content: none; }

#entry {
  background: #424E64;
  overflow: hidden; }
  #entry > .container > .row > div {
    padding-top: 180px;
    padding-bottom: 140px; }
    #entry > .container > .row > div > div:first-child {
      position: relative;
      z-index: 1; }
    #entry > .container > .row > div > .frame-type-html {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #entry > .container > .row > div > .frame-type-html p, #entry > .container > .row > div > .frame-type-html span {
        font-family: "Roboto", "Arial", sans-serif;
        font-size: 10.9375rem;
        font-weight: 700;
        line-height: 15.375rem;
        color: rgba(138, 151, 175, 0.1);
        text-transform: uppercase; }
      #entry > .container > .row > div > .frame-type-html span {
        display: block;
        text-align: right; }
  #entry .grid-container > .row > div {
    min-height: 488px;
    padding-right: 0;
    padding-left: 0; }
  #entry .content {
    background: white;
    padding: 30px;
    z-index: 1; }
    #entry .content .content-header .entete {
      font-size: 2rem;
      line-height: 1.875rem;
      color: #1A2334;
      margin-top: 0;
      margin-bottom: 20px; }
    #entry .content p {
      margin-bottom: 0; }
    #entry .content a {
      display: inline-block;
      margin-top: 20px;
      font-size: 0.875rem;
      text-transform: uppercase;
      text-decoration: none;
      position: relative;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      color: #1A2334;
      font-weight: 500; }
      #entry .content a:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 30px;
        height: 1px;
        background: #424E64;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      #entry .content a.link_mailto {
        margin-top: 0;
        text-transform: none;
        font-size: 1rem;
        color: #212121; }
        #entry .content a.link_mailto:before {
          content: none; }
      #entry .content a.link_carte {
        padding-left: 30px; }
        #entry .content a.link_carte:before {
          width: 23px;
          height: 29px;
          top: 0;
          left: 0;
          background-size: contain;
          background-position: left top;
          background-repeat: no-repeat;
          background-image: url("../../Images/link-map.svg");
          background-color: transparent; }
  #entry figure {
    position: relative;
    display: inline-block;
    z-index: 0;
    width: 374px;
    height: 488px;
    margin: 0; }
    #entry figure figcaption {
      display: none; }
    #entry figure img {
      width: 100%;
      height: 100%;
      margin-left: 0;
      -o-object-fit: cover;
      object-fit: cover; }
    #entry figure:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 240px;
      z-index: 3;
      background: transparent -webkit-gradient(linear, left bottom, left top, from(#1a2334), to(#71647200)) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(0deg, #1a2334 0%, #71647200 100%) 0% 0% no-repeat padding-box; }
    #entry figure:after {
      content: "";
      width: calc(100% + 20px);
      height: calc(100% - 80px); }
  #entry .grid-container > .row > div:first-child {
    -webkit-transition: margin-top 0.8s ease;
    transition: margin-top 0.8s ease; }
    #entry .grid-container > .row > div:first-child.actif {
      margin-top: -40px; }
    #entry .grid-container > .row > div:first-child .content {
      position: relative;
      margin-left: 8%;
      margin-top: 60px; }
      #entry .grid-container > .row > div:first-child .content select {
        padding: 10px;
        margin: 20px 0 0 0;
        border: solid 1px #767676;
        width: 100%;
        height: 44px;
        overflow: hidden;
        background: white;
        color: #1A2334;
        font-weight: 700;
        position: relative;
        -webkit-appearance: auto;
        -moz-appearance: auto;
        -ms-appearance: auto;
        appearance: auto; }
        #entry .grid-container > .row > div:first-child .content select option {
          color: #1A2334;
          font-weight: 700; }
      #entry .grid-container > .row > div:first-child .content a {
        padding-left: 40px; }
        #entry .grid-container > .row > div:first-child .content a:before {
          left: 0; }
        #entry .grid-container > .row > div:first-child .content a:hover {
          padding-left: 60px; }
          #entry .grid-container > .row > div:first-child .content a:hover:before {
            width: 50px;
            background: #1A2334; }
    #entry .grid-container > .row > div:first-child figure {
      position: absolute;
      top: 0;
      right: 0; }
      #entry .grid-container > .row > div:first-child figure:after {
        bottom: -20px;
        left: -20px; }
  #entry .grid-container > .row > div:last-child {
    -webkit-transition: margin-top 0.4s ease;
    transition: margin-top 0.4s ease; }
    #entry .grid-container > .row > div:last-child.actif {
      margin-top: 40px; }
    #entry .grid-container > .row > div:last-child .content {
      position: absolute;
      bottom: 60px;
      right: 8%;
      text-align: left; }
      #entry .grid-container > .row > div:last-child .content a {
        padding-left: 40px; }
        #entry .grid-container > .row > div:last-child .content a:before {
          left: 0; }
        #entry .grid-container > .row > div:last-child .content a:hover {
          padding-left: 60px; }
          #entry .grid-container > .row > div:last-child .content a:hover:before {
            width: 50px;
            background: #1A2334; }
        #entry .grid-container > .row > div:last-child .content a.link_mailto {
          padding-left: 0; }
          #entry .grid-container > .row > div:last-child .content a.link_mailto:hover {
            padding-left: 0;
            text-decoration: underline; }
        #entry .grid-container > .row > div:last-child .content a.link_carte:hover:before {
          background-color: transparent;
          width: 23px; }
    #entry .grid-container > .row > div:last-child figure {
      position: relative; }
      #entry .grid-container > .row > div:last-child figure:after {
        top: -20px;
        right: -20px; }
  @media only screen and (max-width: 48rem) {
    #entry > .container > .row > div {
      padding-top: 100px;
      padding-bottom: 100px; }
      #entry > .container > .row > div > div:first-child .grid-container > .row > div:first-child .content {
        margin-left: 0;
        margin-top: 0; }
      #entry > .container > .row > div > div:first-child .grid-container > .row > div:first-child figure {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 40px; }
    #entry > .container > .row > div > div:first-child .grid-container > .row > div:last-child .content {
      position: relative;
      bottom: 0;
      right: 0; }
    #entry > .container > .row > div > div:first-child .grid-container > .row > div:last-child figure {
      width: 100%;
      height: auto;
      margin-bottom: 40px; }
      #entry > .container > .row > div > div:first-child .grid-container > .row > div:last-child figure:after {
        top: auto; }
    #entry > .container > .row > div > .frame-type-html {
      display: none; } }

@media only screen and (min-width: 48rem) {
  #actus > div > div {
    padding-top: 150px; } }
#actus > div > div > div:first-child {
  position: relative;
  z-index: 1; }
#actus > div > div > .frame-type-html {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #actus > div > div > .frame-type-html p {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 12.5rem;
    font-weight: 700;
    line-height: 18.125rem;
    color: #fbfaf6;
    text-transform: uppercase; }
#actus > div > div {
  padding-right: 0; }
#actus .tx-e-news {
  position: relative;
  margin-bottom: 40px; }
  #actus .tx-e-news a.all {
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 0.875rem;
    color: #1A2334;
    font-weight: 500;
    text-decoration: none; }
    #actus .tx-e-news a.all.bottom {
      top: inherit;
      bottom: -35px; }
    #actus .tx-e-news a.all:before {
      content: "";
      background: #1A2334;
      width: 30px;
      height: 1px;
      position: absolute;
      top: 50%;
      left: -40px;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    #actus .tx-e-news a.all:hover {
      text-decoration: underline; }
      #actus .tx-e-news a.all:hover:before {
        width: 50px;
        left: -60px; }
  #actus .tx-e-news .list.actuHome {
    padding: 40px 0 60px; }
    #actus .tx-e-news .list.actuHome button.slick-arrow {
      position: absolute;
      bottom: 0;
      border: 0;
      width: 25px;
      height: 25px;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      #actus .tx-e-news .list.actuHome button.slick-arrow.slick-prev {
        right: 60px;
        background: url("../../Images/fleche-gauche.svg"); }
        #actus .tx-e-news .list.actuHome button.slick-arrow.slick-prev:hover {
          background: url("../../Images/fleche-gauche-hover.svg"); }
      #actus .tx-e-news .list.actuHome button.slick-arrow.slick-next {
        right: 0;
        background: url("../../Images/fleche-droite.svg"); }
        #actus .tx-e-news .list.actuHome button.slick-arrow.slick-next:hover {
          background: url("../../Images/fleche-droite-hover.svg"); }
    #actus .tx-e-news .list.actuHome .slick-list {
      overflow: visible; }
      #actus .tx-e-news .list.actuHome .slick-list .slick-slide > div {
        width: 450px;
        margin: 15px;
        /* Style de la liste dans 03_views/_list.scss*/ }
  #actus .tx-e-news .slide-count {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400; }
    #actus .tx-e-news .slide-count span {
      color: #424E64;
      font-weight: 900; }
@media only screen and (max-width: 48rem) {
  #actus > .row > div > .frame-type-html {
    display: none; } }

#contentViolet {
  background: #424E64; }
  #contentViolet > .container {
    position: relative;
    padding-top: 135px;
    padding-bottom: 110px; }
    #contentViolet > .container > div:first-child {
      position: relative;
      z-index: 1; }
      #contentViolet > .container > div:first-child .content {
        position: absolute;
        top: 0;
        right: 0;
        background: white;
        padding: 30px;
        -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.29);
        box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.29);
        z-index: 1;
        -webkit-transition: top 0.4s ease;
        transition: top 0.4s ease; }
        #contentViolet > .container > div:first-child .content.actif {
          top: -55px; }
        #contentViolet > .container > div:first-child .content .content-header .entete {
          font-size: 2rem;
          line-height: 1.875rem;
          color: #424E64;
          margin-top: 0;
          margin-bottom: 20px; }
        #contentViolet > .container > div:first-child .content p {
          margin-bottom: 0; }
        #contentViolet > .container > div:first-child .content a {
          display: inline-block;
          margin-top: 20px;
          font-size: 0.875rem;
          text-transform: uppercase;
          text-decoration: none;
          position: relative;
          padding-right: 40px;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          #contentViolet > .container > div:first-child .content a:before {
            content: "";
            position: absolute;
            top: 50%;
            width: 30px;
            height: 1px;
            background: #424E64;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            right: 0; }
          #contentViolet > .container > div:first-child .content a:hover {
            padding-right: 60px; }
            #contentViolet > .container > div:first-child .content a:hover:before {
              width: 50px;
              background: #1A2334; }
      #contentViolet > .container > div:first-child figure {
        position: relative;
        display: inline-block;
        z-index: 0;
        width: 880px;
        height: 332px;
        margin: 0; }
        #contentViolet > .container > div:first-child figure figcaption {
          margin-top: -7px; }
        #contentViolet > .container > div:first-child figure img {
          width: 100%;
          height: 100%;
          margin-left: 0;
          -o-object-fit: cover;
          object-fit: cover; }
        #contentViolet > .container > div:first-child figure:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 240px;
          z-index: 3;
          background: transparent -webkit-gradient(linear, left bottom, left top, from(#1a2334), to(#71647200)) 0% 0% no-repeat padding-box;
          background: transparent linear-gradient(0deg, #1a2334 0%, #71647200 100%) 0% 0% no-repeat padding-box; }
        #contentViolet > .container > div:first-child figure:after {
          content: "";
          width: 74%;
          height: calc(100% + 40px);
          top: -20px;
          left: -20px; }
    #contentViolet > .container > .frame-type-html {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #contentViolet > .container > .frame-type-html p {
        font-family: "Roboto", "Arial", sans-serif;
        font-size: 12.5rem;
        font-weight: 700;
        line-height: 18.125rem;
        color: rgba(138, 151, 175, 0.1);
        text-transform: uppercase; }
  @media only screen and (max-width: 48rem) {
    #contentViolet {
      padding: 100px 0 100px 0; }
      #contentViolet > .container > div:first-child .content {
        position: relative; }
        #contentViolet > .container > div:first-child .content.actif {
          top: auto; }
      #contentViolet > .container > div:first-child figure {
        width: 100%;
        height: auto; }
        #contentViolet > .container > div:first-child figure:before {
          height: 50%; }
      #contentViolet > .container > .frame-type-html {
        display: none; } }

#contentWhite {
  background: white; }
  #contentWhite > .container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px; }
  @media only screen and (min-width: 48rem) {
    #contentWhite > .container {
      padding-top: 150px;
      padding-bottom: 130px; } }
  #contentWhite > .container > div:first-child {
    position: relative;
    z-index: 1; }
    #contentWhite > .container > div:first-child .content {
      position: absolute;
      top: 0;
      left: 0;
      background: white;
      padding: 30px;
      z-index: 1;
      -webkit-transition: top 0.4s ease;
      transition: top 0.4s ease; }
      #contentWhite > .container > div:first-child .content.actif {
        top: -55px; }
      #contentWhite > .container > div:first-child .content .content-header .entete {
        font-size: 2rem;
        line-height: 1.875rem;
        color: #1A2334;
        margin-top: 0;
        margin-bottom: 20px; }
      #contentWhite > .container > div:first-child .content p {
        margin-bottom: 0; }
      #contentWhite > .container > div:first-child .content a {
        display: inline-block;
        margin-top: 20px;
        font-size: 0.875rem;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        padding-left: 40px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        color: #1A2334;
        font-weight: 500; }
        #contentWhite > .container > div:first-child .content a:before {
          content: "";
          position: absolute;
          top: 50%;
          width: 30px;
          height: 1px;
          background: #424E64;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
          left: 0; }
        #contentWhite > .container > div:first-child .content a:hover {
          padding-left: 70px; }
          #contentWhite > .container > div:first-child .content a:hover:before {
            width: 50px;
            background: #1A2334; }
    #contentWhite > .container > div:first-child figure {
      position: relative;
      display: inline-block;
      z-index: 0;
      max-width: 100%;
      width: 880px;
      height: 332px;
      margin: 0; }
      #contentWhite > .container > div:first-child figure figcaption {
        margin-top: -7px; }
      #contentWhite > .container > div:first-child figure img {
        width: 100%;
        height: 100%;
        margin-left: 0;
        -o-object-fit: cover;
        object-fit: cover; }
      #contentWhite > .container > div:first-child figure:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 240px;
        z-index: 3;
        background: transparent -webkit-gradient(linear, left bottom, left top, from(#1a2334), to(#71647200)) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(0deg, #1a2334 0%, #71647200 100%) 0% 0% no-repeat padding-box; }
      #contentWhite > .container > div:first-child figure:after {
        content: "";
        width: 74%;
        height: calc(100% + 40px);
        top: -20px;
        right: -20px;
        left: auto; }
  #contentWhite > .container > .frame-type-html {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #contentWhite > .container > .frame-type-html p {
      font-family: "Roboto", "Arial", sans-serif;
      font-size: 12.5rem;
      font-weight: 700;
      line-height: 18.125rem;
      color: #fbfaf6;
      text-transform: uppercase; }
@media only screen and (max-width: 48rem) {
  #contentWhite {
    /*padding: 100px 0 100px 0;*/ }
    #contentWhite > .container > div:first-child .content {
      position: relative; }
      #contentWhite > .container > div:first-child .content.actif {
        top: auto; }
    #contentWhite > .container > div:first-child figure {
      width: 100%;
      height: auto; }
      #contentWhite > .container > div:first-child figure:before {
        height: 50%; }
    #contentWhite > .container > .frame-type-html {
      display: none; } }

#diapo {
  background: white;
  padding-top: 90px; }
  #diapo > .row > div > div:first-child .content-header {
    text-align: center; }
    #diapo > .row > div > div:first-child .content-header .entete {
      margin: 0; }
      #diapo > .row > div > div:first-child .content-header .entete a {
        text-decoration: none;
        position: relative;
        margin-left: -50px;
        font-family: "Roboto Condensed", "Calibri", sans-serif;
        font-weight: 700; }
        #diapo > .row > div > div:first-child .content-header .entete a:before {
          content: "";
          position: absolute;
          bottom: 15px;
          left: calc(100% + 20px);
          width: 30px;
          height: 1px;
          background: #1A2334;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        #diapo > .row > div > div:first-child .content-header .entete a:after {
          content: "Découvrir";
          position: absolute;
          bottom: 0;
          left: calc(100% + 60px);
          font-size: 0.8125rem;
          font-weight: 500; }
          #diapo > .row > div > div:first-child .content-header .entete a:hover:before {
            width: 40px;
            left: calc(100% + 10px); }
  #diapo > .row > div > div:last-child {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    z-index: 6;
    /* ----- Gallery slider --> Voir fichier 02_components/_gallery.scss ----- */ }

#infovertical {
  position: fixed;
  top: 0;
  width: 30px;
  height: 100vh;
  text-align: center;
  background: transparent;
  color: white;
  z-index: 5;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #infovertical .text {
    color: #1A2334;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 100px;
    white-space: nowrap; }
  #infovertical .progress-container {
    position: relative;
    height: 220px;
    width: 1px;
    background: #1A2334;
    margin-bottom: -100px; }
    #infovertical .progress-container .progress-bar {
      position: absolute;
      top: 0;
      margin-top: -20px;
      left: -2px;
      height: 40px;
      width: 5px;
      background: #1A2334; }
  #infovertical.fullscreen .text, #infovertical.entry .text, #infovertical.contentViolet .text {
    color: #EDC500; }
  #infovertical.fullscreen .progress-container, #infovertical.entry .progress-container, #infovertical.contentViolet .progress-container, #infovertical.fullscreen .progress-container .progress-bar, #infovertical.entry .progress-container .progress-bar, #infovertical.contentViolet .progress-container .progress-bar {
    background: #EDC500; }
#infovertical.actus .text, #infovertical.contentWhite .text {
  color: #1A2334; }
#infovertical.actus .progress-container, #infovertical.contentWhite .progress-container, #infovertical.actus .progress-container .progress-bar, #infovertical.contentWhite .progress-container .progress-bar {
  background: #1A2334; }
@media only screen and (max-width: 62rem) {
  #infovertical {
    display: none; } }

/* Gestion des page détails des extensions (news, annuaire...) */
/* Nomenclature : list + list--type + list-numTemplate */
.list {
  /* Spécificités annuaire*/ }
  .list.list-annuaire.list-carte {
    position: relative; }
    .list.list-annuaire.list-carte .map-interactive {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .list.list-annuaire.list-carte .map-interactive > img {
        display: block;
        max-width: 100%;
        height: auto; }
    .list.list-annuaire.list-carte .poi {
      position: absolute;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: opacity 350ms ease-in-out 0s;
      transition: opacity 350ms ease-in-out 0s; }
      .list.list-annuaire.list-carte .poi.active {
        opacity: 1; }
      .list.list-annuaire.list-carte .poi button {
        position: relative;
        border: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
        width: 30px;
        height: 32px;
        opacity: 1;
        color: white;
        background: rgba(0, 0, 0, 0);
        display: block; }
        .list.list-annuaire.list-carte .poi button::before, .list.list-annuaire.list-carte .poi button::after {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          -webkit-transition: opacity 350ms ease-in-out 0s;
          transition: opacity 350ms ease-in-out 0s; }
        .list.list-annuaire.list-carte .poi button::before {
          background: url(../../Images/poi.svg) no-repeat 0 0;
          background-size: 100%;
          opacity: 1; }
        .list.list-annuaire.list-carte .poi button::after {
          background: url(../../Images/poi-hover.svg) no-repeat 0 0;
          background-size: 100%;
          opacity: 0; }
        .list.list-annuaire.list-carte .poi button span {
          position: absolute;
          top: 4px;
          left: 0px;
          width: 100%;
          height: 100%;
          text-align: center;
          color: white;
          z-index: 2;
          font-size: 0.875rem;
          margin: 0; }
          .list.list-annuaire.list-carte .poi button.active::before {
            opacity: 0; }
          .list.list-annuaire.list-carte .poi button.active::after {
            opacity: 1; }
    .list.list-annuaire.list-carte .info-bulle-carte {
      position: absolute;
      width: 100%;
      width: 100%;
      height: 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;
      pointer-events: none; }
      .list.list-annuaire.list-carte .info-bulle-carte figure {
        width: 100%;
        height: 100%;
        overflow: hidden; }
      .list.list-annuaire.list-carte .info-bulle-carte img {
        width: 100%;
        height: 100%;
        margin-left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        left: 20px;
        top: -20px; }
    .list.list-annuaire.list-carte .fiche-poi {
      display: none;
      max-width: 720px;
      width: 100%;
      z-index: 3;
      margin: 30px;
      pointer-events: auto; }
      .list.list-annuaire.list-carte .fiche-poi .info {
        position: relative;
        background: white;
        padding: 20px 15px; }
        .list.list-annuaire.list-carte .fiche-poi .info .close-poi {
          position: absolute;
          top: 5px;
          right: 15px;
          width: 15px;
          height: 15px;
          background: url(../../Images/close.svg) no-repeat 0 0;
          background-size: 100%;
          border: 0;
          cursor: pointer;
          padding: 0;
          margin: 0;
          text-indent: 100px;
          overflow: hidden; }
        .list.list-annuaire.list-carte .fiche-poi .info .poi-info {
          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;
          width: 36px;
          height: 38px;
          padding-top: 2px;
          font-size: 0.875rem;
          color: #fff;
          background: url(../../Images/poi.svg) no-repeat 0 0;
          background-size: 100%; }
        .list.list-annuaire.list-carte .fiche-poi .info p, .list.list-annuaire.list-carte .fiche-poi .info a {
          font-size: 0.938rem;
          /* Spécificités news*/ }
.list.list-news.list-actus, .list.list-news.list-Ractus {
  margin-top: 80px; }
  .list.list-news.list-actus a.card, .list.list-news.list-Ractus a.card {
    margin-bottom: 30px;
    border-radius: 0;
    border: 0;
    text-decoration: none; }
    .list.list-news.list-actus a.card .card-body, .list.list-news.list-Ractus a.card .card-body {
      width: calc(100% - 30px);
      margin: -85px 15px 0;
      padding: 20px;
      min-height: 130px;
      background: white;
      z-index: 2; }
      .list.list-news.list-actus a.card .card-body h2, .list.list-news.list-Ractus a.card .card-body h2 {
        font-size: 1.5rem;
        line-height: 2.25rem;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 0;
        text-transform: none; }
        .list.list-news.list-actus a.card .card-body h2 span, .list.list-news.list-Ractus a.card .card-body h2 span {
          font-size: 1.5rem;
          line-height: 2.25rem;
          margin: 0;
          font-weight: 500; }
      .list.list-news.list-actus a.card .card-body ul.list-group, .list.list-news.list-Ractus a.card .card-body ul.list-group {
        margin-bottom: 5px; }
        .list.list-news.list-actus a.card .card-body ul.list-group li.list-group-item, .list.list-news.list-Ractus a.card .card-body ul.list-group li.list-group-item {
          font-family: "Roboto", "Arial", sans-serif;
          font-size: 0.875rem;
          font-weight: 400;
          color: #424E64;
          text-transform: uppercase;
          border-radius: 0;
          border: 0;
          padding: 0 5px;
          margin: 0; }
          .list.list-news.list-actus a.card .card-body ul.list-group li.list-group-item:first-child, .list.list-news.list-Ractus a.card .card-body ul.list-group li.list-group-item:first-child {
            padding: 0 5px 0 0; }
          .list.list-news.list-actus a.card .card-body ul.list-group li.list-group-item:last-child, .list.list-news.list-Ractus a.card .card-body ul.list-group li.list-group-item:last-child {
            padding: 0 0 0 5px; }
    .list.list-news.list-actus a.card .img-wrap, .list.list-news.list-Ractus a.card .img-wrap {
      width: 100%;
      height: 277px;
      position: relative;
      z-index: 1; }
      .list.list-news.list-actus a.card .img-wrap:before, .list.list-news.list-Ractus a.card .img-wrap:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        left: 0;
        bottom: 0;
        background: transparent -webkit-gradient(linear, left bottom, left top, from(#1A2334), to(#71647200)) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(0deg, #1A2334 0%, #71647200 100%) 0% 0% no-repeat padding-box;
        z-index: 2;
        -webkit-transition: height 0.4s ease;
        transition: height 0.4s ease; }
      .list.list-news.list-actus a.card .img-wrap img, .list.list-news.list-Ractus a.card .img-wrap img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1; }
    .list.list-news.list-actus a.card:hover, .list.list-news.list-Ractus a.card:hover {
      text-decoration: underline; }
      .list.list-news.list-actus a.card:hover .img-wrap:before, .list.list-news.list-Ractus a.card:hover .img-wrap:before {
        height: 100%; }
.list.list-news.list-actushp article.articletype-1, .list.list-news.list-actuschaudeshp article.articletype-1, .list.list-news.list-actushp article.articletype-0, .list.list-news.list-actuschaudeshp article.articletype-0 {
  height: 348px;
  position: relative;
  padding-top: 6px;
  width: 100%; }
.list.list-news.list-actushp article .card, .list.list-news.list-actuschaudeshp article .card {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  text-decoration: none; }
  .list.list-news.list-actushp article .card .card-body, .list.list-news.list-actuschaudeshp article .card .card-body {
    width: calc(100% - 40px);
    margin: -85px 20px 0;
    padding: 20px;
    min-height: 130px;
    background: white;
    z-index: 2; }
    .list.list-news.list-actushp article .card .card-body h2, .list.list-news.list-actuschaudeshp article .card .card-body h2 {
      font-size: 1.5rem;
      line-height: 2.25rem;
      font-weight: 500;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: none; }
      .list.list-news.list-actushp article .card .card-body h2 span, .list.list-news.list-actuschaudeshp article .card .card-body h2 span {
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin: 0;
        font-weight: 500; }
    .list.list-news.list-actushp article .card .card-body ul.list-group, .list.list-news.list-actuschaudeshp article .card .card-body ul.list-group {
      margin-bottom: 5px; }
      .list.list-news.list-actushp article .card .card-body ul.list-group li.list-group-item, .list.list-news.list-actuschaudeshp article .card .card-body ul.list-group li.list-group-item {
        font-family: "Roboto", "Arial", sans-serif;
        font-size: 0.875rem;
        font-weight: 400;
        color: #424E64;
        text-transform: uppercase;
        border-radius: 0;
        border: 0;
        padding: 0 5px;
        margin: 0; }
        .list.list-news.list-actushp article .card .card-body ul.list-group li.list-group-item:first-child, .list.list-news.list-actuschaudeshp article .card .card-body ul.list-group li.list-group-item:first-child {
          padding: 0 5px 0 0; }
        .list.list-news.list-actushp article .card .card-body ul.list-group li.list-group-item:last-child, .list.list-news.list-actuschaudeshp article .card .card-body ul.list-group li.list-group-item:last-child {
          padding: 0 0 0 5px; }
  .list.list-news.list-actushp article .card .img-wrap, .list.list-news.list-actuschaudeshp article .card .img-wrap {
    width: 100%;
    height: 348px;
    position: relative;
    z-index: 1; }
    .list.list-news.list-actushp article .card .img-wrap:before, .list.list-news.list-actuschaudeshp article .card .img-wrap:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 0;
      left: 0;
      bottom: 0;
      background: transparent -webkit-gradient(linear, left bottom, left top, from(#1A2334), to(#71647200)) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(0deg, #1A2334 0%, #71647200 100%) 0% 0% no-repeat padding-box;
      z-index: 2;
      -webkit-transition: height 0.4s ease;
      transition: height 0.4s ease; }
    .list.list-news.list-actushp article .card .img-wrap img, .list.list-news.list-actuschaudeshp article .card .img-wrap img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: 1; }
  .list.list-news.list-actushp article .card:hover, .list.list-news.list-actuschaudeshp article .card:hover {
    text-decoration: underline; }
    .list.list-news.list-actushp article .card:hover .img-wrap:before, .list.list-news.list-actuschaudeshp article .card:hover .img-wrap:before {
      height: 100%; }
.list.list-news.list-actuschaudeshp article .card .img-wrap {
  overflow: hidden;
  background: #EDC500; }
  .list.list-news.list-actuschaudeshp article .card .img-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 20px;
    background: white; }
  .list.list-news.list-actuschaudeshp article .card .img-wrap img {
    top: 20px;
    left: 20px; }
.list.list-news.list-actuslibrehp article.articletype-1, .list.list-news.list-actuslibrehp article.articletype-0 {
  position: relative;
  padding-top: 6px; }
.list.list-news.list-actuslibrehp article .card {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  text-decoration: none; }
  .list.list-news.list-actuslibrehp article .card .card-body {
    /*margin: 20px 0 0;*/
    padding: 20px 15px;
    background: white;
    z-index: 2; }
    .list.list-news.list-actuslibrehp article .card .card-body h2 {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 500;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: none; }
      .list.list-news.list-actuslibrehp article .card .card-body h2 span {
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin: 0;
        font-weight: 500; }
    .list.list-news.list-actuslibrehp article .card .card-body ul.list-group {
      margin-bottom: 5px; }
      .list.list-news.list-actuslibrehp article .card .card-body ul.list-group li.list-group-item {
        font-family: "Roboto", "Arial", sans-serif;
        text-transform: uppercase;
        border-radius: 0;
        border: 0;
        padding: 0;
        margin: 0; }
  .list.list-news.list-actuslibrehp article .card .img-wrap {
    width: 100%;
    height: 200px; }
    .list.list-news.list-actuslibrehp article .card .img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .list.list-news.list-actuslibrehp article .card:hover {
    text-decoration: underline; }
.list.list-news.list-frise {
  position: relative;
  margin: 0 auto;
  padding-top: 40px; }
  .list.list-news.list-frise button.slick-arrow {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .list.list-news.list-frise button.slick-arrow.slick-disabled {
      opacity: 0.5; }
    .list.list-news.list-frise button.slick-arrow span {
      font-family: "Roboto", "Arial", sans-serif;
      color: #EDC500;
      font-size: 0.75rem;
      font-weight: 500; }
    .list.list-news.list-frise button.slick-arrow:before {
      content: "";
      position: absolute;
      top: 14px;
      width: 60px;
      height: 2px;
      background-color: #EDC500; }
    .list.list-news.list-frise button.slick-arrow:after {
      content: "";
      position: absolute;
      top: 5px;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .list.list-news.list-frise button.slick-arrow.slick-prev {
      left: -100px; }
      .list.list-news.list-frise button.slick-arrow.slick-prev:before {
        right: -80px; }
      .list.list-news.list-frise button.slick-arrow.slick-prev:after {
        left: calc(100% + 5px);
        background-image: url("../../Images/frise-left.svg"); }
    .list.list-news.list-frise button.slick-arrow.slick-next {
      right: -100px; }
      .list.list-news.list-frise button.slick-arrow.slick-next:before {
        left: -80px; }
      .list.list-news.list-frise button.slick-arrow.slick-next:after {
        right: calc(100% + 5px);
        background-image: url("../../Images/frise-right.svg"); }
  .list.list-news.list-frise article .item-frise {
    background: white;
    height: 525px;
    width: calc(100% - 20px);
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative; }
    .list.list-news.list-frise article .item-frise .frise-cate {
      position: absolute;
      top: -20px;
      right: -20px;
      padding: 15px 15px;
      background: #424E64;
      color: white;
      text-transform: uppercase;
      font-size: 0.8125rem;
      z-index: 3; }
    .list.list-news.list-frise article .item-frise .content {
      width: 40%;
      padding: 30px;
      overflow: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background: white;
      -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.29);
      box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.29);
      position: relative;
      z-index: 1; }
      .list.list-news.list-frise article .item-frise .content h2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 1.8125rem;
        line-height: 1.875rem; }
      .list.list-news.list-frise article .item-frise .content .date {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-transform: uppercase;
        font-family: "Roboto", "Arial", sans-serif;
        color: #424E64;
        font-size: 0.875rem; }
      .list.list-news.list-frise article .item-frise .content p {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0; }
    .list.list-news.list-frise article .item-frise .img-wrap {
      width: 60%;
      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-color: #424E64;
      position: relative;
      z-index: 1; }
      .list.list-news.list-frise article .item-frise .img-wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .list.list-news.list-frise article .item-frise .img-wrap figcaption {
        position: absolute;
        top: 100%;
        left: 0;
        font-family: "Roboto", "Arial", sans-serif;
        font-size: 0.75rem;
        font-weight: 400;
        color: #424E64;
        margin-left: 20px;
        padding-left: 40px;
        overflow: hidden;
        white-space: nowrap; }
        .list.list-news.list-frise article .item-frise .img-wrap figcaption:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 30px;
          height: 1px;
          background: #424E64; }
      .list.list-news.list-frise article .item-frise .img-wrap time {
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 900;
        font-size: 12.5rem;
        color: rgba(251, 250, 246, 0.2);
        margin-bottom: 50px; }
    .list.list-news.list-frise article .item-frise:after {
      content: "";
      position: absolute;
      bottom: -20px;
      right: -20px;
      width: calc(100% + 20px);
      height: 66%;
      background-color: #EDC500;
      z-index: 0; }
@media only screen and (max-width: 48rem) {
  .list.list-news.list-frise button.slick-arrow {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    .list.list-news.list-frise button.slick-arrow:before {
      content: none; }
    .list.list-news.list-frise button.slick-arrow.slick-prev {
      left: 15px;
      padding-left: 30px; }
      .list.list-news.list-frise button.slick-arrow.slick-prev:after {
        left: 0; }
    .list.list-news.list-frise button.slick-arrow.slick-next {
      right: 15px;
      padding-right: 30px; }
      .list.list-news.list-frise button.slick-arrow.slick-next:after {
        right: 0; }
  .list.list-news.list-frise article .item-frise {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto; }
    .list.list-news.list-frise article .item-frise .img-wrap {
      width: 100%;
      display: block;
      text-align: center;
      min-height: 176px; }
      .list.list-news.list-frise article .item-frise .img-wrap time {
        font-size: 5.625rem; }
      .list.list-news.list-frise article .item-frise .img-wrap figcaption {
        text-align: left;
        position: relative;
        margin-left: 0;
        padding-left: 60px;
        background: #EDC500; }
        .list.list-news.list-frise article .item-frise .img-wrap figcaption:before {
          left: 20px; }
    .list.list-news.list-frise article .item-frise .content {
      width: 100%; }
      .list.list-news.list-frise article .item-frise .content h2 {
        margin-top: 0; }
    .list.list-news.list-frise article .item-frise:after {
      content: none; } }
.list.list-news.list-frisehp article.articletype-1, .list.list-news.list-frisehp article.articletype-0 {
  height: 348px;
  position: relative;
  padding-top: 6px;
  width: 100%; }
.list.list-news.list-frisehp article .card {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  text-decoration: none; }
  .list.list-news.list-frisehp article .card .card-body {
    /*width: calc(100% - 40px);
     margin: -85px 20px 0;*/
    position: absolute;
    bottom: 20px;
    padding: 20px;
    min-height: 130px;
    background: rgba(0, 0, 0, 0);
    z-index: 2; }
    .list.list-news.list-frisehp article .card .card-body h2 {
      font-size: 1.5rem;
      line-height: 2.25rem;
      font-weight: 400;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: uppercase;
      color: white; }
      .list.list-news.list-frisehp article .card .card-body h2 span {
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin: 0;
        font-weight: 400;
        color: white; }
    .list.list-news.list-frisehp article .card .card-body .date {
      font-size: 1.75rem;
      color: white;
      margin-bottom: 15px;
      font-weight: 400; }
  .list.list-news.list-frisehp article .card .img-wrap {
    width: 100%;
    height: 348px;
    position: relative;
    z-index: 1;
    background: #EDC500;
    overflow: hidden;
    padding-bottom: 20px; }
    .list.list-news.list-frisehp article .card .img-wrap:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 20px;
      background: transparent -webkit-gradient(linear, left bottom, left top, from(#1A2334), to(#71647200)) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(0deg, #1A2334 0%, #71647200 100%) 0% 0% no-repeat padding-box;
      z-index: 2;
      -webkit-transition: height 0.4s ease;
      transition: height 0.4s ease; }
    .list.list-news.list-frisehp article .card .img-wrap:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 20px;
      height: 66%;
      background: #EDC500;
      z-index: 3; }
    .list.list-news.list-frisehp article .card .img-wrap img {
      position: relative;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: 1; }
  .list.list-news.list-frisehp article .card:hover {
    text-decoration: underline; }
    .list.list-news.list-frisehp article .card:hover h2, .list.list-news.list-frisehp article .card:hover span, .list.list-news.list-frisehp article .card:hover .date {
      text-decoration: underline; }
.list.list-news.list-agenda, .list.list-news.list-Ragenda {
  margin-top: 80px; }
  .list.list-news.list-agenda article a.card, .list.list-news.list-Ragenda article a.card {
    border-top: 1px solid #DEE2E6;
    padding-top: 20px; }
    .list.list-news.list-agenda article:first-child a.card, .list.list-news.list-Ragenda article:first-child a.card, .list.list-news.list-agenda article:nth-child(2) a.card, .list.list-news.list-Ragenda article:nth-child(2) a.card {
      border-top: 0; }
  .list.list-news.list-agenda a.card, .list.list-news.list-Ragenda a.card {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    text-decoration: none; }
    .list.list-news.list-agenda a.card .agenda-date, .list.list-news.list-Ragenda a.card .agenda-date {
      width: 96px;
      height: 96px;
      background: #EDC500;
      margin-right: 25px;
      margin-bottom: 17px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .list.list-news.list-agenda a.card .agenda-date > span, .list.list-news.list-Ragenda a.card .agenda-date > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0; }
        .list.list-news.list-agenda a.card .agenda-date > span > span, .list.list-news.list-Ragenda a.card .agenda-date > span > span {
          position: relative;
          display: block;
          margin: 0; }
          .list.list-news.list-agenda a.card .agenda-date > span > span:first-child::after, .list.list-news.list-Ragenda a.card .agenda-date > span > span:first-child::after {
            content: '';
            position: absolute;
            bottom: -9px;
            left: 50%;
            margin-left: -20px;
            width: 40px;
            height: 1px;
            background-color: #1A2334; }
    .list.list-news.list-agenda a.card .agenda-date-partenaire, .list.list-news.list-Ragenda a.card .agenda-date-partenaire {
      width: 96px;
      height: 96px;
      background: #424E64;
      margin-right: 25px;
      margin-bottom: 17px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .list.list-news.list-agenda a.card .agenda-date-partenaire > span, .list.list-news.list-Ragenda a.card .agenda-date-partenaire > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0; }
        .list.list-news.list-agenda a.card .agenda-date-partenaire > span > span, .list.list-news.list-Ragenda a.card .agenda-date-partenaire > span > span {
          position: relative;
          display: block;
          margin: 0;
          color: whitesmoke; }
          .list.list-news.list-agenda a.card .agenda-date-partenaire > span > span:first-child::after, .list.list-news.list-Ragenda a.card .agenda-date-partenaire > span > span:first-child::after {
            content: '';
            position: absolute;
            bottom: -9px;
            left: 50%;
            margin-left: -20px;
            width: 40px;
            height: 1px;
            background-color: whitesmoke; }
    .list.list-news.list-agenda a.card .card-body, .list.list-news.list-Ragenda a.card .card-body {
      margin: 20px 0;
      padding: 0;
      background: white;
      z-index: 2; }
      .list.list-news.list-agenda a.card .card-body h2, .list.list-news.list-Ragenda a.card .card-body h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 0;
        text-transform: none; }
        .list.list-news.list-agenda a.card .card-body h2 span, .list.list-news.list-Ragenda a.card .card-body h2 span {
          font-size: 1.5rem;
          line-height: 2.25rem;
          margin: 0;
          font-weight: 500; }
      .list.list-news.list-agenda a.card .card-body ul.list-group, .list.list-news.list-Ragenda a.card .card-body ul.list-group {
        margin-bottom: 5px; }
        .list.list-news.list-agenda a.card .card-body ul.list-group li.list-group-item, .list.list-news.list-Ragenda a.card .card-body ul.list-group li.list-group-item {
          font-family: "Roboto", "Arial", sans-serif;
          text-transform: uppercase;
          border-radius: 0;
          border: 0;
          padding: 0;
          margin: 0; }
    .list.list-news.list-agenda a.card:hover, .list.list-news.list-Ragenda a.card:hover {
      text-decoration: underline; }
.list.list-news.list-agendahp article.articletype-1, .list.list-news.list-agendahp article.articletype-0 {
  position: relative;
  padding-top: 6px; }
.list.list-news.list-agendahp article .card {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  text-decoration: none; }
  .list.list-news.list-agendahp article .card .card-body {
    margin: 0 0 20px;
    padding: 0;
    background: white;
    z-index: 2; }
    .list.list-news.list-agendahp article .card .card-body h2 {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 500;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: none; }
      .list.list-news.list-agendahp article .card .card-body h2 span {
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin: 0;
        font-weight: 500; }
      .list.list-news.list-agendahp article .card .card-body h2:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background: #EDC500;
        margin-right: 11px; }
    .list.list-news.list-agendahp article .card .card-body ul.list-group {
      margin-bottom: 5px; }
      .list.list-news.list-agendahp article .card .card-body ul.list-group li.list-group-item {
        font-family: "Roboto", "Arial", sans-serif;
        text-transform: uppercase;
        border-radius: 0;
        border: 0;
        padding: 0;
        margin: 0; }
    .list.list-news.list-agendahp article .card .card-body .d-inline ul, .list.list-news.list-agendahp article .card .card-body .d-inline li, .list.list-news.list-agendahp article .card .card-body .d-inline span {
      display: inline;
      text-transform: uppercase;
      font-size: 0.875rem;
      font-weight: 500; }
  .list.list-news.list-agendahp article .card:hover {
    text-decoration: underline; }
/* Spécificités biblothèque*/
.list.list-bibliotheque article, .list.list-collection article, .list.list-fpd article {
  margin-bottom: 100px; }
.list.list-bibliotheque .card, .list.list-collection .card, .list.list-fpd .card {
  margin-top: 1rem;
  text-decoration: none; }
  .list.list-bibliotheque .card h2, .list.list-collection .card h2, .list.list-fpd .card h2 {
    font-size: 1.75rem;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .list.list-bibliotheque .card p, .list.list-collection .card p, .list.list-fpd .card p {
    margin-bottom: 0.5rem; }
  .list.list-bibliotheque .card .card-body, .list.list-collection .card .card-body, .list.list-fpd .card .card-body {
    position: absolute;
    bottom: -100px;
    z-index: 2;
    background-color: white;
    width: calc(100% - 30px);
    left: 50%;
    transform: translate(-50%, 0);
    min-height: 150px; }
  .list.list-bibliotheque .card .list-group, .list.list-collection .card .list-group, .list.list-fpd .card .list-group {
    flex-wrap: wrap; }
    .list.list-bibliotheque .card .list-group .list-group-item, .list.list-collection .card .list-group .list-group-item, .list.list-fpd .card .list-group .list-group-item {
      font-weight: 500;
      font-size: 0.85rem;
      color: white;
      background-color: #1A2334;
      border: none;
      margin: 0.25rem;
      padding: 0.25rem;
      border-radius: 0.25rem; }
  .list.list-bibliotheque .card .img-wrap, .list.list-collection .card .img-wrap, .list.list-fpd .card .img-wrap {
    width: 100%;
    height: 277px;
    position: relative;
    z-index: 1; }
    .list.list-bibliotheque .card .img-wrap:before, .list.list-collection .card .img-wrap:before, .list.list-fpd .card .img-wrap:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 0;
      left: 0;
      bottom: 0;
      background: transparent -webkit-gradient(linear, left bottom, left top, from(#1A2334), to(#71647200)) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(0deg, #1A2334 0%, #71647200 100%) 0% 0% no-repeat padding-box;
      z-index: 2;
      -webkit-transition: height 0.4s ease;
      transition: height 0.4s ease; }
    .list.list-bibliotheque .card .img-wrap img, .list.list-collection .card .img-wrap img, .list.list-fpd .card .img-wrap img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: 1; }
  .list.list-bibliotheque .card:hover, .list.list-collection .card:hover, .list.list-fpd .card:hover {
    text-decoration: underline; }
    .list.list-bibliotheque .card:hover .img-wrap:before, .list.list-collection .card:hover .img-wrap:before, .list.list-fpd .card:hover .img-wrap:before {
      height: 100%; }
.list.list-fpd article {
  margin-bottom: 150px; }
  .list.list-fpd .card .card-body {
    bottom: -150px;
    min-height: 200px;
    /* Spécifictés galleries */ }
.list .frame-type-uploads.frame-layout-0 {
  font-family: "Roboto", "Calibri", sans-serif; }
  .list .frame-type-uploads.frame-layout-0 .list-group-item {
    border: none;
    border-left: 3px solid #1A2334;
    padding: 15px 0 15px 32px;
    border-radius: 0; }
  .list .frame-type-uploads.frame-layout-0 .title {
    color: #1A2334; }
  .list .frame-type-uploads.frame-layout-0 .txt {
    font-size: 0.875rem;
    color: #212121; }
  .list .frame-type-uploads.frame-layout-0 a {
    position: relative;
    padding: 0 35px 0 0; }
    .list .frame-type-uploads.frame-layout-0 a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      display: block;
      width: 21px;
      height: 17px;
      background: red; }

.list.list-news.list-Ragenda.row.lazyLoadContainer .col-md-6.articletype-0 .d-flex.flex-row.flex-nowrap.card.card-news.card-Ragenda .card-body.order-2 .content.d-flex.flex-column .list-group.list-group-horizontal.flex-wrap.order-1 li.list-group-item:nth-child(n+2) {
  padding-left: 5px; }

.list.list-news.list-agendahp article .card .card-body h2.order-2-partner:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #424E64;
  margin-right: 11px; }
