/*======================================
 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=Raleway:wght@400;500;700;900&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: "Raleway", "Arial", sans-serif;
  font-size: 1.625rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #0F4C7A; }
@media only screen and (min-width: 75rem) {
  h1, .h1 {
    line-height: 3.75rem;
    font-size: 2.5rem; } }

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

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

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

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

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

/* Paragraphes et texte */
p, span {
  color: #444444;
  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: #226497; }
  p.text_high, span.text_high {
    color: #0F4C7A; }
  p.little, span.little {
    color: #226497;
    font-size: 0.8125rem; }
  p strong, span strong {
    color: #226497;
    font-weight: 700; }
  p em, span em {
    color: #226497;
    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: #226497;
    font-size: 1.5625rem;
    line-height: 2.375rem;
    font-weight: 500; }
    blockquote p:not(.author):before {
      content: '“ ';
      color: #226497;
      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: #0F4C7A; }
  blockquote p.author {
    font-family: "Raleway", "Arial", sans-serif;
    text-transform: uppercase;
    color: #0F4C7A;
    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: #226497; }
  blockquote:before {
    content: "";
    position: absolute;
    top: 34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 58px;
    height: 54px;
    border: solid 8px #0F4C7A;
    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: #0F4C7A; }
    .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 #0F4C7A; }
.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: #0F4C7A;
      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: "Raleway", "Arial", 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: #0F4C7A;
  transition: color 0.4s ease; }
  a:hover {
    color: #226497; }
  a:focus {
    color: #226497; }
  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: "Raleway", "Arial", sans-serif;
      font-size: 0.75rem;
      font-weight: 400;
      color: #0F4C7A;
      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: #0F4C7A;
        /*&.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 #226497;
      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: "Raleway", "Arial", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: #0F4C7A;
    margin-left: 20px;
    padding-left: 40px; }
    figure figcaption:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 30px;
      height: 1px;
      background: #0F4C7A; }
  figure:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 20px);
    background: #FFAC1C;
    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: #FFAC1C;
    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: #226497;
  z-index: 100; }
@media only screen and (max-width: 62rem) {
  #header {
    background-color: #0F4C7A; } }
#header.scrolled {
  padding-top: 14px;
  padding-bottom: 14px; }
@media only screen and (max-width: 62rem) {
  #header.scrolled {
    height: 110px; } }
#header.scrolled .menuMega:before {
  opacity: 1; }
#header.scrolled .row > div header {
  position: relative;
  top: auto;
  left: auto; }
#header.scrolled .row > div .frame-type-menu_principal {
  margin: 0 8px;
  padding-left: 0; }
#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; }
@media only screen and (min-width: 62rem) {
  #header.homepage {
    background: transparent; } }
@media only screen and (min-width: 62rem) {
  #header.homepage .row > div header img.headerLogo_paysage {
    display: none; } }
@media only screen and (min-width: 62rem) {
  #header.homepage .row > div header img.headerLogo_portrait {
    display: block;
    margin-top: -14px; } }
#header.homepage .row > div .frame-type-menu_principal {
  position: fixed;
  bottom: 0;
  width: 100%; }
#header.homepage.scrolled {
  background: #226497; }
@media only screen and (max-width: 48rem) {
  #header.homepage.scrolled {
    background: #0F4C7A; } }
@media only screen and (min-width: 62rem) {
  #header.homepage.scrolled .row > div header img.headerLogo_paysage {
    display: block; } }
@media only screen and (min-width: 62rem) {
  #header.homepage.scrolled .row > div header img.headerLogo_portrait {
    display: none; } }
#header.homepage.scrolled .row > div .frame-type-menu_principal {
  position: relative;
  bottom: auto;
  width: auto;
  max-width: auto;
  padding-left: 150px; }
#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;
      position: absolute;
      left: 0; }
    #header .row > div header a {
      text-decoration: none; }
    #header .row > div header img {
      height: auto;
      width: 150px; }
      #header .row > div header img.headerLogo_mobile {
        width: 200px;
        margin-top: 15px; }
      @media only screen and (min-width: 48rem) {
        #header .row > div header img.headerLogo_mobile {
          display: none; } }
      #header .row > div header img.headerLogo_paysage {
        display: block;
        margin-top: 30px;
        height: 22px; }
      @media only screen and (max-width: 48rem) {
        #header .row > div header img.headerLogo_paysage {
          display: none; } }
      #header .row > div header img.headerLogo_portrait {
        display: none;
        /* Menu dans Components > _menu.scss */ }
  #header .row > div .frame-type-menu_principal {
    flex-grow: 2;
    padding-left: 150px;
    /* Menu dans Components > _menu.scss */ }
  #header .row > div #menutop {
    position: absolute;
    top: -97px;
    right: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  @media only screen and (min-width: 62rem) {
    #header .row > div #menutop {
      background: #0F4C7A; } }
  #header .row > div #menutop .menutop_reserver, #header .row > div #menutop .menutop_preparer {
    background-color: #FFAC1C;
    height: 81px;
    line-height: 105px;
    text-transform: uppercase;
    padding: 10px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: none;
    transition: all 0.6s ease; }
  @media only screen and (min-width: 62rem) {
    #header .row > div #menutop .menutop_reserver, #header .row > div #menutop .menutop_preparer {
      display: block; } }
  #header .row > div #menutop .menutop_reserver:after, #header .row > div #menutop .menutop_preparer:after {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-color: #FFAC1C;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: all 0.6s ease;
    transform-origin: left center; }
  #header .row > div #menutop .menutop_reserver:hover, #header .row > div #menutop .menutop_preparer:hover {
    background-color: #fff; }
    #header .row > div #menutop .menutop_reserver:hover:after, #header .row > div #menutop .menutop_preparer:hover:after {
      transform: scaleX(1); }
  #header .row > div #menutop .menutop_reserver svg, #header .row > div #menutop .menutop_preparer svg {
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%); }
  #header .row > div #menutop .menutop_reserver span, #header .row > div #menutop .menutop_preparer span {
    color: black;
    font-size: 0.8125rem;
    display: block; }
