/*======================================
 E-MAGINEURS
 General
 ======================================*/
/* 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');
/* 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: "Palanquin Dark", "Arial", sans-serif;
  font-size: 1.625rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #885979; }
@media only screen and (min-width: 75rem) {
  h1, .h1 {
    line-height: 3.75rem;
    font-size: 2.5rem; } }

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

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

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

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

h6, .h6 {
  font-family: "Palanquin Dark", "Arial", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #2b182d; }
@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: #2b182d; }
  p.text_high, span.text_high {
    color: #885979; }
  p.little, span.little {
    color: #2b182d;
    font-size: 0.8125rem; }
  p strong, span strong {
    color: #2b182d;
    font-weight: 700; }
  p em, span em {
    color: #2b182d;
    font-style: italic; }

/* Citation */
.frame-layout-citation {
  position: relative; }
  .frame-layout-citation:after {
    content: "";
    position: absolute;
    top: 0;
    left: 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: #2b182d;
    font-size: 1.5625rem;
    line-height: 2.375rem;
    font-weight: 500; }
    blockquote p:not(.author):before {
      content: '“ ';
      color: #2b182d;
      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);
      transform: translateX(-50%);
      width: 30px;
      height: 8px;
      background: #885979; }
  blockquote p.author {
    font-family: "Palanquin Dark", "Arial", sans-serif;
    text-transform: uppercase;
    color: #885979;
    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: #2b182d; }
  blockquote:before {
    content: "";
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    width: 58px;
    height: 54px;
    border: solid 8px #885979;
    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: #885979; }
    .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 #885979; }
.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: #885979;
      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 */
/*.row {overflow: hidden;}*/
.ce-textpic {
  overflow: initial; }

/* Liens */
a {
  text-decoration: underline;
  color: #885979;
  transition: color 0.4s ease; }
  a:hover {
    color: #2b182d; }
  a:focus {
    color: #2b182d; }
  a.link_external, a.link_file, a.link_news {
    position: relative;
    padding-left: 20px; }
    a.link_external:before, a.link_file:before, a.link_news: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"); }

/* 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: "Palanquin Dark", "Arial", sans-serif;
      font-size: 0.75rem;
      font-weight: 400;
      color: #885979;
      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: #885979;
        /*&.is-hidden {
         visibility: hidden;
         }*/ }
    .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 #2b182d;
      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, #2B182D 0%, #71647200 100%) 0% 0% no-repeat padding-box;
      z-index: 3; }
  figure figcaption {
    position: relative;
    z-index: 2;
    font-family: "Palanquin Dark", "Arial", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: #885979;
    margin-left: 20px;
    padding-left: 40px; }
    figure figcaption:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 30px;
      height: 1px;
      background: #885979; }
  figure:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 20px);
    background: #ffe9c2;
    z-index: 1; }
    figure.nocapt:after {
      bottom: -20px;
      height: 100%; }

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

