@charset "UTF-8";
/*-------------------------------------------------------------------
	Normalize
-------------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("//fonts.googleapis.com/css?family=Roboto%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C700%2C700i");
@import url("//hello.myfonts.net/count/37091e");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*-------------------------------------------------------------------
	Variables
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Variables - Centre-Sud
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Variables
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Typography
-------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  head {
    font-family: "mq-large 1200px"; }
  body:after {
    content: "mq-large - max-width: 1200px"; } }

@media screen and (max-width: 1200px) {
  head {
    font-family: "mq-default 1200px"; }
  body:after {
    content: "mq-default - max-width: 1200px"; } }

@media screen and (max-width: 968px) {
  head {
    font-family: "mq-tablet 968px"; }
  body:after {
    content: "mq-tablet - max-width: 968px"; } }

@media screen and (max-width: 600px) {
  head {
    font-family: "mq-mobile 600px"; }
  body:after {
    content: "mq-mobile - max-width: 600px"; } }

head {
  clear: both; }
  head title {
    font-family: "mq-large 1200px, mq-default 1200px, mq-tablet 968px, mq-mobile 600px"; }

body:after {
  display: none; }

*[data-usn-if] {
  display: none; }

/*-------------------------------------------------------------------
	Functions
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Functions
-------------------------------------------------------------------*/
/*
	Acts like a php var_dump but with a SASS list or variable
*/
/*
	Calculate the resize ratio of the svg sprite based on the icon provided
	The icon needs at least 4 params (x, y, width, height)
	(optional) w or h based ratio
*/
/*
	Slice a SASS list like php array_slice
*/
/*-------------------------------------------------------------------
	Mixins
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Mixins
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Media queries
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	SVG Icons generation
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
 Viewport sized typography with minimum and maximum values
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Font face
-------------------------------------------------------------------*/
@font-face { }

@font-face {
  font-family: "Oswald-bold";
  src: url(fonts/oswald-bold-webfont.eot);
  src: url(fonts/oswald-bold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/oswald-bold-webfont.woff) format("woff"), url(fonts/oswald-bold-webfont.ttf) format("truetype"), url(fonts/oswald-bold-webfont.svg#Oswald-bold) format("svg");
  font-weight: normal;
  font-style: normal; }

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "HelveticaNeue-Light";
  src: url(fonts/37091E_0_0.eot);
  src: url(fonts/37091E_0_0.eot?#iefix) format("embedded-opentype"), url(fonts/37091E_0_0.woff) format("woff"), url(fonts/37091E_0_0.ttf) format("truetype"), url(fonts/37091E_0_0.svg#HelveticaNeue-Light) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "HelveticaNeue-Bold";
  src: url(fonts/37091E_1_0.eot);
  src: url(fonts/37091E_1_0.eot?#iefix) format("embedded-opentype"), url(fonts/37091E_1_0.woff) format("woff"), url(fonts/37091E_1_0.ttf) format("truetype"), url(fonts/37091E_1_0.svg#HelveticaNeue-Bold) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "HelveticaNeue";
  src: url(fonts/37091E_2_0.eot);
  src: url(fonts/37091E_2_0.eot?#iefix) format("embedded-opentype"), url(fonts/37091E_2_0.woff) format("woff"), url(fonts/37091E_2_0.ttf) format("truetype"), url(fonts/37091E_2_0.svg#HelveticaNeue) format("svg");
  font-weight: normal;
  font-style: normal; }

/*-------------------------------------------------------------------
	Global
-------------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100vw; }
  html a.prime-pdf-icon:after {
    content: "";
    display: inline-block;
    margin-right: -5px;
    vertical-align: middle;
    background-image: url(../svg/icons/prime-file-pdf.svg);
    height: 20px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat; }
  html a.prime-excel-icon:after {
    content: "";
    display: inline-block;
    margin-right: -5px;
    vertical-align: middle;
    background-image: url(../svg/icons/prime-excel-pdf.svg);
    height: 20px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat; }
  html a.prime-word-icon:after {
    content: "";
    display: inline-block;
    margin-right: -5px;
    vertical-align: middle;
    background-image: url(../svg/icons/prime-file-word.svg);
    height: 20px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat; }
  html a.prime-externel-link-icon:after {
    content: "";
    display: inline-block;
    margin-right: -5px;
    vertical-align: middle;
    background-image: url(../svg/icons/prime-file-externel-link.svg);
    height: 20px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat; }
  html a.prime-zip-icon:after {
    content: "";
    display: inline-block;
    margin-right: -5px;
    vertical-align: middle;
    background-image: url(../svg/icons/prime-file-zip.svg);
    height: 20px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat; }
  html a.prime-image-icon:after {
    content: "";
    display: inline-block;
    margin-right: -5px;
    vertical-align: middle;
    background-image: url(../svg/icons/prime-file-image.svg);
    height: 20px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat; }
  html a.prime-ppt-icon:after {
    content: "";
    display: inline-block;
    margin-right: -5px;
    vertical-align: middle;
    background-image: url(../svg/icons/prime-file-ppt.svg);
    height: 20px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat; }
  html body {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    /* Style du bouton */
    /* Style de l'icône SVG */
    /* Style au survol */
    /* Supprime le contour de focus */
    font-size: 16px;
    font-size: 1.6rem; }
    html body #quick-exit-button {
      position: fixed;
      bottom: 80px;
      right: 20px;
      background-color: #cb381f;
      /* Couleur rouge */
      color: #fff;
      /* Texte blanc */
      border: none;
      padding: 8px 16px;
      /* Marges internes */
      font-size: 16px;
      font-family: Arial, sans-serif;
      /* Police standard */
      font-weight: bold;
      /* Texte en gras */
      cursor: pointer;
      z-index: 1000;
      border-radius: 5px;
      /* Coins arrondis */
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      /* Alignement flex */
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* Centrage vertical */
      gap: 8px;
      /* Espace entre l'icône et le texte */ }
    html body .quick-exit-icon {
      width: 40px;
      /* Largeur de l'icône */
      height: 40px;
      /* Hauteur de l'icône */
      display: inline-block; }
    html body #quick-exit-button:hover {
      opacity: 0.7; }
    html body #quick-exit-button:focus {
      outline: none; }
    @media only screen and (max-width: 1200px) {
      html body {
        font-size: 14px;
        font-size: 1.4rem; } }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

blockquote {
  margin: 0; }

h1, .h1 {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 36px;
  font-size: 3.6rem; }

h2, table caption, .h2 {
  font-weight: 100;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 30px;
  font-size: 3rem; }

h3, .h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 24px; }

h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 20px; }

p, .p {
  overflow-wrap: break-word;
  margin: 0 0;
  font-size: 16px;
  font-size: 1.6rem; }
  @media only screen and (max-width: 600px) {
    p, .p {
      font-size: 24px;
      font-size: 2.4rem; } }

a {
  text-decoration: none;
  color: #0080A3; }
  a[href^="mailto"] {
    word-break: break-all; }

ul, ol {
  margin: 0 0;
  padding: 0; }
  ul li, ol li {
    margin: 0 0;
    list-style: none; }
    ul li > *, ol li > * {
      vertical-align: top; }
    ul li > strong, ul li b, ul li i, ol li > strong, ol li b, ol li i {
      vertical-align: middle; }

img {
  border: 0;
  display: block;
  height: auto;
  outline: 0;
  max-width: 100%; }

select.form-control {
  color: #000000; }

figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0; }

figcaption {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-size: 1.4rem; }

h1:empty, h2:empty, table caption:empty, h3:empty, h4:empty, h5:empty, h6:empty, a:empty, p:empty, li:empty {
  display: none !important; }

/*-------------------------------------------------------------------
	BASE LAYOUT ZONES
-------------------------------------------------------------------*/
#node-options {
  background-color: rgba(37, 17, 41, 0.85);
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 10; }
  #node-options ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    #node-options ul li {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center; }
      #node-options ul li:last-child {
        border-right: none; }
      #node-options ul li a {
        background: #2D2D2D;
        color: #bbb;
        display: block;
        padding: 15px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        width: 100%;
        font-size: 13px;
        font-size: 1.3rem; }
        #node-options ul li a:hover {
          background: #0084d7;
          color: #FFFFFF; }

.section-content.section-node-content .layout-wrapper, .section-content.section-node-content .news-categories {
  background-color: white; }

a.skip-main {
  height: 1px;
  left: -999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: -999; }

a.skip-main:focus, a.skip-main:active {
  background-color: #000;
  border: 4px solid yellow;
  border-radius: 15px;
  color: #fff;
  font-size: 1.2em;
  height: auto;
  left: auto;
  overflow: auto;
  margin: 20px 15%;
  padding: 5px;
  text-align: center;
  top: 0;
  width: 70%;
  z-index: 999; }
  @media only screen and (min-width: 969px) {
    a.skip-main:focus, a.skip-main:active {
      margin: 10px 35%;
      width: 30%; } }

.layout-wrapper, .news-categories {
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
  width: 90%; }

#layout-content {
  position: relative;
  z-index: 3; }

.last-update {
  float: right;
  font-size: 14px;
  font-size: 1.4rem; }

#layout-footer #footer-tools .layout-wrapper, #layout-footer #footer-tools .news-categories {
  text-align: right; }
  @media only screen and (max-width: 968px) {
    #layout-footer #footer-tools .layout-wrapper, #layout-footer #footer-tools .news-categories {
      text-align: center; } }

#layout-footer #footer-top {
  background-color: #007F4E;
  background-image: url("../img/footer-img.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0 130px 0; }
  @supports (mix-blend-mode: multiply) {
    #layout-footer #footer-top {
      background-blend-mode: multiply; } }
  #layout-footer #footer-top:after {
    background: #007F4E;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%; }
    @supports (mix-blend-mode: multiply) {
      #layout-footer #footer-top:after {
        content: none; } }
  @media only screen and (max-width: 600px) {
    #layout-footer #footer-top {
      padding: 55px 0 65px 0; } }
  #layout-footer #footer-top h2, #layout-footer #footer-top table caption, table #layout-footer #footer-top caption {
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    font-size: 3rem; }
    @media only screen and (max-width: 600px) {
      #layout-footer #footer-top h2, #layout-footer #footer-top table caption, table #layout-footer #footer-top caption {
        font-size: 20px;
        font-size: 2rem; } }
  #layout-footer #footer-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px; }
    @media only screen and (max-width: 968px) {
      #layout-footer #footer-top ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 600px) {
      #layout-footer #footer-top ul {
        margin-top: 45px; } }
    #layout-footer #footer-top ul li {
      width: 26.25%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media only screen and (max-width: 968px) {
        #layout-footer #footer-top ul li {
          width: 100%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 15px 0; } }
      #layout-footer #footer-top ul li div {
        width: 75%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media only screen and (max-width: 968px) {
          #layout-footer #footer-top ul li div {
            width: auto;
            padding-left: 5%; } }
        #layout-footer #footer-top ul li div h3 {
          font-size: 24px;
          font-size: 2.4rem;
          width: 75%;
          line-height: 1; }
          @media only screen and (max-width: 968px) {
            #layout-footer #footer-top ul li div h3 {
              margin-bottom: 5px; } }
          @media only screen and (max-width: 600px) {
            #layout-footer #footer-top ul li div h3 {
              font-size: 20px;
              font-size: 2rem; } }
          #layout-footer #footer-top ul li div h3 a {
            color: white; }
        #layout-footer #footer-top ul li div p {
          font-size: 18px;
          font-size: 1.8rem; }
          @media only screen and (max-width: 600px) {
            #layout-footer #footer-top ul li div p {
              font-size: 14px;
              font-size: 1.4rem; } }

#layout-footer #footer-nav {
  background-color: #152525;
  padding: 70px 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 600px) {
    #layout-footer #footer-nav {
      padding: 35px 0; } }
  #layout-footer #footer-nav .layout-wrapper .accordions, #layout-footer #footer-nav .news-categories .accordions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 600px) {
      #layout-footer #footer-nav .layout-wrapper .accordions, #layout-footer #footer-nav .news-categories .accordions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #layout-footer #footer-nav .layout-wrapper .accordions > li, #layout-footer #footer-nav .news-categories .accordions > li {
      width: 13.75%;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 968px) {
        #layout-footer #footer-nav .layout-wrapper .accordions > li, #layout-footer #footer-nav .news-categories .accordions > li {
          width: 50%;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 600px) {
        #layout-footer #footer-nav .layout-wrapper .accordions > li, #layout-footer #footer-nav .news-categories .accordions > li {
          width: 100%;
          margin-bottom: 0; } }
      #layout-footer #footer-nav .layout-wrapper .accordions > li h2, #layout-footer #footer-nav .news-categories .accordions > li h2, #layout-footer #footer-nav .layout-wrapper .accordions > li table caption, table #layout-footer #footer-nav .layout-wrapper .accordions > li caption, #layout-footer #footer-nav .news-categories .accordions > li table caption, table #layout-footer #footer-nav .news-categories .accordions > li caption {
        font-weight: normal;
        margin-bottom: 0;
        padding-bottom: 15px;
        font-size: 18px;
        font-size: 1.8rem; }
        @media only screen and (max-width: 600px) {
          #layout-footer #footer-nav .layout-wrapper .accordions > li h2, #layout-footer #footer-nav .news-categories .accordions > li h2, #layout-footer #footer-nav .layout-wrapper .accordions > li table caption, table #layout-footer #footer-nav .layout-wrapper .accordions > li caption, #layout-footer #footer-nav .news-categories .accordions > li table caption, table #layout-footer #footer-nav .news-categories .accordions > li caption {
            font-weight: 500;
            padding: 0;
            pointer-events: visible;
            font-size: 20px;
            font-size: 2rem; } }
        #layout-footer #footer-nav .layout-wrapper .accordions > li h2 a, #layout-footer #footer-nav .news-categories .accordions > li h2 a, #layout-footer #footer-nav .layout-wrapper .accordions > li table caption a, table #layout-footer #footer-nav .layout-wrapper .accordions > li caption a, #layout-footer #footer-nav .news-categories .accordions > li table caption a, table #layout-footer #footer-nav .news-categories .accordions > li caption a {
          color: #FFFFFF;
          text-shadow: 0 0 2px black, 0 0 5px #000000a1; }
          @media only screen and (max-width: 600px) {
            #layout-footer #footer-nav .layout-wrapper .accordions > li h2 a, #layout-footer #footer-nav .news-categories .accordions > li h2 a, #layout-footer #footer-nav .layout-wrapper .accordions > li table caption a, table #layout-footer #footer-nav .layout-wrapper .accordions > li caption a, #layout-footer #footer-nav .news-categories .accordions > li table caption a, table #layout-footer #footer-nav .news-categories .accordions > li caption a {
              padding: 15px 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; } }
          #layout-footer #footer-nav .layout-wrapper .accordions > li h2 a span, #layout-footer #footer-nav .news-categories .accordions > li h2 a span, #layout-footer #footer-nav .layout-wrapper .accordions > li table caption a span, table #layout-footer #footer-nav .layout-wrapper .accordions > li caption a span, #layout-footer #footer-nav .news-categories .accordions > li table caption a span, table #layout-footer #footer-nav .news-categories .accordions > li caption a span {
            display: none; }
            @media only screen and (max-width: 600px) {
              #layout-footer #footer-nav .layout-wrapper .accordions > li h2 a span, #layout-footer #footer-nav .news-categories .accordions > li h2 a span, #layout-footer #footer-nav .layout-wrapper .accordions > li table caption a span, table #layout-footer #footer-nav .layout-wrapper .accordions > li caption a span, #layout-footer #footer-nav .news-categories .accordions > li table caption a span, table #layout-footer #footer-nav .news-categories .accordions > li caption a span {
                display: block; } }
      #layout-footer #footer-nav .layout-wrapper .accordions > li ul, #layout-footer #footer-nav .news-categories .accordions > li ul {
        display: block;
        margin-bottom: 30px; }
        @media only screen and (min-width: 601px) {
          #layout-footer #footer-nav .layout-wrapper .accordions > li ul, #layout-footer #footer-nav .news-categories .accordions > li ul {
            display: block !important; } }
        @media only screen and (max-width: 600px) {
          #layout-footer #footer-nav .layout-wrapper .accordions > li ul, #layout-footer #footer-nav .news-categories .accordions > li ul {
            display: none; } }
        #layout-footer #footer-nav .layout-wrapper .accordions > li ul li, #layout-footer #footer-nav .news-categories .accordions > li ul li {
          padding-bottom: 15px; }
          #layout-footer #footer-nav .layout-wrapper .accordions > li ul li:last-child, #layout-footer #footer-nav .news-categories .accordions > li ul li:last-child {
            padding-bottom: 0; }
          #layout-footer #footer-nav .layout-wrapper .accordions > li ul li a, #layout-footer #footer-nav .news-categories .accordions > li ul li a {
            color: #FFFFFF;
            font-weight: bold;
            font-size: 14px;
            font-size: 1.4rem; }

#layout-footer #footer-bottom {
  background-color: #000000;
  padding: 15px 0;
  font-size: 14px;
  font-size: 1.4rem; }
  #layout-footer #footer-bottom .layout-wrapper, #layout-footer #footer-bottom .news-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 600px) {
      #layout-footer #footer-bottom .layout-wrapper, #layout-footer #footer-bottom .news-categories {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #layout-footer #footer-bottom .layout-wrapper ul, #layout-footer #footer-bottom .news-categories ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 600px) {
        #layout-footer #footer-bottom .layout-wrapper ul:first-child, #layout-footer #footer-bottom .news-categories ul:first-child {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding-bottom: 15px; } }
      #layout-footer #footer-bottom .layout-wrapper ul:first-child li, #layout-footer #footer-bottom .news-categories ul:first-child li {
        padding-right: 25px; }
        @media only screen and (max-width: 600px) {
          #layout-footer #footer-bottom .layout-wrapper ul:first-child li, #layout-footer #footer-bottom .news-categories ul:first-child li {
            padding-bottom: 15px; } }
      #layout-footer #footer-bottom .layout-wrapper ul:last-child li, #layout-footer #footer-bottom .news-categories ul:last-child li {
        padding-right: 35px; }
      #layout-footer #footer-bottom .layout-wrapper ul li a, #layout-footer #footer-bottom .news-categories ul li a {
        color: white; }
  #layout-footer #footer-bottom #footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 170px; }
    #layout-footer #footer-bottom #footer-socials li {
      margin: 7px 0; }

#layout-footer #footer-credits {
  padding: 25px 0; }
  #layout-footer #footer-credits p {
    text-align: center; }
    #layout-footer #footer-credits p:first-child {
      margin-bottom: 10px; }
      #layout-footer #footer-credits p:first-child img {
        display: inline-block;
        width: auto; }
    #layout-footer #footer-credits p a {
      color: black;
      font-size: 14px;
      font-size: 1.4rem; }

/* perfect-scrollbar v0.7.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px; }

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px; }

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px; }

.ps > .ps__scrollbar-y-rail {
  display: none;
  padding: 0 !important;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px !important; }

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px; }

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6; }

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999; }

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999; }

@custom-media --small-viewport (width >=576px);
@custom-media --medium-small-viewport (width > 768px);
@custom-media --medium-viewport (width >=992px);
@custom-media --large-viewport (width >=1200px);
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: none; }
  .glightbox-container.inactive {
    display: none; }
  .glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden; }
  .glightbox-container .gslider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .glightbox-container .gslide {
    width: 100%;
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0; }
    .glightbox-container .gslide.current {
      opacity: 1;
      z-index: 99999;
      position: relative; }
    .glightbox-container .gslide.prev {
      opacity: 1;
      z-index: 9999; }
  .glightbox-container .gslide-inner-content {
    width: 100%; }
  .glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh; }
    .glightbox-container .ginner-container.gvideo-container {
      width: 100%; }
    @media (--medium-small-viewport) {
      .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
      max-width: 100% !important; }
    @media (--medium-small-viewport) {
      .glightbox-container .ginner-container.desc-top .gslide-description {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .glightbox-container .ginner-container.desc-top .gslide-image,
      .glightbox-container .ginner-container.desc-top .gslide-image img {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (--medium-small-viewport) {
      .glightbox-container .ginner-container.desc-left .gslide-description {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .glightbox-container .ginner-container.desc-left .gslide-image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
      touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .gslide-image img {
    max-height: 100vh;
    display: block;
    padding: 0;
    float: none;
    outline: none;
    border: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-touch-action: none;
        touch-action: none;
    margin: auto;
    min-width: 200px; }
    @media (--medium-small-viewport) {
      .gslide-image img {
        max-height: 97vh;
        max-width: 100%; } }
    .desc-top .gslide-image img,
    .desc-bottom .gslide-image img {
      width: auto; }
    .desc-left .gslide-image img,
    .desc-right .gslide-image img {
      width: auto;
      max-width: 100%; }
    .gslide-image img.zoomable {
      position: relative; }
      @media (--medium-small-viewport) {
        .gslide-image img.zoomable {
          cursor: -webkit-zoom-in;
          cursor: zoom-in; }
          .zoomed .gslide-image img.zoomable {
            cursor: -webkit-grab;
            cursor: grab; } }
    .gslide-image img.dragging {
      cursor: -webkit-grabbing !important;
      cursor: grabbing !important;
      -webkit-transition: none;
      transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }
  .gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
    display: none; }
  .gslide-video .gvideo-wrapper {
    width: 100%;
    /* max-width: 160vmin; */
    margin: auto; }
  .gslide-video::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.34);
    display: none; }
  .gslide-video.playing::before {
    display: none; }
  .gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 75vh; }
    .gslide-video.fullscreen video {
      max-width: 100% !important;
      width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto; }
  @media (--medium-small-viewport) {
    .gslide-inline {
      max-height: 95vh; } }
  .gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%; }
  .gslide-inline .dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }
  @media (--medium-small-viewport) {
    .gslide-external {
      max-height: 100vh; } }

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }
  .zoomed .gslide-media {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .desc-top .gslide-media,
  .desc-bottom .gslide-media {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 100%; }
    @media (--medium-small-viewport) {
      .gslide-description.description-left, .gslide-description.description-right {
        max-width: 275px; } }
  .gslide-description.description-bottom, .gslide-description.description-top {
    margin: 0 auto;
    width: 100%; }
  .gslide-description p {
    margin-bottom: 12px; }
    .gslide-description p:last-child {
      margin-bottom: 0; }
  .zoomed .gslide-description {
    display: none; }

.glightbox-button-hidden {
  display: none; }

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }
  .glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: bold; }
  .glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit; }
  .glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: 0.4; }

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1; }

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }
  @media (--medium-small-viewport) {
    .glightbox-open {
      height: auto; } }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
          animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity; }
  .glightbox-mobile .goverlay {
    background: #000; }
  @media (--medium-small-viewport) {
    .goverlay {
      background: rgba(0, 0, 0, 0.92); } }
  @media screen and (max-height: 420px) {
    .goverlay {
      background: #000; } }

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .gprev svg,
  .gnext svg,
  .gclose svg {
    display: block;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0; }
  .gprev.disabled,
  .gnext.disabled,
  .gclose.disabled {
    opacity: 0.1; }
  .gprev .garrow,
  .gnext .garrow,
  .gclose .garrow {
    stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important; }

/*Skin */
@media (--medium-small-viewport) {
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
            box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65); } }

.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

@media (--medium-small-viewport) {
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; } }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }
  @media (--medium-small-viewport) {
    .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
      background-color: rgba(0, 0, 0, 0.32); }
      .glightbox-clean .gprev:hover,
      .glightbox-clean .gnext:hover,
      .glightbox-clean .gclose:hover {
        background-color: rgba(0, 0, 0, 0.7); } }
  .glightbox-clean .gprev path,
  .glightbox-clean .gnext path,
  .glightbox-clean .gclose path {
    fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: 45%;
  left: 30px;
  width: 40px;
  height: 50px; }
  @media (--medium-small-viewport) {
    .glightbox-clean .gprev {
      top: 45%; } }

.glightbox-clean .gnext {
  position: absolute;
  top: 45%;
  right: 30px;
  width: 40px;
  height: 50px; }
  @media (--medium-small-viewport) {
    .glightbox-clean .gnext {
      top: 45%; } }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }
  .glightbox-clean .gclose svg {
    width: 18px;
    height: auto; }
  @media (--medium-viewport) {
    .glightbox-clean .gclose {
      opacity: 0.7;
      right: 20px; } }
  .glightbox-clean .gclose:hover {
    opacity: 1; }

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
          animation: gfadeIn 0.5s ease; }

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
          animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
          animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
          animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
          animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
          animation: gslideInRight 0.3s ease; }

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
          animation: gzoomIn 0.5s ease; }

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
          animation: gzoomOut 0.5s ease; }

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
            transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
            transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
            transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
            transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
            transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
            transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
            transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
            transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  font-size: 100%;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 50px;
  padding: 25px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0;
  border-color: #006fdc; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #979797;
  border-radius: 50px;
  padding: 25px 35px;
  padding-right: 75px;
  background-image: url("../svg/icons/arrow-grey-small-bold-down.svg");
  background-size: 16px 9px;
  background-repeat: no-repeat;
  background-position: 92% 52%;
  cursor: text; }