@media only screen and (max-width: 48rem) {
  #header .row > div #menutop .btn-accessibilite {
    display: none !important; } }
#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: #0F4C7A; }
  #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: #0F4C7A; }
#header .row > div #menutop select {
  background-color: #0F4C7A;
  color: #fff;
  border: none;
  font-weight: 700;
  background: url('../../Images/chevron_down.svg') right center no-repeat;
  padding: 0 17px 0 10px; }
#header .row > div #menutop ul.menu-langue {
  padding: 0 17px;
  display: none; }
  #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 .row > div #menutop .dropdownLang {
  color: #fff; }
  #header .row > div #menutop .dropdownLang .dropdown-toggle {
    position: relative;
    padding-right: 20px; }
    #header .row > div #menutop .dropdownLang .dropdown-toggle:after {
      position: absolute;
      right: 0;
      top: 50%;
      width: 20px;
      height: 20px;
      background: url('../../Images/chevron_down.svg') right center no-repeat;
      transform: translateY(-50%);
      border: none; }
  #header .row > div #menutop .dropdownLang span {
    margin-bottom: 0;
    color: currentColor;
    font-weight: 700;
    text-transform: uppercase; }
  #header .row > div #menutop .dropdownLang .dropdown-menu {
    min-width: 40px;
    padding: 0; }
    #header .row > div #menutop .dropdownLang .dropdown-menu li.active {
      display: none; }
    #header .row > div #menutop .dropdownLang .dropdown-menu li a {
      line-height: 1.2;
      color: #226497;
      padding: 3px 0;
      text-align: center; }
      #header .row > div #menutop .dropdownLang .dropdown-menu li a:hover {
        color: #ffffff; }
    #header .row > div #menutop .dropdownLang .dropdown-menu li span {
      margin-bottom: 0; }
#header .menuMega {
  position: fixed;
  top: 109px;
  left: 0;
  right: 0;
  z-index: 3;
  display: none;
  transition: all 0.6s ease; }
@media only screen and (max-width: 62rem) {
  #header .menuMega {
    position: static; } }
@media only screen and (min-width: 62rem) {
  #header .menuMega:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    transition: all 0.6s ease; } }
#header .menuMega_content {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 20px; }
@media only screen and (max-width: 62rem) {
  #header .menuMega_content {
    padding: 20px 10px; } }