/* 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: #ffe9c2;
    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: #2b182d;
  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 {
        display: none; }
  #header.homepage {
    background: transparent; }
    #header.homepage .row > div .frame-type-menu_principal {
      position: fixed;
      bottom: 0;
      width: 100%; }
    #header.homepage.scrolled {
      background: #2b182d; }
      #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; }
      #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: #885979; }
        #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: #885979; }
      #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; }
          #header .row > div #menutop ul.menu-langue li a {
            color: white;
            padding: 0;
            font-weight: 400;
            text-decoration: underline; }
            #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: #2b182d; }
    #header #headsearch.actif {
      display: flex; }
    #header #headsearch > .frame {
      flex: 2 1 auto; }
      #header #headsearch > .frame button {
        border: solid 1px #885979; }
        #header #headsearch > .frame button:hover {
          color: #2b182d;
          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: #885979; }
  @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 header {
        z-index: 6; }
      #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;
        z-index: 5; }
        #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 {
          z-index: 7;
          background: #2b182d;
          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: #885979;
        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: #885979; }
        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: #885979; }
        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: #2b182d; }
      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: #ffe9c2;
        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: #885979;
    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;
          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: #2b182d; }
      #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: #2b182d;
        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: #2b182d;
        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(136, 89, 121, 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: "Palanquin Dark", "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: "Palanquin Dark", "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 span {
                  justify-content: center;
                  align-items: center;
                  margin-bottom: 0;
                  padding: 0 2px; }
                  #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) .frame-type-menu_reseaux li a span.normal {
                    display: flex; }
                  #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) .frame-type-menu_reseaux li a span.hover {
                    display: none; }
                #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; }
                #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 li a:hover span.normal {
                    display: none; }
                  #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) .frame-type-menu_reseaux li a:hover span.hover {
                    display: flex; }
            #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 {
  background: #212121;
  color: white;
  padding: 30px 0; }
  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: #2b182d;
          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: #885979; }
    .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: #885979; }
    .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 {
  flex-grow: 2;
  align-self: stretch; }
  #header.full .frame-type-menu_principal > nav {
    height: 100%; }
    #header.full .frame-type-menu_principal > nav ul {
      height: 100%;
      align-items: stretch; }
      #header.full .frame-type-menu_principal > nav ul a {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }

.frame-type-menu_principal > nav ul#site-menu {
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown {
    flex: 1;
    text-align: center; }
    .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown.active > a:after {
      height: 4px;
      background: #885979; }
    .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a {
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      color: white;
      font-family: "Palanquin Dark", "Arial", sans-serif;
      font-weight: 700;
      font-size: 1.125rem;
      padding: 0 10px;
      min-height: 81px;
      text-decoration: none;
      background: #2b182d;
      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;
        transition: height 0.4s ease, background 0.4s ease;
        background: #2b182d; }
      .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: #885979; }
        .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: #2b182d; }
      .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a.mis-en-avant {
        background: #885979; }
        .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a.mis-en-avant:after {
          background: #885979; }
        .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: #2b182d; }
          .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;
      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 {
        transform: none !important;
        top: 100% !important;
        /*top: calc(100% + 14px) !important;*/ }
      .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown .dropdown-menu a {
        text-transform: uppercase;
        color: #2b182d;
        text-decoration: none;
        padding: 10px 0;
        margin-bottom: 10px;
        font-family: "Palanquin Dark", "Arial", sans-serif;
        font-weight: 700;
        font-size: 0.875rem;
        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: #885979;
          text-decoration: underline; }

button#backToTop {
  position: absolute;
  top: -45px;
  right: 0;
  width: 90px;
  height: 90px;
  padding: 0;
  background: #2b182d;
  opacity: 0.85;
  border-radius: 0;
  transition: all 0.4s ease; }
  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 #885979;
    border-top: 0;
    position: relative; }
    button#backToTop .cadre:before {
      content: "";
      position: absolute;
      width: 80%;
      height: 4px;
      top: -2px;
      left: -4px;
      background: #885979; }
    button#backToTop .cadre .arrow {
      position: absolute;
      top: 50%;
      left: 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;
        transform: rotate(45deg); }
      button#backToTop .cadre .arrow:after {
        right: -1px;
        transform: rotate(-45deg); }