.form-filter .select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border-color: #FFFFFF;
  background-image: url("../svg/icons/arrow-white-small-bold-down.svg"); }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border: 1px solid #006fdc;
  color: #006fdc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  padding: 0 5px; }

.form-filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  color: #FFFFFF;
  font-weight: 100;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #006fdc;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.form-filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #006fdc; }

.form-filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #006fdc; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.form-filter .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: rgba(255, 255, 255, 0.25);
  outline: 0; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #006fdc;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
  width: 100% !important; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*-------------------------------------------------------------------
	Standalone modules
-------------------------------------------------------------------*/
.accordions > h2, table .accordions > caption {
  margin-bottom: 20px; }

.accordions .accordion {
  margin-bottom: 10px; }
  .accordions .accordion:last-child {
    margin-bottom: 0; }
  .accordions .accordion .trigger-accordion {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #0080A3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 40px 35px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    font-size: 24px;
    font-size: 2.4rem; }
    .accordions .accordion .trigger-accordion.is-open [class*="icon-arrow-"] {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    @media only screen and (max-width: 600px) {
      .accordions .accordion .trigger-accordion {
        padding: 25px 20px;
        font-size: 20px;
        font-size: 2rem; } }
    .accordions .accordion .trigger-accordion a {
      color: #FFFFFF;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      width: 95%; }
    .accordions .accordion .trigger-accordion [class*="icon-arrow-"] {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .accordions .accordion .accordion-element {
    border: 1px solid #0080A3;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    padding: 25px 15px; }
    @media only screen and (max-width: 968px) {
      .accordions .accordion .accordion-element {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 600px) {
      .accordions .accordion .accordion-element {
        padding: 25px 20px; } }
    .accordions .accordion .accordion-element > .section-content {
      width: 100%; }
      .accordions .accordion .accordion-element > .section-content:last-child {
        padding-bottom: 0; }
      @media only screen and (max-width: 968px) {
        .accordions .accordion .accordion-element > .section-content .layout-wrapper, .accordions .accordion .accordion-element > .section-content .news-categories {
          width: 100%; } }
    .accordions .accordion .accordion-element > div {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0 20px; }
      @media only screen and (max-width: 968px) {
        .accordions .accordion .accordion-element > div {
          margin-bottom: 40px;
          width: 100%; } }
      @media only screen and (max-width: 968px) {
        .accordions .accordion .accordion-element > div:last-child {
          margin: 0; } }
      .accordions .accordion .accordion-element > div > div {
        margin-bottom: 40px; }
        .accordions .accordion .accordion-element > div > div:last-child {
          margin: 0; }
      .accordions .accordion .accordion-element > div > .section-content:last-child {
        padding-bottom: 0; }
    .accordions .accordion .accordion-element .layout-wrapper, .accordions .accordion .accordion-element .news-categories {
      width: 100%; }
  .accordions .accordion a {
    font-weight: bold; }
  .accordions .accordion p a, .accordions .accordion li a {
    display: contents; }
    .accordions .accordion p a.link, .accordions .accordion li a.link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.trigger-accordion.is-open .icon-arrow-white-medium-down {
  background-image: url("../svg/icons/arrow-white-medium-up.svg"); }

.trigger-accordion + ul, .trigger-accordion + ol, .trigger-accordion + div, .trigger-accordion + form, .trigger-accordion + .accordion-content {
  display: none; }

.alert {
  background: #0080A3; }
  .alert[data-alert-type='status'] {
    background: #0080A3; }
  .alert > .layout-wrapper, .alert > .news-categories {
    position: relative; }
    .alert > .layout-wrapper a, .alert > .news-categories a {
      color: #FFFFFF;
      text-decoration: underline; }
    .alert > .layout-wrapper > h2, .alert > .news-categories > h2, table .alert > .layout-wrapper > caption, table .alert > .news-categories > caption,
    .alert > .layout-wrapper > .h2,
    .alert > .news-categories > .h2 {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #FFFFFF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: bold; }
    .alert > .layout-wrapper .alert-text, .alert > .news-categories .alert-text {
      max-width: 545px;
      width: 45%; }
      .alert > .layout-wrapper .alert-text p, .alert > .news-categories .alert-text p, .alert > .layout-wrapper .alert-text li, .alert > .news-categories .alert-text li {
        color: #FFFFFF;
        margin-bottom: 10px; }
        .alert > .layout-wrapper .alert-text p:last-child, .alert > .news-categories .alert-text p:last-child, .alert > .layout-wrapper .alert-text li:last-child, .alert > .news-categories .alert-text li:last-child {
          margin-bottom: 0; }
    .alert > .layout-wrapper .btn, .alert > .news-categories .btn {
      height: 20px;
      padding: 0;
      width: 20px; }

.alert-global {
  padding: 35px 0 75px 0; }
  .alert-global[data-alert-type='error'] {
    background: #EA4F3D; }
  @media only screen and (max-width: 968px) {
    .alert-global {
      padding: 25px 0 35px 0; } }
  .alert-global > .layout-wrapper, .alert-global > .news-categories {
    position: relative; }
    .alert-global > .layout-wrapper .btn-close, .alert-global > .news-categories .btn-close {
      position: absolute;
      right: 0;
      top: 0; }
    .alert-global > .layout-wrapper > h2, .alert-global > .news-categories > h2, table .alert-global > .layout-wrapper > caption, table .alert-global > .news-categories > caption,
    .alert-global > .layout-wrapper > .h2,
    .alert-global > .news-categories > .h2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 15px 0 20px;
      font-size: 24px;
      font-size: 2.4rem; }
      .alert-global > .layout-wrapper > h2 span, .alert-global > .news-categories > h2 span, table .alert-global > .layout-wrapper > caption span, table .alert-global > .news-categories > caption span,
      .alert-global > .layout-wrapper > .h2 span,
      .alert-global > .news-categories > .h2 span {
        margin-bottom: 30px; }
        @media only screen and (max-width: 968px) {
          .alert-global > .layout-wrapper > h2 span, .alert-global > .news-categories > h2 span, table .alert-global > .layout-wrapper > caption span, table .alert-global > .news-categories > caption span,
          .alert-global > .layout-wrapper > .h2 span,
          .alert-global > .news-categories > .h2 span {
            height: 50px;
            margin-bottom: 10px;
            width: 55px; } }
    .alert-global > .layout-wrapper .alert-text, .alert-global > .news-categories .alert-text {
      margin: 0 auto;
      text-align: center; }
      .alert-global > .layout-wrapper .alert-text p, .alert-global > .news-categories .alert-text p {
        font-size: 18px;
        font-size: 1.8rem; }
      .alert-global > .layout-wrapper .alert-text ul, .alert-global > .news-categories .alert-text ul, .alert-global > .layout-wrapper .alert-text ol, .alert-global > .news-categories .alert-text ol {
        font-size: 18px;
        font-size: 1.8rem; }
        .alert-global > .layout-wrapper .alert-text ul li, .alert-global > .news-categories .alert-text ul li, .alert-global > .layout-wrapper .alert-text ol li, .alert-global > .news-categories .alert-text ol li {
          display: block; }

.alert-local {
  padding: 25px 0; }
  .alert-local[data-alert-type='error'] {
    background: #CD301E; }
  @media only screen and (max-width: 968px) {
    .alert-local {
      padding: 15px 0; } }
  .alert-local > .layout-wrapper, .alert-local > .news-categories {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 968px) {
      .alert-local > .layout-wrapper, .alert-local > .news-categories {
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .alert-local > .layout-wrapper > h2, .alert-local > .news-categories > h2, table .alert-local > .layout-wrapper > caption, table .alert-local > .news-categories > caption,
    .alert-local > .layout-wrapper > .h2,
    .alert-local > .news-categories > .h2 {
      margin: 0 40px 0 0;
      width: 23.75%;
      font-size: 20px;
      font-size: 2rem; }
      @media only screen and (max-width: 968px) {
        .alert-local > .layout-wrapper > h2, .alert-local > .news-categories > h2, table .alert-local > .layout-wrapper > caption, table .alert-local > .news-categories > caption,
        .alert-local > .layout-wrapper > .h2,
        .alert-local > .news-categories > .h2 {
          margin: 0;
          padding-right: 30px;
          padding-bottom: 10px;
          width: 100%; } }
      @media only screen and (min-width: 969px) {
        .alert-local > .layout-wrapper > h2, .alert-local > .news-categories > h2, table .alert-local > .layout-wrapper > caption, table .alert-local > .news-categories > caption,
        .alert-local > .layout-wrapper > .h2,
        .alert-local > .news-categories > .h2 {
          min-width: 320px; } }
      .alert-local > .layout-wrapper > h2 span, .alert-local > .news-categories > h2 span, table .alert-local > .layout-wrapper > caption span, table .alert-local > .news-categories > caption span,
      .alert-local > .layout-wrapper > .h2 span,
      .alert-local > .news-categories > .h2 span {
        background-position: center;
        height: 50px;
        margin-right: 45px;
        min-height: 50px;
        min-width: 55px;
        width: 55px; }
        @media only screen and (max-width: 968px) {
          .alert-local > .layout-wrapper > h2 span, .alert-local > .news-categories > h2 span, table .alert-local > .layout-wrapper > caption span, table .alert-local > .news-categories > caption span,
          .alert-local > .layout-wrapper > .h2 span,
          .alert-local > .news-categories > .h2 span {
            height: 30px;
            margin-right: 16px;
            min-height: 30px;
            min-width: 35px;
            width: 35px; } }
    .alert-local > .layout-wrapper .alert-text, .alert-local > .news-categories .alert-text {
      padding: 0 40px 0 0;
      max-width: initial;
      width: initial;
      color: white; }
      @media only screen and (max-width: 968px) {
        .alert-local > .layout-wrapper .alert-text, .alert-local > .news-categories .alert-text {
          max-width: 100%;
          padding: 0 35px 0 45px;
          width: 100%; } }
      .alert-local > .layout-wrapper .alert-text p, .alert-local > .news-categories .alert-text p {
        font-size: 16px;
        font-size: 1.6rem; }
      .alert-local > .layout-wrapper .alert-text ul, .alert-local > .news-categories .alert-text ul, .alert-local > .layout-wrapper .alert-text ol, .alert-local > .news-categories .alert-text ol {
        font-size: 16px;
        font-size: 1.6rem; }
        .alert-local > .layout-wrapper .alert-text ul li, .alert-local > .news-categories .alert-text ul li, .alert-local > .layout-wrapper .alert-text ol li, .alert-local > .news-categories .alert-text ol li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .alert-local > .layout-wrapper .alert-text ul li:before, .alert-local > .news-categories .alert-text ul li:before, .alert-local > .layout-wrapper .alert-text ol li:before, .alert-local > .news-categories .alert-text ol li:before {
            display: block;
            padding-right: 10px; }
      .alert-local > .layout-wrapper .alert-text ul li:before, .alert-local > .news-categories .alert-text ul li:before {
        content: "•"; }
    .alert-local > .layout-wrapper .btn, .alert-local > .news-categories .btn {
      margin-left: auto; }
      @media only screen and (max-width: 968px) {
        .alert-local > .layout-wrapper .btn, .alert-local > .news-categories .btn {
          position: absolute;
          right: 0;
          top: 0; } }

[class*="asset-"] {
  background-size: contain;
  display: inline-block;
  vertical-align: middle; }
  [class*="asset-"] circle,
  [class*="asset-"] ellipse,
  [class*="asset-"] path {
    -webkit-transition: fill 0.3s ease, stroke 0.3s ease, opacity 0.3s ease;
    transition: fill 0.3s ease, stroke 0.3s ease, opacity 0.3s ease; }

/*
Fonctionnement du tableau d'icônes

$svgs:(
	(
		"nom-de-la-classe",
		largeur désirée, hauteur désirée
		(("classe-de-la-taille", largeur désirée, hauteur désirée), (etc), ... ),
	)
);

Explication des paramètres

@nom-de-la-classe (string): terme désigné pour identifier l'icône  ex: "check" va créer la classe .icon-check
@largeur désirée (px): largeur de l'icône par défaut dans le site
@hauteur désirée (px): hauteur de l'icône par défaut dans le site

Pour les grandeurs, ce sont des listes comprenant les mêmes paramètres que précédemment, mais représentant le positionnement et la taille de ces grandeurs
*/
.asset-spiral {
  height: 412px;
  width: 348px; }
  .asset-spiral.asset-spiral-hero {
    height: 667px;
    width: 564px; }
  .asset-spiral.asset-spiral-hero-main {
    height: 908px;
    width: 768px; }

.asset-dot {
  height: 555px;
  width: 543px; }
  .asset-dot.asset-dot-hero {
    height: 555px;
    width: 543px; }
  .asset-dot.asset-dot-hero-main {
    height: 538px;
    width: 525px; }

[class*="asset-"] svg {
  height: 100%;
  width: 100%;
  vertical-align: top; }

.asset-spiral {
  position: absolute; }

.asset-dot {
  position: absolute; }

.asset-spiral-footer {
  position: absolute;
  bottom: -23%;
  right: 1%;
  z-index: 1; }
  @media only screen and (max-width: 600px) {
    .asset-spiral-footer {
      width: 134px;
      height: 158px;
      bottom: -75px; } }

.asset-dot-footer {
  position: absolute;
  bottom: -4%;
  right: 1%;
  width: 300px;
  height: 296px;
  z-index: 1; }
  @media only screen and (max-width: 968px) {
    .asset-dot-footer {
      bottom: -5%;
      top: unset; } }
  @media only screen and (max-width: 600px) {
    .asset-dot-footer {
      width: 181px;
      height: 185px;
      bottom: -75px; } }

.asset-spiral-hero {
  bottom: 20px;
  opacity: 0.8;
  right: 0;
  z-index: 1; }
  @media only screen and (max-width: 600px) {
    .asset-spiral-hero {
      display: none; } }

.asset-dot-hero {
  bottom: 0;
  opacity: 0.8;
  right: 0;
  z-index: 1; }
  @media only screen and (max-width: 600px) {
    .asset-dot-hero {
      display: none; } }

.asset-spiral-hero-main {
  position: absolute;
  opacity: 0.8;
  left: -384px;
  bottom: -65px;
  z-index: 1; }
  @media only screen and (max-width: 600px) {
    .asset-spiral-hero-main {
      display: none; } }

.asset-dot-hero-main {
  left: 0;
  opacity: 0.8;
  top: 70px;
  z-index: 1; }
  @media only screen and (max-width: 600px) {
    .asset-dot-hero-main {
      display: none; } }

.breadcrumb {
  padding: 25px 0;
  font-size: 13px; }
  @media only screen and (max-width: 968px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .breadcrumb ol li {
      font-weight: 500;
      padding-right: 12px; }
      .breadcrumb ol li:last-child {
        padding-right: 0; }
      .breadcrumb ol li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .breadcrumb ol li a span {
          margin-left: 12px; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer; }

.btn-focus-scroll {
  position: absolute;
  top: 70px;
  left: 40px;
  border: 0;
  opacity: 0;
  z-index: -1; }
  .btn-focus-scroll:focus {
    z-index: 4000;
    opacity: 1; }

.btn {
  background-color: transparent;
  border: 1px solid #0080A3;
  color: #0080A3;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:hover, .btn:focus, .btn.is-active {
    border-color: #0080A3;
    background-color: #0080A3;
    color: #FFFFFF;
    outline: none; }
    .btn:hover [class*="icon-arrow"], .btn:focus [class*="icon-arrow"], .btn.is-active [class*="icon-arrow"] {
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      background-image: url("../svg/icons/arrow-white-medium-right.svg"); }
  .btn.is-disabled {
    border-color: #979797;
    background-color: #979797;
    color: #FFFFFF;
    opacity: 0.5;
    cursor: not-allowed; }
  .btn [class*="icon-arrow"] {
    width: 9px;
    height: 15px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.btn-noHover:hover {
  border-color: transparent;
  background-color: transparent;
  color: inherit; }

.btn-noHover:focus {
  outline: 2px solid #00483F; }
  .btn-noHover:focus:not(:focus-visible) {
    outline: none; }

.btn-form {
  border-radius: 50px;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 25px 35px;
  min-height: auto;
  text-align: center;
  text-transform: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-size: 1.6rem; }
  @media only screen and (max-width: 600px) {
    .btn-form {
      padding: 12px 22px;
      font-size: 14px;
      font-size: 1.4rem; } }

.btn-form-filter {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  @media only screen and (max-width: 600px) {
    .btn-form-filter {
      width: auto; } }
  .btn-form-filter:focus, .btn-form-filter:hover, .btn-form-filter.is-active {
    border-color: #FFFFFF;
    background-color: #FFFFFF; }
    .btn-form-filter:focus.is-disabled, .btn-form-filter:hover.is-disabled, .btn-form-filter.is-active.is-disabled {
      border-color: #979797;
      background-color: #979797;
      color: #FFFFFF;
      cursor: not-allowed; }
  .btn-form-filter.is-disabled {
    border-color: #979797;
    background-color: #979797;
    color: #FFFFFF;
    cursor: not-allowed; }
  .btn-form-filter[data-background-color="midnight-blue"]:focus, .btn-form-filter[data-background-color="midnight-blue"]:hover, .btn-form-filter[data-background-color="midnight-blue"].is-disabled, .btn-form-filter[data-background-color="midnight-blue"].is-active {
    color: #065069; }
  .btn-form-filter[data-background-color="science-blue"]:focus, .btn-form-filter[data-background-color="science-blue"]:hover, .btn-form-filter[data-background-color="science-blue"].is-disabled, .btn-form-filter[data-background-color="science-blue"].is-active {
    color: #0080A3; }

.btn-gotop {
  background: transparent;
  bottom: 20px;
  border: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9; }
  .btn-gotop:focus {
    opacity: 1; }
  .btn-gotop:hover, .btn-gotop:focus {
    background: #FFFFFF;
    color: #0080A3; }
    .btn-gotop:hover span:first-child span, .btn-gotop:focus span:first-child span {
      pointer-events: auto;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .btn-gotop:hover span.icon-arrow-blue-medium-right, .btn-gotop:focus span.icon-arrow-blue-medium-right {
      background-image: inherit;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      @media only screen and (max-width: 600px) {
        .btn-gotop:hover span.icon-arrow-blue-medium-right, .btn-gotop:focus span.icon-arrow-blue-medium-right {
          height: 9px;
          width: 15px; } }
    .btn-gotop:hover span.icon-arrow-green-medium-right, .btn-gotop:focus span.icon-arrow-green-medium-right {
      background-image: inherit;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      @media only screen and (max-width: 600px) {
        .btn-gotop:hover span.icon-arrow-green-medium-right, .btn-gotop:focus span.icon-arrow-green-medium-right {
          height: 9px;
          width: 15px; } }
    .btn-gotop:hover span.icon-arrow-bluee-medium-right, .btn-gotop:focus span.icon-arrow-bluee-medium-right {
      background-image: inherit;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      @media only screen and (max-width: 600px) {
        .btn-gotop:hover span.icon-arrow-bluee-medium-right, .btn-gotop:focus span.icon-arrow-bluee-medium-right {
          height: 9px;
          width: 15px; } }
  .btn-gotop.is-visible {
    opacity: 1; }
    .btn-gotop.is-visible span:last-child {
      pointer-events: auto; }
  @media only screen and (max-width: 600px) {
    .btn-gotop {
      bottom: 10px;
      right: 10px; } }
  .btn-gotop > span {
    display: inline-block;
    position: relative; }
    .btn-gotop > span:first-child {
      overflow: hidden; }
      .btn-gotop > span:first-child span {
        display: block;
        border: 1px solid #0080A3;
        border-right: none;
        padding: 16.5px 20px;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        @media only screen and (max-width: 968px) {
          .btn-gotop > span:first-child span {
            display: none; } }
    .btn-gotop > span:last-child {
      background-image: url("../svg/icons/arrow-blue-medium-up.svg");
      background-origin: content-box;
      background-repeat: no-repeat;
      border: 1px solid #0080A3;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      height: 11px;
      padding: 20px;
      z-index: 2;
      width: 22px; }
      @media only screen and (max-width: 600px) {
        .btn-gotop > span:last-child {
          padding: 12px 10px; } }

.btn-search {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none; }

.btn-close {
  border: none; }

.btn-close-search,
.btn-close-modal {
  left: auto;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out; }
  .btn-close-search:focus,
  .btn-close-modal:focus {
    outline: 2px solid #FFFFFF;
    outline-offset: 4px; }
  .btn-close-search:focus:not(:focus-visible),
  .btn-close-modal:focus:not(:focus-visible) {
    outline: none; }

.btn-open-filter {
  color: #FFFFFF;
  background-color: #0080A3;
  border: none;
  display: none;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  pointer-events: auto;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  font-size: 1.4rem; }
  .btn-open-filter.is-open {
    max-width: 100%; }
  .btn-open-filter[data-background-color="midnight-blue"] {
    background-color: #065069; }
  .btn-open-filter[data-background-color="science-blue"] {
    background-color: #0080A3; }
  @media only screen and (max-width: 600px) {
    .btn-open-filter {
      display: inline-block; } }
  .btn-open-filter .picto-filters {
    margin-left: 15px; }

button.service-btn.btn-modal {
  width: 100%; }

.col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px; }
  @media only screen and (max-width: 600px) {
    .col-wrapper {
      margin: 0; } }
  .col-wrapper .col-1-4 {
    width: 25%; }
  .col-wrapper .col-1-2 {
    width: 50%; }
  .col-wrapper .col-1-3 {
    width: 33.33333%; }
  .col-wrapper .col-2-3 {
    width: 66.66666%; }
  .col-wrapper .col-3-4 {
    width: 75%; }
  .col-wrapper .col-item {
    margin-bottom: 0;
    padding: 0 30px; }
    @media only screen and (max-width: 600px) {
      .col-wrapper .col-item:last-child {
        margin-bottom: 0; } }
    @media only screen and (max-width: 968px) {
      .col-wrapper .col-item {
        width: 50%; } }
    @media only screen and (max-width: 600px) {
      .col-wrapper .col-item {
        margin-bottom: 20px;
        padding: 0;
        width: 100%; } }
  .col-wrapper .col-equal {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media only screen and (max-width: 600px) {
      .col-wrapper .col-equal {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

.ui-datepicker.ui-widget-content {
  border: 1px solid #0080A3;
  padding: 10px 20px;
  border-radius: 50px; }
  .ui-datepicker.ui-widget-content .ui-datepicker-header {
    background: transparent;
    border: none; }
    .ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 5px 15px;
        width: auto;
        font-size: 12px;
        font-size: 1.2rem; }
    .ui-datepicker.ui-widget-content .ui-datepicker-header a.ui-state-hover {
      background: none;
      border: none; }
    .ui-datepicker.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev {
      left: 2px;
      top: 2px; }
      .ui-datepicker.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev span {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        background-image: url("../svg/icons/arrow-blue-medium-right.svg"); }
    .ui-datepicker.ui-widget-content .ui-datepicker-header a.ui-datepicker-next {
      right: 2px;
      top: 2px; }
      .ui-datepicker.ui-widget-content .ui-datepicker-header a.ui-datepicker-next span {
        background-image: url("../svg/icons/arrow-blue-medium-right.svg"); }
    .ui-datepicker.ui-widget-content .ui-datepicker-header a span {
      cursor: pointer;
      width: 10px;
      height: 17px;
      background-position: center; }
  .ui-datepicker.ui-widget-content .ui-datepicker-calendar thead {
    background-color: transparent; }
    .ui-datepicker.ui-widget-content .ui-datepicker-calendar thead tr {
      background-color: transparent;
      height: 40px; }
      .ui-datepicker.ui-widget-content .ui-datepicker-calendar thead tr th {
        padding: 0; }
        .ui-datepicker.ui-widget-content .ui-datepicker-calendar thead tr th span {
          color: #979797;
          font-weight: 500;
          font-size: 12px;
          font-size: 1.2rem; }
  .ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td {
    background: transparent; }
    .ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td a {
      width: 25px;
      height: 25px;
      line-height: 1.75;
      background: transparent;
      text-align: center;
      border: none;
      color: #000000;
      border-radius: 50%;
      font-size: 12px;
      font-size: 1.2rem; }
      .ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td a.ui-state-active {
        background: #0080A3;
        color: #FFFFFF; }
      .ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td a.ui-state-highlight {
        color: #000000; }

#didomi-host {
  font-family: "Roboto", sans-serif !important; }
  #didomi-host .didomi-popup-container, #didomi-host .didomi-exterior-border {
    border-color: transparent !important; }
  #didomi-host .didomi-popup-backdrop {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  #didomi-host #didomi-notice-learn-more-button, #didomi-host #didomi-notice-disagree-button {
    background-color: #EEEEEE !important;
    color: #000000 !important;
    border-color: #EEEEEE !important; }
  #didomi-host #didomi-notice-x-button {
    background-color: transparent !important;
    top: 0 !important;
    right: 0 !important; }
    #didomi-host #didomi-notice-x-button svg rect {
      fill: #666666 !important; }
  #didomi-host #didomi-notice-agree-button, #didomi-host .didomi-components-button {
    background-color: #0080A3 !important;
    color: #FFFFFF !important;
    text-transform: none !important; }

#ev-options {
  background: #FFFFFF;
  bottom: -62px;
  border-top: 1px solid #0080A3;
  display: none;
  max-height: 62px;
  overflow: hidden;
  position: fixed;
  text-align: center;
  -webkit-transition: bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 100%;
  z-index: 10; }
  @media only screen and (max-width: 600px) {
    #ev-options {
      display: block; } }
  #ev-options:not([data-optionselected=""]) {
    bottom: 0; }
  #ev-options[data-optionselected="map"] ul {
    -webkit-transform: translateY(-62px);
            transform: translateY(-62px); }
  #ev-options[data-optionselected="list"] ul {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  #ev-options ul {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    #ev-options ul li {
      padding: 20px 0; }
      #ev-options ul li a {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: bold;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 16px; }
        #ev-options ul li a span {
          margin-left: 18px; }

.form {
  padding-bottom: 10px; }
  .form h2, .form table caption, table .form caption, .form .h2 {
    font-weight: normal;
    padding-bottom: 40px;
    font-size: 30px;
    font-size: 3rem; }

.form-search {
  padding: 0; }

.form-search-results-wrapper {
  display: none;
  overflow: hidden;
  position: relative; }
  .form-search-results-wrapper:before, .form-search-results-wrapper:after {
    content: "";
    height: 30px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 2; }
  .form-search-results-wrapper:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 80, 105, 0.9)), color-stop(90%, rgba(6, 80, 105, 0)));
    background-image: linear-gradient(to bottom, rgba(6, 80, 105, 0.9), rgba(6, 80, 105, 0) 90%);
    top: 0; }
  .form-search-results-wrapper:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 80, 105, 0)), color-stop(90%, rgba(6, 80, 105, 0.9)));
    background-image: linear-gradient(to bottom, rgba(6, 80, 105, 0), rgba(6, 80, 105, 0.9) 90%);
    bottom: 0; }
  .form-search-results-wrapper.is-active:before, .form-search-results-wrapper.is-active:after {
    opacity: 1; }
  .form-search-results-wrapper .form-search-results {
    max-height: 420px;
    overflow: hidden;
    position: relative; }
    .form-search-results-wrapper .form-search-results > p:not(.h2) {
      color: #FFFFFF;
      font-weight: bold;
      padding: 30px 0 20px 0;
      font-size: 14px;
      font-size: 1.4rem; }

.form-filter-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  pointer-events: none;
  position: relative;
  width: 90%;
  z-index: 1; }
  @media only screen and (max-width: 600px) {
    .form-filter-wrapper {
      min-height: 70px; } }
  @media only screen and (min-width: 601px) {
    .form-filter-wrapper .form-filter-container {
      display: block !important; } }
  @media only screen and (max-width: 600px) {
    .form-filter-wrapper .form-filter-container {
      display: none; } }

.form-filter {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding: 40px 8%;
  pointer-events: auto;
  z-index: 1; }
  @media only screen and (max-width: 968px) {
    .form-filter {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (max-width: 600px) {
    .form-filter {
      padding: 80px 20px 20px 20px; } }
  .form-filter[data-background-color='midnight-blue'] {
    background-color: #065069; }
  .form-filter[data-background-color='science-blue'] {
    background-color: #0080A3; }
  .form-filter.form-filter-news, .form-filter.form-filter-search {
    margin-bottom: 20px; }
  .form-filter h2, .form-filter table caption, table .form-filter caption, .form-filter .h2 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem; }
    @media only screen and (max-width: 600px) {
      .form-filter h2, .form-filter table caption, table .form-filter caption, .form-filter .h2 {
        display: none; } }
  .form-filter p:not(.h2) {
    margin-bottom: 0;
    padding-bottom: 45px;
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
    width: 0.1px; }
    @media only screen and (max-width: 600px) {
      .form-filter p:not(.h2) {
        padding: 0 20px 20px;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        width: auto;
        font-size: 12px;
        font-size: 1.2rem; } }
  .form-filter .form-group {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 80%; }
    @media only screen and (max-width: 968px) {
      .form-filter .form-group {
        width: auto; } }
    @media only screen and (max-width: 600px) {
      .form-filter .form-group {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .form-filter input[type=text],
  .form-filter input[type=password],
  .form-filter input[type=number],
  .form-filter input[type=email],
  .form-filter input[type=search],
  .form-filter input[type=telephone],
  .form-filter input[type=tel],
  .form-filter input[type=date],
  .form-filter select,
  .form-filter textarea {
    border-color: #FFFFFF;
    color: #FFFFFF; }
    .form-filter input[type=text]:focus,
    .form-filter input[type=password]:focus,
    .form-filter input[type=number]:focus,
    .form-filter input[type=email]:focus,
    .form-filter input[type=search]:focus,
    .form-filter input[type=telephone]:focus,
    .form-filter input[type=tel]:focus,
    .form-filter input[type=date]:focus,
    .form-filter select:focus,
    .form-filter textarea:focus {
      border-color: rgba(255, 255, 255, 0.25);
      outline: none; }
      .form-filter input[type=text]:focus:-moz-placeholder,
      .form-filter input[type=password]:focus:-moz-placeholder,
      .form-filter input[type=number]:focus:-moz-placeholder,
      .form-filter input[type=email]:focus:-moz-placeholder,
      .form-filter input[type=search]:focus:-moz-placeholder,
      .form-filter input[type=telephone]:focus:-moz-placeholder,
      .form-filter input[type=tel]:focus:-moz-placeholder,
      .form-filter input[type=date]:focus:-moz-placeholder,
      .form-filter select:focus:-moz-placeholder,
      .form-filter textarea:focus:-moz-placeholder {
        color: rgba(255, 255, 255, 0.25); }
      .form-filter input[type=text]:focus::-moz-placeholder,
      .form-filter input[type=password]:focus::-moz-placeholder,
      .form-filter input[type=number]:focus::-moz-placeholder,
      .form-filter input[type=email]:focus::-moz-placeholder,
      .form-filter input[type=search]:focus::-moz-placeholder,
      .form-filter input[type=telephone]:focus::-moz-placeholder,
      .form-filter input[type=tel]:focus::-moz-placeholder,
      .form-filter input[type=date]:focus::-moz-placeholder,
      .form-filter select:focus::-moz-placeholder,
      .form-filter textarea:focus::-moz-placeholder {
        color: rgba(255, 255, 255, 0.25); }
      .form-filter input[type=text]:focus:-ms-input-placeholder,
      .form-filter input[type=password]:focus:-ms-input-placeholder,
      .form-filter input[type=number]:focus:-ms-input-placeholder,
      .form-filter input[type=email]:focus:-ms-input-placeholder,
      .form-filter input[type=search]:focus:-ms-input-placeholder,
      .form-filter input[type=telephone]:focus:-ms-input-placeholder,
      .form-filter input[type=tel]:focus:-ms-input-placeholder,
      .form-filter input[type=date]:focus:-ms-input-placeholder,
      .form-filter select:focus:-ms-input-placeholder,
      .form-filter textarea:focus:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.25); }
      .form-filter input[type=text]:focus::-webkit-input-placeholder,
      .form-filter input[type=password]:focus::-webkit-input-placeholder,
      .form-filter input[type=number]:focus::-webkit-input-placeholder,
      .form-filter input[type=email]:focus::-webkit-input-placeholder,
      .form-filter input[type=search]:focus::-webkit-input-placeholder,
      .form-filter input[type=telephone]:focus::-webkit-input-placeholder,
      .form-filter input[type=tel]:focus::-webkit-input-placeholder,
      .form-filter input[type=date]:focus::-webkit-input-placeholder,
      .form-filter select:focus::-webkit-input-placeholder,
      .form-filter textarea:focus::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.25); }
    .form-filter input[type=text]:not(select).error,
    .form-filter input[type=password]:not(select).error,
    .form-filter input[type=number]:not(select).error,
    .form-filter input[type=email]:not(select).error,
    .form-filter input[type=search]:not(select).error,
    .form-filter input[type=telephone]:not(select).error,
    .form-filter input[type=tel]:not(select).error,
    .form-filter input[type=date]:not(select).error,
    .form-filter select:not(select).error,
    .form-filter textarea:not(select).error {
      background-image: url("../img/input-error.svg");
      background-position: 95% 45%;
      background-repeat: no-repeat;
      background-size: 28px 24px; }
    .form-filter input[type=text].error,
    .form-filter input[type=password].error,
    .form-filter input[type=number].error,
    .form-filter input[type=email].error,
    .form-filter input[type=search].error,
    .form-filter input[type=telephone].error,
    .form-filter input[type=tel].error,
    .form-filter input[type=date].error,
    .form-filter select.error,
    .form-filter textarea.error {
      border-color: #D70000; }
    .form-filter input[type=text]:-moz-placeholder,
    .form-filter input[type=password]:-moz-placeholder,
    .form-filter input[type=number]:-moz-placeholder,
    .form-filter input[type=email]:-moz-placeholder,
    .form-filter input[type=search]:-moz-placeholder,
    .form-filter input[type=telephone]:-moz-placeholder,
    .form-filter input[type=tel]:-moz-placeholder,
    .form-filter input[type=date]:-moz-placeholder,
    .form-filter select:-moz-placeholder,
    .form-filter textarea:-moz-placeholder {
      color: #FFFFFF;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .form-filter input[type=text]::-moz-placeholder,
    .form-filter input[type=password]::-moz-placeholder,
    .form-filter input[type=number]::-moz-placeholder,
    .form-filter input[type=email]::-moz-placeholder,
    .form-filter input[type=search]::-moz-placeholder,
    .form-filter input[type=telephone]::-moz-placeholder,
    .form-filter input[type=tel]::-moz-placeholder,
    .form-filter input[type=date]::-moz-placeholder,
    .form-filter select::-moz-placeholder,
    .form-filter textarea::-moz-placeholder {
      color: #FFFFFF;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .form-filter input[type=text]:-ms-input-placeholder,
    .form-filter input[type=password]:-ms-input-placeholder,
    .form-filter input[type=number]:-ms-input-placeholder,
    .form-filter input[type=email]:-ms-input-placeholder,
    .form-filter input[type=search]:-ms-input-placeholder,
    .form-filter input[type=telephone]:-ms-input-placeholder,
    .form-filter input[type=tel]:-ms-input-placeholder,
    .form-filter input[type=date]:-ms-input-placeholder,
    .form-filter select:-ms-input-placeholder,
    .form-filter textarea:-ms-input-placeholder {
      color: #FFFFFF;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .form-filter input[type=text]::-webkit-input-placeholder,
    .form-filter input[type=password]::-webkit-input-placeholder,
    .form-filter input[type=number]::-webkit-input-placeholder,
    .form-filter input[type=email]::-webkit-input-placeholder,
    .form-filter input[type=search]::-webkit-input-placeholder,
    .form-filter input[type=telephone]::-webkit-input-placeholder,
    .form-filter input[type=tel]::-webkit-input-placeholder,
    .form-filter input[type=date]::-webkit-input-placeholder,
    .form-filter select::-webkit-input-placeholder,
    .form-filter textarea::-webkit-input-placeholder {
      color: #FFFFFF;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
  .form-filter .btn-search:hover, .form-filter .btn-search:focus, .form-filter .btn-search.is-active {
    background-color: transparent;
    opacity: 0.25; }
  .form-filter select {
    background-image: url("../svg/icons/arrow-white-small-bold-down.svg"); }
  .form-filter label, .form-filter .label, .form-filter legend {
    color: #FFFFFF; }

.form-filter-establishments {
  margin-bottom: 440px; }

.form-filter-search .form-item {
  padding: 0; }

.form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-actions input {
    margin-right: 20px; }
    .form-actions input:last-child {
      margin-right: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%; }
  fieldset:not(.webform-select-other).error legend span {
    color: #D70000; }

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }
  @media only screen and (max-width: 600px) {
    .form-group {
      -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; } }
  .form-group .form-item {
    padding: 20px;
    padding-top: 0; }

.form-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  padding: 0 0 20px;
  page-break-inside: avoid;
  position: relative; }
  .form-item.form-item-sm {
    width: 33.3333%; }
    @media only screen and (max-width: 600px) {
      .form-item.form-item-sm {
        width: 100%; } }
  .form-item.form-item-md {
    width: 50%; }
    @media only screen and (max-width: 600px) {
      .form-item.form-item-md {
        width: 100%; } }
  .form-item.form-item-lg {
    width: 100%; }
    @media only screen and (max-width: 600px) {
      .form-item.form-item-lg {
        width: 100%; } }
  .form-item.form-item-full {
    width: 100%; }
    @media only screen and (max-width: 600px) {
      .form-item.form-item-full {
        width: 100%; } }
  .form-item .description {
    margin-top: 10px; }
  .form-item .error-message {
    color: #CD301E;
    display: block;
    margin: 20px 0;
    width: 100%; }

.form-item-color-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left; }
  .form-item-color-picker label {
    width: 100%; }

.form-item-search {
  margin: auto;
  padding: 0; }
  .form-item-search input[type=text] {
    border-color: transparent;
    background-color: #FFFFFF;
    color: #000000;
    padding: 20px 70px 20px 35px;
    font-size: 24px;
    font-size: 2.4rem; }

.form-item-signature .webform-signature-pad, .form-item-signature canvas {
  border-radius: 50px;
  color: #F7F7F7;
  overflow: hidden; }

.form-item-signature .form-submit {
  right: 20px;
  top: 20px; }

.datepicker {
  background-image: url("../svg/pictos/calendar-blue.svg");
  background-repeat: no-repeat;
  background-size: 26px 24px;
  background-position: 30px 50%;
  padding-left: 75px !important; }
  .datepicker::-webkit-calendar-picker-indicator {
    display: none; }
  .datepicker::-webkit-input-placeholder {
    visibility: hidden !important; }

.form-item-radio, fieldset.radios--wrapper {
  position: relative; }
  .form-item-radio legend, fieldset.radios--wrapper legend {
    color: #000000;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: none;
    font-size: 14px;
    font-size: 1.4rem; }
  .form-item-radio .radio-wrapper, fieldset.radios--wrapper .radio-wrapper {
    margin-bottom: 20px; }
    .form-item-radio .radio-wrapper.radio-wrapper-inline, fieldset.radios--wrapper .radio-wrapper.radio-wrapper-inline {
      float: left;
      margin-right: 55px; }
  .form-item-radio input[type=radio] + label:after, fieldset.radios--wrapper input[type=radio] + label:after {
    background-color: #006fdc;
    border-radius: 50%;
    content: ' ' !important;
    display: block;
    height: 9px;
    left: 8px;
    line-height: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    top: 4px;
    width: 9px;
    z-index: 2; }
  .form-item-radio input[type=radio]:checked + label:after, fieldset.radios--wrapper input[type=radio]:checked + label:after {
    background-color: #006fdc;
    border-radius: 50%;
    content: ' ' !important;
    display: block;
    height: 9px;
    left: 8px;
    line-height: 9px;
    position: absolute;
    text-align: center;
    top: 4px;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 9px;
    z-index: 2; }
  .form-item-radio input[type=radio] + label, fieldset.radios--wrapper input[type=radio] + label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0 0 0 40px;
    position: relative;
    text-transform: none;
    font-size: 16px;
    font-size: 1.6rem; }
    .form-item-radio input[type=radio] + label:before, fieldset.radios--wrapper input[type=radio] + label:before {
      background-color: #FFFFFF;
      border: 1px solid #979797;
      border-radius: 50%;
      content: "";
      display: inline-block;
      height: 25px;
      left: 0;
      position: absolute;
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
      width: 25px;
      z-index: 1; }
  .form-item-radio input[type=radio]:focus + label:before, fieldset.radios--wrapper input[type=radio]:focus + label:before {
    background-color: #979797; }
  .form-item-radio input[type=radio], fieldset.radios--wrapper input[type=radio] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0; }

.form-item-checkbox, fieldset.checkboxes--wrapper {
  float: none;
  position: relative;
  width: 100%;
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */ }
  .form-item-checkbox a, fieldset.checkboxes--wrapper a {
    color: #000000;
    text-decoration: underline; }
    .form-item-checkbox a:hover, fieldset.checkboxes--wrapper a:hover {
      color: #000000; }
  .form-item-checkbox .checkbox-wrapper, fieldset.checkboxes--wrapper .checkbox-wrapper {
    margin-bottom: 20px; }
  .form-item-checkbox [type="checkbox"]:not(:checked),
  .form-item-checkbox [type="checkbox"]:checked, fieldset.checkboxes--wrapper [type="checkbox"]:not(:checked),
  fieldset.checkboxes--wrapper [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .form-item-checkbox [type="checkbox"]:not(:checked) + label,
  .form-item-checkbox [type="checkbox"]:checked + label, fieldset.checkboxes--wrapper [type="checkbox"]:not(:checked) + label,
  fieldset.checkboxes--wrapper [type="checkbox"]:checked + label {
    cursor: pointer;
    position: relative;
    padding: 8px 0 0 40px;
    text-transform: none;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal; }
  .form-item-checkbox [type="checkbox"]:not(:checked) + label:before,
  .form-item-checkbox [type="checkbox"]:checked + label:before, fieldset.checkboxes--wrapper [type="checkbox"]:not(:checked) + label:before,
  fieldset.checkboxes--wrapper [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    border: 1px solid #979797;
    border-radius: 0;
    height: 25px;
    width: 25px;
    left: 0;
    top: 4px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .form-item-checkbox [type="checkbox"]:focus + label:before, fieldset.checkboxes--wrapper [type="checkbox"]:focus + label:before {
    outline: 2px solid #006fdc;
    outline-offset: -1px; }
  .form-item-checkbox [type="checkbox"]:not(:checked) + label:after,
  .form-item-checkbox [type="checkbox"]:checked + label:after, fieldset.checkboxes--wrapper [type="checkbox"]:not(:checked) + label:after,
  fieldset.checkboxes--wrapper [type="checkbox"]:checked + label:after {
    background-color: #0080A3;
    border-radius: 0;
    content: '';
    background-image: url("..//svg/icons/close.svg");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    width: 15px;
    height: 15px;
    left: 5px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    display: block;
    top: 9px;
    font-size: 20px;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .form-item-checkbox [type="checkbox"]:not(:checked) + label:after, fieldset.checkboxes--wrapper [type="checkbox"]:not(:checked) + label:after {
    -webkit-transform: scale(0);
            transform: scale(0); }
  .form-item-checkbox [type="checkbox"]:checked + label:after, fieldset.checkboxes--wrapper [type="checkbox"]:checked + label:after {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .form-item-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
  .form-item-checkbox [type="checkbox"]:disabled:checked + label:before, fieldset.checkboxes--wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
  fieldset.checkboxes--wrapper [type="checkbox"]:disabled:checked + label:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  .form-item-checkbox [type="checkbox"]:disabled:checked + label:after, fieldset.checkboxes--wrapper [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  .form-item-checkbox [type="checkbox"]:disabled + label, fieldset.checkboxes--wrapper [type="checkbox"]:disabled + label {
    color: #aaa; }

.form-item-search-input-wrapper {
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.01s ease;
  transition: opacity 0.01s ease; }
  .form-item-search-input-wrapper.is-hidden {
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.01s ease 0.3s;
    transition: opacity 0.01s ease 0.3s; }
  .form-item-search-input-wrapper input[type=text] {
    padding-right: 70px; }
  .form-item-search-input-wrapper.is-loading .icon-container {
    display: block; }
  .form-item-search-input-wrapper .icon-container {
    border-radius: 50px;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    width: 100%; }
  .form-item-search-input-wrapper .loader {
    -webkit-animation: travel 2.5s infinite ease-in-out;
            animation: travel 2.5s infinite ease-in-out;
    background: rgba(6, 80, 105, 0.7);
    border-radius: 20px;
    bottom: 0;
    display: inline-block;
    height: 5px;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 90%; }
  .form-item-search-input-wrapper button {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

@-webkit-keyframes travel {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%); } }

@keyframes travel {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%); } }

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=search],
input[type=telephone],
input[type=tel],
input[type=date],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-color: #979797;
  border-style: solid;
  border-radius: 50px;
  border-width: 1px;
  color: #000000;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  min-height: auto;
  padding: 25px 35px;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem; }
  @media only screen and (max-width: 600px) {
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=number],
    input[type=search],
    input[type=telephone],
    input[type=tel],
    input[type=date],
    select,
    textarea {
      padding: 12px 22px;
      font-size: 14px;
      font-size: 1.4rem; } }
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=search]:focus,
  input[type=telephone]:focus,
  input[type=tel]:focus,
  input[type=date]:focus,
  select:focus,
  textarea:focus {
    border-color: #0080A3;
    outline: none; }
  input[type=text]:not(select).error,
  input[type=password]:not(select).error,
  input[type=email]:not(select).error,
  input[type=number]:not(select).error,
  input[type=search]:not(select).error,
  input[type=telephone]:not(select).error,
  input[type=tel]:not(select).error,
  input[type=date]:not(select).error,
  select:not(select).error,
  textarea:not(select).error {
    background-image: url("../img/input-error.svg");
    background-size: 28px 24px;
    background-repeat: no-repeat;
    background-position: 95% 45%; }
    input[type=text]:not(select).error ~ label,
    input[type=password]:not(select).error ~ label,
    input[type=email]:not(select).error ~ label,
    input[type=number]:not(select).error ~ label,
    input[type=search]:not(select).error ~ label,
    input[type=telephone]:not(select).error ~ label,
    input[type=tel]:not(select).error ~ label,
    input[type=date]:not(select).error ~ label,
    select:not(select).error ~ label,
    textarea:not(select).error ~ label {
      display: none; }
  input[type=text].error,
  input[type=password].error,
  input[type=email].error,
  input[type=number].error,
  input[type=search].error,
  input[type=telephone].error,
  input[type=tel].error,
  input[type=date].error,
  select.error,
  textarea.error {
    border-color: #D70000; }

label, .label, legend {
  color: #000000;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 20px;
  text-transform: none;
  font-size: 14px;
  font-size: 1.4rem; }
  @media only screen and (max-width: 600px) {
    label, .label, legend {
      margin-bottom: 12px; } }
  label.form-required:after, .label.form-required:after, legend.form-required:after {
    color: #D70000;
    content: " *"; }
  label .form-required:after, .label .form-required:after, legend .form-required:after {
    color: #D70000;
    content: " *"; }

textarea {
  min-height: 150px;
  resize: none; }

select {
  background: url("../svg/icons/arrow-grey-small-bold-down.svg") no-repeat right 30px center/16px 9px;
  padding-right: 75px; }

select option {
  color: #000000; }

.radio-wrapper {
  list-style-type: none; }
  .radio-wrapper input, .radio-wrapper label {
    display: inline-block;
    vertical-align: middle; }

.form-group > .description {
  padding: 0 20px 40px 20px;
  width: 100%; }

form .g-recaptcha {
  margin-bottom: 20px; }

.webform-element-description {
  margin: 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem; }

.text-count-wrapper {
  margin: 10px 0 20px 40px;
  font-size: 12px;
  font-size: 1.2rem; }

form[id*='webform-submission-vaccination'] #edit-problem--wrapper {
  width: 100%; }
  @media only screen and (min-width: 969px) {
    form[id*='webform-submission-vaccination'] #edit-problem--wrapper {
      width: 60%; } }
  form[id*='webform-submission-vaccination'] #edit-problem--wrapper .fieldset-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    form[id*='webform-submission-vaccination'] #edit-problem--wrapper .fieldset-wrapper .description {
      margin: -10px 0 20px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
      form[id*='webform-submission-vaccination'] #edit-problem--wrapper .fieldset-wrapper .description li {
        margin: 0 0 5px 15px;
        list-style: disc; }

.sort-subscribe-wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 10px auto 30px;
  text-align: right;
  color: #025445;
  font-weight: 700;
  font-size: 18px; }
  .sort-subscribe-wrapper a {
    color: #025445; }
  @media only screen and (max-width: 600px) {
    .sort-subscribe-wrapper {
      text-align: center; } }

.form-item {
  position: relative; }
  .form-item .icon-loop {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px; }
    .form-item .icon-loop::-webkit-input-placeholder {
      color: #fff; }
    .form-item .icon-loop::-moz-placeholder {
      color: #fff; }
    .form-item .icon-loop::-ms-input-placeholder {
      color: #fff; }
    .form-item .icon-loop::placeholder {
      color: #fff; }
  .form-item .search-icon {
    width: 32px;
    height: 60px;
    background-image: url("../svg/icons/search-open-search-engine.svg");
    background-size: contain;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0.9; }

.form-filter-news fieldset {
  position: relative; }

.rss-icon {
  background-image: url("../svg/pictos/Vector.png");
  width: 15px;
  height: 15px;
  background-size: cover;
  display: inline-block; }

.grid-1-col.grid-gutter-sm {
  margin-top: 0;
  margin-bottom: 0; }

.grid-1-col > li {
  width: 100%; }
  .grid-1-col > li:first-child {
    padding-top: 0; }
  .grid-1-col > li:last-child {
    padding-bottom: 0; }

.grid-2-col > li {
  width: 50%; }
  @media only screen and (max-width: 968px) {
    .grid-2-col > li {
      width: 100%; } }

.grid-3-col > li {
  width: 33.3333333%; }
  @media only screen and (max-width: 968px) {
    .grid-3-col > li {
      width: 50%; } }
  @media only screen and (max-width: 600px) {
    .grid-3-col > li {
      width: 100%; } }
  @media only screen and (max-width: 600px) {
    .grid-3-col > li.mobile-2-col {
      width: 50%; } }

.grid-4-col > li {
  width: 25%; }
  @media only screen and (max-width: 968px) {
    .grid-4-col > li {
      width: 33.33333%; } }
  @media only screen and (max-width: 600px) {
    .grid-4-col > li {
      width: 50%; } }

.grid-gutter-sm {
  margin: -10px; }
  .grid-gutter-sm > li {
    padding: 10px; }

.grid-gutter-md {
  margin: -20px; }
  .grid-gutter-md > li {
    padding: 20px; }

.grid-gutter-xl {
  margin: -30px; }
  .grid-gutter-xl > li {
    padding: 30px; }

.grid {
  counter-reset: grid-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 968px) {
    .grid.tiles > li {
      max-height: 300px; } }
  @media only screen and (max-width: 600px) {
    .grid {
      margin: 0; } }
  .grid > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media only screen and (max-width: 600px) {
      .grid > li {
        padding-left: 0;
        padding-right: 0; } }
    @media only screen and (max-width: 600px) {
      .grid > li:first-child {
        padding-top: 0; } }
    @media only screen and (max-width: 600px) {
      .grid > li:last-child {
        padding-bottom: 0; } }
    .grid > li .tile {
      width: 100% !important; }

.hero-container, .hero-container .page-title {
  color: white;
  overflow: hidden; }

.hero-container-main {
  padding-bottom: 145px;
  margin-bottom: -145px; }

.hero {
  position: relative;
  background-color: #00968A;
  background-size: cover;
  background-position: center; }
  @supports (mix-blend-mode: multiply) {
    .hero {
      background-blend-mode: multiply; } }
  .hero:after {
    background: #00968A;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
    @supports (mix-blend-mode: multiply) {
      .hero:after {
        content: none; } }
  .hero .hero-content {
    width: 42%;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 968px) {
      .hero .hero-content {
        width: 100%; } }
    .hero .hero-content h2, .hero .hero-content table caption, table .hero .hero-content caption, .hero .hero-content .h2 {
      margin-bottom: 45px;
      font-weight: 100;
      font-size: 45px;
      font-size: 4.5rem;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.35), 0 0 10px rgba(0, 0, 0, 0.5); }
      @media only screen and (max-width: 600px) {
        .hero .hero-content h2, .hero .hero-content table caption, table .hero .hero-content caption, .hero .hero-content .h2 {
          margin-bottom: 25px;
          font-size: 26px;
          font-size: 2.6rem; } }
    .hero .hero-content p, .hero .hero-content .p {
      font-weight: 100;
      font-size: 20px;
      font-size: 2rem; }
      @media only screen and (max-width: 600px) {
        .hero .hero-content p, .hero .hero-content .p {
          font-size: 16px;
          font-size: 1.6rem; } }
  .hero [class*="asset-"] {
    pointer-events: none; }
  .hero-plain {
    background-color: unset; }
    .hero-plain .asset-dot-hero {
      display: none; }

.hero-main {
  background-image: url("../img/hero-events.jpg");
  padding: 130px 0 180px 0; }
  .hero-main .hero-content {
    text-align: center;
    width: 100%; }
    .hero-main .hero-content .h2 {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 500; }
      @media only screen and (max-width: 600px) {
        .hero-main .hero-content .h2 {
          font-size: 22px;
          font-size: 2.2rem; } }

.hero-secondary {
  background-image: url("../img/hero-events.jpg");
  padding: 80px 0 135px 0; }
  @media only screen and (max-width: 600px) {
    .hero-secondary {
      padding: 40px 0 60px 0; } }

.hero-map {
  height: 335px; }

.hero-image {
  padding: 185px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

body [class*="icon-"] {
  background-size: contain;
  display: inline-block;
  vertical-align: middle; }
  body [class*="icon-"] circle,
  body [class*="icon-"] ellipse,
  body [class*="icon-"] path {
    -webkit-transition: fill 0.3s ease, stroke 0.3s ease, opacity 0.3s ease;
    transition: fill 0.3s ease, stroke 0.3s ease, opacity 0.3s ease; }

/*
Fonctionnement du tableau d'icônes

$svgs:(
	(
		"nom-de-la-classe",
		largeur désirée, hauteur désirée
		(("classe-de-la-taille", largeur désirée, hauteur désirée), (etc), ... ),
	)
);

Explication des paramètres

@nom-de-la-classe (string): terme désigné pour identifier l'icône  ex: "check" va créer la classe .icon-check
@largeur désirée (px): largeur de l'icône par défaut dans le site
@hauteur désirée (px): hauteur de l'icône par défaut dans le site

Pour les grandeurs, ce sont des listes comprenant les mêmes paramètres que précédemment, mais représentant le positionnement et la taille de ces grandeurs
*/
.icon-arrow {
  height: 12px;
  width: 21px; }

.icon-arrow-white {
  height: 22px;
  width: 12px; }

.icon-arrow-white-small-down {
  height: 6px;
  width: 10px; }

.icon-arrow-navmeta-up {
  height: 6px;
  width: 10px; }

.icon-arrow-top {
  height: 10px;
  width: 20px; }

.icon-arrow-white-small-bold-down {
  height: 7px;
  width: 14px; }

.icon-arrow-white-medium-down {
  height: 12px;
  width: 21px; }

.icon-arrow-midnightblue-medium-down {
  height: 12px;
  width: 21px; }

.icon-arrow-navprimary-up {
  height: 7px;
  width: 10px; }

.icon-arrow-white-medium-right {
  height: 22px;
  width: 12px; }

.icon-arrow-black-medium-right {
  height: 11px;
  width: 7px; }

.icon-arrow-blue-medium-right {
  height: 22px;
  width: 12px; }

.icon-arrow-bluee-medium-right {
  height: 22px;
  width: 12px; }

.icon-info {
  height: 24px;
  width: 24px; }

.icon-error {
  height: 24px;
  width: 24px; }

.icon-check-green {
  height: 24px;
  width: 24px; }

.icon-close {
  height: 22px;
  width: 22px; }

body [class*="icon-"] svg {
  height: 100%;
  width: 100%;
  vertical-align: top; }

.icon-arrow-right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.icon-arrow-left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0080A3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .link:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }
  .link:not(.no-arrow):after {
    background-image: url("../svg/icons/arrow-blue-medium-right.svg");
    background-repeat: no-repeat;
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 22px;
    margin: 0 5px 0 20px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 12px; }
  .link.link-external:hover:after {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px); }
  .link.link-external:after {
    background-image: url("../svg/pictos/external-link-blue.svg");
    height: 22px;
    width: 22px; }
  .link.link-pdf:hover:after {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  .link.link-pdf:after {
    background-image: url("../svg/icons/arrow-download.svg");
    background-size: 100%;
    height: 37px;
    margin: 0;
    width: 25px; }
  @media only screen and (max-width: 600px) {
    .section-header .link {
      width: 45%; } }
  .link > div {
    overflow-wrap: break-word;
    width: calc(100% - 40px); }
    .link > div h2, .link > div table caption, table .link > div caption, .link > div .h2 {
      color: #0080A3;
      font-weight: bold;
      margin: 0;
      font-size: 18px;
      font-size: 1.8rem; }
    .link > div p {
      color: #000000;
      font-weight: 500;
      margin-top: 15px;
      font-size: 14px;
      font-size: 1.4rem; }

.link-loadmore {
  -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;
  margin-top: 40px; }
  .link-loadmore:hover:after {
    -webkit-transform: rotate(90deg) translate(5px, 0);
            transform: rotate(90deg) translate(5px, 0); }
  .link-loadmore:after {
    margin-left: 0;
    margin-top: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.list-2-col .list-link:nth-child(2) .link {
  border-top: 1px solid #0080A3; }

@media only screen and (max-width: 968px) {
  .list-2-col .list-link:nth-child(2) .link {
    border-top: none; } }

.list-3-col .list-link:nth-child(2) .link, .list-3-col .list-link:nth-child(3) .link {
  border-top: 1px solid #0080A3; }

@media only screen and (max-width: 968px) {
  .list-3-col .list-link:nth-child(3) .link {
    border-top: none; } }

@media only screen and (max-width: 600px) {
  .list-3-col .list-link:nth-child(2) .link {
    border-top: none; } }

.list-4-col .list-link:nth-child(2) .link, .list-4-col .list-link:nth-child(3) .link, .list-4-col .list-link:nth-child(4) .link {
  border-top: 1px solid #0080A3; }

@media only screen and (max-width: 968px) {
  .list-4-col .list-link:nth-child(4) .link {
    border-top: none; } }

@media only screen and (max-width: 600px) {
  .list-4-col .list-link:nth-child(3) .link {
    border-top: none; } }

.list-link:first-child .link {
  border-top: 1px solid #0080A3; }

.list-link .link {
  border-bottom: 1px solid #0080A3;
  padding: 30px 0; }

.list-link span {
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 10px;
  display: block; }

.form-search-results .list-link:first-child .link {
  border-color: rgba(255, 255, 255, 0.2); }

.form-search-results .list-link .link {
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF; }
  .form-search-results .list-link .link h2, .form-search-results .list-link .link table caption, table .form-search-results .list-link .link caption, .form-search-results .list-link .link .h2 {
    font-weight: bold;
    padding: 0; }
  .form-search-results .list-link .link h2, .form-search-results .list-link .link table caption, table .form-search-results .list-link .link caption, .form-search-results .list-link .link .h2, .form-search-results .list-link .link p {
    color: #FFFFFF; }
  .form-search-results .list-link .link:after {
    background-image: url("../svg/icons/arrow-white-medium-right.svg"); }
  .form-search-results .list-link .link span {
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 10px;
    display: block; }

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1; }
  .list.list-4-col > li, .list.list-4-col > div, .list.list-4-col .miscellaneous-content-item {
    width: 25%; }
    @media only screen and (max-width: 968px) {
      .list.list-4-col > li, .list.list-4-col > div, .list.list-4-col .miscellaneous-content-item {
        width: 33.33333%; } }
    @media only screen and (max-width: 600px) {
      .list.list-4-col > li, .list.list-4-col > div, .list.list-4-col .miscellaneous-content-item {
        width: 50%; } }
  .list.list-3-col > li, .list.list-3-col > div, .list.list-3-col .miscellaneous-content-item {
    width: 33.3333333%; }
    @media only screen and (max-width: 968px) {
      .list.list-3-col > li, .list.list-3-col > div, .list.list-3-col .miscellaneous-content-item {
        width: 50%; } }
    @media only screen and (max-width: 600px) {
      .list.list-3-col > li, .list.list-3-col > div, .list.list-3-col .miscellaneous-content-item {
        width: 100%; } }
  .list.list-2-col > li, .list.list-2-col > div, .list.list-2-col .miscellaneous-content-item {
    width: 50%; }
    @media only screen and (max-width: 968px) {
      .list.list-2-col > li, .list.list-2-col > div, .list.list-2-col .miscellaneous-content-item {
        width: 100%; } }
  .list.list-1-col > li, .list.list-1-col > div, .list.list-1-col .miscellaneous-content-item {
    width: 100%; }
  .list.list-gutter-sm {
    margin-left: -10px;
    margin-right: -10px; }
    .list.list-gutter-sm > li, .list.list-gutter-sm > div, .list.list-gutter-sm .miscellaneous-content-item {
      padding-left: 10px;
      padding-right: 10px; }
  .list.list-gutter-md {
    margin-left: -20px;
    margin-right: -20px; }
    .list.list-gutter-md > li, .list.list-gutter-md > div, .list.list-gutter-md .miscellaneous-content-item {
      padding-left: 20px;
      padding-right: 20px; }
  .list.list-gutter-xl {
    margin-left: -30px;
    margin-right: -30px; }
    .list.list-gutter-xl > li, .list.list-gutter-xl > div, .list.list-gutter-xl .miscellaneous-content-item {
      padding-left: 30px;
      padding-right: 30px; }
  .list li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .list li .tile {
      width: 100% !important; }

.map-container {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%; }

.list-markers {
  display: none; }

.map-container-list-view {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  max-height: 770px;
  position: absolute;
  top: 55px;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease; }
  @media only screen and (max-width: 600px) {
    .map-container-list-view {
      height: 100vh;
      max-height: 340px;
      position: relative;
      top: 0; } }
  @media only screen and (max-width: 600px) {
    .map-container-list-view.is-extend {
      max-height: 100vh; } }

.map {
  position: relative;
  height: 100%;
  width: 100%; }
  .map .map-marker {
    display: none; }
  .map .gm-style .gm-style-iw {
    max-width: 200px !important;
    min-width: 200px !important;
    overflow: visible;
    width: 200px !important; }
    .map .gm-style .gm-style-iw:before {
      content: url("../svg/icons/infowindow-arrow.svg");
      display: block;
      height: 20px;
      left: calc(-15px - 9px);
      position: absolute;
      top: 50%;
      width: 10px; }
  .map .gm-style > div > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(3) {
    background: url(../svg/icons/close.svg) left top/contain no-repeat;
    width: 8px !important;
    height: 8px !important;
    top: 10px !important;
    right: 10px !important;
    opacity: 0.3 !important; }
    .map .gm-style > div > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(3) img {
      display: none; }
  .map .infowindow-inner {
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .map .infowindow-inner .infowindow-title {
      display: block;
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 20px;
      font-size: 2rem; }
    .map .infowindow-inner .infowindow-actions {
      margin-top: 20px; }
      .map .infowindow-inner .infowindow-actions a {
        color: #0080A3;
        font-weight: bold;
        text-decoration: none; }
    .map .infowindow-inner p {
      font-size: 16px;
      font-size: 1.6rem; }
    .map .infowindow-inner a[href*=mailto] {
      color: #0080A3; }

.embedded-entity-image ins {
  background-color: #CFC;
  display: inline-block; }
  .embedded-entity-image ins img {
    opacity: 0.5; }

.embedded-entity-image figcaption {
  margin-top: 5px;
  width: 100%; }
  @media only screen and (max-width: 600px) {
    .embedded-entity-image figcaption {
      margin-left: auto;
      margin-right: auto; } }

.miscellaneous-content h2, .miscellaneous-content table caption, table .miscellaneous-content caption {
  width: 100%; }

.miscellaneous-content-wrapper p {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem; }
  .miscellaneous-content-wrapper p:last-child {
    margin-bottom: 0; }

.miscellaneous-item {
  margin-bottom: 70px; }
  @media only screen and (max-width: 600px) {
    .miscellaneous-item {
      padding: 0; } }
  .miscellaneous-item:last-child {
    margin-bottom: 0; }

.miscellaneous-item-images, .miscellaneous-item-wysiwyg {
  margin-bottom: 20px; }
  .miscellaneous-item-images:last-child, .miscellaneous-item-wysiwyg:last-child {
    margin-bottom: 0; }

.miscellaneous-item-wysiwyg blockquote, .miscellaneous-item-wysiwyg .embedded-entity, .miscellaneous-item-wysiwyg ol, .miscellaneous-item-wysiwyg p, .miscellaneous-item-wysiwyg table, .miscellaneous-item-wysiwyg ul, .miscellaneous-item-wysiwyg .cke_widget_wrapper, .cke_editable blockquote, .cke_editable .embedded-entity, .cke_editable ol, .cke_editable p, .cke_editable table, .cke_editable ul, .cke_editable .cke_widget_wrapper {
  margin-bottom: 20px; }
  .miscellaneous-item-wysiwyg blockquote:last-child, .miscellaneous-item-wysiwyg .embedded-entity:last-child, .miscellaneous-item-wysiwyg ol:last-child, .miscellaneous-item-wysiwyg p:last-child, .miscellaneous-item-wysiwyg table:last-child, .miscellaneous-item-wysiwyg ul:last-child, .miscellaneous-item-wysiwyg .cke_widget_wrapper:last-child, .cke_editable blockquote:last-child, .cke_editable .embedded-entity:last-child, .cke_editable ol:last-child, .cke_editable p:last-child, .cke_editable table:last-child, .cke_editable ul:last-child, .cke_editable .cke_widget_wrapper:last-child {
    margin-bottom: 0; }

.miscellaneous-item-wysiwyg blockquote, .cke_editable blockquote {
  background: #F7F7F7;
  border-left: 5px solid #0080A3;
  padding: 40px; }
  .miscellaneous-item-wysiwyg blockquote p, .cke_editable blockquote p {
    max-width: 100%; }

.miscellaneous-item-wysiwyg p, .cke_editable p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem; }
  .miscellaneous-item-wysiwyg p.text-align-right, .cke_editable p.text-align-right {
    margin-left: auto; }
  .miscellaneous-item-wysiwyg p i, .miscellaneous-item-wysiwyg p em, .miscellaneous-item-wysiwyg p strong, .cke_editable p i, .cke_editable p em, .cke_editable p strong {
    display: contents !important; }
  .miscellaneous-item-wysiwyg p a, .cke_editable p a {
    display: inline-block !important; }

.miscellaneous-item-wysiwyg p a, .miscellaneous-item-wysiwyg li a, .cke_editable p a, .cke_editable li a {
  font-weight: bold;
  position: relative; }
  .miscellaneous-item-wysiwyg p a:hover .link-underline, .miscellaneous-item-wysiwyg li a:hover .link-underline, .cke_editable p a:hover .link-underline, .cke_editable li a:hover .link-underline {
    background-size: 100% 100%; }
  .miscellaneous-item-wysiwyg p a.btn-modal, .miscellaneous-item-wysiwyg li a.btn-modal, .cke_editable p a.btn-modal, .cke_editable li a.btn-modal {
    display: inline-block !important; }
  .miscellaneous-item-wysiwyg p a .link-underline, .miscellaneous-item-wysiwyg li a .link-underline, .cke_editable p a .link-underline, .cke_editable li a .link-underline {
    width: calc(100%);
    background-image: linear-gradient(transparent calc(100% - 2px), #0080A3 2px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    -webkit-transition: background-size 1s;
    transition: background-size 1s; }

.miscellaneous-item-wysiwyg .embedded-entity,
.miscellaneous-item-wysiwyg figure, .cke_editable .embedded-entity,
.cke_editable figure {
  display: block; }
  @media only screen and (max-width: 600px) {
    .miscellaneous-item-wysiwyg .embedded-entity img,
    .miscellaneous-item-wysiwyg figure img, .cke_editable .embedded-entity img,
    .cke_editable figure img {
      margin: auto; } }
  .miscellaneous-item-wysiwyg .embedded-entity.align-center,
  .miscellaneous-item-wysiwyg figure.align-center, .cke_editable .embedded-entity.align-center,
  .cke_editable figure.align-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .miscellaneous-item-wysiwyg .embedded-entity.align-center img,
    .miscellaneous-item-wysiwyg figure.align-center img, .cke_editable .embedded-entity.align-center img,
    .cke_editable figure.align-center img {
      margin: auto; }
  .miscellaneous-item-wysiwyg .embedded-entity.align-left,
  .miscellaneous-item-wysiwyg figure.align-left, .cke_editable .embedded-entity.align-left,
  .cke_editable figure.align-left {
    float: left;
    margin: 0 20px 0 0; }
    @media only screen and (max-width: 600px) {
      .miscellaneous-item-wysiwyg .embedded-entity.align-left,
      .miscellaneous-item-wysiwyg figure.align-left, .cke_editable .embedded-entity.align-left,
      .cke_editable figure.align-left {
        float: none;
        margin: 0 0 20px 0; } }
  .miscellaneous-item-wysiwyg .embedded-entity.align-right,
  .miscellaneous-item-wysiwyg figure.align-right, .cke_editable .embedded-entity.align-right,
  .cke_editable figure.align-right {
    float: right;
    margin: 0 0 0 20px; }
    @media only screen and (max-width: 600px) {
      .miscellaneous-item-wysiwyg .embedded-entity.align-right,
      .miscellaneous-item-wysiwyg figure.align-right, .cke_editable .embedded-entity.align-right,
      .cke_editable figure.align-right {
        float: none;
        margin: 0 0 20px 0; } }
    .miscellaneous-item-wysiwyg .embedded-entity.align-right .list-link,
    .miscellaneous-item-wysiwyg figure.align-right .list-link, .cke_editable .embedded-entity.align-right .list-link,
    .cke_editable figure.align-right .list-link {
      margin: auto; }
  .miscellaneous-item-wysiwyg .embedded-entity.embedded-entity-document,
  .miscellaneous-item-wysiwyg figure.embedded-entity-document, .cke_editable .embedded-entity.embedded-entity-document,
  .cke_editable figure.embedded-entity-document {
    display: block; }
    .miscellaneous-item-wysiwyg .embedded-entity.embedded-entity-document + .embedded-entity-document, .miscellaneous-item-wysiwyg .embedded-entity.embedded-entity-document + .cke_widget_wrapper,
    .miscellaneous-item-wysiwyg figure.embedded-entity-document + .embedded-entity-document,
    .miscellaneous-item-wysiwyg figure.embedded-entity-document + .cke_widget_wrapper, .cke_editable .embedded-entity.embedded-entity-document + .embedded-entity-document, .cke_editable .embedded-entity.embedded-entity-document + .cke_widget_wrapper,
    .cke_editable figure.embedded-entity-document + .embedded-entity-document,
    .cke_editable figure.embedded-entity-document + .cke_widget_wrapper {
      margin-top: -20px; }
      @media only screen and (max-width: 968px) {
        .miscellaneous-item-wysiwyg .embedded-entity.embedded-entity-document + .embedded-entity-document .list-link, .miscellaneous-item-wysiwyg .embedded-entity.embedded-entity-document + .cke_widget_wrapper .list-link,
        .miscellaneous-item-wysiwyg figure.embedded-entity-document + .embedded-entity-document .list-link,
        .miscellaneous-item-wysiwyg figure.embedded-entity-document + .cke_widget_wrapper .list-link, .cke_editable .embedded-entity.embedded-entity-document + .embedded-entity-document .list-link, .cke_editable .embedded-entity.embedded-entity-document + .cke_widget_wrapper .list-link,
        .cke_editable figure.embedded-entity-document + .embedded-entity-document .list-link,
        .cke_editable figure.embedded-entity-document + .cke_widget_wrapper .list-link {
          max-width: 100%; } }
      .miscellaneous-item-wysiwyg .embedded-entity.embedded-entity-document + .embedded-entity-document .list-link a, .miscellaneous-item-wysiwyg .embedded-entity.embedded-entity-document + .cke_widget_wrapper .list-link a,
      .miscellaneous-item-wysiwyg figure.embedded-entity-document + .embedded-entity-document .list-link a,
      .miscellaneous-item-wysiwyg figure.embedded-entity-document + .cke_widget_wrapper .list-link a, .cke_editable .embedded-entity.embedded-entity-document + .embedded-entity-document .list-link a, .cke_editable .embedded-entity.embedded-entity-document + .cke_widget_wrapper .list-link a,
      .cke_editable figure.embedded-entity-document + .embedded-entity-document .list-link a,
      .cke_editable figure.embedded-entity-document + .cke_widget_wrapper .list-link a {
        border-top: none; }
    @media only screen and (max-width: 600px) {
      .miscellaneous-item-wysiwyg .embedded-entity.embedded-entity-document .list-link,
      .miscellaneous-item-wysiwyg figure.embedded-entity-document .list-link, .cke_editable .embedded-entity.embedded-entity-document .list-link,
      .cke_editable figure.embedded-entity-document .list-link {
        max-width: 100% !important; } }
  .miscellaneous-item-wysiwyg .embedded-entity.embedded-entity-youtube > div,
  .miscellaneous-item-wysiwyg figure.embedded-entity-youtube > div, .cke_editable .embedded-entity.embedded-entity-youtube > div,
  .cke_editable figure.embedded-entity-youtube > div {
    width: 100%; }

.miscellaneous-item-wysiwyg .cke_widget_wrapper + .cke_widget_wrapper, .cke_editable .cke_widget_wrapper + .cke_widget_wrapper {
  margin-top: -20px; }

.miscellaneous-item-wysiwyg > .form-item, .cke_editable > .form-item {
  padding-bottom: 0; }

.miscellaneous-item-wysiwyg img, .cke_editable img {
  margin-bottom: 35px; }
  .miscellaneous-item-wysiwyg img:last-child, .cke_editable img:last-child {
    margin-bottom: 0; }

.miscellaneous-item-wysiwyg ul, .miscellaneous-item-wysiwyg ol, .cke_editable ul, .cke_editable ol {
  list-style-position: outside;
  margin-left: 20px;
  font-size: 16px;
  font-size: 1.6rem; }
  .miscellaneous-item-wysiwyg ul.text-align-right, .miscellaneous-item-wysiwyg ol.text-align-right, .cke_editable ul.text-align-right, .cke_editable ol.text-align-right {
    direction: rtl; }
  .miscellaneous-item-wysiwyg ul li, .miscellaneous-item-wysiwyg ol li, .cke_editable ul li, .cke_editable ol li {
    margin-bottom: 10px; }
    .miscellaneous-item-wysiwyg ul li:last-child, .miscellaneous-item-wysiwyg ol li:last-child, .cke_editable ul li:last-child, .cke_editable ol li:last-child {
      margin-bottom: 0; }
    .miscellaneous-item-wysiwyg ul li.text-align-right, .miscellaneous-item-wysiwyg ol li.text-align-right, .cke_editable ul li.text-align-right, .cke_editable ol li.text-align-right {
      direction: rtl; }
    .miscellaneous-item-wysiwyg ul li ul, .miscellaneous-item-wysiwyg ul li ol, .miscellaneous-item-wysiwyg ol li ul, .miscellaneous-item-wysiwyg ol li ol, .cke_editable ul li ul, .cke_editable ul li ol, .cke_editable ol li ul, .cke_editable ol li ol {
      margin-top: 10px; }

.miscellaneous-item-wysiwyg ul > li, .cke_editable ul > li {
  list-style: disc; }

.miscellaneous-item-wysiwyg ol > li, .cke_editable ol > li {
  list-style: decimal; }

.miscellaneous-item-wysiwyg figure, .cke_editable figure {
  display: table; }
  .miscellaneous-item-wysiwyg figure figcaption, .cke_editable figure figcaption {
    display: table-caption;
    max-width: none;
    caption-side: bottom; }

.miscellaneous-item-images > div:last-child img {
  margin-bottom: 0; }

.miscellaneous-item-images > div img {
  margin-bottom: 35px; }

.miscellaneous-item-images img {
  margin-bottom: 35px; }
  @media only screen and (max-width: 600px) {
    .miscellaneous-item-images img {
      margin: auto; } }
  .miscellaneous-item-images img:last-child {
    margin-bottom: 0; }

.section-content:last-child .miscellaneous-content {
  border-bottom: 0; }

div.hightlighted-box {
  color: #FFF;
  margin-bottom: 35px;
  padding: 25px; }
  div.hightlighted-box a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block !important; }
  div.hightlighted-box.tile-color-1 {
    background-color: #0080A3; }
    div.hightlighted-box.tile-color-1-empty {
      background-color: #FFFFFF;
      border: 1px solid #0080A3;
      color: #000000; }
      div.hightlighted-box.tile-color-1-empty a {
        color: #000000; }
  div.hightlighted-box.tile-color-2 {
    background-color: #065069; }
    div.hightlighted-box.tile-color-2-empty {
      background-color: #FFFFFF;
      border: 1px solid #065069;
      color: #000000; }
      div.hightlighted-box.tile-color-2-empty a {
        color: #000000; }
  div.hightlighted-box.tile-color-3 {
    background-color: #316B5F; }
    div.hightlighted-box.tile-color-3-empty {
      background-color: #FFFFFF;
      border: 1px solid #316B5F;
      color: #000000; }
      div.hightlighted-box.tile-color-3-empty a {
        color: #000000; }
  div.hightlighted-box.tile-color-4 {
    background-color: #1C63B3; }
    div.hightlighted-box.tile-color-4-empty {
      background-color: #FFFFFF;
      border: 1px solid #1C63B3;
      color: #000000; }
      div.hightlighted-box.tile-color-4-empty a {
        color: #000000; }
  div.hightlighted-box.tile-color-5 {
    background-color: #F7F7F7;
    color: #000000; }
    div.hightlighted-box.tile-color-5 a {
      color: #000000; }
    div.hightlighted-box.tile-color-5-empty {
      border: 1px solid #F7F7F7;
      color: #000000; }

.link h3.list-link-h3 {
  font-size: 18px;
  text-transform: none;
  margin: 0;
  font-weight: 700; }

#modals-container,
.modals-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(6, 80, 105, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: calc(100vw - 4px);
  z-index: 5; }
  #modals-container:focus,
  .modals-container:focus {
    outline: 2px solid #FFFFFF; }
  #modals-container:focus:not(:focus-visible),
  .modals-container:focus:not(:focus-visible) {
    outline: none; }
  #modals-container.is-open,
  .modals-container.is-open {
    opacity: 1;
    pointer-events: visible; }
  #modals-container > .layout-wrapper, #modals-container > .news-categories,
  .modals-container > .layout-wrapper,
  .modals-container > .news-categories {
    height: 80vh;
    position: relative;
    width: 100%; }
    #modals-container > .layout-wrapper.modal-inner, #modals-container > .modal-inner.news-categories,
    .modals-container > .layout-wrapper.modal-inner,
    .modals-container > .modal-inner.news-categories {
      max-width: 50vw;
      text-align: right;
      background-color: #fff; }
      @media only screen and (max-width: 968px) {
        #modals-container > .layout-wrapper.modal-inner, #modals-container > .modal-inner.news-categories,
        .modals-container > .layout-wrapper.modal-inner,
        .modals-container > .modal-inner.news-categories {
          max-width: 90vw; } }
      #modals-container > .layout-wrapper.modal-inner .btn-close-modal span, #modals-container > .modal-inner.news-categories .btn-close-modal span,
      .modals-container > .layout-wrapper.modal-inner .btn-close-modal span,
      .modals-container > .modal-inner.news-categories .btn-close-modal span {
        margin: 10px;
        width: 20px !important;
        height: 20px !important; }
    #modals-container > .layout-wrapper .btn, #modals-container > .news-categories .btn,
    .modals-container > .layout-wrapper .btn,
    .modals-container > .news-categories .btn {
      padding: 0; }
      @media only screen and (max-width: 968px) {
        #modals-container > .layout-wrapper .btn, #modals-container > .news-categories .btn,
        .modals-container > .layout-wrapper .btn,
        .modals-container > .news-categories .btn {
          right: 10px;
          top: -42px; } }
      #modals-container > .layout-wrapper .btn-close-modal, #modals-container > .news-categories .btn-close-modal,
      .modals-container > .layout-wrapper .btn-close-modal,
      .modals-container > .news-categories .btn-close-modal {
        position: relative;
        left: unset;
        top: unset;
        right: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        width: auto;
        margin-left: auto; }
        #modals-container > .layout-wrapper .btn-close-modal:focus, #modals-container > .news-categories .btn-close-modal:focus,
        .modals-container > .layout-wrapper .btn-close-modal:focus,
        .modals-container > .news-categories .btn-close-modal:focus {
          background-color: unset;
          border: 2px solid #000;
          outline: none; }

.modal {
  background: #FFFFFF;
  border: 40px solid #FFFFFF;
  left: 0;
  opacity: 0;
  overflow: hidden;
  height: 100%;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: calc(50vw - 4px); }
  .modal:focus {
    outline: 2px solid #FFFFFF; }
  .modal:focus:not(:focus-visible) {
    outline: none; }
  @media only screen and (max-width: 968px) {
    .modal {
      width: 100%; } }
  @media only screen and (max-width: 600px) {
    .modal {
      border: 20px solid #FFFFFF; } }
  .modal.is-open {
    opacity: 1;
    pointer-events: auto; }
  .modal > .paragraph {
    margin-bottom: 20px; }
    .modal > .paragraph p, .modal > .paragraph li {
      color: #000000 !important; }
    .modal > .paragraph p {
      margin-bottom: 20px; }
      .modal > .paragraph p:last-child {
        margin-bottom: 0; }
    .modal > .paragraph:last-child {
      margin-bottom: 0; }

.navs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .navs-wrapper .nav-meta {
    display: none; }
  .navs-wrapper .nav-meta:first-child {
    display: block; }
  @media only screen and (min-width: 969px) {
    .navs-wrapper {
      display: block !important; } }
  @media only screen and (max-width: 968px) {
    .navs-wrapper {
      display: none;
      overflow: hidden; }
      .navs-wrapper .nav-meta {
        display: block; }
      .navs-wrapper .nav-meta:first-child {
        display: none; } }

.nav .nav-wrapper {
  margin: 0 auto;
  text-align: left;
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.nav.nav-mobile {
  display: none;
  background-color: #00445B; }
  @media only screen and (max-width: 968px) {
    .nav.nav-mobile {
      display: block; } }
  .nav.nav-mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }

.nav.nav-meta {
  background-color: #003344;
  font-weight: 100;
  font-size: 14px;
  font-size: 1.4rem; }
  @media only screen and (max-width: 968px) {
    .nav.nav-meta .nav-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .nav.nav-meta ul.nav-group-right li:first-child .toggle-submenu {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 968px) {
      .nav.nav-meta ul.nav-group-right li:first-child .toggle-submenu {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-left: none;
        border-right: none; } }
  .nav.nav-meta ul.nav-group-right li a {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    max-height: 56px; }
    @media only screen and (max-width: 968px) {
      .nav.nav-meta ul.nav-group-right li a {
        max-height: 46px; } }
    .nav.nav-meta ul.nav-group-right li a [class*="picto-"] {
      pointer-events: none; }
  .nav.nav-meta ul li a {
    background-color: #003344;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .nav.nav-meta ul li a.is-open, .nav.nav-meta ul li a:hover, .nav.nav-meta ul li a:focus {
      background-color: #152525; }
    .nav.nav-meta ul li a:focus {
      outline-offset: -8px;
      outline: solid #7c9dbb; }
    .nav.nav-meta ul li a:focus:not(:focus-visible) {
      outline: none; }
  .nav.nav-meta ul li .nav-meta-submenu {
    width: 100vw;
    max-width: 200px;
    z-index: 6;
    opacity: 0; }
    @media only screen and (max-width: 968px) {
      .nav.nav-meta ul li .nav-meta-submenu {
        width: 100%;
        max-width: 100%; } }
    .nav.nav-meta ul li .nav-meta-submenu a {
      background-color: #152525;
      padding-top: 15px;
      padding-bottom: 15px;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .nav.nav-meta ul li .nav-meta-submenu a:hover, .nav.nav-meta ul li .nav-meta-submenu a:focus {
        background-color: #1C63B3; }

.nav.nav-primary {
  background-color: #00483F;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (max-width: 968px) {
    .nav.nav-primary {
      background-color: #00445B; } }
  .nav.nav-primary ul li a {
    margin: 15px 0;
    border-radius: 30px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    position: relative; }
    @media only screen and (max-width: 968px) {
      .nav.nav-primary ul li a {
        margin: 0;
        border-radius: 0; } }
    .nav.nav-primary ul li a.is-open {
      background-color: #005790; }
      @media only screen and (max-width: 968px) {
        .nav.nav-primary ul li a.is-open {
          background-color: #00445B; } }
    .nav.nav-primary ul li a:hover, .nav.nav-primary ul li a:focus {
      background-color: #0080A3;
      outline: none; }
      @media only screen and (max-width: 968px) {
        .nav.nav-primary ul li a:hover, .nav.nav-primary ul li a:focus {
          background-color: #00445B; } }
    .nav.nav-primary ul li a:focus {
      outline-offset: -3px;
      outline: solid #7c9dbb; }
    .nav.nav-primary ul li a:focus:not(:focus-visible) {
      outline: none; }
    @media only screen and (max-width: 968px) {
      .nav.nav-primary ul li a span:last-child {
        background-image: url("../svg/icons/arrow-white-small-bold-down.svg");
        width: 14px;
        height: 7px; } }
    body.drsp .nav.nav-primary ul li a.is-active {
      background-color: #006756 !important; }
  @media only screen and (max-width: 968px) {
    .nav.nav-primary .nav-group-right {
      display: none; } }
  .nav.nav-primary .nav-group-right li a {
    max-height: 60px; }
    .nav.nav-primary .nav-group-right li a [class*="picto-"] {
      pointer-events: none; }
  .nav.nav-primary .nav-submenu {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    opacity: 0; }
    @media only screen and (max-width: 968px) {
      .nav.nav-primary .nav-submenu.nav-primary-submenu {
        opacity: 1; } }
    .nav.nav-primary .nav-submenu.nav-primary-submenu.is-open {
      pointer-events: none;
      opacity: 1; }
      .nav.nav-primary .nav-submenu.nav-primary-submenu.is-open ul {
        pointer-events: auto; }
    .nav.nav-primary .nav-submenu.nav-level-3 {
      z-index: -1;
      background: #F7F7F7;
      opacity: 0;
      overflow: hidden;
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
      .nav.nav-primary .nav-submenu.nav-level-3.is-open {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        overflow: visible; }
        @media only screen and (max-width: 968px) {
          .nav.nav-primary .nav-submenu.nav-level-3.is-open {
            -webkit-transform: translateX(0);
                    transform: translateX(0); } }
      @media only screen and (max-width: 968px) {
        .nav.nav-primary .nav-submenu.nav-level-3 {
          opacity: 1;
          z-index: 1; } }
      .nav.nav-primary .nav-submenu.nav-level-3 li:last-child a:after {
        content: "";
        pointer-events: none;
        display: block;
        height: 1000%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        background: #F7F7F7;
        cursor: default; }
        @media only screen and (max-width: 968px) {
          .nav.nav-primary .nav-submenu.nav-level-3 li:last-child a:after {
            display: none; } }
      .nav.nav-primary .nav-submenu.nav-level-3 li a {
        color: #0080A3;
        background: #F7F7F7;
        position: relative; }
        .nav.nav-primary .nav-submenu.nav-level-3 li a.is-open {
          background: #FFFFFF; }
          @media only screen and (max-width: 968px) {
            .nav.nav-primary .nav-submenu.nav-level-3 li a.is-open span:last-child {
              background-image: url("../svg/icons/arrow-blue-small-bold-down.svg"); } }
        .nav.nav-primary .nav-submenu.nav-level-3 li a:hover, .nav.nav-primary .nav-submenu.nav-level-3 li a:focus {
          background: #FFFFFF; }
          @media only screen and (max-width: 968px) {
            .nav.nav-primary .nav-submenu.nav-level-3 li a:hover span:last-child, .nav.nav-primary .nav-submenu.nav-level-3 li a:focus span:last-child {
              background-image: url("../svg/icons/arrow-blue-small-bold-down.svg"); } }
        @media only screen and (max-width: 968px) {
          .nav.nav-primary .nav-submenu.nav-level-3 li a span:last-child {
            background-image: url("../svg/icons/arrow-blue-small-bold-down.svg") !important; } }
        .nav.nav-primary .nav-submenu.nav-level-3 li a span svg polyline {
          stroke: #0080A3; }
          @media only screen and (max-width: 968px) {
            .nav.nav-primary .nav-submenu.nav-level-3 li a span svg polyline {
              display: none; } }
      .nav.nav-primary .nav-submenu.nav-level-3 .nav-submenu-background {
        background: #F7F7F7; }
    .nav.nav-primary .nav-submenu.nav-level-4 {
      background: #FFFFFF;
      z-index: -1; }
      .nav.nav-primary .nav-submenu.nav-level-4.is-open {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
        @media only screen and (max-width: 968px) {
          .nav.nav-primary .nav-submenu.nav-level-4.is-open {
            -webkit-transform: translateX(0);
                    transform: translateX(0); } }
      @media only screen and (max-width: 968px) {
        .nav.nav-primary .nav-submenu.nav-level-4 {
          z-index: 1; } }
      .nav.nav-primary .nav-submenu.nav-level-4 li:last-child a:after {
        display: none; }
      .nav.nav-primary .nav-submenu.nav-level-4 li a {
        background: #FFFFFF; }
      .nav.nav-primary .nav-submenu.nav-level-4 .nav-submenu-background {
        background: #FFFFFF; }
    .nav.nav-primary .nav-submenu ul {
      width: 33.333333%; }
      .nav.nav-primary .nav-submenu ul li a {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .nav.nav-primary .nav-submenu .nav-submenu-background {
      background: #0080A3;
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
      @media only screen and (max-width: 968px) {
        .nav.nav-primary .nav-submenu .nav-submenu-background {
          display: none; } }
  .nav.nav-primary .nav-level-2 {
    z-index: 5;
    -webkit-transition: overflow 0.01s ease 0.3s;
    transition: overflow 0.01s ease 0.3s; }
    .nav.nav-primary .nav-level-2.is-open + .nav-primary-background {
      opacity: 1;
      pointer-events: auto; }
    .nav.nav-primary .nav-level-2.is-open .nav-level-3 {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease 0.3s, transform 0.3s ease;
      transition: opacity 0.3s ease 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease; }
    .nav.nav-primary .nav-level-2 .nav-submenu {
      top: 0;
      width: 100%;
      display: block; }
    .nav.nav-primary .nav-level-2 a {
      background-color: #0080A3;
      margin: 0; }
      @media only screen and (max-width: 968px) {
        .nav.nav-primary .nav-level-2 a {
          font-size: 14px;
          font-size: 1.4rem; } }
      .nav.nav-primary .nav-level-2 a.is-open {
        color: #0080A3;
        background: #F7F7F7; }
        @media only screen and (max-width: 968px) {
          .nav.nav-primary .nav-level-2 a.is-open {
            color: #FFFFFF;
            background-color: #0080A3; } }
        .nav.nav-primary .nav-level-2 a.is-open span:last-child {
          background-image: url("../svg/icons/arrow-blue-medium-right.svg");
          background-repeat: no-repeat; }
          @media only screen and (max-width: 968px) {
            .nav.nav-primary .nav-level-2 a.is-open span:last-child {
              background-image: url("../svg/icons/arrow-white-small-bold-down.svg");
              height: 7px;
              width: 10px; } }
      .nav.nav-primary .nav-level-2 a:hover, .nav.nav-primary .nav-level-2 a:focus {
        color: #0080A3;
        background: #F7F7F7; }
        @media only screen and (max-width: 968px) {
          .nav.nav-primary .nav-level-2 a:hover, .nav.nav-primary .nav-level-2 a:focus {
            color: #FFFFFF;
            background-color: #0080A3; } }
        .nav.nav-primary .nav-level-2 a:hover span:last-child, .nav.nav-primary .nav-level-2 a:focus span:last-child {
          background-image: url("../svg/icons/arrow-blue-medium-right.svg");
          background-repeat: no-repeat; }
          @media only screen and (max-width: 968px) {
            .nav.nav-primary .nav-level-2 a:hover span:last-child, .nav.nav-primary .nav-level-2 a:focus span:last-child {
              background-image: url("../svg/icons/arrow-white-small-bold-down.svg");
              height: 7px;
              width: 10px; } }
      @media only screen and (max-width: 968px) {
        .nav.nav-primary .nav-level-2 a span:last-child {
          background-image: url("../svg/icons/arrow-white-small-bold-down.svg");
          height: 7px;
          width: 10px; } }

.nav.nav-piv-mobile {
  background: #039;
  display: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  @media only screen and (max-width: 600px) {
    .nav.nav-piv-mobile {
      display: block; } }

.nav.nav-aside {
  margin-bottom: 70px;
  width: 26%; }
  @media only screen and (max-width: 968px) {
    .nav.nav-aside {
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 90%; } }
  .nav.nav-aside > ul > li.first-level > h2, table .nav.nav-aside > ul > li.first-level > caption {
    margin: 0; }
    .nav.nav-aside > ul > li.first-level > h2.is-selected a, table .nav.nav-aside > ul > li.first-level > caption.is-selected a {
      background: #EEEEEE; }
    .nav.nav-aside > ul > li.first-level > h2 > a, table .nav.nav-aside > ul > li.first-level > caption > a {
      background: #D9D9D9;
      color: #065069;
      font-weight: bold;
      padding-bottom: 40px;
      padding-top: 40px;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      font-size: 18px;
      font-size: 1.8rem; }
      .nav.nav-aside > ul > li.first-level > h2 > a:hover, table .nav.nav-aside > ul > li.first-level > caption > a:hover, .nav.nav-aside > ul > li.first-level > h2 > a:focus, table .nav.nav-aside > ul > li.first-level > caption > a:focus {
        color: rgba(6, 80, 105, 0.5); }
      .nav.nav-aside > ul > li.first-level > h2 > a.is-selected, table .nav.nav-aside > ul > li.first-level > caption > a.is-selected {
        font-weight: bold; }
  .nav.nav-aside > ul > li.first-level > ul {
    display: none; }
    .nav.nav-aside > ul > li.first-level > ul.is-open {
      display: block; }
    .nav.nav-aside > ul > li.first-level > ul > li.second-level a {
      border: 1px solid #EEEEEE;
      border-top: none;
      color: #065069;
      padding-bottom: 25px;
      padding-top: 25px;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .nav.nav-aside > ul > li.first-level > ul > li.second-level a:hover, .nav.nav-aside > ul > li.first-level > ul > li.second-level a:focus {
        color: rgba(6, 80, 105, 0.5); }
      .nav.nav-aside > ul > li.first-level > ul > li.second-level a.is-active {
        font-weight: bold; }
    .nav.nav-aside > ul > li.first-level > ul > li.second-level ul li.third-level a {
      padding-left: 50px;
      padding-bottom: 15px;
      padding-top: 15px; }
  .nav.nav-aside a {
    padding-left: 35px;
    padding-right: 35px; }

.nav .nav-level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .nav .nav-level-1 .nav-submenu {
    position: absolute;
    overflow: hidden;
    pointer-events: none; }
    @media only screen and (min-width: 969px) {
      .nav .nav-level-1 .nav-submenu {
        display: block !important; } }
    @media only screen and (max-width: 968px) {
      .nav .nav-level-1 .nav-submenu {
        display: none;
        position: relative;
        -webkit-transition: max-height 0.3s ease;
        transition: max-height 0.3s ease; } }
    .nav .nav-level-1 .nav-submenu.is-open {
      pointer-events: auto;
      opacity: 1; }
      .nav .nav-level-1 .nav-submenu.is-open ul {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
    .nav .nav-level-1 .nav-submenu > ul {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      @media only screen and (max-width: 968px) {
        .nav .nav-level-1 .nav-submenu > ul {
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }
    @media only screen and (max-width: 968px) {
      .nav .nav-level-1 .nav-submenu ul {
        width: 100%; } }
  .nav .nav-level-1 .nav-primary-background {
    background: -webkit-gradient(linear, left top, left bottom, from(#005790), to(rgba(0, 87, 144, 0)));
    background: linear-gradient(to bottom, #005790, rgba(0, 87, 144, 0));
    left: 0;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 4; }
    @media only screen and (max-width: 968px) {
      .nav .nav-level-1 .nav-primary-background {
        display: none; } }

.nav .nav-group-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media only screen and (max-width: 968px) {
  .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; } }

.nav ul a {
  display: block;
  padding: 20px;
  color: #FFFFFF;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  @media only screen and (max-width: 968px) {
    .nav ul a {
      padding: 15px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (max-width: 968px) {
    .nav ul a.toggle-submenu.is-open [class*="icon-"] {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); } }
  .nav ul a.toggle-submenu span:last-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 10px;
    pointer-events: none; }

li[data-link*="informations"] {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.pager {
  padding: 50px 0; }

.pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1.6rem; }

.pager__item {
  margin: 0 2.5px;
  padding: 2.5px; }

.miscellaneous-item .paragraph {
  margin-bottom: 20px; }
  .miscellaneous-item .paragraph:last-child {
    margin-bottom: 0; }

[class*="picto-"] {
  background-size: contain;
  display: inline-block;
  vertical-align: middle; }
  [class*="picto-"] circle,
  [class*="picto-"] ellipse,
  [class*="picto-"] path {
    -webkit-transition: fill 0.3s ease, stroke 0.3s ease, opacity 0.3s ease;
    transition: fill 0.3s ease, stroke 0.3s ease, opacity 0.3s ease; }

/*
Fonctionnement du tableau d'icônes

$svgs:(
	(
		"nom-de-la-classe",
		largeur désirée, hauteur désirée
		(("classe-de-la-taille", largeur désirée, hauteur désirée), (etc), ... ),
	)
);

Explication des paramètres

@nom-de-la-classe (string): terme désigné pour identifier l'icône  ex: "check" va créer la classe .icon-check
@largeur désirée (px): largeur de l'icône par défaut dans le site
@hauteur désirée (px): hauteur de l'icône par défaut dans le site

Pour les grandeurs, ce sont des listes comprenant les mêmes paramètres que précédemment, mais représentant le positionnement et la taille de ces grandeurs
*/
.picto-access-carte {
  height: 50px;
  width: 68px; }

.picto-access-doctor {
  height: 62px;
  width: 54px; }

.picto-access-grossesse {
  height: 65px;
  width: 32px; }

.picto-access-hebergement {
  height: 50px;
  width: 56px; }

.picto-access-santementale {
  height: 60px;
  width: 60px; }

.picto-access-vaccination {
  height: 60px;
  width: 60px; }

.picto-access-prelevement {
  height: 66px;
  width: 65px; }

.picto-access-stethoscope {
  height: 51px;
  width: 53px; }

.picto-access-telephone {
  height: 55px;
  width: 70px; }

.picto-access-dependance {
  height: 62px;
  width: 54px; }

.picto-accessibilite {
  height: 24px;
  width: 24px; }

.picto-alert {
  height: 87px;
  width: 96px; }

.picto-calendar {
  height: 51px;
  width: 50px; }

.picto-external-link {
  height: 22px;
  width: 22px; }

.picto-facebook-white {
  height: 21px;
  width: 21px; }

.picto-filters {
  height: 20px;
  width: 20px; }

.picto-heart {
  height: 56px;
  width: 69px; }

.picto-linkedin-white {
  height: 21px;
  width: 21px; }

.picto-list {
  height: 22px;
  width: 23px; }

.picto-magnifying-glass-white {
  height: 32px;
  width: 32px; }

.picto-map-pin {
  height: 34px;
  width: 24px; }

.picto-marker {
  height: 34px;
  width: 24px; }

.picto-magnifying-glass {
  height: 22px;
  width: 22px; }

.picto-magnifying-glass-blue {
  height: 40px;
  width: 40px; }

.picto-magnifying-glass-gray {
  height: 40px;
  width: 40px; }

.picto-map {
  height: 24px;
  width: 24px; }

.picto-nurse {
  height: 65px;
  width: 55px; }

.picto-twitter-white {
  height: 18px;
  width: 21px; }

.picto-instagram-white {
  height: 21px;
  width: 21px; }

.picto-tiktok-white {
  height: 21px;
  width: 21px; }

.picto-youtube-white {
  height: 21px;
  width: 21px; }

.picto-bluesky-white {
  height: 21px;
  width: 21px; }

[class*="picto-"] svg {
  height: 100%;
  width: 100%;
  vertical-align: top; }

.picto-blue svg path {
  fill: #0080A3; }

.picto-magnifying-glass-white {
  pointer-events: none; }

/*** Variables ***/
html, body {
  padding: 0;
  margin: 0;
  width: 100%; }

.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.mobile {
  display: block; }
  @media screen and (min-width: 1000px) {
    .mobile {
      display: none; } }

.desktop {
  display: none; }
  @media screen and (min-width: 1000px) {
    .desktop {
      display: block; } }

.cacher {
  display: none !important; }

/***********************
    Grille Fluide
***********************/
.contenu-fluide {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 1000px) {
    .contenu-fluide {
      padding-right: 0;
      padding-left: 0; } }

.flex, .d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.ligne {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-right: -15px;
  margin-left: -15px; }

/***********************
     Spécificité PIV
***********************/
.piv {
  background: #095797;
  color: #fff;
  margin-bottom: 2em; }
  .piv *, .piv--blanc * {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-size: 16px; }
    @media screen and (max-width: 390px) {
      .piv *, .piv--blanc * {
        font-size: 15px; } }
  .piv--blanc {
    background: #fff;
    color: #000;
    border-top: 8px solid #095797;
    margin-bottom: 2em; }
    .drsp .piv--blanc {
      text-align: center;
      margin-bottom: 0; }
      @media screen and (max-width: 568px) {
        .drsp .piv--blanc {
          margin-bottom: 1em; } }
  .piv ul.listePiv, .piv--blanc ul.listePiv {
    list-style: none; }
  .piv a {
    color: #fff;
    text-decoration: none; }
    .piv a:hover {
      text-decoration: underline; }
  .piv--blanc a {
    color: #000;
    text-decoration: none; }
    .drsp .piv--blanc a {
      color: #006948; }
      .drsp .piv--blanc a:hover {
        color: #fff;
        text-decoration: none; }
    .piv--blanc a:hover {
      text-decoration: underline; }
  .piv #lienOuvre, .piv--blanc #lienOuvre {
    z-index: 99;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: 0.2rem; }
    @media screen and (min-width: 1000px) {
      .piv #lienOuvre, .piv--blanc #lienOuvre {
        margin-right: 0.7rem;
        margin-top: 0.4rem; } }
    .piv #lienOuvre img, .piv--blanc #lienOuvre img {
      width: 60%; }
  .piv .titreM, .piv--blanc .titreM {
    padding-bottom: 2%; }
    @media screen and (min-width: 400px) {
      .piv .titreM, .piv--blanc .titreM {
        width: 100%; } }
    @media screen and (min-width: 460px) {
      .piv .titreM, .piv--blanc .titreM {
        width: 100%; } }
    @media screen and (min-width: 568px) {
      .piv .titreM, .piv--blanc .titreM {
        width: 100%; } }
    @media screen and (max-width: 1000px) {
      .piv .titreM, .piv--blanc .titreM {
        text-align: start; } }

.contenu-fixe {
  width: 100%;
  padding-left: 10px;
  /* Ajoutez vos breakpoint */ }
  @media screen and (min-width: 1000px) {
    .contenu-fixe {
      width: 90%;
      max-width: 1160px;
      margin: auto;
      padding-left: 0; } }
  .drsp .contenu-fixe {
    display: inline-block;
    vertical-align: middle; }

.drsp .block-switcher-css {
  display: inline-block;
  vertical-align: middle; }

.language-button {
  line-height: 1;
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #006948;
  border-radius: 20px;
  color: #006948;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  background: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.language-button:hover {
  background: #006948;
  color: white; }

.zone1, .zone2, .zone3 {
  position: relative;
  width: 100%; }

/* Zone du logo */
.zone1 {
  -ms-flex: 0 0 45%;
  -webkit-box-flex: 0;
          flex: 0 0 45%;
  max-width: 45%; }
  @media screen and (min-width: 568px) {
    .zone1 {
      -ms-flex: 0 0 40%;
      -webkit-box-flex: 0;
              flex: 0 0 40%;
      max-width: 40%; } }
  @media screen and (min-width: 768px) {
    .zone1 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
              flex: 0 0 25%;
      max-width: 25%; } }
  @media screen and (min-width: 1000px) {
    .zone1 {
      max-width: 25%;
      max-height: 72px; } }
  .zone1 img {
    width: 100%; }

/* Zone du titre */
.zone2 {
  -ms-flex: 0 0 15%;
  -webkit-box-flex: 0;
          flex: 0 0 15%;
  max-width: 15%; }
  @media screen and (min-width: 568px) {
    .zone2 {
      -ms-flex: 0 0 20%;
      -webkit-box-flex: 0;
              flex: 0 0 20%;
      max-width: 20%; } }
  @media screen and (min-width: 768px) {
    .zone2 {
      -ms-flex: 0 0 35%;
      -webkit-box-flex: 0;
              flex: 0 0 35%;
      max-width: 35%; } }
  @media screen and (min-width: 868px) {
    .zone2 {
      -ms-flex: 0 0 35%;
      -webkit-box-flex: 0;
              flex: 0 0 35%;
      max-width: 35%; } }
  @media screen and (min-width: 1000px) {
    .zone2 {
      -ms-flex: 0 0 45%;
      -webkit-box-flex: 0;
              flex: 0 0 45%;
      max-width: 45%; } }
  .zone2 .identite {
    text-align: start; }
    @media screen and (min-width: 1000px) {
      .zone2 .identite {
        width: 100%; } }

/* Zone de navigation */
.zone3 {
  -ms-flex: 0 0 40%;
  -webkit-box-flex: 0;
          flex: 0 0 40%;
  max-width: 40%; }
  @media screen and (min-width: 1000px) {
    .zone3 {
      -ms-flex: 0 0 30%;
      -webkit-box-flex: 0;
              flex: 0 0 30%;
      max-width: 30%; } }
  .zone3 a {
    font-size: 0.8em; }

/* Menu mobile */
@media screen and (max-width: 1000px) {
  .toggle_btn {
    height: 40px;
    width: 40px;
    position: relative;
    float: right;
    margin-right: 0;
    margin-top: 5px;
    cursor: pointer;
    z-index: 99; }
    .toggle_btn span {
      height: 3px;
      background: #fff;
      width: 25px;
      position: absolute;
      top: 15px;
      left: 10px;
      border-radius: 100px; }
      .toggle_btn span:before, .toggle_btn span:after {
        content: '';
        height: 3px;
        background: #fff;
        width: 100%;
        position: absolute;
        left: 0;
        top: -8px;
        border-radius: 100px; }
      .toggle_btn span:after {
        top: 8px; }
    .toggle_btn_open span {
      height: 0; }
      .toggle_btn_open span:before, .toggle_btn_open span:after {
        content: '';
        height: 4px;
        background: #fff;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0px;
        border-radius: 100px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .toggle_btn_open span:after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
  .piv--blanc .toggle_btn span,
  .piv--blanc .toggle_btn span:before,
  .piv--blanc .toggle_btn span:after {
    background: #000; }
  .piv--blanc .toggle_btn_open span,
  .piv--blanc .toggle_btn_open span:before,
  .piv--blanc .toggle_btn_open span:after {
    background: #fff; }
  .menu_mobile {
    padding-bottom: 5px;
    padding-top: 72px;
    background-color: #08416f;
    border-left: 3px solid #095797;
    width: 700px;
    position: absolute;
    right: -400px;
    top: 0;
    z-index: 90; }
    .menu_mobile--site {
      /*Personnalisez le menu de votre site mobile */
      background-color: #08416f; }
    .menu_mobile--piv {
      /*Personnalisez le menu de votre site mobile */
      background-color: #08497f;
      border-top: 1px solid #fff; }
  .piv--blanc .menu_mobile {
    background-color: #08497f;
    border: none;
    padding-bottom: 0; }
    .piv--blanc .menu_mobile--site {
      /*Personnalisez le menu de votre site mobile */
      background: #095797; }
      .piv--blanc .menu_mobile--site a {
        color: #fff; }
    .piv--blanc .menu_mobile--piv {
      /*Personnalisez le menu de votre site mobile */
      background-color: #08497f;
      border-top: none; }
  .menu_mobile a {
    color: #fff;
    text-align: left;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-decoration: none; }
  .nav-piv {
    display: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
  .nav_open {
    display: block;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }

.menu_mobile a {
  text-align: left;
  display: block;
  text-decoration: none; }

.pivFooter {
  text-align: center;
  margin-top: 1em;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-size: 16px; }
  .pivFooter ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .pivFooter ul li {
      margin: 1% 0;
      font-size: 0.875em;
      font-size: 14px; }
      @media only screen and (min-width: 1000px) {
        .pivFooter ul li {
          display: inline-block;
          margin: 0;
          margin-right: 10px; } }
  .pivFooter a {
    color: gray;
    line-height: 25px; }
  .pivFooter small {
    font-size: 0.625em;
    font-size: 10px; }
    .pivFooter small a {
      color: black;
      text-decoration: none; }

.schedule-block {
  margin-bottom: 70px; }
  .schedule-block[data-nbResults="0"] .schedule-message {
    display: block; }
  .schedule-block[data-nbResults="0"] .schedule-table {
    display: none; }
  .schedule-block[data-nbResults="0"] .schedule-title {
    display: none; }
  .schedule-block .schedule-title {
    margin-bottom: 30px; }
    @media only screen and (min-width: 969px) {
      .schedule-block .schedule-title {
        margin-left: -20px; } }
  .schedule-block p {
    margin: 0; }
  .schedule-block .schedule-message {
    display: none;
    margin: 120px 0 20px 0;
    text-align: center; }
    .schedule-block .schedule-message h2, .schedule-block .schedule-message table caption, table .schedule-block .schedule-message caption {
      color: #000000; }
  .schedule-block.schedule-competition .schedule-table .schedule-table-label .schedule-label {
    color: #737373;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 40px 0 20px 0;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem; }
  .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row:after {
    border-bottom: 1px solid rgba(166, 166, 166, 0.3); }
  @media only screen and (min-width: 969px) {
    .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row:not(:last-child) .schedule-table-cell {
      border-bottom: 1px solid rgba(166, 166, 166, 0.3); } }
  .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row.type-mondial .schedule-table-cell .schedule-type {
    background: #ffdd00; }
  .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row.type-party .schedule-table-cell .schedule-type {
    background: #302d8a;
    color: #FFFFFF; }
  .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row.type-amateur .schedule-table-cell .schedule-type {
    background: #dc2b33;
    color: #FFFFFF; }
  .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell {
    padding-top: 18px;
    padding-bottom: 0; }
    @media only screen and (min-width: 969px) {
      .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell:not(:last-child) {
        padding-right: 18px; } }
    .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell:first-child {
      width: 20.6%; }
      @media only screen and (max-width: 969px) {
        .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell:first-child p:before {
          display: none; } }
    .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell:nth-child(2) {
      width: 34.2%; }
      @media only screen and (max-width: 969px) {
        .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell:nth-child(2) p:last-child:before {
          content: ""; } }
      @media only screen and (max-width: 500px) {
        .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell:nth-child(2) p:last-child:before {
          display: none; } }
    .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell:nth-child(3) {
      width: 28.4%; }
    .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell:last-child {
      width: 16.8%; }
    @media only screen and (max-width: 968px) {
      .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell:nth-child(n) {
        width: 100%; } }
    .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell p {
      color: #0e0f0e;
      font-weight: 400;
      line-height: 1.4;
      margin: 0 0 4px 0;
      font-size: 16px;
      font-size: 1.6rem; }
      .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell p:last-child {
        margin: 0 0 18px 0; }
      @media only screen and (max-width: 969px) {
        .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell p:before {
          color: #737373;
          font-weight: 900;
          min-width: 150px;
          text-transform: uppercase;
          font-size: 10px;
          font-size: 1rem; } }
    .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell .schedule-main-title {
      font-weight: 500;
      font-size: 18px;
      font-size: 1.8rem; }
    .schedule-block.schedule-competition .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell .schedule-type {
      border-radius: 3px;
      display: inline-block;
      font-weight: 300;
      line-height: 1;
      margin: 0 0 18px 0;
      padding: 4px 8px;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1.6rem; }

.schedule-table {
  width: 100%; }
  @media only screen and (min-width: 969px) {
    .schedule-table {
      display: table; } }
  .schedule-table .schedule-table-label {
    display: none;
    background: #006fdc; }
    @media only screen and (min-width: 969px) {
      .schedule-table .schedule-table-label {
        display: table-header-group; } }
    .schedule-table .schedule-table-label p {
      padding: 20px;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 18px;
      font-size: 1.8rem; }
  @media only screen and (min-width: 969px) {
    .schedule-table .schedule-table-content {
      display: table-row-group; } }
  .schedule-table .schedule-table-content:last-child .schedule-table-row .schedule-table-cell {
    border-bottom: none; }
  @media only screen and (min-width: 969px) {
    .schedule-table .schedule-table-content .schedule-table-row {
      display: table-row;
      border-bottom: none; } }
  .schedule-table .schedule-table-content .schedule-table-row:after {
    border-bottom: solid 1px #eb556c;
    content: "";
    margin: 15px 0;
    display: block; }
  .schedule-table .schedule-table-content .schedule-table-row:last-child:after {
    border-bottom: none; }
  .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    @media only screen and (max-width: 601px) {
      .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell {
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media only screen and (min-width: 969px) {
      .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell:not(:last-child) {
        padding-right: 20px; } }
    .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell p {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 300; }
      @media only screen and (max-width: 969px) {
        .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          font-size: 11px;
          font-size: 1.1rem;
          font-weight: 300; } }
      .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell p:empty {
        display: none; }
      @media only screen and (max-width: 969px) {
        .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell p:before {
          content: attr(data-table-label);
          display: block;
          font-size: 11px;
          font-size: 1.1rem;
          text-transform: uppercase;
          font-weight: 300;
          margin-right: 15px;
          margin-bottom: 5px;
          min-width: 150px; } }
      .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell p.emphasis {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700; }
        .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell p.emphasis:before {
          display: none; }
    @media only screen and (max-width: 969px) {
      .schedule-table .schedule-table-content .schedule-table-row .schedule-table-cell:first-child p {
        font-weight: 700; } }
  @media only screen and (min-width: 969px) {
    .schedule-table .schedule-table-content .schedule-table-row:not(:last-child) .schedule-table-cell {
      border-bottom: solid 1px #eb556c; } }
  @media only screen and (min-width: 969px) {
    .schedule-table .schedule-table-cell {
      display: table-cell; } }
  @media only screen and (max-width: 969px) {
    .schedule-table .schedule-table-cell.empty-cell {
      display: none; } }
  @media only screen and (min-width: 969px) {
    .schedule-table.schedule-list .schedule-table-cell {
      width: 25%;
      max-width: 25%; } }
  @media only screen and (min-width: 1201px) {
    .schedule-table.schedule-list .schedule-table-cell:last-child div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media only screen and (max-width: 1201px) {
    .schedule-table.schedule-list .schedule-table-cell:last-child p {
      width: auto !important; } }
  @media only screen and (min-width: 1201px) {
    .schedule-table.schedule-list .schedule-table-cell:last-child p {
      width: 137px; } }

.schedule-filter-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .schedule-filter-type p {
    margin: 0 24px 12px 0; }
    .schedule-filter-type p:last-child {
      margin: 0 0 12px 0; }
    .schedule-filter-type p.selected a {
      background: #FFFFFF;
      border-radius: 3px;
      color: #0e0f0e; }
  .schedule-filter-type a {
    color: #302d8a;
    display: block;
    font-weight: 500;
    line-height: 1;
    padding: 6px 12px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 968px) {
      .schedule-filter-type a {
        font-size: 16px;
        font-size: 1.6rem; } }
    .schedule-filter-type a:hover {
      color: #0e0f0e; }

#search-module-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(6, 80, 105, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100vw;
  z-index: 11; }
  #search-module-container.is-open {
    opacity: 1;
    pointer-events: visible; }

.search-module {
  padding: 100px 0;
  position: relative;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }

.no-result-message {
  margin-bottom: 150px; }

#section-wrapper {
  padding-top: 40px; }
  #section-wrapper > h1,
  #section-wrapper > h2,
  table #section-wrapper > caption {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 90%; }
    #section-wrapper > h1.is-visually-hidden + .section-content .layout-wrapper > .accordions:first-child, #section-wrapper > h1.is-visually-hidden + .section-content .news-categories > .accordions:first-child,
    #section-wrapper > h1.is-visually-hidden + .section-content .layout-wrapper > .table:first-child,
    #section-wrapper > h1.is-visually-hidden + .section-content .news-categories > .table:first-child,
    #section-wrapper > h1.is-visually-hidden + .section-content .layout-wrapper > .tile:first-child,
    #section-wrapper > h1.is-visually-hidden + .section-content .news-categories > .tile:first-child,
    #section-wrapper > h1.is-visually-hidden + .section-content .layout-wrapper > ul:not(.result-list):first-child,
    #section-wrapper > h1.is-visually-hidden + .section-content .news-categories > ul:not(.result-list):first-child,
    #section-wrapper > h2.is-visually-hidden + .section-content .layout-wrapper > .accordions:first-child,
    table #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > .accordions:first-child,
    #section-wrapper > h2.is-visually-hidden + .section-content .news-categories > .accordions:first-child,
    table #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > .accordions:first-child,
    #section-wrapper > h2.is-visually-hidden + .section-content .layout-wrapper > .table:first-child,
    table #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > .table:first-child,
    #section-wrapper > h2.is-visually-hidden + .section-content .news-categories > .table:first-child,
    table #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > .table:first-child,
    #section-wrapper > h2.is-visually-hidden + .section-content .layout-wrapper > .tile:first-child,
    table #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > .tile:first-child,
    #section-wrapper > h2.is-visually-hidden + .section-content .news-categories > .tile:first-child,
    table #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > .tile:first-child,
    #section-wrapper > h2.is-visually-hidden + .section-content .layout-wrapper > ul:not(.result-list):first-child,
    table #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > ul:not(.result-list):first-child,
    #section-wrapper > h2.is-visually-hidden + .section-content .news-categories > ul:not(.result-list):first-child,
    table #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > ul:not(.result-list):first-child {
      margin-top: -95px; }
      @media only screen and (max-width: 600px) {
        #section-wrapper > h1.is-visually-hidden + .section-content .layout-wrapper > .accordions:first-child, #section-wrapper > h1.is-visually-hidden + .section-content .news-categories > .accordions:first-child,
        #section-wrapper > h1.is-visually-hidden + .section-content .layout-wrapper > .table:first-child,
        #section-wrapper > h1.is-visually-hidden + .section-content .news-categories > .table:first-child,
        #section-wrapper > h1.is-visually-hidden + .section-content .layout-wrapper > .tile:first-child,
        #section-wrapper > h1.is-visually-hidden + .section-content .news-categories > .tile:first-child,
        #section-wrapper > h1.is-visually-hidden + .section-content .layout-wrapper > ul:not(.result-list):first-child,
        #section-wrapper > h1.is-visually-hidden + .section-content .news-categories > ul:not(.result-list):first-child,
        #section-wrapper > h2.is-visually-hidden + .section-content .layout-wrapper > .accordions:first-child,
        table #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > .accordions:first-child,
        #section-wrapper > h2.is-visually-hidden + .section-content .news-categories > .accordions:first-child,
        table #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > .accordions:first-child,
        #section-wrapper > h2.is-visually-hidden + .section-content .layout-wrapper > .table:first-child,
        table #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > .table:first-child,
        #section-wrapper > h2.is-visually-hidden + .section-content .news-categories > .table:first-child,
        table #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > .table:first-child,
        #section-wrapper > h2.is-visually-hidden + .section-content .layout-wrapper > .tile:first-child,
        table #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > .tile:first-child,
        #section-wrapper > h2.is-visually-hidden + .section-content .news-categories > .tile:first-child,
        table #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > .tile:first-child,
        #section-wrapper > h2.is-visually-hidden + .section-content .layout-wrapper > ul:not(.result-list):first-child,
        table #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > ul:not(.result-list):first-child,
        #section-wrapper > h2.is-visually-hidden + .section-content .news-categories > ul:not(.result-list):first-child,
        table #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > ul:not(.result-list):first-child {
          margin-top: -60px; } }

.section-content {
  padding-bottom: 50px;
  position: relative; }
  .section-content:first-child .layout-wrapper > .accordions:first-child, .section-content:first-child .news-categories > .accordions:first-child,
  .section-content:first-child .layout-wrapper > .table:first-child,
  .section-content:first-child .news-categories > .table:first-child,
  .section-content:first-child .layout-wrapper > ul:not(.result-list):first-child,
  .section-content:first-child .news-categories > ul:not(.result-list):first-child {
    margin-top: -95px; }
    @media only screen and (max-width: 600px) {
      .section-content:first-child .layout-wrapper > .accordions:first-child, .section-content:first-child .news-categories > .accordions:first-child,
      .section-content:first-child .layout-wrapper > .table:first-child,
      .section-content:first-child .news-categories > .table:first-child,
      .section-content:first-child .layout-wrapper > ul:not(.result-list):first-child,
      .section-content:first-child .news-categories > ul:not(.result-list):first-child {
        margin-top: -60px; } }
  .section-home-wrapper .section-content {
    padding-bottom: 70px; }
  .section-content .layout-wrapper > h2, .section-content .news-categories > h2, .section-content table .layout-wrapper > caption, table .section-content .layout-wrapper > caption, .section-content table .news-categories > caption, table .section-content .news-categories > caption {
    margin-bottom: 40px; }
  .section-content .layout-wrapper > h3, .section-content .news-categories > h3 {
    margin-bottom: 20px; }
  .section-content .layout-wrapper > h4, .section-content .news-categories > h4, .section-content .layout-wrapper > h5, .section-content .news-categories > h5 {
    margin-bottom: 15px; }

.section-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  .section-header h2, .section-header table caption, table .section-header caption {
    margin: 0; }
    @media only screen and (max-width: 600px) {
      .section-header h2, .section-header table caption, table .section-header caption {
        word-break: break-all;
        width: 45%; } }

.separator {
  background: #D9D9D9;
  height: 1px; }

.miscellaneous-item .separator {
  margin-bottom: 20px; }
  .miscellaneous-item .separator:last-child {
    margin-bottom: 0; }

section.sitemap ul {
  margin-left: 30px; }
  section.sitemap ul > li {
    margin-top: 20px; }
    section.sitemap ul > li > ul {
      margin-top: 10px; }

section.sitemap .content > ul > li {
  margin-top: 50px; }
  section.sitemap .content > ul > li > a {
    font-weight: bold; }

.slider-container.paragraph {
  margin-bottom: 20px; }
  .slider-container.paragraph:last-child {
    margin-bottom: 0; }

.slider-default {
  max-width: 842px;
  position: relative;
  width: 100%; }
  .slider-default .slide:before {
    content: "";
    display: block;
    padding-top: 54%; }
    @media only screen and (max-width: 600px) {
      .slider-default .slide:before {
        padding-top: 100%; } }
  .slider-default .slide img, .slider-default .slide > div {
    left: 0;
    position: absolute;
    width: 100%; }
  .slider-default .slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0; }
  .slider-default .slide > div {
    background-color: rgba(0, 128, 163, 0.8);
    bottom: 0;
    padding: 30px 22px; }
    @media only screen and (max-width: 600px) {
      .slider-default .slide > div {
        padding: 25px 20px; } }
    .slider-default .slide > div p {
      color: #FFFFFF;
      font-weight: bold;
      margin-bottom: 0;
      font-size: 16px;
      font-size: 1.6rem; }
  .slider-default .slick-dots {
    padding-top: 28px; }
    @media only screen and (max-width: 600px) {
      .slider-default .slick-dots {
        padding-top: 20px; } }

.slider-establishment .slick-dots {
  bottom: 30px;
  position: absolute; }
  .slider-establishment .slick-dots li {
    height: 10px;
    margin: 0 5px;
    width: 10px; }
    .slider-establishment .slick-dots li button {
      background: rgba(255, 255, 255, 0.65); }
    .slider-establishment .slick-dots li.slick-active button {
      background: #FFFFFF; }

.slick-slider {
  position: relative;
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin: 0 8px;
    padding: 0;
    position: relative;
    width: 13px; }
    @media only screen and (max-width: 600px) {
      .slick-dots li {
        height: 10px;
        margin: 0 5px;
        width: 10px; } }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      padding: 0;
      border-radius: 100%;
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: #EEEEEE; }
    .slick-dots li.slick-active button {
      background: #0080A3; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    height: 100%; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-next {
  background-image: url("../svg/icons/arrow-blue-medium-right.svg");
  right: 30px; }
  @media only screen and (max-width: 600px) {
    .slick-next {
      right: 20px; } }

.slick-arrow {
  background-repeat: no-repeat;
  font-size: 0;
  height: 23px;
  position: absolute;
  top: calc(50% - 47.5px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
  width: 13px; }

.slick-prev {
  background-image: url("../svg/icons/arrow-blue-medium-right.svg");
  left: 30px;
  -webkit-transform: translateY(50%) rotate(180deg);
          transform: translateY(50%) rotate(180deg); }
  @media only screen and (max-width: 600px) {
    .slick-prev {
      left: 20px; } }

table {
  border-spacing: 0;
  width: 100%;
  display: block;
  overflow-x: scroll; }
  table caption {
    color: #000000; }
  table thead {
    background-color: #0080A3; }
    table thead tr {
      background-color: #0080A3;
      height: 80px; }
      table thead tr th {
        background: none;
        color: #FFFFFF;
        font-weight: bold;
        padding: 15px 20px;
        width: 316px;
        font-size: 16px;
        font-size: 1.6rem; }
  table tbody tr:nth-child(even) th, table tbody tr:nth-child(even) td {
    background: #E2E2E2; }
  table tbody tr th, table tbody tr td {
    background: #F7F7F7;
    font-weight: normal;
    padding: 15px 20px;
    width: 316px;
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: baseline; }
    @media only screen and (max-width: 968px) {
      table tbody tr th.is-active, table tbody tr td.is-active {
        display: block; } }
    table tbody tr th a, table tbody tr td a {
      display: inline-block;
      font-weight: bold; }

@media only screen and (min-width: 969px) {
  .paragraph table,
  .cke_editable table {
    display: inline-table; } }

caption {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #F7F7F7;
  text-align: left; }

th {
  text-align: left; }

.table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 20px;
    line-height: 1;
    width: 25%; }
    @media only screen and (max-width: 968px) {
      .table > thead > tr > th,
      .table > thead > tr > td,
      .table > tbody > tr > th,
      .table > tbody > tr > td,
      .table > tfoot > tr > th,
      .table > tfoot > tr > td {
        width: 100%;
        display: block; } }
    @media only screen and (max-width: 600px) {
      .table > thead > tr > th,
      .table > thead > tr > td,
      .table > tbody > tr > th,
      .table > tbody > tr > td,
      .table > tfoot > tr > th,
      .table > tfoot > tr > td {
        padding: 15px; } }
    .table > thead > tr > th:first-child,
    .table > thead > tr > td:first-child,
    .table > tbody > tr > th:first-child,
    .table > tbody > tr > td:first-child,
    .table > tfoot > tr > th:first-child,
    .table > tfoot > tr > td:first-child {
      padding-left: 40px; }
      @media only screen and (max-width: 600px) {
        .table > thead > tr > th:first-child,
        .table > thead > tr > td:first-child,
        .table > tbody > tr > th:first-child,
        .table > tbody > tr > td:first-child,
        .table > tfoot > tr > th:first-child,
        .table > tfoot > tr > td:first-child {
          padding-left: 15px; } }
    .table > thead > tr > th:last-child,
    .table > thead > tr > td:last-child,
    .table > tbody > tr > th:last-child,
    .table > tbody > tr > td:last-child,
    .table > tfoot > tr > th:last-child,
    .table > tfoot > tr > td:last-child {
      padding-right: 40px; }
      @media only screen and (max-width: 600px) {
        .table > thead > tr > th:last-child,
        .table > thead > tr > td:last-child,
        .table > tbody > tr > th:last-child,
        .table > tbody > tr > td:last-child,
        .table > tfoot > tr > th:last-child,
        .table > tfoot > tr > td:last-child {
          padding-right: 15px; } }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #006fdc; }
  .table > tbody {
    font-size: 20px;
    font-size: 2rem; }
    .table > tbody tr:nth-child(even) td {
      background: #E2E2E2; }
      @media only screen and (max-width: 968px) {
        .table > tbody tr:nth-child(even) td {
          background: #F7F7F7; } }
    .table > tbody tr td {
      background: #F7F7F7; }
      @media only screen and (max-width: 968px) {
        .table > tbody tr td.is-active {
          display: block; } }
      @media only screen and (max-width: 968px) {
        .table > tbody tr td:nth-child(even) {
          background: #E2E2E2; } }
      @media only screen and (max-width: 968px) {
        .table > tbody tr td {
          display: none; } }
      .table > tbody tr td a {
        display: inline-block;
        border-bottom: 1px solid #0080A3; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 10px; }

.table-bordered {
  border: 1px solid #006fdc; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #006fdc; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent; }

.table-hover > tbody > tr:hover {
  border: 1px solid #006fdc; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 968px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 12;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 968px) {
    .table {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .table .table-cl {
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0; }
    @media only screen and (max-width: 968px) {
      .table .table-cl.table-cl-asideInfo {
        display: none; } }
    @media only screen and (max-width: 968px) {
      .table .table-cl:last-child {
        margin-bottom: 0; } }
    @media only screen and (max-width: 968px) {
      .table .table-cl {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        margin-bottom: 10px; } }
    .table .table-cl .cl-title {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #0080A3;
      color: #FFFFFF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: bold;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 25px;
      font-size: 18px;
      font-size: 1.8rem; }
      .table .table-cl .cl-title.is-open [class*="icon-"] {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      @media only screen and (max-width: 968px) {
        .table .table-cl .cl-title {
          cursor: pointer;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .table .table-cl .cl-title [class*="icon-"] {
        display: none;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
        @media only screen and (max-width: 968px) {
          .table .table-cl .cl-title [class*="icon-"] {
            display: block; } }
      .table .table-cl .cl-title p {
        margin-bottom: 0;
        font-size: 16px;
        font-size: 1.6rem; }
        @media only screen and (max-width: 968px) {
          .table .table-cl .cl-title p {
            width: 95%; } }
    .table .table-cl .cl-cell-wrapper {
      max-height: 100%; }
      @media only screen and (max-width: 968px) {
        .table .table-cl .cl-cell-wrapper {
          max-height: 0; } }
      @media only screen and (max-width: 968px) {
        .table .table-cl .cl-cell-wrapper.is-open {
          max-height: 500px; } }
      .table .table-cl .cl-cell-wrapper .cl-cell {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #F7F7F7;
        color: #000000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        max-height: 58px;
        padding: 20px 25px;
        font-size: 20px;
        font-size: 2rem; }
        @media only screen and (max-width: 968px) {
          .table .table-cl .cl-cell-wrapper .cl-cell {
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        @media only screen and (max-width: 968px) {
          .table .table-cl .cl-cell-wrapper .cl-cell:before {
            content: attr(data-asideInfo);
            font-size: 16px;
            font-size: 1.6rem; } }
        @media only screen and (max-width: 600px) {
          .table .table-cl .cl-cell-wrapper .cl-cell:before {
            font-size: 14px;
            font-size: 1.4rem; } }
        .table .table-cl .cl-cell-wrapper .cl-cell:nth-child(even) {
          background: #E2E2E2; }
        @media only screen and (max-width: 600px) {
          .table .table-cl .cl-cell-wrapper .cl-cell p {
            font-size: 14px;
            font-size: 1.4rem; } }
        .table .table-cl .cl-cell-wrapper .cl-cell p a {
          border-bottom: 1px solid #0080A3;
          display: inline-block; }

@media only screen and (max-width: 968px) {
  .table-accordion {
    display: none; } }

.tabs {
  width: 100%; }

.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  width: 90%; }
  @media only screen and (max-width: 968px) {
    .tabs-nav {
      width: 100%; } }
  .tabs-nav .tabs-nav-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #0080A3;
    display: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15%; }
    .tabs-nav .tabs-nav-control.is-disabled {
      opacity: 0.5;
      pointer-events: none; }
    @media only screen and (max-width: 968px) {
      .tabs-nav .tabs-nav-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (max-width: 600px) {
      .tabs-nav .tabs-nav-control {
        width: 20%; } }
  .tabs-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media only screen and (max-width: 968px) {
      .tabs-nav ul {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    .tabs-nav ul li {
      background: #FFFFFF;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      cursor: pointer;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      min-height: 70px;
      padding: 0 0.5px; }
      .tabs-nav ul li.is-selected {
        border-left: 1px solid #0080A3;
        border-right: 1px solid #0080A3;
        border-top: 1px solid #0080A3;
        cursor: default; }
        @media only screen and (max-width: 968px) {
          .tabs-nav ul li.is-selected {
            display: block; } }
        .tabs-nav ul li.is-selected .tab {
          background-color: #FFFFFF;
          color: #000000; }
          @media only screen and (max-width: 968px) {
            .tabs-nav ul li.is-selected .tab {
              pointer-events: none; } }
      @media only screen and (max-width: 968px) {
        .tabs-nav ul li {
          display: none; } }
      .tabs-nav ul li .tab {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #0080A3;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: bold;
        height: 100%;
        padding: 20px 16%;
        font-size: 16px;
        font-size: 1.6rem; }
        .tabs-nav ul li .tab:focus {
          outline-offset: -8px; }

.tab-panes {
  border: 1px solid #0080A3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 42px; }
  .tab-panes .tab-pane {
    display: none; }
    .tab-panes .tab-pane.is-selected {
      display: block; }
    .tab-panes .tab-pane > h2, .tab-panes table .tab-pane > caption, table .tab-panes .tab-pane > caption {
      display: none;
      margin-bottom: 20px;
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (max-width: 600px) {
        .tab-panes .tab-pane > h2, .tab-panes table .tab-pane > caption, table .tab-panes .tab-pane > caption {
          display: block; } }
    .tab-panes .tab-pane .pane-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -20px;
      margin-right: -20px; }
      @media only screen and (max-width: 968px) {
        .tab-panes .tab-pane .pane-content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .tab-panes .tab-pane .pane-content > div {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding: 0 20px; }
        @media only screen and (max-width: 968px) {
          .tab-panes .tab-pane .pane-content > div {
            margin-bottom: 40px;
            width: 100%; } }
        @media only screen and (max-width: 968px) {
          .tab-panes .tab-pane .pane-content > div:last-child {
            margin: 0; } }
        .tab-panes .tab-pane .pane-content > div > div {
          margin-bottom: 40px; }
          .tab-panes .tab-pane .pane-content > div > div:last-child {
            margin: 0; }
      .tab-panes .tab-pane .pane-content .layout-wrapper, .tab-panes .tab-pane .pane-content .news-categories {
        width: 100%; }

.tile {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 100%;
  max-width: 100%;
  position: relative;
  width: 33.33%;
  /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
            TILE ACCESS
  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
  /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
           TILE ARROW
  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
  /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
           TILE PLAIN
  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
  /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
         TILE ESTABLISHMENT
  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
  /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
            TILE EVENTS
  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
  /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
           TILE PICTURE
  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
  /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
            TILE GENERAL
  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/ }
  .tile:before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 60%;
    width: 1px; }
  .tile:after {
    clear: both;
    content: "";
    display: table; }
  .tile.tile-access {
    text-align: center;
    width: 25%; }
    .tile.tile-access:before {
      padding-top: 100%; }
    .tile.tile-access[data-background-color='first'] {
      background: #0080A3; }
    .tile.tile-access[data-background-color='second'] {
      background: #065069; }
    .tile.tile-access[data-background-color='third'] {
      background: #316B5F; }
    .tile.tile-access[data-background-color='forth'] {
      background: #1C63B3; }
    .tile.tile-access .tile-content-wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 20%;
      position: absolute;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      @media only screen and (max-width: 968px) {
        .tile.tile-access .tile-content-wrapper {
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
      .tile.tile-access .tile-content-wrapper:hover {
        -webkit-transform: scale(0.95);
                transform: scale(0.95); }
      .tile.tile-access .tile-content-wrapper [class*="picto-"] {
        background-position: center; }
      .tile.tile-access .tile-content-wrapper h2, .tile.tile-access .tile-content-wrapper table caption, table .tile.tile-access .tile-content-wrapper caption, .tile.tile-access .tile-content-wrapper .h2 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1;
        margin: 0;
        width: 100%; }
        @media only screen and (max-width: 968px) {
          .tile.tile-access .tile-content-wrapper h2, .tile.tile-access .tile-content-wrapper table caption, table .tile.tile-access .tile-content-wrapper caption, .tile.tile-access .tile-content-wrapper .h2 {
            font-size: 17px;
            font-size: 1.7rem; } }
      .tile.tile-access .tile-content-wrapper p:not(.h2) {
        font-weight: normal;
        max-width: 100%; }
        @media only screen and (max-width: 600px) {
          .tile.tile-access .tile-content-wrapper p:not(.h2) {
            display: none; } }
  @media only screen and (max-width: 600px) {
    .tile.tile-arrow:before {
      display: none; } }
  .tile.tile-arrow .tile-content-wrapper {
    background: #FFFFFF;
    border: 1px solid #006fdc; }
    .tile.tile-arrow .tile-content-wrapper > a {
      display: block;
      height: 100%;
      padding-right: 25px;
      position: relative;
      width: 100%; }
      .tile.tile-arrow .tile-content-wrapper > a:hover h2, .tile.tile-arrow .tile-content-wrapper > a:hover table caption, table .tile.tile-arrow .tile-content-wrapper > a:hover caption, .tile.tile-arrow .tile-content-wrapper > a:hover .h2 {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
      .tile.tile-arrow .tile-content-wrapper > a:hover span {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
      .tile.tile-arrow .tile-content-wrapper > a .tile-date {
        color: #000000;
        margin-bottom: 10px;
        font-size: 14px;
        font-size: 1.4rem; }
      .tile.tile-arrow .tile-content-wrapper > a h2, .tile.tile-arrow .tile-content-wrapper > a table caption, table .tile.tile-arrow .tile-content-wrapper > a caption, .tile.tile-arrow .tile-content-wrapper > a .h2 {
        color: #006fdc;
        margin-top: 30px;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        .tile.tile-arrow .tile-content-wrapper > a h2:first-child, .tile.tile-arrow .tile-content-wrapper > a table caption:first-child, table .tile.tile-arrow .tile-content-wrapper > a caption:first-child, .tile.tile-arrow .tile-content-wrapper > a .h2:first-child {
          margin-bottom: 0;
          margin-top: 0; }
      .tile.tile-arrow .tile-content-wrapper > a .tile-text {
        color: #000000;
        margin-top: 20px;
        max-width: 80%; }
      .tile.tile-arrow .tile-content-wrapper > a span {
        bottom: 0;
        cursor: pointer;
        position: absolute;
        right: 0;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .tile.tile-plain {
    background: #E6E6E6; }
    .tile.tile-plain .tile-content-wrapper {
      color: #000000;
      display: block;
      padding: 65px; }
      .tile.tile-plain .tile-content-wrapper:hover h2, .tile.tile-plain .tile-content-wrapper:hover table caption, table .tile.tile-plain .tile-content-wrapper:hover caption, .tile.tile-plain .tile-content-wrapper:hover .h2 {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
      .tile.tile-plain .tile-content-wrapper h2, .tile.tile-plain .tile-content-wrapper table caption, table .tile.tile-plain .tile-content-wrapper caption, .tile.tile-plain .tile-content-wrapper .h2 {
        color: #002369;
        margin-bottom: 45px;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        font-size: 30px;
        font-size: 3rem; }
        @media only screen and (max-width: 600px) {
          .tile.tile-plain .tile-content-wrapper h2, .tile.tile-plain .tile-content-wrapper table caption, table .tile.tile-plain .tile-content-wrapper caption, .tile.tile-plain .tile-content-wrapper .h2 {
            font-size: 22px;
            font-size: 2.2rem; } }
      .tile.tile-plain .tile-content-wrapper p:not(.h2) {
        font-weight: normal; }
        @media only screen and (max-width: 600px) {
          .tile.tile-plain .tile-content-wrapper p:not(.h2) {
            font-size: 18px;
            font-size: 1.8rem; } }
  .tile.tile-establishment {
    background-color: #FFFFFF;
    width: 100%; }
    .tile.tile-establishment:before {
      padding-top: 0; }
    .tile.tile-establishment .tile-content-wrapper {
      border: 1px solid #006fdc;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0; }
      .tile.tile-establishment .tile-content-wrapper .tile-establishment-picture {
        width: 32%; }
        @media only screen and (max-width: 968px) {
          .tile.tile-establishment .tile-content-wrapper .tile-establishment-picture {
            display: none; } }
        .tile.tile-establishment .tile-content-wrapper .tile-establishment-picture li img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%; }
      .tile.tile-establishment .tile-content-wrapper .tile-establishment-content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #FFFFFF;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 30px;
        padding-left: 95px;
        width: 68%; }
        @media only screen and (max-width: 968px) {
          .tile.tile-establishment .tile-content-wrapper .tile-establishment-content {
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%; } }
        @media only screen and (max-width: 600px) {
          .tile.tile-establishment .tile-content-wrapper .tile-establishment-content {
            margin: auto;
            padding: 35px;
            width: 90%; } }
        .tile.tile-establishment .tile-content-wrapper .tile-establishment-content p, .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .p {
          font-size: inherit;
          margin-bottom: 20px; }
          .tile.tile-establishment .tile-content-wrapper .tile-establishment-content p:last-child, .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .p:last-child {
            margin-bottom: 0; }
          @media only screen and (max-width: 600px) {
            .tile.tile-establishment .tile-content-wrapper .tile-establishment-content p, .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .p {
              font-size: 16px;
              font-size: 1.6rem; } }
        .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations {
          width: 54%; }
          @media only screen and (max-width: 968px) {
            .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations {
              margin-bottom: 20px;
              width: 100%; } }
          .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations h2, .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations table caption, table .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations caption, .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations .h2 {
            position: relative; }
            .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations h2 [class*="picto-"], .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations table caption [class*="picto-"], table .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations caption [class*="picto-"], .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations .h2 [class*="picto-"] {
              left: -60px;
              position: absolute; }
              .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations h2 [class*="picto-"]:before, .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations table caption [class*="picto-"]:before, table .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations caption [class*="picto-"]:before, .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations .h2 [class*="picto-"]:before {
                color: #006fdc;
                content: counter(grid-counter);
                counter-increment: grid-counter;
                left: 50%;
                position: absolute;
                text-align: center;
                top: 6px;
                -webkit-transform: translateX(-50%);
                        transform: translateX(-50%);
                font-size: 11px;
                font-size: 1.1rem; }
              @media only screen and (max-width: 600px) {
                .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations h2 [class*="picto-"], .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations table caption [class*="picto-"], table .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations caption [class*="picto-"], .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations .h2 [class*="picto-"] {
                  left: -35px; } }
            .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations h2 [class="picto-map-pin"]:before, .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations table caption [class="picto-map-pin"]:before, table .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations caption [class="picto-map-pin"]:before, .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations .h2 [class="picto-map-pin"]:before {
              content: ""; }
          .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations p:last-child, .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations .p:last-child {
            margin-bottom: 0; }
          .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations a {
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-weight: bold; }
            .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations a [class*="picto-"] {
              margin-left: 30px; }
              .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-informations a [class*="picto-"] svg path {
                fill: #006fdc; }
        .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-links {
          width: 37%; }
          @media only screen and (max-width: 968px) {
            .tile.tile-establishment .tile-content-wrapper .tile-establishment-content .tile-establishment-links {
              width: 100%; } }
  .tile.tile-event {
    width: 50%; }
    @media only screen and (max-width: 968px) {
      .tile.tile-event:before {
        padding-top: 0; } }
    .tile.tile-event .tile-content-wrapper {
      background: #E6E6E6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .tile.tile-event .tile-content-wrapper .tile-event-header {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 40px;
        max-height: 18px; }
        .tile.tile-event .tile-content-wrapper .tile-event-header p:first-child {
          max-width: 80%;
          font-size: 14px;
          font-size: 1.4rem; }
          @media only screen and (max-width: 600px) {
            .tile.tile-event .tile-content-wrapper .tile-event-header p:first-child {
              max-width: 70%; } }
        .tile.tile-event .tile-content-wrapper .tile-event-header p:last-child {
          font-weight: bold;
          margin-left: auto;
          font-size: 16px;
          font-size: 1.6rem;
          height: 32px; }
          @media only screen and (max-width: 968px) {
            .tile.tile-event .tile-content-wrapper .tile-event-header p:last-child {
              margin-left: 0; } }
      .tile.tile-event .tile-content-wrapper .tile-event-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media only screen and (max-width: 600px) {
          .tile.tile-event .tile-content-wrapper .tile-event-content {
            margin-bottom: 25px; } }
        .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-date {
          background: #002369;
          border-radius: 100%;
          color: #FFFFFF;
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          max-height: 114px;
          max-width: 114px;
          text-align: center;
          width: 24%; }
          @media only screen and (max-width: 600px) {
            .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-date {
              width: 30%; } }
          .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-date div {
            padding-bottom: 100%;
            position: relative; }
            .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-date div p {
              font-weight: bold;
              left: 50%;
              line-height: 1;
              position: absolute;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); }
              .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-date div p span {
                display: block; }
                .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-date div p span:first-child {
                  font-size: 35px;
                  font-size: 3.5rem; }
                  @media only screen and (max-width: 600px) {
                    .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-date div p span:first-child {
                      font-size: 25px;
                      font-size: 2.5rem; } }
                .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-date div p span:last-child {
                  font-size: 14px;
                  font-size: 1.4rem; }
        .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-informations {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 8%;
          width: 76%; }
          @media only screen and (max-width: 600px) {
            .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-informations {
              padding-left: 10%;
              width: 70%; } }
          .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-informations h2, .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-informations table caption, table .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-informations caption, .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-informations .h2 {
            margin-bottom: 20px; }
            .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-informations h2 a, .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-informations table caption a, table .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-informations caption a, .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-informations .h2 a {
              color: #002369; }
          .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-informations p {
            margin-bottom: 20px; }
            .tile.tile-event .tile-content-wrapper .tile-event-content .tile-event-informations p:last-child {
              font-weight: bold;
              margin-bottom: 0; }
      .tile.tile-event .tile-content-wrapper .tile-event-footer {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media only screen and (max-width: 600px) {
          .tile.tile-event .tile-content-wrapper .tile-event-footer {
            -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; } }
        @media only screen and (max-width: 600px) {
          .tile.tile-event .tile-content-wrapper .tile-event-footer .tile-event-tags {
            margin-bottom: 30px; } }
        .tile.tile-event .tile-content-wrapper .tile-event-footer .tile-event-tags li {
          display: inline-block; }
          @media only screen and (max-width: 600px) {
            .tile.tile-event .tile-content-wrapper .tile-event-footer .tile-event-tags li {
              padding: 0 8px 8px 8px; } }
          .tile.tile-event .tile-content-wrapper .tile-event-footer .tile-event-tags li a {
            font-size: 12px;
            font-size: 1.2rem;
            border: 1px solid #002369;
            border-radius: 20px/20px;
            color: #002369;
            display: block;
            padding: 10px;
            text-align: center;
            -webkit-transition: color 0.3s ease, background-color 0.3s ease;
            transition: color 0.3s ease, background-color 0.3s ease; }
            .tile.tile-event .tile-content-wrapper .tile-event-footer .tile-event-tags li a:hover {
              background-color: #002369;
              color: #E6E6E6; }
        .tile.tile-event .tile-content-wrapper .tile-event-footer p {
          margin-left: auto; }
          @media only screen and (max-width: 968px) {
            .tile.tile-event .tile-content-wrapper .tile-event-footer p {
              margin-left: 0; } }
          .tile.tile-event .tile-content-wrapper .tile-event-footer p a {
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            color: #002369;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-weight: bold;
            font-size: 16px;
            font-size: 1.6rem; }
            .tile.tile-event .tile-content-wrapper .tile-event-footer p a span:first-child {
              margin-right: 15px; }
  .tile.tile-picture {
    overflow: hidden;
    width: 50%; }
    .tile.tile-picture .tile-content-wrapper {
      background-size: cover;
      padding: 0;
      position: unset; }
      .tile.tile-picture .tile-content-wrapper .tile-picture-content {
        background-color: rgba(53, 0, 186, 0.75);
        height: 100%;
        top: calc(100% - 83px);
        -webkit-transition: top 0.3s ease;
        transition: top 0.3s ease;
        position: absolute;
        width: 100%;
        z-index: 2; }
        .tile.tile-picture .tile-content-wrapper .tile-picture-content:hover {
          top: 0; }
        .tile.tile-picture .tile-content-wrapper .tile-picture-content a {
          color: white;
          display: block;
          height: 100%; }
          .tile.tile-picture .tile-content-wrapper .tile-picture-content a h2, .tile.tile-picture .tile-content-wrapper .tile-picture-content a table caption, table .tile.tile-picture .tile-content-wrapper .tile-picture-content a caption, .tile.tile-picture .tile-content-wrapper .tile-picture-content a .h2 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 85px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin-bottom: 0;
            padding: 0 60px 0 30px;
            position: relative; }
          .tile.tile-picture .tile-content-wrapper .tile-picture-content a p {
            color: #FFFFFF;
            padding: 0 30px 30px 30px;
            font-size: 20px;
            font-size: 2rem; }
      .tile.tile-picture .tile-content-wrapper > span {
        bottom: 30px;
        pointer-events: none;
        position: absolute;
        right: 30px;
        z-index: 2; }
      .tile.tile-picture .tile-content-wrapper img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%; }
  .tile .tile-content-wrapper {
    height: 100%;
    padding: 40px;
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 600px) {
      .tile .tile-content-wrapper {
        padding: 35px; } }
    .tile .tile-content-wrapper h2, .tile .tile-content-wrapper table caption, table .tile .tile-content-wrapper caption, .tile .tile-content-wrapper .h2 {
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 22px;
      font-size: 2.2rem; }
      @media only screen and (max-width: 600px) {
        .tile .tile-content-wrapper h2, .tile .tile-content-wrapper table caption, table .tile .tile-content-wrapper caption, .tile .tile-content-wrapper .h2 {
          font-size: 18px;
          font-size: 1.8rem; } }
    .tile .tile-content-wrapper p:not(.h2) {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 100; }
      @media only screen and (max-width: 600px) {
        .tile .tile-content-wrapper p:not(.h2) {
          font-size: 14px;
          font-size: 1.4rem; } }

li:nth-child(even) .tile-plain {
  background: #F7F7F7; }

.title.subtitle-news a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem; }

#trigger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 15px 20px;
  height: 32px;
  overflow: hidden;
  cursor: pointer; }
  #trigger-menu .span-wrapper {
    width: 40px;
    height: 25px; }
    @media only screen and (max-width: 600px) {
      #trigger-menu .span-wrapper {
        width: 30px;
        height: 18px; } }
  #trigger-menu.is-open span:first-child {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
  #trigger-menu.is-open span.middle {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    #trigger-menu.is-open span.middle:before {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    #trigger-menu.is-open span.middle:after {
      -webkit-transform: scaleX(0);
              transform: scaleX(0); }
  #trigger-menu.is-open span:last-child {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
  #trigger-menu span {
    display: block;
    width: 50%;
    height: 17.5%;
    margin-bottom: 13.35%;
    background-color: white;
    border-radius: 10%/35%;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
    #trigger-menu span.middle {
      width: 100%;
      -webkit-transform-origin: center;
              transform-origin: center;
      position: relative;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      #trigger-menu span.middle:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 5px;
        position: absolute;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      #trigger-menu span.middle:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 5px;
        position: absolute;
        -webkit-transition: -webkit-transform 0.1s ease;
        transition: -webkit-transform 0.1s ease;
        transition: transform 0.1s ease;
        transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
    #trigger-menu span:last-child {
      margin-bottom: 0;
      margin-left: auto; }

.feedback {
  width: 100%;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  padding: 25px 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .feedback .feedback-msg {
    margin-right: 15px;
    min-width: 100px;
    font-weight: bold; }
  .feedback .layout-wrapper, .feedback .news-categories {
    margin: 20px 0 0 0; }
  .feedback .feedback-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .feedback .feedback-question .feedback-btn-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .feedback .feedback-question .feedback-btn-wrapper .btn {
        display: block; }
    .feedback .feedback-question.is-hidden {
      display: none; }
    .feedback .feedback-question .btn {
      margin: 5px;
      min-width: 120px;
      padding: 20px; }
  .feedback .feedback-form {
    width: 100%;
    padding-top: 3.2rem; }

.image_gallery {
  width: 100%; }
  .image_gallery .image-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-auto-flow: row;
    gap: 50px 5%; }
    @media only screen and (max-width: 968px) {
      .image_gallery .image-gallery {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 600px) {
      .image_gallery .image-gallery {
        grid-template-columns: 1fr;
        gap: 20px; } }
    .image_gallery .image-gallery-item {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%;
      border: 1px solid #979797;
      aspect-ratio: 1;
      overflow: hidden; }
      .image_gallery .image-gallery-item-image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .image_gallery .image-gallery-item-image:hover {
          margin-top: -5%;
          width: 110%;
          height: 110%; }

.gslide-description {
  max-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .gslide-description .gdesc-inner {
    background-color: white;
    width: 100%; }

.paragraph--type--module-verification {
  margin-bottom: 10px; }
  .paragraph--type--module-verification > h2, table .paragraph--type--module-verification > caption {
    margin-bottom: 20px; }
  .paragraph--type--module-verification .verification-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #0080A3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 40px 35px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    font-size: 24px;
    font-size: 2.4rem; }
    @media only screen and (max-width: 600px) {
      .paragraph--type--module-verification .verification-title {
        padding: 25px 20px;
        font-size: 20px;
        font-size: 2rem; } }
    .paragraph--type--module-verification .verification-title a {
      color: #FFFFFF;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      width: 95%; }
    .paragraph--type--module-verification .verification-title [class*="icon-arrow-"] {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .paragraph--type--module-verification .element {
    border: 1px solid #0080A3;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    padding: 36px; }
    @media only screen and (max-width: 968px) {
      .paragraph--type--module-verification .element {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 600px) {
      .paragraph--type--module-verification .element {
        padding: 25px 20px; } }
    .paragraph--type--module-verification .element > .section-content {
      width: 100%; }
      .paragraph--type--module-verification .element > .section-content:last-child {
        padding-bottom: 0; }
      @media only screen and (max-width: 968px) {
        .paragraph--type--module-verification .element > .section-content .layout-wrapper, .paragraph--type--module-verification .element > .section-content .news-categories {
          width: 100%; } }
    .paragraph--type--module-verification .element .layout-wrapper, .paragraph--type--module-verification .element .news-categories {
      width: 100%; }
  .paragraph--type--module-verification a {
    font-weight: bold; }
  .paragraph--type--module-verification p, .paragraph--type--module-verification li {
    margin-bottom: 20px; }
    @media only screen and (max-width: 968px) {
      .paragraph--type--module-verification p, .paragraph--type--module-verification li {
        line-height: 1.5;
        font-size: 1.6rem; } }
    .paragraph--type--module-verification p a, .paragraph--type--module-verification li a {
      display: contents; }
      .paragraph--type--module-verification p a.link, .paragraph--type--module-verification li a.link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .paragraph--type--module-verification .msg {
    display: none;
    padding: 24px;
    margin-top: 36px;
    margin-bottom: 36px; }
    .paragraph--type--module-verification .msg.confirmed {
      background: #E5F9DF; }
      .paragraph--type--module-verification .msg.confirmed.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .paragraph--type--module-verification .msg.error {
      background: #FFECEC; }
      .paragraph--type--module-verification .msg.error.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .paragraph--type--module-verification .msg.processing {
      background: #F8FFCC; }
      .paragraph--type--module-verification .msg.processing.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .paragraph--type--module-verification .msg .icon {
      min-width: 24px;
      margin-right: 16px; }
    .paragraph--type--module-verification .msg .title {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 5px; }
  .paragraph--type--module-verification .verification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 968px) {
      .paragraph--type--module-verification .verification {
        display: grid;
        grid-template-areas: 'top top' 'left right';
        text-align: left; } }
    .paragraph--type--module-verification .verification .layout-wrapper, .paragraph--type--module-verification .verification .news-categories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 968px) {
        .paragraph--type--module-verification .verification .layout-wrapper, .paragraph--type--module-verification .verification .news-categories {
          gap: 10px;
          width: 100% !important; } }
    .paragraph--type--module-verification .verification .section-content, .paragraph--type--module-verification .verification .form-item {
      padding-bottom: 0; }
    .paragraph--type--module-verification .verification .field {
      font-size: 16px;
      font-weight: 700;
      min-width: 150px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .paragraph--type--module-verification .verification .field .icon {
        margin-left: 5px; }
      @media only screen and (max-width: 968px) {
        .paragraph--type--module-verification .verification .field {
          grid-area: top;
          margin-bottom: 10px; } }
    .paragraph--type--module-verification .verification input {
      border: 1px solid #868686;
      background: #FFF;
      border-radius: 0;
      width: 160px;
      padding: 10px;
      margin-left: 24px; }
      @media only screen and (max-width: 968px) {
        .paragraph--type--module-verification .verification input {
          margin-left: 0;
          grid-area: left; } }
    .paragraph--type--module-verification .verification input[type=submit] {
      margin-left: 24px;
      padding: 10px 24px;
      background-color: #0080A3;
      color: #FFFFFF;
      font-size: 12px;
      font-weight: 700;
      border-radius: 50px;
      border-style: solid;
      border-width: 1px;
      display: block;
      font-family: Arial, Helvetica, sans-serif;
      min-height: auto;
      text-align: center;
      text-transform: none;
      width: auto;
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (max-width: 600px) {
        .paragraph--type--module-verification .verification input[type=submit] {
          padding: 12px 22px;
          font-size: 14px;
          font-size: 1.4rem; } }
      @media only screen and (max-width: 968px) {
        .paragraph--type--module-verification .verification input[type=submit] {
          margin-left: 0;
          grid-area: right; } }
    .paragraph--type--module-verification .verification .info {
      position: relative; }
      .paragraph--type--module-verification .verification .info:hover .txt {
        display: block;
        background: white;
        padding: 36px;
        border: 1px solid #A5A5A5;
        -webkit-box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.15);
                box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.15);
        z-index: 111;
        bottom: 30px;
        width: 400px;
        font-weight: 500; }
        @media only screen and (max-width: 968px) {
          .paragraph--type--module-verification .verification .info:hover .txt {
            width: 300px;
            right: -120px; } }
      .paragraph--type--module-verification .verification .info .txt {
        display: none;
        position: absolute; }
    .paragraph--type--module-verification .verification .icon {
      min-width: 24px; }

/*-------------------------------------------------------------------
	BASE STATE CLASSES
-------------------------------------------------------------------*/
.is-hidden {
  display: none; }

.is-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.no-scroll {
  overflow: hidden; }

@media only screen and (max-width: 600px) {
  .no-scroll-mobile {
    overflow: hidden;
    height: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch; } }

.mobile-only {
  display: none; }
  @media only screen and (max-width: 600px) {
    .mobile-only {
      display: block; } }

.desktop-only {
  display: block; }
  @media only screen and (max-width: 600px) {
    .desktop-only {
      display: none; } }

.state-accessibility {
  border: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0; }

.is-fixed {
  position: fixed; }

/*-------------------------------------------------------------------
	WHEN A SECONDARY PAGE IS ADDED
-------------------------------------------------------------------*/
#layout-content.has-nav {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -55px auto 0 auto;
  max-width: 1200px;
  width: 90%; }
  @media only screen and (max-width: 968px) {
    #layout-content.has-nav {
      background: none;
      margin-top: 0;
      width: 100%; } }
  #layout-content.has-nav #section-wrapper {
    padding-left: 4%;
    padding-right: 4%;
    width: 74%; }
    @media only screen and (max-width: 968px) {
      #layout-content.has-nav #section-wrapper {
        width: 100%; } }
    #layout-content.has-nav #section-wrapper > h1,
    #layout-content.has-nav #section-wrapper > h2,
    #layout-content.has-nav table #section-wrapper > caption,
    table #layout-content.has-nav #section-wrapper > caption {
      width: 100%; }
      #layout-content.has-nav #section-wrapper > h1.is-visually-hidden + .section-content .layout-wrapper > .accordions:first-child, #layout-content.has-nav #section-wrapper > h1.is-visually-hidden + .section-content .news-categories > .accordions:first-child,
      #layout-content.has-nav #section-wrapper > h1.is-visually-hidden + .section-content .layout-wrapper > .table:first-child,
      #layout-content.has-nav #section-wrapper > h1.is-visually-hidden + .section-content .news-categories > .table:first-child,
      #layout-content.has-nav #section-wrapper > h1.is-visually-hidden + .section-content .layout-wrapper > ul:not(.result-list):first-child,
      #layout-content.has-nav #section-wrapper > h1.is-visually-hidden + .section-content .news-categories > ul:not(.result-list):first-child,
      #layout-content.has-nav #section-wrapper > h2.is-visually-hidden + .section-content .layout-wrapper > .accordions:first-child,
      #layout-content.has-nav table #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > .accordions:first-child,
      table #layout-content.has-nav #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > .accordions:first-child,
      #layout-content.has-nav #section-wrapper > h2.is-visually-hidden + .section-content .news-categories > .accordions:first-child,
      #layout-content.has-nav table #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > .accordions:first-child,
      table #layout-content.has-nav #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > .accordions:first-child,
      #layout-content.has-nav #section-wrapper > h2.is-visually-hidden + .section-content .layout-wrapper > .table:first-child,
      #layout-content.has-nav table #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > .table:first-child,
      table #layout-content.has-nav #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > .table:first-child,
      #layout-content.has-nav #section-wrapper > h2.is-visually-hidden + .section-content .news-categories > .table:first-child,
      #layout-content.has-nav table #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > .table:first-child,
      table #layout-content.has-nav #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > .table:first-child,
      #layout-content.has-nav #section-wrapper > h2.is-visually-hidden + .section-content .layout-wrapper > ul:not(.result-list):first-child,
      #layout-content.has-nav table #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > ul:not(.result-list):first-child,
      table #layout-content.has-nav #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > ul:not(.result-list):first-child,
      #layout-content.has-nav #section-wrapper > h2.is-visually-hidden + .section-content .news-categories > ul:not(.result-list):first-child,
      #layout-content.has-nav table #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > ul:not(.result-list):first-child,
      table #layout-content.has-nav #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > ul:not(.result-list):first-child {
        margin-top: 0; }
        @media only screen and (max-width: 968px) {
          #layout-content.has-nav #section-wrapper > h1.is-visually-hidden + .section-content .layout-wrapper > .accordions:first-child, #layout-content.has-nav #section-wrapper > h1.is-visually-hidden + .section-content .news-categories > .accordions:first-child,
          #layout-content.has-nav #section-wrapper > h1.is-visually-hidden + .section-content .layout-wrapper > .table:first-child,
          #layout-content.has-nav #section-wrapper > h1.is-visually-hidden + .section-content .news-categories > .table:first-child,
          #layout-content.has-nav #section-wrapper > h1.is-visually-hidden + .section-content .layout-wrapper > ul:not(.result-list):first-child,
          #layout-content.has-nav #section-wrapper > h1.is-visually-hidden + .section-content .news-categories > ul:not(.result-list):first-child,
          #layout-content.has-nav #section-wrapper > h2.is-visually-hidden + .section-content .layout-wrapper > .accordions:first-child,
          #layout-content.has-nav table #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > .accordions:first-child,
          table #layout-content.has-nav #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > .accordions:first-child,
          #layout-content.has-nav #section-wrapper > h2.is-visually-hidden + .section-content .news-categories > .accordions:first-child,
          #layout-content.has-nav table #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > .accordions:first-child,
          table #layout-content.has-nav #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > .accordions:first-child,
          #layout-content.has-nav #section-wrapper > h2.is-visually-hidden + .section-content .layout-wrapper > .table:first-child,
          #layout-content.has-nav table #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > .table:first-child,
          table #layout-content.has-nav #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > .table:first-child,
          #layout-content.has-nav #section-wrapper > h2.is-visually-hidden + .section-content .news-categories > .table:first-child,
          #layout-content.has-nav table #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > .table:first-child,
          table #layout-content.has-nav #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > .table:first-child,
          #layout-content.has-nav #section-wrapper > h2.is-visually-hidden + .section-content .layout-wrapper > ul:not(.result-list):first-child,
          #layout-content.has-nav table #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > ul:not(.result-list):first-child,
          table #layout-content.has-nav #section-wrapper > caption.is-visually-hidden + .section-content .layout-wrapper > ul:not(.result-list):first-child,
          #layout-content.has-nav #section-wrapper > h2.is-visually-hidden + .section-content .news-categories > ul:not(.result-list):first-child,
          #layout-content.has-nav table #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > ul:not(.result-list):first-child,
          table #layout-content.has-nav #section-wrapper > caption.is-visually-hidden + .section-content .news-categories > ul:not(.result-list):first-child {
            margin-top: 0; } }
      @media only screen and (max-width: 968px) {
        #layout-content.has-nav #section-wrapper > h1,
        #layout-content.has-nav #section-wrapper > h2,
        #layout-content.has-nav table #section-wrapper > caption,
        table #layout-content.has-nav #section-wrapper > caption {
          margin-left: auto;
          margin-right: auto;
          width: 90%; } }
    #layout-content.has-nav #section-wrapper .section-content:first-child .layout-wrapper > .accordions:first-child, #layout-content.has-nav #section-wrapper .section-content:first-child .news-categories > .accordions:first-child,
    #layout-content.has-nav #section-wrapper .section-content:first-child .layout-wrapper > .table:first-child,
    #layout-content.has-nav #section-wrapper .section-content:first-child .news-categories > .table:first-child,
    #layout-content.has-nav #section-wrapper .section-content:first-child .layout-wrapper > ul:not(.result-list):first-child,
    #layout-content.has-nav #section-wrapper .section-content:first-child .news-categories > ul:not(.result-list):first-child {
      margin-top: 0; }
    #layout-content.has-nav #section-wrapper .section-content:first-child .layout-wrapper > p, #layout-content.has-nav #section-wrapper .section-content:first-child .news-categories > p {
      padding-right: 40px; }
    #layout-content.has-nav #section-wrapper .section-content .layout-wrapper, #layout-content.has-nav #section-wrapper .section-content .news-categories {
      width: 100%; }
      @media only screen and (max-width: 968px) {
        #layout-content.has-nav #section-wrapper .section-content .layout-wrapper, #layout-content.has-nav #section-wrapper .section-content .news-categories {
          max-width: 1200px;
          width: 90%; } }

/*-------------------------------------------------------------------
  WHEN DIFF MODULE OF DRUPAL IS USE
-------------------------------------------------------------------*/
.diffins img {
  opacity: 0.6; }

/*-------------------------------------------------------------------
	HOMEPAGE
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	ADMIN
-------------------------------------------------------------------*/
body.page-user-login .section-content .layout-wrapper, body.page-user-login .section-content .news-categories {
  max-width: 800px; }

/*-------------------------------------------------------------------
  ESTABLISHMENT
-------------------------------------------------------------------*/
.page-establishments #section-wrapper,
.page-etablissements #section-wrapper {
  margin-top: -55px;
  padding-top: 0; }
  @media only screen and (max-width: 600px) {
    .page-establishments #section-wrapper,
    .page-etablissements #section-wrapper {
      margin-top: 0; } }

@media only screen and (max-width: 600px) {
  .page-establishments #layout-content,
  .page-etablissements #layout-content {
    margin-top: 0; } }

@media only screen and (max-width: 600px) {
  .page-establishments #layout-content .form-filter-wrapper,
  .page-etablissements #layout-content .form-filter-wrapper {
    left: 5%;
    position: absolute;
    z-index: 3; } }

@media only screen and (max-width: 600px) {
  .page-establishments #layout-content .layout-wrapper, .page-establishments #layout-content .news-categories,
  .page-etablissements #layout-content .layout-wrapper,
  .page-etablissements #layout-content .news-categories {
    width: 100%; } }

@media only screen and (max-width: 600px) {
  .page-establishments #layout-content .layout-wrapper ul.grid > li, .page-establishments #layout-content .news-categories ul.grid > li,
  .page-etablissements #layout-content .layout-wrapper ul.grid > li,
  .page-etablissements #layout-content .news-categories ul.grid > li {
    padding: 0;
    margin: 0; } }

@media only screen and (max-width: 600px) {
  .page-establishments #layout-content .layout-wrapper ul.grid > li .tile-establishment .tile-content-wrapper, .page-establishments #layout-content .news-categories ul.grid > li .tile-establishment .tile-content-wrapper,
  .page-etablissements #layout-content .layout-wrapper ul.grid > li .tile-establishment .tile-content-wrapper,
  .page-etablissements #layout-content .news-categories ul.grid > li .tile-establishment .tile-content-wrapper {
    border: none;
    border-bottom: 1px solid #0073E5; } }

/*-------------------------------------------------------------------
  NEWS
-------------------------------------------------------------------*/
.news-categories {
  margin-bottom: 20px; }
  .news-categories h2, .news-categories table caption, table .news-categories caption {
    margin-bottom: 5px; }

/*-------------------------------------------------------------------
  EVENTS
-------------------------------------------------------------------*/
.page-events #section-wrapper,
.page-evenements #section-wrapper,
.page-news #section-wrapper,
.page-news_private #section-wrapper,
.page-news_public #section-wrapper,
.page-publication #section-wrapper,
.page-recherche #section-wrapper {
  margin-top: -55px;
  padding-top: 0; }
  @media only screen and (max-width: 600px) {
    .page-events #section-wrapper,
    .page-evenements #section-wrapper,
    .page-news #section-wrapper,
    .page-news_private #section-wrapper,
    .page-news_public #section-wrapper,
    .page-publication #section-wrapper,
    .page-recherche #section-wrapper {
      margin-top: 0; } }

@media only screen and (max-width: 600px) {
  .page-events #layout-content,
  .page-evenements #layout-content,
  .page-news #layout-content,
  .page-news_private #layout-content,
  .page-news_public #layout-content,
  .page-publication #layout-content,
  .page-recherche #layout-content {
    margin-top: 0; } }

/*-------------------------------------------------------------------
  SEARCH
-------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .page-en-adresses-et-coordonnees #layout-content {
    margin-top: 0; } }

.page-en-adresses-et-coordonnees #layout-content #section-wrapper {
  margin-top: -55px;
  padding-top: 0; }
  @media only screen and (max-width: 600px) {
    .page-en-adresses-et-coordonnees #layout-content #section-wrapper {
      margin-top: 0; } }
  @media only screen and (max-width: 600px) {
    .page-en-adresses-et-coordonnees #layout-content #section-wrapper .section-content .form-filter-wrapper {
      min-height: 100px; } }
  .page-en-adresses-et-coordonnees #layout-content #section-wrapper .section-content .form-filter-wrapper .form-filter {
    margin-bottom: 40px; }
  .page-en-adresses-et-coordonnees #layout-content #section-wrapper .section-content .list {
    margin-top: 0; }

.no-result-message {
  font-size: 1.2em;
  margin-top: 50px;
  margin-bottom: 70px; }

/*# sourceMappingURL=global-cs.css.map */