@media only screen and (max-width: 62rem) {
  #header .menuMega .menuCard {
    height: auto;
    margin-bottom: 0;
    background-color: #fff;
    padding-left: 20px; }
    #header .menuMega .menuCard:before {
      display: none; }
    #header .menuMega .menuCard img {
      display: none; }
    #header .menuMega .menuCard a {
      position: static;
      color: #226497;
      font-weight: 700;
      font-size: 0.875rem;
      padding: 10px 0; }
      #header .menuMega .menuCard a span {
        position: static;
        font-weight: 700;
        font-size: 0.875rem; }
    #header .menuMega .menuCard p {
      display: none; }
    #header .menuMega .menuCard .menuCard_label {
      display: none; } }
#header .menuMega .menuCard:nth-child(1) {
  flex-basis: calc(33.333% - 14px);
  margin-right: 21px;
  margin-bottom: 20px; }
@media only screen and (max-width: 62rem) {
  #header .menuMega .menuCard:nth-child(1) {
    margin-right: 0;
    margin-bottom: 0;
    flex-basis: 100%; } }
#header .menuMega .menuCard:nth-child(2) {
  flex-basis: calc(66.666% - 7px);
  margin-bottom: 20px; }
@media only screen and (max-width: 62rem) {
  #header .menuMega .menuCard:nth-child(2) {
    flex-basis: 100%;
    margin-bottom: 0; } }
#header .menuMega .menuCard:nth-child(2) ul {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }
@media only screen and (max-width: 62rem) {
  #header .menuMega .menuCard:nth-child(2) ul {
    position: static;
    transform: none; } }
#header .menuMega .menuCard:nth-child(3), #header .menuMega .menuCard:nth-child(4) {
  flex-basis: calc(33.333% - 14px);
  margin-right: 21px; }
@media only screen and (max-width: 62rem) {
  #header .menuMega .menuCard:nth-child(3), #header .menuMega .menuCard:nth-child(4) {
    flex-basis: 100%;
    margin-right: 0; } }
#header .menuMega .menuCard:nth-child(5) {
  flex-basis: calc(33.333% - 14px); }
@media only screen and (max-width: 62rem) {
  #header .menuMega .menuCard:nth-child(5) {
    flex-basis: 100%; } }
#header .menuMega .menuCard:nth-child(5) ul {
  position: absolute;
  right: 20px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%); }
@media only screen and (max-width: 62rem) {
  #header .menuMega .menuCard:nth-child(5) ul {
    transform: none;
    position: static; } }
#header .menuMega .menuCard:nth-child(5):before {
  display: none; }
#header .menuMega .menuCard ul {
  background-color: #226497;
  padding: 10px 20px;
  position: relative;
  z-index: 5; }
@media only screen and (max-width: 62rem) {
  #header .menuMega .menuCard ul {
    background-color: #fff;
    padding: 0; } }
#header .menuMega .menuCard ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  #header .menuMega .menuCard ul li a {
    display: inline-block;
    padding: 8px 5px; }
  @media only screen and (max-width: 62rem) {
    #header .menuMega .menuCard ul li a {
      padding: 10px 0; } }
  #header .menuMega .menuCard ul li:last-child {
    border-bottom: 0; }
#header .menuMega-reserver {
  padding-bottom: 0; }
  #header .menuMega-reserver .menuMega_content {
    justify-content: center; }
    #header .menuMega-reserver .menuCard:nth-child(1), #header .menuMega-reserver .menuCard:nth-child(2) {
      flex-basis: calc(33.333% - 14px);
      margin-bottom: 0; }
    @media only screen and (max-width: 62rem) {
      #header .menuMega-reserver .menuCard:nth-child(1), #header .menuMega-reserver .menuCard:nth-child(2) {
        flex-basis: 100%; } }
#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: #226497; }
  #header #headsearch.actif {
    display: flex;
    z-index: 20; }
  #header #headsearch > .frame {
    flex: 2 1 auto; }
    #header #headsearch > .frame button {
      border: solid 1px #0F4C7A; }
      #header #headsearch > .frame button:hover {
        color: #226497;
        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: #0F4C7A; }
@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: #0F4C7A;
        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 {
            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; } }

.navCtaMobile {
  display: none; }

