/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-09 11:10:47
 */

* {
    box-sizing: border-box;
}

html {
    font-size: 54.6875%; /* Default site 14px */
}

html, body {
    height: 100%;
}

body {
    font-family: 'Catamaran', sans-serif;
    font-size: 1.6rem; /* Font size 16px at reference (html font-size 62.6%) */
    line-height: 1.5;
    padding-top: 6rem; /* TopBar height */
    color: #002629;
}
button, input, optgroup, select, textarea {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #499A75;
}

table {
    border-collapse: collapse;
}

iframe {
    border: none;
}

*[onclick] {
    cursor: pointer;
}

@media (min-width: 860px) {
    html {
        font-size: 54.6875%;
    }
}
@media (min-width: 1800px) {
    html {
        font-size: 62.5%;
    }
}
@media (min-width: 2000px) {
    html {
        font-size: 70.3125%;
    }
}
@media (min-width: 2400px) {
    html {
        font-size: 78.125%;
    }
}
@media (min-width: 2800px) {
    html {
        font-size: 85.9375%;
    }
}
@media (min-width: 3200px) {
    html {
        font-size: 93.75%;
    }
}
@media (min-width: 3600px) {
    html {
        font-size: 101.5625%;
    }
}
@media (min-width: 4200px) {
    html {
        font-size: 109.375%;
    }
}
@media (min-width: 4800px) {
    html {
        font-size: 117.1875%;
    }
}
@media (min-width: 5400px) {
    html {
        font-size: 125%;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-09 10:36:59
 */

@font-face {
    font-family: 'Catamaran';
    src: url('../../../assets/catamaran-regular.woff2') format('woff2'),
         url('../../../assets/catamaran-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Catamaran';
    src: url('../../../assets/catamaran-thin.woff2') format('woff2'),
         url('../../../assets/catamaran-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Catamaran';
    src: url('../../../assets/catamaran-extralight.woff2') format('woff2'),
         url('../../../assets/catamaran-extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Catamaran';
    src: url('../../../assets/catamaran-light.woff2') format('woff2'),
         url('../../../assets/catamaran-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Catamaran';
    src: url('../../../assets/catamaran-medium.woff2') format('woff2'),
         url('../../../assets/catamaran-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Catamaran';
    src: url('../../../assets/catamaran-semibold.woff2') format('woff2'),
         url('../../../assets/catamaran-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Catamaran';
    src: url('../../../assets/catamaran-bold.woff2') format('woff2'),
         url('../../../assets/catamaran-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Catamaran';
    src: url('../../../assets/catamaran-extrabold.woff2') format('woff2'),
         url('../../../assets/catamaran-extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Catamaran';
    src: url('../../../assets/catamaran-black.woff2') format('woff2'),
         url('../../../assets/catamaran-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.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;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-10 10:25:20
 */

.MainBody {
    position: relative;
    max-width: 128rem;
    margin: 4rem auto;
    padding: 0 2rem;
}

.MainBody--large {
    max-width: 192rem;
}

.MainBody--fullWidth {
    max-width: unset;
    padding-right: 4rem;
    padding-left: 4rem;
}

.MainBody-content {
    max-width: 65rem;
    margin: 0 auto;
}

.MainBodyColumnsContainer-side {
    display: none;
}

@media (min-width: 420px) {
    .MainBody {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (min-width: 520px) {
    .MainBody {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 930px) {
    .MainBodyColumnsContainer {
        display: flex;
    }

    .MainBodyColumnsContainer-main {
        flex: 4;
    }

    .MainBodyColumnsContainer-side {
        display: block;
        flex: 1;
        margin: 4rem 4rem 4rem 0;
    }
}

@media (min-width: 1080px) {
    .MainBody {
        margin: 6rem auto;
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .MainBodyColumnsContainer-side {
        margin-top: 6rem;
        margin-right: 6rem;
    }
}

.MainBody--noMargins {
    padding: 0;
    margin: 0;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-09 16:29:48
 */

.MainHeader {
    position: relative;
    text-align: center;
    height: 80vh;
    max-height: 200vw;
    color: #fff;
}
.MainHeader::before,
.MainHeader::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 3rem;
    background: url(../../../assets/pattern-white.png);
    z-index: 1;
}
.MainHeader::before {
    top: 0;
}
.MainHeader::after {
    bottom: 0;
    height: 6rem;
}

.MainHeader-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.MainHeader-content::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5));
    pointer-events: none;
}
.MainHeader-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.MainHeader-overlay-image {
    width: 80%;
    max-height: 50%;
}


.MainHeader-searchBoxOverlay {
    position: absolute;
    top: 4.5rem;
    right: 1rem;
}

@media (min-width: 720px) {
    .MainHeader {
        height: unset;
        max-height: unset;
        padding-bottom: 37%;
    }

    .MainHeader::after {
        height: 1.5rem;
    }

    .MainHeader-overlay-image {
        width: unset;
        max-height: unset;
        height: 35%;
        max-width: 50rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-08 17:56:52
 */

.MainFooter {
    position: relative;
    padding: 4rem 4rem 8rem;
    text-align: center;
    color: #fff;
    background: #002629 linear-gradient(90deg, #002629, #499A75 70%, #7EBEE9);;
    clear: both;
}
.MainFooter a {
    color: inherit;
}
.MainFooter::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 8rem;
    background: #fff url(../../../assets/pattern-blue.png) repeat-x bottom;
}

.MainFooter-title {
    display: flex;
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;

}

.MainFooter-title::after {
    content: '';
    display: block;
    height: .4rem;
    margin: -.4rem 0 0 3rem;
    flex: 1;
    background: #fff;
    align-self: center;
}

.MainFooter-content {
}

.MainFooter-content-section {
    padding: 1.5rem 0;
}

.MainFooter-content-section-image {
    width: 20rem;
}

@media (min-width: 900px) {
    .MainFooter-content {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .MainFooter::after {
        height: 6rem;
    }
}

@media (min-width: 1080px) {
    .MainFooter {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

@media (min-width: 1200px) {
    .MainFooter-title {
        font-size: 4rem;
        margin-bottom: 1rem;
    }

    .MainFooter-content {
        padding: 0 10%;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-08 17:29:13
 */

.Grid-item {
    position: relative;
}

/* Grid flexbox fallback */
.Grid {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem;
    overflow: hidden;
}
.Grid > .Grid-item {
    width: calc(100%/var(--grid-columns) - 2rem);
    margin: 1rem;
}

.Grid--2--2-3 > .Grid-item:first-child {
    width: calc(40% - 1rem);
}
.Grid--2--3-2 > .Grid-item:first-child {
    width: calc(60% - 1rem);
}
.Grid--2--2-3 > .Grid-item:last-child,
.Grid--2--3-2 > .Grid-item:last-child {
    flex: 1;
}

@supports (display: grid) {
    .Grid {
        --grid-columns: 1;
        display: grid;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
        grid-gap: 2rem;
        /* Cancel flexbox fallback styles */
        margin: 0;
    }

    .Grid--2--2-3 {
        grid-template-columns: 2fr 3fr;
    }
    .Grid--2--3-2 {
        grid-template-columns: 3fr 2fr;
    }

    .Grid > .Grid-item,
    .Grid--2--2-3 > .Grid-item:first-child,
    .Grid--2--2-3 > .Grid-item:last-child,
    .Grid--2--3-2 > .Grid-item:first-child,
    .Grid--2--3-2 > .Grid-item:last-child {
        /* Cancel flexbox fallback styles */
        width: auto;
        margin: 0;
    }
}

.Grid--2,
.Grid--2--2-3,
.Grid--2--3-2 {
    --grid-columns: 2;
}
.Grid--3 {
    --grid-columns: 3;
}
.Grid--4 {
    --grid-columns: 4;
}
.Grid--5 {
    --grid-columns: 5;
}
.Grid--6 {
    --grid-columns: 6;
}

.Grid--marginBottom {
    margin-bottom: 1rem;
}
.Grid--padding {
    padding: 1rem;
}

/**
 * Responsive grid gap
 * Independent media querries : only increase grid gap
 */
@media (min-width: 600px) {
    /* Grid flexbox fallback */
    .Grid {
        margin: -2rem;
    }
    .Grid > .Grid-item {
        width: calc(100%/var(--grid-columns) - 4rem);
        margin: 2rem;
    }

    .Grid--2--2-3 > .Grid-item:first-child {
        width: calc(40% - 2rem);
    }
    .Grid--2--3-2 > .Grid-item:first-child {
        width: calc(60% - 2rem);
    }

    @supports (display: grid) {
        .Grid {
            grid-gap: 4rem;
            /* Cancel flexbox fallback styles */
            margin: 0;
        }
        .Grid > .Grid-item,
        .Grid--2--2-3 > .Grid-item:first-child,
        .Grid--2--2-3 > .Grid-item:last-child,
        .Grid--2--3-2 > .Grid-item:first-child,
        .Grid--2--3-2 > .Grid-item:last-child {
            /* Cancel flexbox fallback styles */
            width: auto;
            margin: 0;
        }
    }

    .Grid--marginBottom {
        margin-bottom: 2rem;
    }
    .Grid--padding {
        padding: 2rem;
    }
}
@media (min-width: 768px) {
    /* Grid flexbox fallback */
    .Grid {
        margin: -3rem;
    }
    .Grid > .Grid-item {
        width: calc(100%/var(--grid-columns) - 6rem);
        margin: 3rem;
    }

    .Grid--2--2-3 > .Grid-item:first-child {
        width: calc(40% - 3rem);
    }
    .Grid--2--3-2 > .Grid-item:first-child {
        width: calc(60% - 3rem);
    }

    @supports (display: grid) {
        .Grid {
            grid-gap: 6rem;
            /* Cancel flexbox fallback styles */
            margin: 0;
        }
        .Grid > .Grid-item,
        .Grid--2--2-3 > .Grid-item:first-child,
        .Grid--2--2-3 > .Grid-item:last-child,
        .Grid--2--3-2 > .Grid-item:first-child,
        .Grid--2--3-2 > .Grid-item:last-child {
            /* Cancel flexbox fallback styles */
            width: auto;
            margin: 0;
        }
    }

    .Grid--marginBottom {
        margin-bottom: 3rem;
    }
    .Grid--padding {
        padding: 3rem;
    }
}
/* End Responsive grid gap */

/**
 * Responsive grids
 */
@media (min-width: 420px) {
    .Grid--xxs-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--xxs-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xxs-2--2-3 {
        grid-template-columns: 2fr 3fr;
    }
    .Grid--xxs-2--3-2 {
        grid-template-columns: 3fr 2fr;
    }
    .Grid--xxs-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xxs-4 {
        --grid-columns: 4;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xxs-5 {
        --grid-columns: 5;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xxs-6 {
        --grid-columns: 6;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
}

@media (min-width: 620px) {
    .Grid--xs-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--xs-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xs-2--2-3 {
        grid-template-columns: 2fr 3fr;
    }
    .Grid--xs-2--3-2 {
        grid-template-columns: 3fr 2fr;
    }
    .Grid--xs-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xs-4 {
        --grid-columns: 4;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xs-5 {
        --grid-columns: 5;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xs-6 {
        --grid-columns: 6;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    .Grid--xs-2 .Grid-item--xs-colSpan-2 > .Grid-item {
        width: calc(100% - 2rem);
    }
    .Grid-item--xs-colSpan-2 {
        grid-column: span 2;
    }

    .Grid-item--xs-order-first {
        order: -100;
    }
}

@media (min-width: 768px) {
    .Grid--s-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--s-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--s-2--2-3 {
        grid-template-columns: 2fr 3fr;
    }
    .Grid--s-2--3-2 {
        grid-template-columns: 3fr 2fr;
    }
    .Grid--s-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--s-4 {
        --grid-columns: 4;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--s-5 {
        --grid-columns: 5;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--s-6 {
        --grid-columns: 6;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    .Grid .Grid-item--s-noColSpan > .Grid-item {
        width: calc(100%/var(--grid-columns) - 2rem);
    }
    .Grid-item--s-colSpan-2 {
        grid-column: span 2;
    }

    .Grid-item--s-noColSpan {
        grid-column: unset;
    }
}

@media (min-width: 960px) {
    .Grid--m-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--m-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--m-2--2-3 {
        grid-template-columns: 2fr 3fr;
    }
    .Grid--m-2--3-2 {
        grid-template-columns: 3fr 2fr;
    }
    .Grid--m-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--m-4 {
        --grid-columns: 4;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--m-5 {
        --grid-columns: 5;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--m-6 {
        --grid-columns: 6;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    .Grid .Grid-item--m-noColSpan > .Grid-item {
        width: calc(100%/var(--grid-columns) - 2rem);
    }
    .Grid-item--m-colSpan-2 {
        grid-column: span 2;
    }

    .Grid-item--m-noColSpan {
        grid-column: unset;
    }
}

@media (min-width: 1080px) {
    .Grid--l-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--l-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--l-2--2-3 {
        grid-template-columns: 2fr 3fr;
    }
    .Grid--l-2--3-2 {
        grid-template-columns: 3fr 2fr;
    }
    .Grid--l-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--l-4 {
        --grid-columns: 4;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--l-5 {
        --grid-columns: 5;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--l-6 {
        --grid-columns: 6;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    .Grid-item--l-noColSpan {
        grid-column: unset;
    }
}

@media (min-width: 1260px) {
    .Grid--xl-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--xl-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xl-2--2-3 {
        grid-template-columns: 2fr 3fr;
    }
    .Grid--xl-2--3-2 {
        grid-template-columns: 3fr 2fr;
    }
    .Grid--xl-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xl-4 {
        --grid-columns: 4;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xl-5 {
        --grid-columns: 5;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xl-6 {
        --grid-columns: 6;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
}
/* End responsive grids */


/**
 * IE 10-11
 */
@media all and (-ms-high-contrast:none)
{
    .Grid > .Grid-item {
        width: calc(100% - 6.01rem);
    }
    .Grid--2 > .Grid-item {
        width: calc(100%/2 - 6.01rem);
    }
    .Grid--2--2-3 > .Grid-item:first-child {
        width: calc(40% - 3.01rem);
    }
    .Grid--2--3-2 > .Grid-item:first-child {
        width: calc(60% - 3.01rem);
    }
    .Grid--3 > .Grid-item {
        width: calc(100%/3 - 6.01rem);
    }
    .Grid--4 > .Grid-item {
        width: calc(100%/4 - 6.01rem);
    }
    .Grid--5 > .Grid-item {
        width: calc(100%/5 - 6.01rem);
    }
    .Grid--6 > .Grid-item {
        width: calc(100%/6 - 6.01rem);
    }
}

@media all and (-ms-high-contrast:none) and (min-width: 420px) {
    .Grid--xxs-1 > .Grid-item {
        width: calc(100% - 6.01rem);
    }
    .Grid--xxs-2 > .Grid-item {
        width: calc(100%/2 - 6.01rem);
    }
    .Grid--xxs-3 > .Grid-item {
        width: calc(100%/3 - 6.01rem);
    }
    .Grid--xxs-4 > .Grid-item {
        width: calc(100%/4 - 6.01rem);
    }
    .Grid--xxs-5 > .Grid-item {
        width: calc(100%/5 - 6.01rem);
    }
    .Grid--xxs-6 > .Grid-item {
        width: calc(100%/6 - 6.01rem);
    }
}

@media all and (-ms-high-contrast:none) and (min-width: 620px) {
    .Grid--xs-1 > .Grid-item {
        width: calc(100% - 6.01rem);
    }
    .Grid--xs-2 > .Grid-item {
        width: calc(100%/2 - 6.01rem);
    }
    .Grid--xs-3 > .Grid-item {
        width: calc(100%/3 - 6.01rem);
    }
    .Grid--xs-4 > .Grid-item {
        width: calc(100%/4 - 6.01rem);
    }
    .Grid--xs-5 > .Grid-item {
        width: calc(100%/5 - 6.01rem);
    }
    .Grid--xs-6 > .Grid-item {
        width: calc(100%/6 - 6.01rem);
    }
}

@media all and (-ms-high-contrast:none) and (min-width: 768px) {
    .Grid--s-1 > .Grid-item {
        width: calc(100% - 6.01rem);
    }
    .Grid--s-2 > .Grid-item {
        width: calc(100%/2 - 6.01rem);
    }
    .Grid--s-3 > .Grid-item {
        width: calc(100%/3 - 6.01rem);
    }
    .Grid--s-4 > .Grid-item {
        width: calc(100%/4 - 6.01rem);
    }
    .Grid--s-5 > .Grid-item {
        width: calc(100%/5 - 6.01rem);
    }
    .Grid--s-6 > .Grid-item {
        width: calc(100%/6 - 6.01rem);
    }
}

@media all and (-ms-high-contrast:none) and (min-width: 960px) {
    .Grid--m-1 > .Grid-item {
        width: calc(100% - 6.01rem);
    }
    .Grid--m-2 > .Grid-item {
        width: calc(100%/2 - 6.01rem);
    }
    .Grid--m-3 > .Grid-item {
        width: calc(100%/3 - 6.01rem);
    }
    .Grid--m-4 > .Grid-item {
        width: calc(100%/4 - 6.01rem);
    }
    .Grid--m-5 > .Grid-item {
        width: calc(100%/5 - 6.01rem);
    }
    .Grid--m-6 > .Grid-item {
        width: calc(100%/6 - 6.01rem);
    }
}

@media all and (-ms-high-contrast:none) and (min-width: 1080px) {
    .Grid--l-1 > .Grid-item {
        width: calc(100% - 6.01rem);
    }
    .Grid--l-2 > .Grid-item {
        width: calc(100%/2 - 6.01rem);
    }
    .Grid--l-3 > .Grid-item {
        width: calc(100%/3 - 6.01rem);
    }
    .Grid--l-4 > .Grid-item {
        width: calc(100%/4 - 6.01rem);
    }
    .Grid--l-5 > .Grid-item {
        width: calc(100%/5 - 6.01rem);
    }
    .Grid--l-6 > .Grid-item {
        width: calc(100%/6 - 6.01rem);
    }
}

@media all and (-ms-high-contrast:none) and (min-width: 1260px) {
    .Grid--xl-1 > .Grid-item {
        width: calc(100% - 6.01rem);
    }
    .Grid--xl-2 > .Grid-item {
        width: calc(100%/2 - 6.01rem);
    }
    .Grid--xl-3 > .Grid-item {
        width: calc(100%/3 - 6.01rem);
    }
    .Grid--xl-4 > .Grid-item {
        width: calc(100%/4 - 6.01rem);
    }
    .Grid--xl-5 > .Grid-item {
        width: calc(100%/5 - 6.01rem);
    }
    .Grid--xl-6 > .Grid-item {
        width: calc(100%/6 - 6.01rem);
    }
}
/* End IE 10-11 */

.Grid--noOverflow {
    overflow: visible;
}

.Grid-item--leftPatternBorder {
    padding-left: 4rem;
}
.Grid-item--rightPatternBorder {
    padding-right: 4rem;
}
.Grid-item--leftPatternBorder::after,
.Grid-item--rightPatternBorder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4rem;
    background: url(../../../assets/pattern-green-vertical.png);
}
.Grid-item--rightPatternBorder::after {
    left: unset;
    right: 0;
}


@media (min-width: 960px) {
    .Grid-item--leftPatternBorder {
        padding-left: 2.5rem;
    }
    .Grid-item--rightPatternBorder {
        padding-right: 2.5rem;
    }
    .Grid-item--leftPatternBorder::after,
    .Grid-item--rightPatternBorder::after {
        width: 2.5rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-10 16:36:08
 */

.Column {
    column-gap: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 2.8rem;
}

.Column-item {
    column-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.Column--2 {
    columns: 2;
}

.Column--3 {
    columns: 3;
}

.Column--4 {
    columns: 4;
}

@media(min-width: 420px) {
    .Column--xxs-1 {
        columns: 1;
    }
    .Column--xxs-2 {
        columns: 2
    }
    .Column--xxs-3 {
        columns: 3
    }
}

@media (min-width: 620px) {
    .Column--xs-1 {
        columns: 1;
    }
    .Column--xs-2 {
        columns: 2;
    }
    .Column--xs-3 {
        columns: 3;
    }
}

@media (min-width: 768px) {
    .Column--s-1 {
        columns: 1;
    }
    .Column--s-2 {
        columns: 2;
    }
    .Column--s-3 {
        columns: 3;
    }
}

@media (min-width: 960px) {
    .Column--m-1 {
        columns: 1;
    }
    .Column--m-2 {
        columns: 2;
    }
    .Column--m-3 {
        columns: 3;
    }
}

@media (min-width: 1080px) {
    .Column--l-1 {
        columns: 1;
    }
    .Column--l-2 {
        columns: 2;
    }
    .Column--l-3 {
        columns: 3;
    }
}

@media (min-width: 1260px) {
    .Column--xl-1 {
        columns: 1;
    }
    .Column--xl-2 {
        columns: 2;
    }
    .Column--xl-3 {
        columns: 3;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-09 11:10:47
 */

.Form {
}

.Form-row {
    margin: 3rem 0 0;
    line-height: 1.3rem;
}
/* Note : not using .Form-row + .Form-row to defined top margin, because hidden input can be inserted between lines */
.Form-row:first-child {
    margin-top: 0;
}

.Form-label {
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000;
}
.Form-label.required::after {
    content: " *";
}

.Form-input {
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    width: 100%;
    color: #666;
    background: none;
    border: 1px solid #499A75;
    transition: border-color .5s ease;
}
textarea.Form-input {
    min-height: 2.4rem;
    resize: vertical;
    padding: 1rem;
    border: .1rem solid #C6C6C6;
}

input[type="file"].Form-input {
    border: none;
}

.Form-input::placeholder {
    color: #bbb;
}

.Form-input:hover,
.Form-input:focus {
    outline: none;
    border-color: #499A75;
}

.Form-row .Form-input {
    margin: 0;
}

/* Hide native radio and checkbox controls, but not deactivate it */
input[type="radio"].Form-input,
input[type="checkbox"].Form-input {
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0;
    height: 0;
    width: 0;
    pointer-events: none;
}
/* Custom radio and checkbox controls */
input[type="radio"].Form-input + .Form-label::before,
input[type="checkbox"].Form-input + .Form-label::before {
    content: '';
    display: inline-block;
    /* Because of rouding bugs in some browsers, we can't use rem values to size the radio button */
    width: 12px;
    height: 12px;
    margin-right: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: none;
    border: 2px solid #C6C6C6;
    transition: background-color .5s ease, border-color .5s ease;
}
input[type="radio"].Form-input + .Form-label::before {
    border-radius: 50%;
}
/* Custom radio and checkbox controls checked */
input[type="radio"]:checked.Form-input + .Form-label::before,
input[type="checkbox"]:checked.Form-input + .Form-label::before {
  background-color: #499A75;
  border-color: #499A75;
}
input[type="radio"]:checked.Form-input + .Form-label::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23fff'%3E%3C/circle%3E%3C/svg%3E");
    background-size: 6px;
}
input[type="checkbox"]:checked.Form-input + .Form-label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpolyline points='1 6.5 4 9.5 11 2.5' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
    background-size: 8px;
}
/* Custom radio and checkbox controls hover */
input[type="radio"].Form-input + .Form-label:hover::before,
input[type="checkbox"].Form-input + .Form-label:hover::before {
    border-color: #499A75;
}
/* Custom radio and checkbox controls checked hover */
input[type="radio"]:checked.Form-input + .Form-label:hover::before,
input[type="checkbox"]:checked.Form-input + .Form-label:hover::before {
    border-color: #62290e;
}
/* Custom radio and checkbox controls focus */
input[type="radio"]:focus.Form-input + .Form-label::before,
input[type="checkbox"]:focus.Form-input + .Form-label::before {
    outline: none;
    border-color: #499A75;
}
/* Custom radio and checkbox controls checked focus */
input[type="radio"]:checked:focus.Form-input + .Form-label::before,
input[type="checkbox"]:checked:focus.Form-input + .Form-label::before {
    border-color: #62290e;
}

input[type="radio"].Form-input + .Form-label,
input[type="checkbox"].Form-input + .Form-label {
    display: flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    line-height: 1.4;
}

.Form--inline,
.Form-inlineSection {
    margin: 0 -1rem;
}

.Form--inline .Form-row,
.Form-inlineSection .Form-row {
    display: inline-block;
}

.Form--inline .Form-input,
.Form-inlineSection .Form-input {
    width: auto;
}

.Form--inline .Form-input,
.Form--inline .Btn,
.Form-inlineSection .Form-input,
.Form-inlineSection .Btn {
    margin: 0 1rem;
}

.Form-errors {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}

.Form-error {
    margin: 1rem 0;
    color:  #dd0000;
}

/* Because of rouding bugs in some browsers, we can't use rem values to size the radio button, so we need to handle responsive design separately */
@media (min-width: 860px) {
    input[type="radio"].Form-input + .Form-label::before,
    input[type="checkbox"].Form-input + .Form-label::before {
        width: 14px;
        height: 14px;
    }
    input[type="radio"]:checked.Form-input + .Form-label::before {
        background-size: 8px;
    }
    input[type="checkbox"]:checked.Form-input + .Form-label::before {
        background-size: 10px;
    }
}

@media (min-width: 1800px) {
    input[type="radio"].Form-input + .Form-label::before,
    input[type="checkbox"].Form-input + .Form-label::before {
        width: 16px;
        height: 16px;
    }
    input[type="radio"]:checked.Form-input + .Form-label::before {
        background-size: 10px;
    }
    input[type="checkbox"]:checked.Form-input + .Form-label::before {
        background-size: 12px;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-09 11:10:47
 */

.Title,
.richtext h1, .richtext h2, .richtext h3, .richtext h4, .richtext h5, .richtext h6 {
}
.Title a {
    color: inherit;
    text-decoration: none;
}
.Title a:hover {
    color: #499A75;
}
.Title:first-child {
    margin-top: 0;
}

.Title--1,
.richtext h1 {
    font-size: 3.5rem;
    text-align: center;
    margin: 0 0 3rem;
    color: #000;
}
.richtext h1 {
    margin: 3rem 0;
}

.Title--2,
.richtext h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    margin: 3rem 0 1rem;
    color: #000;
}
.Title--1 + .Title--2,
.richtext h1 + h2 {
    margin-top: -3rem;
}

.Title--2::before,
.richtext h2::before {
    content: '';
    position: relative;
    top: -.5rem;
    display: inline-block;
    width: 4rem;
    height: .5rem;
    margin-right: .8rem;
    background: #7EBEE9;
}

.Title--3,
.richtext h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 1.8rem 0;
    color: #499A75;
}
.Title--2 + .Title--3,
.richtext h2 + h3 {
    margin-top: -1.8rem;
}

.Title--4,
.richtext h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 1.6rem 0;
}
.Title--3 + .Title--4,
.richtext h3 + h4 {
    margin-top: -1.6rem;
}

.Title--5,
.richtext h5 {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 1.6rem 0;
    color: #499A75;
}
.Title--4 + .Title--5,
.richtext h4 + h5 {
    margin-top: -1.6rem;
}

.Title--6,
.richtext h6 {
    font-size: 1em;
    font-weight: normal;
    margin: 1.5rem 0;
    color: #499A75;
}
.Title--5 + .Title--6,
.richtext h5 + h6 {
    margin-top: -1.5rem;
}

.Subtitle {
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    color: #499A75;
}
.Title--1 + .Subtitle {
    margin-top: -3.5rem;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-09 09:54:50
 */

.TopBar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 1.2rem 2rem;
    height: 6rem;
    color: #fff;
    background: #002629;
    z-index: 2;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-10-12 10:50:46
 */

.SearchBox {
}

.SearchBox--m {
    width: 28rem;
    margin: 0 auto;
}

.SearchBox-form {
    position: relative;
}

.SearchBox-input {
    width: 100%;
    margin: 0;
    padding: 1rem 4.4rem 1rem 1.5rem;
    line-height: inherit;
    color: #9B9B9B;
    background: none;
    border: 1px solid #499A75;
}
.SearchBox-input::placeholder {
    opacity: .8;
}
.SearchBox-input:focus {
    outline: none;
    border-color: #7EBEE9;
}

.SearchBox-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 1rem 1.2rem;
    background: none;
    border: none;
    transition: .5s color ease, .5s background-color ease, .5s border ease;
}

.SearchBox-btn-icon {
    height: 2rem;
    fill: #499A75;
    transition: fill .5s ease;
}

.SearchBox-btn:hover {
    color: #fff;
    background: #7EBEE9;
}
.SearchBox-btn:hover .SearchBox-btn-icon {
    fill: #fff;
}


.SearchBox-input:focus {
    border-color: #7EBEE9;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-09 14:13:35
 */

.MainMenu {
}

.MainMenu-btn {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    right: 8px;
    margin: -17px 0 0;
    background: none;
    border: none;
    cursor: pointer;
}

.MainMenu-btn-symbolWraper {
    display: inline-block;
    padding: 7px;
    border: 1px solid #fff;
}

.MainMenu-btn-symbol {
    position: relative;
    display: block;
    width: 19px;
    border-bottom: 2px solid #499A75;
    outline-offset: 5px;
    transition: padding .5s ease-in-out, background 1.5s ease-out, border-radius .5s ease-in-out, .5s opacity ease, .5s visibility ease, border-color .4s ease-in-out;
    z-index: 2;
}
.MainMenu-btn-symbol:before {
    content: "";
    display: block;
    margin-bottom: 4px;
    border-bottom: 2px solid #fff;
    transition: transform .4s ease-in-out, border-color .4s ease-in-out;
}
.MainMenu-btn-symbol:after {
    content: "";
    display: block;
    margin-bottom: 4px;
    border-bottom: 2px solid #7EBEE9;
    transition: transform .4s ease-in-out, border-color .4s ease-in-out;
}

.MainMenu-btn-label {
    display: inline-block;
    font-size: 1.8rem;
    margin-right: 1.5rem;
    color: #fff;
}

.MainMenu-content,
.MainMenu-itemsContainer {
    flex: 1;
    display: flex;
}

.MainMenu-content {
    display: flex;
    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 5.6rem;
    flex-direction: column;
    background: #002629;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 1s top ease, 1s opacity ease, .3s visibility linear;
}
/* Prevent fullscreen menu flashing when resizing down (in combination with JS) */
.MainMenu.windowResizing .MainMenu-content {
    transition: none;
}

.MainMenu-itemsContainer {
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.MainMenu-items {
    display: block;
    flex: 1;
    list-style: none;
    max-height: 100%;
    margin: 0;
    padding: .5rem 0;
    text-align: center;
}

.MainMenu-item {
    position: relative;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0;
    transition: .5s padding ease;
}

.MainMenu-item-link {
    display: inline-block;
    margin: .6rem 1rem;
    padding: .4rem 1rem;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: .5s border-bottom-color ease, .5s padding ease;
}

.MainMenu-item-link:hover,
.MainMenu-item.active .MainMenu-item-link,
.MainMenu-item.active-ancestor > .MainMenu-item-link,
.MainMenu-item:hover > .MainMenu-item-link {
    text-decoration: none;
    border-bottom-color: #7EBEE9;
}

.MainMenu-item-subMenu {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 0;
    text-align: left;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 1s max-height ease, 1s opacity ease, 1s visibility ease;
}
.MainMenu-item-subMenu .MainMenu-item {
    display: block;
    font-weight: normal;
    margin: 0;
}
.MainMenu-item-subMenu .MainMenu-item-link {
    display: block;
    border: none;
    margin-top: 0;
    color: #999;
    transition: .5s color ease, .5s background-color ease;
}
.MainMenu-item-subMenu .MainMenu-item:hover > .MainMenu-item-link {
    color: #fff;
    background: #7EBEE9;
}

.MainMenu-item:hover > .MainMenu-item-subMenu {
    opacity: 0;
    visibility: hidden;
}

.MainMenu-item:hover > .MainMenu-item-subMenu,
.MainMenu-item.open > .MainMenu-item-subMenu {
    opacity: 1;
    visibility: visible;
    max-height: 800px;
}

.MainMenu.open .MainMenu-content {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.MainMenu.open .MainMenu-btn-symbol {
    border-color: transparent;
}
.MainMenu.open .MainMenu-btn-symbol:before,
.MainMenu.open .MainMenu-btn-symbol:after {
    border-color: #fff;
}
.MainMenu.open .MainMenu-btn-symbol:before {
    transform: translateX(1px) translateY(6px) rotate(-135deg);
}
.MainMenu.open .MainMenu-btn-symbol:after {
    transform: translateX(1px) translateY(0px) rotate(135deg);
}

@media (min-width: 1024px) {
    .MainMenu {
        flex: 1;
        display: flex;
    }
    .MainMenu-btn {
        opacity: 0;
        visibility: hidden;
    }

    .MainMenu-content {
        position: static;
        opacity: 1;
        visibility: visible;
        padding-top: 0;
        flex-direction: row;
        background: none;
    }

    .MainMenu-itemsContainer {
        justify-content: flex-start;
        align-items: stretch;
        overflow: visible;
    }

    .MainMenu-items {
        display: flex;
        padding: 0;
        align-items: stretch;
        justify-content: center;
    }

    .MainMenu-item {
        display: flex;
    }
    .MainMenu-item-link {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 1rem 1rem .8rem; /* less bottom padding to compensate font line not vertically centered */
    }

    .MainMenu-items > .MainMenu-item + .MainMenu-item::before {
        content: '';
        position: absolute;
        left: -1px;
        top: 50%;
        height: 1.3rem;
        margin-top: -.5rem;
        border-left: 2px solid #fff;
    }

    .MainMenu-items > .MainMenu-item > .MainMenu-item-link {
        line-height: 1.1;
        margin: 0 1rem;
    }

    .MainMenu-item-subMenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 20rem;
        background: rgba(26, 26, 26, .9);
    }

    .MainMenu-item-subMenu .MainMenu-item-subMenu {
        top: 0;
        left: 100%;
    }

    .MainMenu-item:last-child .MainMenu-item-subMenu .MainMenu-item-subMenu,
    .MainMenu-item:nth-last-child(2) .MainMenu-item-subMenu .MainMenu-item-subMenu {
        left: unset;
        right: 100%;
    }

    .MainMenu-item-subMenu,
    .MainMenu-item.open > .MainMenu-item-subMenu {
        max-height: unset;
    }

    .MainMenu-item-subMenu .MainMenu-item {
        text-align: left;
    }

    .MainMenu-item:hover > .MainMenu-item-subMenu {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1140px) {
    .MainMenu-items > .MainMenu-item > .MainMenu-item-link {
        margin: 0 1.5rem;
    }
}

@media (min-width: 1240px) {
    .MainMenu-items > .MainMenu-item > .MainMenu-item-link {
        margin: 0 2rem;
    }
}

@media (min-width: 1460px) {
    .MainMenu-items > .MainMenu-item > .MainMenu-item-link {
        margin: 0 3rem;
    }
}

@media (min-width: 1520px) {
    .MainMenu-items > .MainMenu-item > .MainMenu-item-link {
        margin: 0 3.5rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-08 17:29:13
 */

.SimpleMenu {
}

.SimpleMenu-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 .3rem;
    padding: 0;
    list-style: none;
}

.SimpleMenu-item {
    display: flex;
    flex-direction: column;
    margin: 0 1.5rem;
}
.SimpleMenu-item-link {
    text-decoration: none;
    transition: color .5s ease, .5s border-bottom-color ease;
    border-bottom: 1px solid transparent;
    color: inherit;
}

.SimpleMenu-item.active .SimpleMenu-item-link,
.SimpleMenu-item-link:hover {
    text-decoration: none;
    border-color: #000;
}

.SimpleMenu-item-subMenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.SimpleMenu-item-subMenu .SimpleMenu-item {
    display: block;
    text-transform: none;
    margin: 0;
}

.SimpleMenu--small {
    font-size: .9em;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-09 11:10:47
 */

.Btn {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding: .6rem 3rem;
    margin: 0;
    color: #fff;
    background: #499A75;
    border: 1px solid transparent;
    transition: .5s color ease, .5s background-color ease, .5s border ease;
}

.Btn:hover {
    text-decoration: none;
    background: #002629;
}
.Btn:focus {
    outline: thin dotted;
    outline-offset: -5px;
}
.Btn:active {
    background: #499A75;
}
.Btn:focus:active {
    outline: none;
}

.Btn--off {
    background: #fff;
    color: #aaa;
    border: 1px solid #c0c0c0;
}

.BtnGroup .Btn {
    margin-right: 1rem;
}
.BtnGroup .Btn:last-child {
    margin-right: 0;
}

.Btn--secondary {
    background: none;
    border-color: #999;
    color: #666;
}

.Btn--plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
}
.Btn--plus::before {
    content: '+';
}

.Btn--plusBefore,
.Btn--plusAfter {
    display: inline-flex;
    align-items: center;
    padding: 0;
    color: #7EBEE9;
    background: none;
}

.Btn--plusBefore::before,
.Btn--plusAfter::after {
    content: '+';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    width: 2rem;
    height: 2rem;
    color: #fff;
    background: #7EBEE9;
    transition: .5s color ease, .5s background-color ease;
}
.Btn--plusBefore::before {
    margin-left: 0;
    margin-right: 1rem;
}

.Btn--plusBefore:hover,
.Btn--plusAfter:hover {
    color: #002629;
    background: none;
}
.Btn--plusBefore:hover::before,
.Btn--plusAfter:hover::after {
    background: #002629;
}

.Btn--plusBefore:focus,
.Btn--plusAfter:focus {
    outline: thin dotted;
    outline-offset: -1px;
}

.Btn--overDarkBg.Btn--plusBefore:hover,
.Btn--overDarkBg.Btn--plusAfter:hover {
    color: #fff;
}
.Btn--overDarkBg.Btn--plusBefore:hover::before,
.Btn--overDarkBg.Btn--plusAfter:hover::after {
    color: #002629;
    background: #fff;
}

.Btn--plusBefore:active,
.Btn--plusAfter:active {
    color: #499A75;
    background: none;
}
.Btn--plusBefore:active::after,
.Btn--plusAfter:active::after {
    background: #499A75;
}

.Btn--center {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-08 17:29:13
 */

.Figure {
    margin: 2.5rem 0;
}

.Figure-image,
.Figure-video {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.Figure-video {
    width: 100%;
}

.Figure-caption {
    padding: 1rem 2rem;
    text-align: center;
    font-style: italic;
    color:  #999;
}

.Figure-iframeContainer {
    position: relative;
    padding-bottom: 56.25%;
}

.Figure-iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-09 11:10:47
 */

.Card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #7EBEE9;
}

.Card-imageFormater {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 67%;
    overflow: hidden;
}

.Card-imageFormater--portrait {
    padding-bottom: 150%;
}

.Card-imageFormater--video::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../../../assets/video.png) no-repeat center / 20%;
    pointer-events: none;
    transition: .5s background-size ease;
}
.Card-imageFormater--autoHeight {
    flex-grow: 1;
    padding-bottom: 0;
    height: 20rem;
}
.Card-imageFormater--fullHeight {
    height: 100%;
}
.Card-imageFormater .Card-image.EmbedVideo {
    padding-bottom: 0; /* Fix for Safari */
}

.Card-image {
    display: block;
    width: 100%;
    transition: transform .5s ease;
}
.Card-imageFormater .Card-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Card-title {
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: .5rem 0 1rem;
    padding: 0;
    font-weight: bold;
    color: #499A75;
    transition: color .5s ease;
}
.Card-title > a {
    color: inherit;
    text-decoration: none;
}
.Card-title > a:hover {
    text-decoration: none;
}

.Card-subtitle {
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: -.8rem;
}

.Card-content {
    display: block;
    padding: 1rem 0;
    flex: 1;
}

.Card-text {
    margin: 1rem 0 0;
    padding: 0;
}

.Card-footer {
    padding: 1rem;
}

.Card:hover .Card-imageFormater .Card-image {
    transform: scale(1.1);
}
.Card:hover .Card-imageFormater--video::after {
    background-size: 15%;
}
.Card[onclick]:hover .Card-title {
    color: #499A75;
}

.Card--big {
    border-bottom: none;
}
.Card--big .Card-imageFormater::before,
.Card--big .Card-imageFormater::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 33%;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(125,190,233,0), rgba(125,190,233,.8));
    transition: opacity .5s ease;
    z-index: 2;
}
.Card--big .Card-imageFormater::before {
    background: linear-gradient(rgba(0,38,41,0), rgba(0,38,41,.8));
    opacity: 0;
    z-index: 1;

}
@supports (mix-blend-mode: multiply) {
    .Card--big .Card-imageFormater::after {
        background: linear-gradient(#fff, #7EBEE9);
        mix-blend-mode: multiply;
    }
    .Card--big .Card-imageFormater::before {
        background: linear-gradient(#fff, #002629);
        mix-blend-mode: multiply;
    }
}
.Card--big .Card-content {
    position: absolute;
    bottom: 0;
    padding: 3rem 20% 3rem 3rem;
    z-index: 3;
}
.Card--big .Card-title {
    font-size: 2.4rem;
    color: #fff;
}
.Card--big .Card-text {
    font-size: 2rem;
    color: #fff;
}

.Card--big[onclick]:hover .Card-title {
    color: #fff;
}

.Card--big[onclick]:hover .Card-imageFormater::after {
    opacity: 0;
}
.Card--big[onclick]:hover .Card-imageFormater::before {
    opacity: 1;
}

.Card--inline {
    padding-bottom: 2rem;
}
.Card--inline + .Card--inline {
    margin-top: 2rem;
}
.Card--bottomMargin {
    margin-bottom: 2rem;
}

.Card--inline .Card-imageContainer {
    width: 50%;
}

.Card--inline .Card-text {
    display: none;
}
.Card--inline .Card-title {
    margin: 0;
}
.Card--inline .Card-content {
    padding: 2rem 2.5rem 0 0;
}

.Card--inline .Card-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.Card--fullHeight {
    height: 100%;
}

@media (min-width: 620px) {
    .Card--inline {
        flex-direction: row;
    }

    .Card--inline .Card-imageContainer {
        flex: 1 1 20%;
        margin-right: 2rem;
    }

    .Card--inline .Card-content {
        flex: 1 1 75%;
    }

    .Card--inline .Card-btn {
        bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .Card-imageFormater--s-autoHeight {
        flex-grow: 1;
        padding-bottom: 0;
        height: 20rem;
    }
}

@media (min-width: 1250px) {
    .Card--inline .Card-text {
        display: block;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-10 17:12:54
 */

.Publication {
    display: flex;
    text-align: left;
}

.Publication-imageContainer {
    position: relative;
    /*width: 50%;*/
    flex: 1 1 0;
}
.Publication-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Publication-content {
    flex: 1 1 0;
    padding: 0 2rem;
}

.Publication-title {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 1rem 0;
    padding: .5rem 1rem;
    color: #002629;
    background: #499A75;
}

.Publication-number {
    font-size: 2rem;
    font-weight: bold;
}

.Publication-month {
    font-weight: bold;
}

.Publication-text {
    margin: 1rem 0;
    color: #339DD8;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-09 14:29:34
 */

.Slider {
    position: relative;
    flex: 1;
    padding-bottom: 56.25%; /* 16/9 */
}
.Slider--fullHeight {
    height: 100%;
    padding-bottom: 0;
}
.Slider--autoHeight {
    padding-bottom: 0;
}

.Slider-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.Slider-item,
.slick-initialized .Slider-item {
    position: relative;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Slider-item-image,
.Slider-item-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slick overide */

.Slider-content .slick-list {
    height: 100%;
    width: 100%;
}
.Slider-content .slick-track {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.Slider .slick-prev,
.Slider .slick-next {
    position: absolute;
    top: 50%;
    font-size: 0;
    line-height: 0;
    padding: 1.5rem;
    margin: 0;
    margin-top: -2rem;
    cursor: pointer;
    border: none;
    background: transparent;
    z-index: 1;

}
.Slider .slick-prev {
    left: 0;
}
.Slider .slick-next {
    right: 0;
}
.Slider .slick-prev::after,
.Slider .slick-next::after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    transform: translateX(-.3rem) rotate(45deg);
}
.Slider .slick-prev::after {
    transform: translateX(.3rem) rotate(-135deg);
}
.Slider .slick-prev:hover,
.Slider .slick-prev:focus,
.Slider .slick-next:hover,
.Slider .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.Slider .slick-prev:hover::after,
.Slider .slick-prev:focus::after,
.Slider .slick-next:hover::after,
.Slider .slick-next:focus::after {
    opacity: 1;
}
.Slider .slick-prev.slick-disabled,
.Slider .slick-next.slick-disabled {
    opacity: .25;
}

.Slider .slick-dots {
    position: absolute;
    bottom: 5%;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.Slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 .3rem;
    padding: 0;
}
.Slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 1rem;
    height: 1rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background: #fff;
    opacity: .5;
    border: 0;
    border-radius: 100%;
    transition: opacity .5s ease;
}
.Slider .slick-dots li.slick-active button {
    opacity: 1;
}

.Slider--keepAspectRatio .Slider-item-image,
.Slider--keepAspectRatio .Slider-item-video {
    object-fit: fill;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin:  0 auto;
}

.Slider--keepAspectRatio iframe.Slider-item-image,
.Slider--keepAspectRatio iframe.Slider-item-video {
    width: 100%;
    height: 100%;
}

@media (min-width: 960px) {
    .Slider .slick-prev {
        margin-left: 1rem;
    }
    .Slider .slick-next {
        margin-right: 1rem;
    }
}

@media (min-width: 1280px) {
    .Slider .slick-prev {
        margin-left: 2rem;
    }
    .Slider .slick-next {
        margin-right: 2rem;
    }
}

.Slider--arrowsOutside {
    margin-left: 6rem;
    margin-right: 6rem;
    padding-bottom: 45%;
}
.Slider--arrowsOutside .slick-next {
    margin-right: -6rem;
}
.Slider--arrowsOutside .slick-prev {
    margin-left: -6rem;
}

@media (min-width: 960px) {
    .Slider--arrowsOutside {
        margin-left: 8.5rem;
        margin-right: 8.5rem;
    }
    .Slider--arrowsOutside .slick-next {
        margin-right: -8.5rem;
    }
    .Slider--arrowsOutside .slick-prev {
        margin-left: -8.5rem;
    }
}

.Slider--arrowsOutside .slick-prev,
.Slider--arrowsOutside .slick-next,
.Slider--arrowsOutside .slick-prev::after,
.Slider--arrowsOutside .slick-next::after {
    border-color: #499A75;
}

.Slider--arrowsOutside .slick-prev:hover,
.Slider--arrowsOutside .slick-next:hover {
    background: #499A75;
    border-color: #499A75;
}

.Slider--arrowsOutside .slick-prev:hover::after,
.Slider--arrowsOutside .slick-next:hover::after {
    border-color: #fff;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-10 10:10:19
 */

.Bloc {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    border: 1px solid #c2cbcb;
}

.Bloc + .Bloc {
    margin-top: 3rem;
}

.Bloc-title {
    margin: 0 0 2rem;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-top: -.5rem;
    text-transform: uppercase;
    color: #c2cbcb;
}

.Bloc-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.Bloc-content--verticalCenter {
    justify-content: center;
}

.Bloc-content-title {
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 1rem;
    color: #499A75;
    border-bottom: 2px solid #7EBEE9;
}

.Bloc-content-subtitle {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0;
    color: inherit;
    color: #499A75;
}
.Bloc-content-subtitle a {
    color: inherit;
    text-decoration: none;
    transition: color .5s ease;
}
.Bloc-content-subtitle a:hover {
    color: #fff;
}

.Bloc-content-subtitle2 a {
    color: #fff;
    text-decoration: none;
}
.Bloc-content-subtitle2 a:hover {
    color: #fff;
}

.Bloc-content-columnItem {
    margin-bottom: 1.5rem;
}

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

.Bloc-list-item {
    border-bottom: 1px solid #7EBEE9;
}

.Bloc-list-item-link {
    display: block;
    font-weight: bold;
    padding: 1.5rem 0;
    text-decoration: none;
    color: #499A75;
    transition: color .5s ease;
}

.Bloc-list-item-link:hover {
    color: #fff;
}

.Bloc-content-footer {
    margin-top: 3rem;
}

.Bloc--fullHeight {
    height: 100%;
}

.Bloc--bigPadding {
    padding: 3rem 5rem;
}

.Bloc--darkBg {
    color: #fff;
    background: #002629;
    border: none;
}

.Bloc--darkBg .Bloc-title {
    color: #fff;
}

.Bloc--topLine::after {
    content: '';
    position: absolute;
    display: block;
    top: -3.3rem;
    left: 3rem;
    width: .2rem;
    height: 8rem;
    background: #7EBEE9;
}

.Bloc-list-sublist {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    border-top: 2px solid #7EBEE9;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-10 10:39:56
 */

.DropDown {
    position: relative;
}

.DropDown--m {
    width: 28rem;
    margin: 0 auto;
}

.DropDown-title {
    display: block;
    font-weight: bold;
    margin: 2rem 0;
    font-size: 1.8rem;
}

.DropDown-toggler {
    position: relative;
    display: block;
    text-align: left;
    text-decoration: none;
    padding: 1rem 4rem 1rem 1.5rem;
    color: #9B9B9B;
    border: 1px solid #499A75;
}

.DropDown-toggler::after {
    position: absolute;
    right: 1rem;
    top: 50%;
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -.6rem        ;
    border: 2px solid #499A75;
    border-bottom: none;
    border-left: none;
    transform-origin: 66% 33%;
    transform: translate(-.5rem, .1rem) rotate(135deg);
    transition: transform .5s ease;
}


.DropDown-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 1rem 0;
    border: 1px solid #499A75;
    border-top: 0;
    background: #fff;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: visibility .5s ease, opacity .5s ease, top .5s ease;
}

.DropDown-list-item {
}

.DropDown-list-item-link {
    display: block;
    padding: 1rem 2rem;
    text-decoration: none;
    transition: color .5s ease, background-color .5s ease;
}
.DropDown-list-item-link:hover {
    color: #fff;
    background: #499A75;
}



.DropDown.open .DropDown-toggler::after {
    transform: translate(-.5rem, .1rem) rotate(-45deg);
}

.DropDown.open .DropDown-list {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-09 11:10:47
 */

.Pagination {
    text-align: center;
    margin: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.Pagination-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.Pagination-item {
    display: none;
    margin: 0;
}
.Pagination-item + .Pagination-item {
    margin-left: -1px;
}
.Pagination-item.active {
    font-weight: bold;
}
.Pagination-item.active,
.Pagination-item--previous,
.Pagination-item--next {
    display: inline-block;
}

.Pagination-item-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: .8rem 1.2rem;
    color: inherit;
    border: 1px solid #999;
    transition: color .5s ease, background-color .5s ease, border-color .5s ease;
}
.Pagination-item-link:hover {
    text-decoration: none;
    color: #fff;
    background: #499A75;
    border-color: #499A75;
}


.Pagination-item.disable .Pagination-item-link,
.Pagination-item.disable .Pagination-item-link:hover {
    color: #999;
    background: none;
    z-index: 1;
}

.Pagination-item.active {
    z-index: 1;
}
.Pagination-item.active .Pagination-item-link {
    color: #fff;
    background: #499A75;
    border-color: #499A75;
}

.Pagination-item--previous,
.Pagination-item--next {
}
.Pagination-item--previous .Pagination-item-link {
    border-radius: 1rem 0 0 1rem;
}
.Pagination-item--next .Pagination-item-link {
    border-radius: 0 1rem 1rem 0;
}
.Pagination-item--previous .Pagination-item-link::before,
.Pagination-item--next .Pagination-item-link::after {
    color: #aaa;
    transition: color .5s ease;
}
.Pagination-item--previous .Pagination-item-link::before {
    content: '<<';
    margin-right: .5em;
}
.Pagination-item--next .Pagination-item-link::after {
    content: '>>';
    margin-left: .5em;
}
.Pagination-item--previous .Pagination-item-label,
.Pagination-item--next .Pagination-item-label {
}
.Pagination-item--previous .Pagination-item-link:hover::before,
.Pagination-item--next .Pagination-item-link:hover::after {
    color: #fff;
}
.Pagination-item--previous.disable .Pagination-item-link::before,
.Pagination-item--next.disable .Pagination-item-link::after,
.Pagination-item--previous.disable .Pagination-item-link:hover::before,
.Pagination-item--next.disable .Pagination-item-link:hover::after {
    color: #cdcdcd;
}


@media (min-width: 500px) {
    .Pagination-item {
        display: inline-block;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-08 17:29:13
 */

.Breadcrumb {
    margin: 0 0 2.5rem;
    padding: 1rem 2rem;
    list-style: none;
    text-align: left;
}

.Breadcrumb-item {
    margin: 0;
    display: inline;
    color: #999;
}
.Breadcrumb-item::before {
    content: '>';
    margin: 0 .5em;
    color: #c0c0c0;
}
.Breadcrumb-item:first-child::before {
    display: none;
}
.Breadcrumb-item:last-child {
    color: #333;
}

.Breadcrumb-item-link, .Breadcrumb span {
    color: inherit;
    text-decoration: none;
}
.Breadcrumb a:hover {
    text-decoration: underline;
}


/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-09 11:10:48
 */

.Error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.Error-title {
    font-size: 6rem;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    color: #499A75;
}

.Error-subtitle {
    font-size: 2rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 3rem;
    text-align: center;
}

@media (min-width: 420px) {
    .Error-title {
        font-size: 8rem;
    }
}

@media (min-width: 640px) {
    .Error-title {
        font-size: 10rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-09 11:10:48
 */

.Article {
}

.Article-title {
    text-align: center;
    margin-bottom: 0;
}

.Article-date {
    color: #499A75;
    text-align: center;
}

.Article-abstract {
    font-weight: 500;
}

.Article-nav {
    margin: 4rem 0;
}
.Article-nav-list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.Article-nav-list-item {
    display: block;
}
.Article-nav-list-item + .Article-nav-list-item {
    border-left: 1px solid #E3E3E3;
}
.Article-nav-list-item-link {
    display: block;
    position: relative;
    padding: .6rem 2rem;
    font-weight: bold;
    text-decoration: none;
    transition: color .5s ease;
    color: #499A75;
}
.Article-nav-list-item-link--prev {
    padding-left: 4rem;
}
.Article-nav-list-item-link--next {
    padding-right: 4rem;
}
.Article-nav-list-item-link--off {
    opacity: .5;
}
.Article-nav-list-item-link::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    background: #499A75;
    transition: background-color .5s ease;
}
.Article-nav-list-item-link--prev::before {

    left: 0;
    right: unset;
}
.Article-nav-list-item-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 1rem;
    right: 1.1rem;
    border-top: .5rem solid transparent;
    border-left: .7rem solid #fff;
    border-bottom: .5rem solid transparent;
}
.Article-nav-list-item-link--prev::after {
    transform: rotate(180deg);
    left: 1.1rem;
    right: unset;
}
a.Article-nav-list-item-link:hover {
    text-decoration: none;
    color: #000;
}
a.Article-nav-list-item-link:hover::before {
    background: #000;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2024-08-14 14:53:54
 */

.Tree {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.Tree-item {
}

.Tree-item-label {
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
    line-height: 1.2;
    transition: background .5s ease;
}

.Tree-item--root > .Tree-item-label {
    font-weight: 800;
    text-transform: uppercase;
    color: #c2cbcb;
}

.Tree-item-label-toggler {
    padding-right: .5rem;
    cursor: pointer;
    user-select: none; /* Prevent text selection on double-click */
}
.Tree-item-label-toggler::before {
    content: '';
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.98 6.28"><path d="m5.49 4.39 4.16-4.16c.3-.31.8-.31 1.1 0 .3.31.3.8 0 1.11l-4.7 4.71c-.3.3-.77.31-1.08.02l-4.74-4.72c-.31-.31-.31-.8 0-1.11s.8-.31 1.11 0l4.16 4.15z" fill="%23000"/></svg>') no-repeat center;
    background-size: contain;
    transform: rotate(-90deg);
    transition: transform .5s ease, opacity .5s ease;
    opacity: 0;
}
.Tree-item-label-toggler.active::before {
    opacity: 1;
}

.Tree-item-label-icon {
    height: 2.5rem;
    margin: -.3rem .5rem 0 0;
}

.Tree-item-label-link {
    color: inherit;
    text-decoration: none;
}
.Tree-item-label:hover {
    background: #f0f0f0;

}

.Tree-item.active > .Tree-item-label {
    font-weight: bold;
}
.Tree-item.open > .Tree-item-label .Tree-item-label-toggler::before {
    transform: rotate(0deg);
}

.Tree-item-subTree {
    list-style-type: none;
    margin: 0;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, margin-top 0.3s ease;
}

.Moreac .azimut-consent--container {
    z-index: 1;
}

.Moreac .azimut-consent--modal-container {
    z-index: 1000;
}

.Moreac .azimut-consent--button {
    color: white;
    background-color: #499A75;
    border: 1px solid #499A75;
}

.Moreac .azimut-consent--button:hover {
    color: white;
    background-color: #002629;
    border: 1px solid #002629;
}

.Moreac .azimut-consent--button.azimut-consent--invert {
    color: #499A75;
    background-color: transparent;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-10 14:02:15
 */

.PageHome {
}

.PageHome-shopMap {
    width: 100%;
    height: 100%;
    max-height: 30rem;
}

.PageHome-shopMap-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.PageHome-playerContainer {
    background: #000;
}

.PageHome-player {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    background: #000;
}

.PageHome-player-iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.PageHome-facebookLink {
    text-decoration: none;
}

.PageHome-facebookLink-title {
    padding-right: 4rem;
    background: url(../../../assets/facebook.svg) no-repeat center right / auto 100%;
}

.PageHome-facebookLink-imageContainer {
    display: block;
    overflow: hidden;
}

.PageHome-facebookLink-image {
    transition: transform .5s ease;
}

.PageHome-facebookLink-label {
    display: block;
    text-align: right;
    font-size: 2rem;
    font-weight: bold;
    transition: color .5s ease;
    color: #499A75;
}

.PageHome-facebookLink:hover .PageHome-facebookLink-image {
    transform: scale(1.1);
}
.PageHome-facebookLink:hover .PageHome-facebookLink-label{
    color: #fff;
}

@media (min-width: 620px) {
    .PageHome-shopMap {
        max-height: unset;
    }
}

.PageHome-socialLinks {
    display: block;
    text-align: right;
    margin-top: -55px;
    margin-bottom: 20px;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-09-09 16:36:01
 */

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-success {
    color: #006600;
}

.text-error {
    color:  #dd0000;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; /*Fallback*/
}

.pull-left {
    float: left;
    margin-right:25px;
    margin-bottom:25px;
}

.pull-right {
    float: right;
}

.full-width {
    width: 100%;
}
.full-height {
    height: 100%;
}

.img-block {
    display: block;
}

.media-pullLeft,
.media-pullRight {
    margin: .5rem 2rem 2rem 0;
    max-width: 50%;
    height: auto;
}
.media-pullLeft {
    float: left;
}
.media-pullRight {
    float: right;
}

.unstyled-list {
    list-style: none;
    padding: 0;
}

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

.mce-statusbar {
    border: none !important;
}
.mce-statusbar .mce-container-body {
    height: 0 !important;
}
.mce-branding-powered-by {
    display: none !important;
}

.emphasis {
    font-weight: bold;
    color: #499A75;
}

.emphasis-alternate {
    font-weight: bold;
    color: #7EBEE9;
}

.richtext th,
.richtext td {
    padding: .5rem 1rem;
}

table.table-border,
.mce-item-table.table-border,
table.table-border th,
table.table-border td,
.mce-item-table.table-border th,
.mce-item-table.table-border td {
    border: 1px solid #f26522;
}

table.table-border th,
.mce-item-table.table-border th {
    color: #fff;
    background: #7EBEE9;
}

.img-small {
    max-width: 30%;
}

.img-medium {
    max-width: 50%;
}

.img-big {
    max-width: 100%;
}

.table-strip {
    width: 100%;
}
.table-strip tr:nth-of-type(odd) {
    background: #f0f0f0;
}
.table-strip td {
    padding: 1rem 1.5rem;
}