/* Table */
table.table {
  margin-bottom: 2.5rem; }
  table.table.table-responsive th {
    font-size: 1.0625rem;
    color: #885979;
    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: #885979; }
      nav.breadcrumb-container ol.breadcrumb li.breadcrumb-item.active {
        font-weight: 700;
        color: #2b182d; }
      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: #ffe9c2; }
    .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 img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
    @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);
    -ms-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: flex;
      justify-content: center;
      align-items: center; }
      .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(255, 233, 194, 0.6); }
        .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(136, 89, 121, 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 {
      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%;
        object-fit: cover; }
    @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: #885979;
  color: white;
  text-transform: uppercase;
  padding: 20px 40px;
  border: 0; }
  [type="submit"]:hover {
    background: #2b182d; }

/* 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: #2b182d;
      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: #885979; }
        .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: #2b182d; }
        .accordions .card-header .entete button[aria-expanded="false"]:hover {
          background: #885979; }
.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: #885979;
    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: #2b182d; }

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

/* Niveau 3 : vues */
.banner {
  height: 450px;
  background-size: cover;
  background-position: 50% 50%;
  border-bottom: solid 22px #ffe9c2;
  position: relative;
  margin-bottom: 40px; }
  .banner.noimg {
    background-image: url("../../Images/banner.png"); }
  .banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background: transparent linear-gradient(0deg, #2B182D 0%, #71647200 100%) 0% 0% no-repeat padding-box;
    z-index: 1; }
  .banner > div {
    z-index: 2;
    position: relative; }
    .banner > div .row > div {
      height: 430px; }
      .banner > div .row > div h1 {
        background: white;
        box-shadow: 0px 5px 6px #00000029;
        padding: 0 30px;
        min-height: 100px;
        min-width: 50%;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        position: absolute;
        left: 15px;
        bottom: -50px; }

/* Gestion des page détails des extensions (news, annuaire...) */
/* Nomenclature : detail + detail-type + detail-numTemplate */
.detail {
  /* Spécificités annuaire*/ }
  /* Spécificités news*/
.detail.detail-news.detail-actuD {
  margin-top: 50px; }
  .detail.detail-news.detail-actuD .infos {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; }
    .detail.detail-news.detail-actuD .infos ul.list-group {
      margin-bottom: 5px; }
      .detail.detail-news.detail-actuD .infos ul.list-group li.list-group-item {
        font-family: "Palanquin Dark", "Arial", sans-serif;
        font-size: 0.875rem;
        font-weight: 400;
        color: #885979;
        text-transform: uppercase;
        border-radius: 0;
        border: 0;
        padding: 0 5px;
        margin: 0; }
        .detail.detail-news.detail-actuD .infos ul.list-group li.list-group-item:first-child {
          padding: 0 5px 0 0; }
        .detail.detail-news.detail-actuD .infos ul.list-group li.list-group-item:last-child {
          padding: 0 0 0 5px; }
    .detail.detail-news.detail-actuD .infos .date {
      text-transform: uppercase;
      font-family: "Palanquin Dark", "Arial", sans-serif;
      font-size: 0.875rem;
      font-weight: 400;
      margin-bottom: 0; }
  .detail.detail-news.detail-actuD .related--title {
    margin-top: 70px; }
  .detail.detail-news.detail-actuD .related {
    position: relative;
    border: solid 5px #2b182d;
    border-top: 0;
    padding: 25px;
    margin-top: 20px; }
    .detail.detail-news.detail-actuD .related:before {
      content: "";
      position: absolute;
      top: -2.5px;
      left: -5px;
      height: 5px;
      width: 75%;
      background: #2b182d; }
    .detail.detail-news.detail-actuD .related > div {
      margin-bottom: 15px; }
      .detail.detail-news.detail-actuD .related > div:last-child {
        margin-bottom: 0; }
    .detail.detail-news.detail-actuD .related ul.list-group a {
      display: block; }
      .detail.detail-news.detail-actuD .related ul.list-group a.link_external, .detail.detail-news.detail-actuD .related ul.list-group a.link_file, .detail.detail-news.detail-actuD .related ul.list-group a.link_news {
        margin-bottom: 10px;
        padding-left: 35px; }
        .detail.detail-news.detail-actuD .related ul.list-group a.link_external .properties, .detail.detail-news.detail-actuD .related ul.list-group a.link_file .properties, .detail.detail-news.detail-actuD .related ul.list-group a.link_news .properties, .detail.detail-news.detail-actuD .related ul.list-group a.link_external .description, .detail.detail-news.detail-actuD .related ul.list-group a.link_file .description, .detail.detail-news.detail-actuD .related ul.list-group a.link_news .description {
          display: inline-block;
          text-decoration: underline; }
        .detail.detail-news.detail-actuD .related ul.list-group a.link_external .properties, .detail.detail-news.detail-actuD .related ul.list-group a.link_file .properties, .detail.detail-news.detail-actuD .related ul.list-group a.link_news .properties {
          text-transform: uppercase; }
        .detail.detail-news.detail-actuD .related ul.list-group a.link_external:before, .detail.detail-news.detail-actuD .related ul.list-group a.link_file:before, .detail.detail-news.detail-actuD .related ul.list-group a.link_news:before {
          width: 25px;
          height: 25px; }
  .detail.detail-news.detail-actuD a.btn.back {
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    margin-top: 50px;
    padding: 22px 90px;
    background-color: #885979;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    transition: background 0.4s ease; }
    .detail.detail-news.detail-actuD a.btn.back span {
      position: relative;
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 13px;
      margin-bottom: 0; }
      .detail.detail-news.detail-actuD a.btn.back span:before, .detail.detail-news.detail-actuD a.btn.back span:after {
        content: "";
        position: absolute;
        background: white;
        border-radius: 5px; }
      .detail.detail-news.detail-actuD a.btn.back span:before {
        top: 0;
        width: 2px;
        height: 15px;
        left: 50%;
        margin-left: -1px; }
      .detail.detail-news.detail-actuD a.btn.back span:after {
        top: 50%;
        height: 2px;
        width: 15px;
        left: 0;
        margin-top: -1px; }
    .detail.detail-news.detail-actuD a.btn.back:hover {
      background: #2b182d; }

/* Gestion des page détails des extensions (news, annuaire...) */
/* Nomenclature : list + list--type + list-numTemplate */
.list {
  /* Spécificités annuaire*/ }
  /* Spécificités news*/
.list.list-news.list-actus {
  margin-top: 80px; }
  .list.list-news.list-actus a.card {
    margin-bottom: 30px;
    border-radius: 0;
    border: 0;
    text-decoration: none; }
    .list.list-news.list-actus 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 {
        font-size: 1.5rem;
        line-height: 2.25rem;
        font-weight: 400;
        margin-bottom: 0;
        margin-top: 0;
        text-transform: none; }
        .list.list-news.list-actus a.card .card-body h2 span {
          font-size: 1.5rem;
          line-height: 2.25rem;
          margin: 0;
          font-weight: 400; }
      .list.list-news.list-actus 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 {
          font-family: "Palanquin Dark", "Arial", sans-serif;
          font-size: 0.875rem;
          font-weight: 400;
          color: #885979;
          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 {
            padding: 0 5px 0 0; }
          .list.list-news.list-actus 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 {
      width: 100%;
      height: 277px;
      position: relative;
      z-index: 1; }
      .list.list-news.list-actus a.card .img-wrap:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        left: 0;
        bottom: 0;
        background: transparent linear-gradient(0deg, #2B182D 0%, #71647200 100%) 0% 0% no-repeat padding-box;
        z-index: 2;
        transition: height 0.4s ease; }
      .list.list-news.list-actus a.card .img-wrap img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1; }
    .list.list-news.list-actus a.card:hover {
      text-decoration: underline; }
      .list.list-news.list-actus a.card:hover .img-wrap:before {
        height: 100%; }
.list.list-news.list-actushp article.articletype-1 {
  height: 348px;
  position: relative;
  padding-top: 6px; }
  .list.list-news.list-actushp article.articletype-1 .dates-cles {
    position: relative;
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background: #885979; }
    .list.list-news.list-actushp article.articletype-1 .dates-cles h2.titre, .list.list-news.list-actushp article.articletype-1 .dates-cles .descr {
      position: relative;
      z-index: 2;
      color: white; }
    .list.list-news.list-actushp article.articletype-1 .dates-cles h2.titre {
      font-size: 2rem;
      line-height: 2.125rem;
      margin-top: 0;
      margin-bottom: 40px; }
    .list.list-news.list-actushp article.articletype-1 .dates-cles .descr {
      font-weight: 400; }
    .list.list-news.list-actushp article.articletype-1 .dates-cles:after {
      content: "HISTOIRE";
      font-family: "Palanquin Dark", "Arial", sans-serif;
      font-size: 8.125rem;
      color: #8F6081;
      position: absolute;
      top: 45%;
      left: 30px;
      transform: translateY(-50%);
      word-break: break-word;
      line-height: 130px;
      width: 90%;
      z-index: 1; }
  .list.list-news.list-actushp article.articletype-1:before {
    content: "";
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% - 6px);
    border: solid 12px #2b182d;
    border-top: 0;
    bottom: 0;
    left: -6px;
    z-index: 1; }
  .list.list-news.list-actushp article.articletype-1:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 12px;
    background: #2b182d;
    top: 0;
    left: -6px;
    z-index: 1; }
.list.list-news.list-actushp article .card {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  text-decoration: none; }
  .list.list-news.list-actushp article .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-actushp article .card .card-body h2 {
      font-size: 1.5rem;
      line-height: 2.25rem;
      font-weight: 400;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: none; }
      .list.list-news.list-actushp article .card .card-body h2 span {
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin: 0;
        font-weight: 400; }
    .list.list-news.list-actushp 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 {
        font-family: "Palanquin Dark", "Arial", sans-serif;
        font-size: 0.875rem;
        font-weight: 400;
        color: #885979;
        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 {
          padding: 0 5px 0 0; }
        .list.list-news.list-actushp 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 {
    width: 100%;
    height: 348px;
    position: relative;
    z-index: 1; }
    .list.list-news.list-actushp article .card .img-wrap:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 0;
      left: 0;
      bottom: 0;
      background: transparent linear-gradient(0deg, #2B182D 0%, #71647200 100%) 0% 0% no-repeat padding-box;
      z-index: 2;
      transition: height 0.4s ease; }
    .list.list-news.list-actushp article .card .img-wrap img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
  .list.list-news.list-actushp article .card:hover {
    text-decoration: underline; }
    .list.list-news.list-actushp article .card:hover .img-wrap:before {
      height: 100%; }
.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%;
    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: "Palanquin Dark", "Arial", sans-serif;
      color: #ffe9c2;
      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: #ffe9c2; }
    .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%;
      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: #885979;
      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: flex;
      flex-direction: column;
      background: white;
      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 {
        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 {
        order: 1;
        text-transform: uppercase;
        font-family: "Palanquin Dark", "Arial", sans-serif;
        color: #885979;
        font-size: 0.875rem; }
      .list.list-news.list-frise article .item-frise .content p {
        order: 3;
        margin-bottom: 0; }
    .list.list-news.list-frise article .item-frise .img-wrap {
      width: 60%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #885979;
      position: relative;
      z-index: 1; }
      .list.list-news.list-frise article .item-frise .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .list.list-news.list-frise article .item-frise .img-wrap figcaption {
        position: absolute;
        top: 100%;
        left: 0;
        font-family: "Palanquin Dark", "Arial", sans-serif;
        font-size: 0.75rem;
        font-weight: 400;
        color: #885979;
        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: #885979; }
      .list.list-news.list-frise article .item-frise .img-wrap time {
        font-family: "Palanquin Dark", "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: #ffe9c2;
      z-index: 0; }
@media only screen and (max-width: 48rem) {
  .list.list-news.list-frise button.slick-arrow {
    top: 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 {
    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: #ffe9c2; }
        .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; } }
/* 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 #2b182d;
    padding: 15px 0 15px 32px;
    border-radius: 0; }
  .list .frame-type-uploads.frame-layout-0 .title {
    color: #2b182d; }
  .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; }

.frise-chrono {
  position: relative;
  padding-top: 60px;
  padding-bottom: 75px; }
  .frise-chrono:before {
    content: "Chronologie histoirique des ressources";
    position: absolute;
    width: calc(100% + 30%);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Palanquin Dark", "Arial", sans-serif;
    font-size: 8.75rem;
    line-height: 18.125rem;
    color: rgba(242, 232, 238, 0.09);
    text-transform: uppercase;
    z-index: 0; }
  .frise-chrono:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: #212121;
    z-index: -1; }
  .frise-chrono .list-years {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100vw; }
    .frise-chrono .list-years .slick-slide {
      padding: 0 60px; }
    .frise-chrono .list-years .item-years {
      position: relative;
      color: white;
      font-family: "Palanquin Dark", "Arial", sans-serif;
      font-size: 3.125rem;
      line-height: normal;
      font-weight: 500;
      transition: color 0.4s ease;
      cursor: pointer; }
      .frise-chrono .list-years .item-years time {
        position: relative; }
        .frise-chrono .list-years .item-years time:after {
          content: "";
          position: absolute;
          bottom: 15px;
          left: 0;
          width: 100%;
          height: 4px;
          background: white;
          transition: background 0.4s ease; }
      .frise-chrono .list-years .item-years:hover {
        color: #ffe9c2; }
        .frise-chrono .list-years .item-years:hover time:after {
          background: #ffe9c2; }
      .frise-chrono .list-years .item-years.actif {
        cursor: default;
        color: #ffe9c2; }
        .frise-chrono .list-years .item-years.actif time:after {
          content: none;
          /* ----- .list-news.list-frise > dans le fichier 03_views/_list.scss ----- */ }
  .frise-chrono .list-month {
    margin: 15px auto 0 auto; }
    .frise-chrono .list-month ul {
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .frise-chrono .list-month ul li {
        color: white;
        text-decoration: underline;
        cursor: pointer;
        transition: color 0.4s ease; }
        .frise-chrono .list-month ul li.actif {
          cursor: default;
          color: #ffe9c2;
          text-decoration: none; }
        .frise-chrono .list-month ul li.nope {
          cursor: default;
          text-decoration: none; }
        .frise-chrono .list-month ul li:not(.nope):hover {
          color: #ffe9c2; }
  @media only screen and (max-width: 48rem) {
    .frise-chrono {
      padding-top: 20px;
      padding-bottom: 40px; }
      .frise-chrono:before {
        content: none; }
      .frise-chrono .list-years {
        margin-bottom: 20px; }
      .frise-chrono .list-month {
        display: none; } }

/* Gestion des page résultats des extensions (news, annuaire...) */
/* Nomenclature : results + results--extension */
.results {
  /* Spécificités annuaire*/ }
  /* Spécificités news*/

.tx_solr .rechercheFiltre {
  margin-top: 50px; }
.tx_solr .navbar {
  padding: 10px 0; }
  .tx_solr .navbar ul li button.dropdown-toggle.btn {
    background: #885979;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 0;
    border-radius: 0; }
    .tx_solr .navbar ul li button.dropdown-toggle.btn:hover {
      background: #2b182d; }
  .tx_solr .navbar ul li ul.dropdown-menu {
    min-width: 100%;
    border-radius: 0;
    border: solid 1px #767676;
    padding: 10px;
    height: auto;
    margin: 0; }
    .tx_solr .navbar ul li ul.dropdown-menu li {
      padding: 5px 0; }
      .tx_solr .navbar ul li ul.dropdown-menu li:hover {
        background: transparent; }
      .tx_solr .navbar ul li ul.dropdown-menu li a {
        text-decoration: none;
        display: block;
        color: #885979; }
        .tx_solr .navbar ul li ul.dropdown-menu li a span {
          color: #885979; }
        .tx_solr .navbar ul li ul.dropdown-menu li a:hover {
          color: #2b182d; }
          .tx_solr .navbar ul li ul.dropdown-menu li a:hover span {
            color: #2b182d; }
.tx_solr #tx-solr-search p.searched-for {
  margin-bottom: 0; }
.tx_solr #tx-solr-search p.result-found {
  margin-bottom: 0; }
.tx_solr #tx-solr-search ul.pagination li.page-item .page-link {
  border-radius: 0;
  border: solid 1px #767676;
  color: #2b182d;
  text-decoration: none;
  transition: background 0.4s ease; }
  .tx_solr #tx-solr-search ul.pagination li.page-item .page-link:hover {
    background: #ffe9c2; }
.tx_solr #tx-solr-search ul.pagination li.page-item.active .page-link {
  background: #885979;
  border: solid 1px #885979;
  color: white; }
.tx_solr #tx-solr-search ul.pagination li.page-item.previous a {
  padding-bottom: 0; }
  .tx_solr #tx-solr-search ul.pagination li.page-item.previous a span img {
    width: 14px;
    margin-top: -3px; }
.tx_solr #tx-solr-search ul.pagination li.page-item.last.next a {
  padding-bottom: 5px; }
  .tx_solr #tx-solr-search ul.pagination li.page-item.last.next a span img {
    width: 14px;
    margin-top: 3px; }
.tx_solr #tx-solr-search .solr.list-view article {
  border-radius: 0;
  border: solid 1px #767676; }
  .tx_solr #tx-solr-search .solr.list-view article a {
    display: flex;
    flex-direction: column;
    text-decoration: none; }
    .tx_solr #tx-solr-search .solr.list-view article a .card-body {
      padding: 1rem;
      transition: background 0.4s ease; }
      .tx_solr #tx-solr-search .solr.list-view article a .card-body h2 {
        margin-top: 0;
        font-size: 1.5rem;
        line-height: 1.5rem;
        text-transform: none;
        font-weight: 500; }
      .tx_solr #tx-solr-search .solr.list-view article a .card-body p {
        font-size: 0.875rem; }
        .tx_solr #tx-solr-search .solr.list-view article a .card-body p.cat {
          margin-bottom: 0;
          text-transform: uppercase;
          color: #885979;
          font-weight: 700; }
        .tx_solr #tx-solr-search .solr.list-view article a .card-body p.date {
          margin-bottom: 10px; }
    .tx_solr #tx-solr-search .solr.list-view article a .img-wrap {
      width: 100%;
      height: 150px;
      overflow: hidden; }
      .tx_solr #tx-solr-search .solr.list-view article a .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .tx_solr #tx-solr-search .solr.list-view article a .card-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: transparent;
      border-top: solid 1px #767676;
      transition: background 0.4s ease; }
      .tx_solr #tx-solr-search .solr.list-view article a .card-footer p {
        margin-bottom: 0;
        font-size: 0.875rem; }
    .tx_solr #tx-solr-search .solr.list-view article a:hover .card-body, .tx_solr #tx-solr-search .solr.list-view article a:hover .card-footer {
      background: rgba(255, 233, 194, 0.5); }