@media only screen and (max-width: 62rem) {
  .navCtaMobile {
    display: block; }
    .navCtaMobile_item {
      position: relative; }
      .navCtaMobile_item:before {
        content: "";
        position: absolute;
        left: 10px;
        bottom: -7px;
        width: calc(100% - 20px);
        height: 1px;
        background: #767676;
        z-index: 1; }
    .navCtaMobile .menutop_reserver, .navCtaMobile .menutop_preparer {
      background-color: #FFAC1C;
      padding: 20px 10px;
      margin: 15px 10px 0 10px;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      text-decoration: none; }
      .navCtaMobile .menutop_reserver span, .navCtaMobile .menutop_preparer span {
        margin-bottom: 0;
        font-weight: 600; }
      .navCtaMobile .menutop_reserver svg, .navCtaMobile .menutop_preparer svg {
        flex: 0 0 50px;
        height: 35px; }
  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;
    padding-left: 15px; }
    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: #0F4C7A;
        padding: 0 10px;
        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: 2px;
          height: 21px;
          background: #0F4C7A; }
        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: 2px;
          left: auto;
          bottom: auto;
          margin-left: 0;
          background: #0F4C7A; }
        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: #226497; }
      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: #FFAC1C;
        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; } }

@media only screen and (min-width: 62rem) {
  .menuReserverOpened #header .menuCtaContentDesktop .menuMega-reserver {
    display: block; } }
@media only screen and (max-width: 62rem) {
  .menuReserverOpened #header .navCtaMobile .menuMega-reserver {
    display: block; } }
.menuReserverOpened #header .row > div #menutop .menutop_reserver {
  background-color: #fff; }
  .menuReserverOpened #header .row > div #menutop .menutop_reserver:after {
    transform: scaleX(1); }

@media only screen and (min-width: 62rem) {
  .menuPreparerOpened #header .menuCtaContentDesktop .menuMega-preparer {
    display: block; } }
@media only screen and (max-width: 62rem) {
  .menuPreparerOpened #header .navCtaMobile .menuMega-preparer {
    display: block; } }
.menuPreparerOpened #header .row > div #menutop .menutop_preparer {
  background-color: #fff; }
  .menuPreparerOpened #header .row > div #menutop .menutop_preparer:after {
    transform: scaleX(1); }

/* 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: 110px;
      margin-left: 0;
      max-width: 100%; }
    #footer .ce-gallery figure:after {
      content: none; }
  #footer #newsletter {
    background: #226497;
    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;
          font-weight: 700; }
        #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: 900;
          color: #F2E8EE;
          opacity: 0.09;
          top: 40%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          z-index: 0; }
    #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset {
      position: relative;
      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; }
      #footer #newsletter .container .row > div > div:last-child .tx-powermail form fieldset .custom-control.custom-checkbox.checkbox.policy {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-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: #444444; }
      #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: #226497;
        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: #444444;
        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: #444444;
    /* 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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(1) p {
          font-family: "Raleway", "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: "Raleway", "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;
            display: inline-block;
            border: 1px solid #fff;
            font-weight: 700;
            padding: 10px 20px;
            margin-top: 20px; }
            #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: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) .ce-gallery figure img {
            max-width: 500px;
            width: 100%; }
            #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: -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: white;
                color: #444444;
                font-size: 1.125rem;
                -webkit-transition: color 0.4s ease, background 0.4s ease;
                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 {
                  -webkit-box-pack: center;
                  -ms-flex-pack: center;
                  justify-content: center;
                  -webkit-box-align: center;
                  -ms-flex-align: 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: -webkit-box;
                    display: -ms-flexbox;
                    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 {
                  -webkit-box-align: end;
                  -ms-flex-align: end;
                  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: #444444; }
                  #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: -webkit-box;
                    display: -ms-flexbox;
                    display: flex; }
            #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) .frame-type-menu_reseaux.visible {
              display: -webkit-box;
              display: -ms-flexbox;
              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: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            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) {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 30px; }
            #footer .footer-infos .container > div > .grid-container > .row > div:nth-child(3) .frame-type-menu_reseaux {
              -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
              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: #444444;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    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: #226497;
          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: #0F4C7A; }
    .modal-dialog .modal-content .modal-body .custom-control.custom-switch .custom-control-label:after {
      background-color: #767676; }
    .modal-dialog .modal-content .modal-body .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
      background: #0F4C7A; }
    .modal-dialog .modal-content .modal-body .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
      background-color: #767676; }

#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: #0F4C7A; }
    .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: "Raleway", "Arial", sans-serif;
      font-weight: 400;
      font-size: 1.125rem;
      padding: 0 10px;
      min-height: 81px;
      text-decoration: none;
      background: #226497;
      -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: 4px;
        bottom: 20px;
        left: 50%;
        margin-left: -40px;
        transition: all 0.6s ease;
        background: #fff;
        transform: scaleY(0); }
        .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 {
          transform: scaleY(1);
          background: #fff; }
      .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a.mis-en-avant {
        background: #0F4C7A; }
        .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown > a.mis-en-avant:after {
          background: #0F4C7A; }
        .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: #FFAC1C; }
          .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;
        /*top: calc(100% + 14px) !important;*/ }
      .frame-type-menu_principal > nav ul#site-menu li.niveau1.dropdown .dropdown-menu a {
        text-transform: uppercase;
        color: #226497;
        text-decoration: none;
        padding: 10px 0;
        margin-bottom: 10px;
        font-family: "Raleway", "Arial", sans-serif;
        font-weight: 700;
        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: #0F4C7A;
          text-decoration: underline; }

.menuCard {
  height: 260px;
  background: #226497;
  position: relative;
  color: white; }
  .menuCard:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(0deg, #062f4e, rgba(6, 47, 78, 0));
    z-index: 2; }
  .menuCard img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  .menuCard .menuCard_label, .menuCard a {
    color: currentColor;
    text-decoration: none;
    text-transform: uppercase; }
  .menuCard > a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    z-index: 20; }
  .menuCard > a span, .menuCard .menuCard_label {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    margin: 0;
    z-index: 20;
    color: currentColor; }

.frame-type-menu_image ul li {
  margin-bottom: 30px; }

.btn .btn_icn {
  margin-right: 5px; }

button#backToTop {
  position: absolute;
  top: -45px;
  right: 0;
  width: 90px;
  height: 90px;
  padding: 0;
  background: #0F4C7A;
  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: 2px solid #226497;
    border-top: 0;
    position: relative; }
    button#backToTop .cadre:before {
      content: "";
      position: absolute;
      width: 80%;
      height: 2px;
      top: -2px;
      left: -4px;
      background: #226497; }
    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: #0F4C7A;
    padding: 10px; }
@media only screen and (min-width: 62rem) {
  table.table.table-responsive {
    display: table; } }

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

/* 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: #0F4C7A; }
      nav.breadcrumb-container ol.breadcrumb li.breadcrumb-item.active {
        font-weight: 700;
        color: #226497; }
      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: "Raleway", "Arial", 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: #FFAC1C; }
    .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(255, 172, 28, 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(15, 76, 122, 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: #444444;
  height: auto;
  line-height: normal;
  background-clip: initial; }

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

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

/* 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%;
      text-align: center;
      margin-top: 50px;
      margin-bottom: 50px; }
      #fullscreen > div:first-child > .content-header .entete {
        margin: 0 0 30px 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;
        line-height: 1.2; }
    #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 #FFAC1C;
        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: #FFAC1C; }
  #fullscreen .alerte {
    position: absolute;
    top: 125px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3; }
  @media only screen and (min-width: 62rem) {
    #fullscreen .alerte {
      padding-left: 200px; } }
  #fullscreen .alerte .row {
    margin-right: 0;
    margin-left: 0;
    background: #FFE0AA;
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 15px solid #FFAC1C; }
    #fullscreen .alerte .row > div:last-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:last-child .alerteclose {
        position: relative;
        cursor: pointer;
        width: 15px;
        height: 15px; }
        #fullscreen .alerte .row > div:last-child .alerteclose:before, #fullscreen .alerte .row > div:last-child .alerteclose:after {
          content: "";
          background: #226497;
          position: absolute;
          width: 20px;
          height: 2px;
          border-radius: 10px;
          top: 7px;
          left: -2px; }
        #fullscreen .alerte .row > div:last-child .alerteclose:before {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        #fullscreen .alerte .row > div:last-child .alerteclose:after {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    #fullscreen .alerte .row > div:first-child .entete {
      margin-top: 0;
      font-size: 1.125rem;
      line-height: normal;
      margin-bottom: 0; }
    #fullscreen .alerte .row > div:first-child p {
      color: black;
      margin-bottom: 10px; }
      #fullscreen .alerte .row > div:first-child p:last-child {
        margin-bottom: 0; }
    #fullscreen .alerte .row > div:first-child strong, #fullscreen .alerte .row > div:first-child a {
      color: currentColor; }
  #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: #226497; }
  #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: "Raleway", "Arial", sans-serif;
        font-size: 10.9375rem;
        font-weight: 900;
        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: 1.875rem;
      line-height: 1.875rem;
      color: #226497;
      margin-top: 0;
      margin-bottom: 20px;
      font-weight: 700; }
    #entry .content p {
      margin-bottom: 0; }
    #entry .content a {
      display: inline-block;
      font-weight: 700;
      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; }
      #entry .content a:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 30px;
        height: 1px;
        background: #0F4C7A;
        -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: #444444; }
        #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;
    text-align: right; }
    #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: #226497;
        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: #226497;
          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: #226497; }
    #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: #226497; }
        #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;
          /*a {
           padding-right: 40px;
           &:before {
           right: 0;
           }
           &:hover {
           padding-right: 60px;
           &:before {
           width: 50px;
           background: $color-primary;
           }
           }
           }*/ }
    #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; } }

#actus > .row > div {
  padding-top: 150px;
  padding-bottom: 90px; }
  #actus > .row > div > div:first-child {
    position: relative;
    z-index: 1; }
  #actus > .row > div > .frame-type-html {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #actus > .row > div > .frame-type-html p {
      font-family: #FFFCF6;
      font-size: 12.5rem;
      font-weight: 900;
      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;
    font-weight: 400;
    text-decoration: none; }
    #actus .tx-e-news a.all.bottom {
      top: inherit;
      bottom: -35px; }
    #actus .tx-e-news a.all:before {
      content: "";
      background: #226497;
      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-bottom: 150px; }
    #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");
        background-size: cover; }
        #actus .tx-e-news .list.actuHome button.slick-arrow.slick-prev:hover {
          background-image: 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");
        background-size: cover; }
        #actus .tx-e-news .list.actuHome button.slick-arrow.slick-next:hover {
          background-image: 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*/
        /*.list.agendaHome{
         padding: 0 0 60px;
         }*/ }
  #actus .tx-e-news .slide-count {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400; }
    #actus .tx-e-news .slide-count span {
      color: #0F4C7A;
      font-weight: 900; }
@media only screen and (max-width: 48rem) {
  #actus > .row > div > .frame-type-html {
    display: none; } }

#contentViolet {
  background: #0F4C7A; }
  #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: #0F4C7A;
          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: #0F4C7A;
            -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: #226497; }
      #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: "Raleway", "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; } }

#contentBlue {
  background: #0F4C7A; }
  #contentBlue > .container {
    position: relative;
    padding-top: 150px;
    padding-bottom: 130px; }
    #contentBlue > .container > div:first-child {
      position: relative;
      z-index: 1; }
      #contentBlue > .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; }
        #contentBlue > .container > div:first-child .content.actif {
          top: -55px; }
        #contentBlue > .container > div:first-child .content .content-header .entete {
          font-size: 2rem;
          line-height: 1.875rem;
          color: #0F4C7A;
          margin-top: 0;
          margin-bottom: 20px; }
        #contentBlue > .container > div:first-child .content p {
          margin-bottom: 0; }
        #contentBlue > .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; }
          #contentBlue > .container > div:first-child .content a:before {
            content: "";
            position: absolute;
            top: 50%;
            width: 30px;
            height: 1px;
            background: #0F4C7A;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            left: 0; }
          #contentBlue > .container > div:first-child .content a:hover {
            padding-left: 70px; }
            #contentBlue > .container > div:first-child .content a:hover:before {
              width: 50px;
              background: #226497; }
      #contentBlue > .container > div:first-child figure {
        position: relative;
        display: inline-block;
        z-index: 0;
        width: 880px;
        height: 332px;
        margin: 0; }
        #contentBlue > .container > div:first-child figure figcaption {
          margin-top: -7px; }
        #contentBlue > .container > div:first-child figure img {
          width: 100%;
          height: 100%;
          margin-left: 0;
          -o-object-fit: cover;
          object-fit: cover; }
        #contentBlue > .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; }
        #contentBlue > .container > div:first-child figure:after {
          content: "";
          width: 74%;
          height: calc(100% + 40px);
          top: -20px;
          right: -20px;
          left: auto; }
    #contentBlue > .container > .frame-type-html {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #contentBlue > .container > .frame-type-html p {
        font-family: "Raleway", "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) {
    #contentBlue {
      padding: 100px 0 100px 0; }
      #contentBlue > .container > div:first-child .content {
        position: relative; }
        #contentBlue > .container > div:first-child .content.actif {
          top: auto; }
      #contentBlue > .container > div:first-child figure {
        width: 100%;
        height: auto; }
        #contentBlue > .container > div:first-child figure:before {
          height: 50%; }
      #contentBlue > .container > .frame-type-html {
        display: none; } }

#diapo {
  background: white;
  padding-top: 90px; }
  #diapo > .row > div > div:first-child .content-header {
    position: relative;
    padding-top: 80px;
    text-align: center; }
    #diapo > .row > div > div:first-child .content-header .entete {
      margin: 0; }
    #diapo > .row > div > div:first-child .content-header .subheader {
      margin: 10px 0 0 0;
      text-transform: none; }
    #diapo > .row > div > div:first-child .content-header:before {
      content: "";
      position: absolute;
      top: 4px;
      left: 50%;
      transform: translateX(-50%);
      width: 58px;
      height: 54px;
      border: solid 8px #FFAC1C;
      border-top: 0; }
    #diapo > .row > div > div:first-child .content-header:after {
      content: "";
      position: absolute;
      top: 0;
      left: calc(50% - 14px);
      transform: translateX(-50%);
      width: 30px;
      height: 8px;
      background: #FFAC1C; }
  #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: #226497;
    font-family: "Raleway", "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: #226497;
    margin-bottom: -100px; }
    #infovertical .progress-container .progress-bar {
      position: absolute;
      top: 0;
      margin-top: -20px;
      left: -2px;
      height: 40px;
      width: 5px;
      background: #226497; }
  #infovertical.fullscreen .text, #infovertical.entry .text, #infovertical.contentBlue .text {
    color: #FFAC1C; }
  #infovertical.fullscreen .progress-container, #infovertical.entry .progress-container, #infovertical.contentBlue .progress-container, #infovertical.fullscreen .progress-container .progress-bar, #infovertical.entry .progress-container .progress-bar, #infovertical.contentBlue .progress-container .progress-bar {
    background: #FFAC1C; }
#infovertical.actus .text, #infovertical.contentWhite .text {
  color: #226497; }
#infovertical.actus .progress-container, #infovertical.contentWhite .progress-container, #infovertical.actus .progress-container .progress-bar, #infovertical.contentWhite .progress-container .progress-bar {
  background: #226497; }
@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, .list.list-news.list-agenda {
  margin-top: 80px; }
  .list.list-news.list-actus a.card, .list.list-news.list-Ractus a.card, .list.list-news.list-agenda 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, .list.list-news.list-agenda 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, .list.list-news.list-agenda a.card .card-body h2 {
        font-size: 1.25rem;
        line-height: 1.5;
        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, .list.list-news.list-agenda a.card .card-body h2 span {
          font-size: 1.25rem;
          line-height: 1.3;
          margin: 0;
          font-weight: 700;
          color: #0F4C7A; }
      .list.list-news.list-actus a.card .card-body ul.list-group, .list.list-news.list-Ractus a.card .card-body ul.list-group, .list.list-news.list-agenda 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, .list.list-news.list-agenda a.card .card-body ul.list-group li.list-group-item {
          font-family: "Raleway", "Arial", sans-serif;
          font-size: 0.8125rem;
          font-weight: 400;
          color: #0F4C7A;
          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, .list.list-news.list-agenda 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:not(:first-child), .list.list-news.list-Ractus a.card .card-body ul.list-group li.list-group-item:last-child:not(:first-child), .list.list-news.list-agenda a.card .card-body ul.list-group li.list-group-item:last-child:not(:first-child) {
            padding: 0 0 0 5px; }
    .list.list-news.list-actus a.card .img-wrap, .list.list-news.list-Ractus a.card .img-wrap, .list.list-news.list-agenda 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, .list.list-news.list-agenda 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, .list.list-news.list-agenda 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, .list.list-news.list-agenda 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, .list.list-news.list-agenda a.card:hover .img-wrap:before {
        height: 100%; }
.list.list-news.list-actushp, .list.list-news.list-actuschaudeshp {
  width: 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; }
  .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: "Raleway", "Arial", sans-serif;
          font-size: 0.8125rem;
          font-weight: 400;
          color: #0F4C7A;
          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: #FFAC1C; }
  .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: "Raleway", "Arial", sans-serif;
        text-transform: uppercase;
        border-radius: 0;
        border: 0;
        padding: 0;
        margin: 0; }
  .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: "Raleway", "Arial", sans-serif;
      color: #FFAC1C;
      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: #FFAC1C; }
    .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: #0F4C7A;
      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;
        color: #0F4C7A; }
      .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: "Raleway", "Arial", sans-serif;
        color: #0F4C7A;
        font-size: 0.8125rem; }
      .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: #0F4C7A;
      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: "Raleway", "Arial", sans-serif;
        font-size: 0.75rem;
        font-weight: 400;
        color: #0F4C7A;
        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: #0F4C7A; }
      .list.list-news.list-frise article .item-frise .img-wrap time {
        font-family: "Raleway", "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: #FFAC1C;
      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: #FFAC1C; }
        .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; }
.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: #FFAC1C;
    overflow: hidden;
    /*padding-right: 20px;*/
    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: #FFAC1C;
      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 .date span, .list.list-news.list-agenda .date {
  margin-bottom: 0;
  color: #226497;
  font-weight: 500; }
  .list.list-news.list-agenda .date span span:last-child:not(:first-child), .list.list-news.list-agenda .date span:last-child:not(:first-child) {
    padding-left: 5px;
    position: relative; }
    .list.list-news.list-agenda .date span span:last-child:not(:first-child):before, .list.list-news.list-agenda .date span:last-child:not(:first-child):before {
      content: '-';
      display: inline-block;
      margin-right: 5px; }
.list.list-news.list-agenda a.card .card-body {
  position: relative;
  width: calc(100% - 50px);
  margin: -85px 30px 0; }
  .list.list-news.list-agenda a.card .card-body:before {
    content: '';
    width: 10px;
    background-color: #FFAC1C;
    height: 85px;
    position: absolute;
    left: -10px;
    top: 0; }
  .list.list-news.list-agenda a.card .card-body:after {
    content: '';
    width: 95px;
    background-color: #FFAC1C;
    height: 10px;
    position: absolute;
    top: -10px;
    left: -10px;
    /*
     &.list-agenda, &.list-Ragenda{
     margin-top: 80px;
     article{
     a.card{
     border-top: 1px solid #DEE2E6;
     padding-top: 20px;
     }
     &:first-child, &:nth-child(2){
     a.card{border-top: 0;}
     }
     }
     a.card {
     margin-bottom: 0;
     border-radius: 0;
     border: 0;
     text-decoration: none;
     .agenda-date{
     width: 96px;
     height: 96px;
     background: $color-tertiary;
     margin-right: 25px;
     margin-bottom: 17px;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     > 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;
     > span{
     position: relative;
     display: block;
     margin: 0;
     &:first-child::after{
     content: '';
     position: absolute;
     bottom: -9px;
     left: 50%;
     margin-left: -20px;
     width: 40px;
     height: 1px;
     background-color: $color-primary;
     }
     }
     }
     }
     .card-body {
     margin: 20px 0 ;
     padding: 0;
     background: white;
     z-index: 2;
     h2 {
     font-size: rem(24);
     line-height: rem(32);
     font-weight: 500;
     margin-bottom: 0;
     margin-top: 0;
     text-transform: none;
     span {
     font-size: rem(24);
     line-height: rem(36);
     margin: 0;
     font-weight: 500;
     }
     }
     ul.list-group {
     margin-bottom: 5px;
     li.list-group-item {
     font-family: $font-secondary;
     text-transform: uppercase;
     border-radius: 0;
     border: 0;
     padding: 0;
     margin: 0;
     }
     }
     }
     &: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: #FFAC1C;
        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: "Raleway", "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écifictés galleries */
.list .frame-type-uploads.frame-layout-0 {
  font-family: "Raleway", "Arial", sans-serif; }
  .list .frame-type-uploads.frame-layout-0 .list-group-item {
    border: none;
    border-left: 3px solid #226497;
    padding: 15px 0 15px 32px;
    border-radius: 0; }
  .list .frame-type-uploads.frame-layout-0 .title {
    color: #226497; }
  .list .frame-type-uploads.frame-layout-0 .txt {
    font-size: 0.875rem;
    color: #444444; }
  .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; }
