/* 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;
}

.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../../../assets/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../../../assets/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../../../assets/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../../../assets/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
/*! 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;
}
:root {
    --yellow: #ffeb19;
    --black: #161615;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Source Sans', sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
}
button, input, optgroup, select, textarea {
    font-family: 'Korolev', sans-serif;
}

a {
    color: var(--black);
    text-decoration: none;
}

a:hover {
    color: var(--blue);
    text-decoration: none;
}

p {
    margin: 2rem 0;
}

*[onclick] {
    cursor: pointer;
}

@media (min-width: 1440px) {
    html {
        font-size: 72.917%;
    }
}
@media (min-width: 1600px) {
    html {
        font-size: 71.43%;
    }
}
@media (min-width: 1800px) {
    html {
        font-size: 83.33%;
    }
}
@media (min-width: 2000px) {
    html {
        font-size: 83%;
    }
}
@media (min-width: 2200px) {
    html {
        font-size: 85%;
    }
}
@media (min-width: 2400px) {
    html {
        font-size: 95%;
    }
}
@media (min-width: 2600px) {
    html {
        font-size: 105%;
    }
}
@media (min-width: 2800px) {
    html {
        font-size: 115%;
    }
}
@media (min-width: 3000px) {
    html {
        font-size: 125%;
    }
}
@media (min-width: 3200px) {
    html {
        font-size: 135%;
    }
}
@media (min-width: 3400px) {
    html {
        font-size: 145%;
    }
}
@media (min-width: 3600px) {
    html {
        font-size: 155%;
    }
}
@media (min-width: 3800px) {
    html {
        font-size: 165%;
    }
}
@media (min-width: 5000px) {
    html {
        font-size: 200%;
    }
}


@font-face {
    font-family: 'Korolev';
    src: url('../../../assets/Korolev Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Korolev';
    src: url('../../../assets/Korolev Thin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Korolev';
    src: url('../../../assets/Korolev Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Korolev';
    src: url('../../../assets/Korolev Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Korolev';
    src: url('../../../assets/Korolev Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans';
    src: url('../../../assets/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Korolev';
    src: url('../../../assets/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Marydale';
    src: url('../../../assets/Marydale.woff2') format('woff2'), url('../../../assets/Marydale.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-05-28 10:22:16
 */

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

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

.MainBody--negativeTopMargin {
    margin-top: -3rem;
    pointer-events: none;
}
.MainBody--negativeTopMargin > * {
    pointer-events: auto;
}

.MainBody-content {
    max-width: 120rem;
    margin: 0 auto;
    pointer-events: auto;
    position: relative;
}

.MainBody--fullWidth {
    max-width: unset;
    width: 100%;
    display: inline-block;
}

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

@media (min-width: 640px) {
    .MainBody {
        padding-right: 4rem;
        padding-left: 4rem;
    }
}
@media (min-width: 800px) {
    .MainBody {
        padding-right: 6rem;
        padding-left: 6rem;
    }
}
@media (min-width: 1080px) {
    .MainBody {
        padding-right: 8rem;
        padding-left: 8rem;
    }
}

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

.MainBody--noTopMargin {
    margin-top: 0;
}
.MainBody--noBottomMargin {
    margin-bottom: 0;
}
.MainBody--noVerticalMargin {
    margin-top: 0;
    margin-bottom: 0;
}

.MainBody--smallVerticalMargins {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

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

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

.Emmaus .azimut-consent--button.azimut-consent--invert,
.Emmaus .azimut-consent--button.azimut-consent--invert:hover {
    /*color: ;*/
    background-color: transparent;
}

.Emmaus .azimut-consent--button,
.Emmaus .azimut-consent--button:hover {
    color: var(--colorFulTextColor);
    background-color: var(--currentBackground);
    border: 1px solid var(--currentBackground);
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-05-28 10:22:16
 */

.MainHeader {
    position: relative;
    padding-bottom: 56.25%;
    color: #fff;
    background: #000;
    z-index: 0;
}

.MainHeader::after {
    content: '';
    position: absolute;
    top:  0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0,55,100,1) 0, rgba(0,55,100,.93) 3rem, rgba(0,55,100,0) 15rem);
    mix-blend-mode: multiply;
    pointer-events: none;
}

.MainHeader-overlay {
    content: '';
    position: absolute;
    top:  0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 3rem;
    line-height: 1.3;
    color: #fff;
    z-index: 1;
    pointer-events: none;
}

.MainHeader-overlay-surtitle {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    color:  #fff;
}

.MainHeader-overlay-title {
    font-size: 2.4rem;
    font-weight: bold;
    color:  #003764;
}

.MainHeader-overlay-logo {
    position: absolute;
    right: 1rem;
    bottom: 4rem;
    height: 3rem;
}
.MainHeader .Slider-item-copyright {
    bottom: 3rem;
}

.MainHeader-overlay-buttons {
    display: none;
    pointer-events: auto;
}

@media (min-width: 470px) {
    .MainHeader-overlay-buttons {
        display: block;
        margin-top: 1rem;
    }
}

@media (min-width: 560px) {
    .MainHeader-overlay {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media (min-width: 720px) {
    .MainHeader-overlay-surtitle {
        font-size: 1.4rem;
    }
    .MainHeader-overlay-title {
        font-size: 2.8rem;
    }

    .MainHeader-overlay-logo {
        right: 1.5rem;
        bottom: 4.5rem;
        height: 4rem;
    }
    .MainHeader .Slider-item-copyright {
        bottom: 3.5rem;
    }
}

@media (min-width: 1024px) {
    .MainHeader::after {
        background: linear-gradient(rgba(0,55,100,1) 0, rgba(0,55,100,.93) 5rem, rgba(0,55,100,0) 20rem);
    }
}

@media (min-width: 1300px) {
    .MainHeader-overlay-surtitle {
        font-size: 1.6rem;
    }
    .MainHeader-overlay-title {
        font-size: 3rem;
    }
    .MainHeader-overlay-logo {
        right: 2rem;
        bottom: 5rem;
        height: 5rem;
    }
    .MainHeader .Slider-item-copyright {
        bottom: 4.5rem;
    }
}

@media (min-width: 1680px) {
    .MainHeader-overlay-logo {
        bottom:  2rem;
    }
    .MainHeader .Slider-item-copyright {
        bottom: .2rem;
    }
}

@media (min-aspect-ratio: 1/1) {
    .MainHeader {
        padding-bottom: 0;
        height: 100vh;
        min-height: 200px;
    }
}


.MainFooter {
    padding: 1rem 1rem 0rem;
    text-align: left;
    font-size: 1rem;
    color: var(--black);
}

.MainFooter-logo {
    width: 8rem;
}

.MainFooter-columns {
    display: flex;
    flex-wrap: wrap;
}

.MainFooter-columns-section {
    width: 100%;
}

.MainFooter-columns-section + .MainFooter-columns-section {
    margin-top: 1rem;
}

.MainFooter-columns-section:first-child {
    width: 100%;
    margin-bottom: .5rem;
    flex: initial;
}

.MainFooter-columns-section:last-child {
    width: 100%;
    flex: auto;
}

.MainFooter-columns-section:first-child .MainFooter-columns-section-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.MainFooter-columns-section img {
    max-width: 100%;
    min-width: 9rem;
}

.MainFooter-columns-section-title {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: .5rem;
    text-transform: uppercase;
}

.MainFooter-columns-section-text {
    margin: .3rem 0;
}

.MainFooter-columns-section-socialIcon {
    position: relative;
    width: 3rem;
    margin: 0 .15rem;
    border-radius: 50%;
    box-shadow: 0 .3rem .6rem rgba(0,0,0,.16);
    transition: box-shadow .5s ease;
}
.MainFooter-columns-section-socialIcon:hover {
    box-shadow: 0 0 .6rem rgba(242,101,32,.8);
}

.MainFooter .SimpleMenu-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    min-width: 30rem;
}

.MainFooter .SimpleMenu-items > li > a,
.MainFooter-columns-title {
    font-family: 'Korolev', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: var(--black);
    text-transform: none;
}

.MainFooter-columns-title {
    display: none;
}

.MainFooter-menu ul {
    padding-left: 0;
}

.MainFooter-menu ul li {
    display: inline;
}

@media (min-width: 420px) and (max-width: 779px) {

    .MainFooter-columns {
        justify-content: space-between;
    }

    .MainFooter-columns-section:first-child {
        width: 9rem;
    }
    .MainFooter-columns-section {
        flex: 1;
    }
}

@media (min-width: 780px) {
    .MainFooter-columns {
        flex-wrap: nowrap;
    }

    .MainFooter-columns-title {
        display: block;
    }

    .SimpleMenu-items {
        justify-content: space-between;
    }

    .MainFooter-menu {
        margin-top: 3rem;
    }
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-05-28 10:22:16
 */

/* 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;
    /*overflow: hidden;*/
}

.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--4-2 > .Grid-item:first-child {
    width: calc(80% - 1rem);
}
.Grid--2--2-3 > .Grid-item:last-child,
.Grid--2--3-2 > .Grid-item:last-child,
.Grid--2--4-2 > .Grid-item:last-child {
    flex: 1;
}

.Grid--smallGridGap > .Grid-item {
    width: calc(100%/var(--grid-columns) - 1rem);
    margin: .5rem;
}
.Grid--bigGridGap > .Grid-item {
    width: calc(100%/var(--grid-columns) - 2rem);
    margin: .5rem;
}

@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--smallGridGap {
        grid-gap: 1rem;
    }
    .Grid--bigGridGap {
        grid-gap: 4rem;
    }

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

    .Grid > .Grid-item,
    .Grid--smallGridGap > .Grid-item,
    .Grid--bigGridGap > .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,
    .Grid--2--4-2 > .Grid-item:first-child,
    .Grid--2--4-2 > .Grid-item:last-child {
        /* Cancel flexbox fallback styles */
        width: auto;
        margin: 0;
    }
}

.Grid--2,
.Grid--2--2-3,
.Grid--2--3-2,
.Grid--2--4-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--padding {
    padding: 1rem;
}
.Grid--horizontalPadding {
    padding-left: 1rem;
    padding-right: 1rem;
}

.Grid--2.Grid--largeMarginLeft,
.Grid--2--2-3.Grid--largeMarginLeft,
.Grid--2--3-2.Grid--largeMarginLeft,
.Grid--2--4-2.Grid--largeMarginLeft,
.Grid--3.Grid--largeMarginLeft,
.Grid--4.Grid--largeMarginLeft,
.Grid--5.Grid--largeMarginLeft,
.Grid--6.Grid--largeMarginLeft {
    margin-left: 4rem;
}
.Grid--2.Grid--largeMarginRight,
.Grid--2--2-3.Grid--largeMarginRight,
.Grid--2--3-2.Grid--largeMarginRight,
.Grid--2--4-2.Grid--largeMarginRight,
.Grid--3.Grid--largeMarginRight,
.Grid--4.Grid--largeMarginRight,
.Grid--5.Grid--largeMarginRight,
.Grid--6.Grid--largeMarginRight {
    margin-right: 4rem;
}

.Grid--lightPiped > .Grid-item,
.Grid--xxs-lightPiped > .Grid-item,
.Grid--xs-lightPiped > .Grid-item,
.Grid--m-lightPiped > .Grid-item,
.Grid--l-lightPiped > .Grid-item,
.Grid--xl-lightPiped > .Grid-item {
    position: relative;
}
.Grid--lightPiped > .Grid-item::after,
.Grid--xxs-lightPiped > .Grid-item::after,
.Grid--xs-lightPiped > .Grid-item::after,
.Grid--m-lightPiped > .Grid-item::after,
.Grid--l-lightPiped > .Grid-item::after,
.Grid--xl-lightPiped > .Grid-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -3rem;
    bottom: 0;
    border-right: 1px solid #BFBFBF;
}
.Grid--xxs-lightPiped > .Grid-item::after,
.Grid--xs-lightPiped > .Grid-item::after,
.Grid--m-lightPiped > .Grid-item::after,
.Grid--l-lightPiped > .Grid-item::after,
.Grid--xl-lightPiped > .Grid-item::after {
    display: none;
}

.Grid--2 .Grid-item--verticalPadding,
.Grid--2--2-3 .Grid-item--verticalPadding,
.Grid--2--3-2 .Grid-item--verticalPadding,
.Grid--2--4-2 .Grid-item--verticalPadding,
.Grid--3 .Grid-item--verticalPadding,
.Grid--4 .Grid-item--verticalPadding,
.Grid--5 .Grid-item--verticalPadding,
.Grid--6 .Grid-item--verticalPadding {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.Grid-item--horizontalPadding {
    padding-left: 2rem;
    padding-right: 2rem;
}

/* 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--smallGridGap > .Grid-item {
        width: calc(100%/var(--grid-columns) - 1.5rem);
        margin: .75rem;
    }
    .Grid--bigGridGap > .Grid-item {
        width: calc(100%/var(--grid-columns) - 5rem);
        margin: 2.5rem;
    }

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

    @supports (display: grid) {
        .Grid {
            grid-gap: 4rem;
            /* Cancel flexbox fallback styles */
            margin: 0;
        }
        .Grid--smallGridGap {
            grid-gap: 1.5rem;
        }
        .Grid--bigGridGap {
            grid-gap: 5rem;
        }

        .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,
        .Grid--2--4-2 > .Grid-item:first-child,
        .Grid--2--4-2 > .Grid-item:last-child {
            /* Cancel flexbox fallback styles */
            width: auto;
            margin: 0;
        }
    }

    .Grid--padding {
        padding: 2rem;
    }
    .Grid--horizontalPadding {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .Grid--lightPiped > *::after {
        right: -2rem;
    }
}
@media (min-width: 768px) {
    /* Grid flexbox fallback */
    .Grid {
        margin: -3rem;
    }
    .Grid > .Grid-item {
        width: calc(100%/var(--grid-columns) - 6rem);
        margin: 3rem;
    }
    .Grid--smallGridGap > .Grid-item {
        width: calc(100%/var(--grid-columns) - 2rem);
        margin: 1rem;
    }
    .Grid--bigGridGap > .Grid-item {
        width: calc(100%/var(--grid-columns) - 10rem);
        margin: 5rem;
    }

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

    @supports (display: grid) {
        .Grid {
            grid-gap: 6rem;
            /* Cancel flexbox fallback styles */
            margin: 0;
        }
        .Grid--smallGridGap {
            grid-gap: 2rem;
        }
        .Grid--bigGridGap {
            grid-gap: 10rem;
        }

        .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,
        .Grid--2--4-2 > .Grid-item:first-child,
        .Grid--2--4-2 > .Grid-item:last-child {
            /* Cancel flexbox fallback styles */
            width: auto;
            margin: 0;
        }
    }

    .Grid--padding {
        padding: 3rem;
    }
    .Grid--horizontalPadding {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .Grid--lightPiped > *::after {
        right: -3rem;
    }
}

@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-2--4-2 {
        grid-template-columns: 4fr 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);
    }

    .Grid--xxs-2.Grid--largeMarginLeft,
    .Grid--xxs-2--2-3.Grid--largeMarginLeft,
    .Grid--xxs-2--3-2.Grid--largeMarginLeft,
    .Grid--xxs-2--4-2.Grid--largeMarginLeft,
    .Grid--xxs-3.Grid--largeMarginLeft,
    .Grid--xxs-4.Grid--largeMarginLeft,
    .Grid--xxs-5.Grid--largeMarginLeft,
    .Grid--xxs-6.Grid--largeMarginLeft {
        margin-left: 4rem;
    }
    .Grid--xxs-2.Grid--largeMarginRight,
    .Grid--xxs-2--2-3.Grid--largeMarginRight,
    .Grid--xxs-2--3-2.Grid--largeMarginRight,
    .Grid--xxs-2--4-2.Grid--largeMarginRight,
    .Grid--xxs-3.Grid--largeMarginRight,
    .Grid--xxs-4.Grid--largeMarginRight,
    .Grid--xxs-5.Grid--largeMarginRight,
    .Grid--xxs-6.Grid--largeMarginRight {
        margin-right: 4rem;
    }

    /*.Grid--xxs--noPadding {
        padding: 0;
    }*/
    .Grid--xxs--noHorizontalPadding {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .Grid-item--xxs--noHorizontalPadding {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .Grid--xxs-2 .Grid-item--verticalPadding,
    .Grid--xxs-2--2-3 .Grid-item--verticalPadding,
    .Grid--xxs-2--3-2 .Grid-item--verticalPadding,
    .Grid--xxs-2--4-2 .Grid-item--verticalPadding,
    .Grid--xxs-3 .Grid-item--verticalPadding,
    .Grid--xxs-4 .Grid-item--verticalPadding,
    .Grid--xxs-5 .Grid-item--verticalPadding,
    .Grid--xxs-6 .Grid-item--verticalPadding {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .Grid--xxs-lightPiped > .Grid-item::after {
        display: block;
    }
}

@media (max-width: 740px) {

    .Grid--xs--1 {
        --grid-columns: 1;
    }

    .Grid--xs--1--reverse div:last-child {
        grid-row-start: 1;
    }

    .Grid--xs--2 {
        --grid-columns: 2;
    }

    .Grid--xs--3 {
        --grid-columns: 3;
    }
}

@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-2--4-2 {
        grid-template-columns: 4fr 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--largeMarginLeft,
    .Grid--xs-2--2-3.Grid--largeMarginLeft,
    .Grid--xs-2--3-2.Grid--largeMarginLeft,
    .Grid--xs-2--4-2.Grid--largeMarginLeft,
    .Grid--xs-3.Grid--largeMarginLeft,
    .Grid--xs-4.Grid--largeMarginLeft,
    .Grid--xs-5.Grid--largeMarginLeft,
    .Grid--xs-6.Grid--largeMarginLeft {
        margin-left: 4rem;
    }
    .Grid--xs-2.Grid--largeMarginRight,
    .Grid--xs-2--2-3.Grid--largeMarginRight,
    .Grid--xs-2--3-2.Grid--largeMarginRight,
    .Grid--xs-2--4-2.Grid--largeMarginRight,
    .Grid--xs-3.Grid--largeMarginRight,
    .Grid--xs-4.Grid--largeMarginRight,
    .Grid--xs-5.Grid--largeMarginRight,
    .Grid--xs-6.Grid--largeMarginRight {
        margin-right: 4rem;
    }

    /*.Grid--xs--noPadding {
        padding: 0;
    }*/
    .Grid--xs--noHorizontalPadding {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .Grid-item--xxs--noHorizontalPadding {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .Grid--xs-2 .Grid-item--verticalPadding,
    .Grid--xs-2--2-3 .Grid-item--verticalPadding,
    .Grid--xs-2--3-2 .Grid-item--verticalPadding,
    .Grid--xs-2--4-2 .Grid-item--verticalPadding,
    .Grid--xs-3 .Grid-item--verticalPadding,
    .Grid--xs-4 .Grid-item--verticalPadding,
    .Grid--xs-5 .Grid-item--verticalPadding,
    .Grid--xs-6 .Grid-item--verticalPadding {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .Grid--xs-lightPiped > .Grid-item::after {
        display: block;
    }
}

@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--1-3 {
        grid-template-columns: 1fr 3fr;
    }
    .Grid--s-2--3-2 {
        grid-template-columns: 3fr 2fr;
    }
    .Grid--s-2--4-2 {
        grid-template-columns: 4fr 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--s-2.Grid--largeMarginLeft,
    .Grid--s-2--2-3.Grid--largeMarginLeft,
    .Grid--s-2--3-2.Grid--largeMarginLeft,
    .Grid--s-2--4-2.Grid--largeMarginLeft,
    .Grid--s-3.Grid--largeMarginLeft,
    .Grid--s-4.Grid--largeMarginLeft,
    .Grid--s-5.Grid--largeMarginLeft,
    .Grid--s-6.Grid--largeMarginLeft {
        margin-left: 4rem;
    }
    .Grid--s-2.Grid--largeMarginRight,
    .Grid--s-2--2-3.Grid--largeMarginRight,
    .Grid--s-2--3-2.Grid--largeMarginRight,
    .Grid--s-2--4-2.Grid--largeMarginRight,
    .Grid--s-3.Grid--largeMarginRight,
    .Grid--s-4.Grid--largeMarginRight,
    .Grid--s-5.Grid--largeMarginRight,
    .Grid--s-6.Grid--largeMarginRight {
        margin-right: 4rem;
    }

    /*.Grid--s--noPadding {
        padding: 0;
    }*/

    .Grid--s--noHorizontalPadding {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .Grid-item--s--noHorizontalPadding {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .Grid--s-2 .Grid-item--verticalPadding,
    .Grid--s-2--2-3 .Grid-item--verticalPadding,
    .Grid--s-2--3-2 .Grid-item--verticalPadding,
    .Grid--s-2--4-2 .Grid-item--verticalPadding,
    .Grid--s-3 .Grid-item--verticalPadding,
    .Grid--s-4 .Grid-item--verticalPadding,
    .Grid--s-5 .Grid-item--verticalPadding,
    .Grid--s-6 .Grid-item--verticalPadding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .Grid--s-lightPiped > .Grid-item::after {
        display: block;
    }
}

@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-2--4-2 {
        grid-template-columns: 4fr 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--m-2.Grid--largeMarginLeft,
    .Grid--m-2--2-3.Grid--largeMarginLeft,
    .Grid--m-2--3-2.Grid--largeMarginLeft,
    .Grid--m-2--4-2.Grid--largeMarginLeft,
    .Grid--m-3.Grid--largeMarginLeft,
    .Grid--m-4.Grid--largeMarginLeft,
    .Grid--m-5.Grid--largeMarginLeft,
    .Grid--m-6.Grid--largeMarginLeft {
        margin-left: 4rem;
    }
    .Grid--m-2.Grid--largeMarginRight,
    .Grid--m-2--2-3.Grid--largeMarginRight,
    .Grid--m-2--3-2.Grid--largeMarginRight,
    .Grid--m-2--4-2.Grid--largeMarginRight,
    .Grid--m-3.Grid--largeMarginRight,
    .Grid--m-4.Grid--largeMarginRight,
    .Grid--m-5.Grid--largeMarginRight,
    .Grid--m-6.Grid--largeMarginRight {
        margin-right: 4rem;
    }

    /*.Grid--m--noPadding {
        padding: 0;
    }*/
    .Grid--m--noHorizontalPadding {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .Grid-item--m--noHorizontalPadding {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .Grid--m-2 .Grid-item--verticalPadding,
    .Grid--m-2--2-3 .Grid-item--verticalPadding,
    .Grid--m-2--3-2 .Grid-item--verticalPadding,
    .Grid--m-2--4-2 .Grid-item--verticalPadding,
    .Grid--m-3 .Grid-item--verticalPadding,
    .Grid--m-4 .Grid-item--verticalPadding,
    .Grid--m-5 .Grid-item--verticalPadding,
    .Grid--m-6 .Grid-item--verticalPadding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .Grid--m-lightPiped > .Grid-item::after {
        display: block;
    }
}

@media (min-width: 1025px) {
    .Grid--largeMarginLeft {
        margin-left: 10%;
    }
    .Grid--largeMarginRight {
        margin-right: 10%;
    }
}

@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-2--4-2 {
        grid-template-columns: 4fr 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--l-2.Grid--largeMarginLeft,
    .Grid--l-2--2-3.Grid--largeMarginLeft,
    .Grid--l-2--3-2.Grid--largeMarginLeft,
    .Grid--l-2--4-2.Grid--largeMarginLeft,
    .Grid--l-3.Grid--largeMarginLeft,
    .Grid--l-4.Grid--largeMarginLeft,
    .Grid--l-5.Grid--largeMarginLeft,
    .Grid--l-6.Grid--largeMarginLeft {
        margin-left: 4rem;
    }
    .Grid--l-2.Grid--largeMarginRight,
    .Grid--l-2--2-3.Grid--largeMarginRight,
    .Grid--l-2--3-2.Grid--largeMarginRight,
    .Grid--l-2--4-2.Grid--largeMarginRight,
    .Grid--l-3.Grid--largeMarginRight,
    .Grid--l-4.Grid--largeMarginRight,
    .Grid--l-5.Grid--largeMarginRight,
    .Grid--l-6.Grid--largeMarginRight {
        margin-right: 4rem;
    }

    /*.Grid--l--noPadding {
        padding: 0;
    }*/
    .Grid--l--noHorizontalPadding {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .Grid-item--l--noHorizontalPadding {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .Grid--l-2 .Grid-item--verticalPadding,
    .Grid--l-2--2-3 .Grid-item--verticalPadding,
    .Grid--l-2--3-2 .Grid-item--verticalPadding,
    .Grid--l-2--4-2 .Grid-item--verticalPadding,
    .Grid--l-3 .Grid-item--verticalPadding,
    .Grid--l-4 .Grid-item--verticalPadding,
    .Grid--l-5 .Grid-item--verticalPadding,
    .Grid--l-6 .Grid-item--verticalPadding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .Grid--l-lightPiped > .Grid-item::after {
        display: block;
    }
}

@media (min-width: 1200px) {
    /* Grid flexbox fallback */
    .Grid--bigGridGap > .Grid-item {
        width: calc(100%/var(--grid-columns) - 16rem);
        margin: 8rem;
    }

    @supports (display: grid) {
        .Grid--bigGridGap {
            grid-gap: 16rem;
        }

        .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,
        .Grid--2--4-2 > .Grid-item:first-child,
        .Grid--2--4-2 > .Grid-item:last-child {
            /* Cancel flexbox fallback styles */
            width: auto;
            margin: 0;
        }
    }
}

@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-2--4-2 {
        grid-template-columns: 4fr 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);
    }

    .Grid--xl-2.Grid--largeMarginLeft,
    .Grid--xl-2--2-3.Grid--largeMarginLeft,
    .Grid--xl-2--3-2.Grid--largeMarginLeft,
    .Grid--xl-2--4-2.Grid--largeMarginLeft,
    .Grid--xl-3.Grid--largeMarginLeft,
    .Grid--xl-4.Grid--largeMarginLeft,
    .Grid--xl-5.Grid--largeMarginLeft,
    .Grid--xl-6.Grid--largeMarginLeft {
        margin-left: 4rem;
    }
    .Grid--xl-2.Grid--largeMarginRight,
    .Grid--xl-2--2-3.Grid--largeMarginRight,
    .Grid--xl-2--3-2.Grid--largeMarginRight,
    .Grid--xl-2--4-2.Grid--largeMarginRight,
    .Grid--xl-3.Grid--largeMarginRight,
    .Grid--xl-4.Grid--largeMarginRight,
    .Grid--xl-5.Grid--largeMarginRight,
    .Grid--xl-6.Grid--largeMarginRight {
        margin-right: 4rem;
    }

    /*.Grid--xl--noPadding {
        padding: 0;
    }*/
    .Grid--xl--noHorizontalPadding {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .Grid-item--xl--noHorizontalPadding {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .Grid--xl-2 .Grid-item--verticalPadding,
    .Grid--xl-2--2-3 .Grid-item--verticalPadding,
    .Grid--xl-2--3-2 .Grid-item--verticalPadding,
    .Grid--xl-2--4-2 .Grid-item--verticalPadding,
    .Grid--xl-3 .Grid-item--verticalPadding,
    .Grid--xl-4 .Grid-item--verticalPadding,
    .Grid--xl-5 .Grid-item--verticalPadding,
    .Grid--xl-6 .Grid-item--verticalPadding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .Grid--xl-lightPiped > .Grid-item::after {
        display: block;
    }
}

/* IE 10-11 */

@media all and (-ms-high-contrast:none)
{
    .Grid > .Grid-item {
        width: calc(100% - 6.01rem);
    }
    .Grid--2 > * {
        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--2--4-2 > .Grid-item:first-child {
        width: calc(80% - 3.01rem);
    }
    .Grid--3 > * {
        width: calc(100%/3 - 6.01rem);
    }
    .Grid--4 > * {
        width: calc(100%/4 - 6.01rem);
    }
    .Grid--5 > * {
        width: calc(100%/5 - 6.01rem);
    }
    .Grid--6 > * {
        width: calc(100%/6 - 6.01rem);
    }
}

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

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

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

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

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

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

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-05-31 15:39:40
 */

.Form {
    padding: 3rem 0;
}

.Form-row {
    margin: 0;
    line-height: 1.3rem;
}

.Form .Grid {
    grid-gap: 1.2rem;
}

.Form-label {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
}

.Form-input {
    font-size: 1.2rem;
    margin: 1rem 0;
    padding: .8rem 1.2rem;
    width: 100%;
    color: var(--blue);
    font-weight: 700;
    background: white;
    border: none;
    transition: border-color .5s ease;
}
textarea.Form-input {
    min-height: 2.4rem;
    resize: vertical;
    padding: 1rem;
    border: none;
    -webkit-appearance: none;
}
input[type="radio"].Form-input,
input[type="checkbox"].Form-input {
    width: auto;
    position: relative;
    top: .2rem;
}
input[type="radio"].Form-input + .Form-label,
input[type="checkbox"].Form-input + .Form-label {
    margin-left: .3rem;
}
input[type="radio"].Form-input + .Form-label + input[type="radio"].Form-input,
input[type="checkbox"].Form-input + .Form-label + input[type="checkbox"].Form-input{
    margin-left: 2rem;
}

[type="radio"] {
    box-sizing: border-box;
    padding: 10px;
    margin: 0 .5rem 0 2rem;
}

.Form-row [type="radio"]:first-child {
    margin-left: 0;
}

input[type="file"].Form-input {
    border: none;
}
.Form-input::placeholder {
    color: var(--blue);
    opacity: 1;
    font-weight: 400;
}

.Form-input:hover,
.Form-input:focus {
    outline: none;
    border-color: transparent;
}

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

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

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

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

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

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

.Gallery {
    width: 100%;
    position: relative;
    display: block;
}

.Gallery .gallery {
    position: relative;
    width: 100%;
    display: block;
}

.gallery{
    /*margin:0 4rem 4rem 4rem;*/
    margin: 0.5rem 0;
}
.gallery .gallery-item {
    height: auto;
    width: 200px;
    overflow: hidden;
    text-align: center;
    margin: 0 0.5rem;
}

.gallery .gallery-item a {
    padding: 0 0.2rem;
}

.gallery .gallery-item img {
    /*display: block;*/
    /*margin: 0 auto;*/
    /*min-height: 100%;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery .slick-dots {
    bottom: -25px;
}
.gallery .slick-dots li button{
    background:#666;
}

.mfp-figure figure {
    margin: 0;
}


/* Arrows */
.slick-prev,
.slick-next
{
    position: absolute;
    top: 50%;
    font-size: 0;
    line-height: 0;
    padding: 7px;
    margin-top: -2rem;
    cursor: pointer;
    z-index: 700;
    background-color: white;
    border: 1px white solid;
    border-radius: 50%;
}
.slick-prev {
    left: 1rem;
}
.slick-next {
    right:1rem;
}


.slick-prev:after,
.slick-next:after
{
    content: '';
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border: 2px solid black;
    border-bottom: none;
    border-left: none;
    transform: translateX(-.1rem) rotate(45deg);
}
.slick-prev:after {
    transform: translateX(.1rem) rotate(-135deg);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}


/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-05-28 10:22:16
 */

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

.Title--1,
.richtext h1 {
    font-family: 'Korolev', sans-serif;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--blue);
}

.Title--1 strong,
.richtext h1 strong {
    font-weight: 700;
}

.Title--1:after,
.richtext h1:after,
.Title--2:after,
.richtext h2:after {
    content: ' ';
    display: block;
    height: 1rem;
    width: 13rem;
    background-image: url('../../../assets/underline.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.Header-home-text .Title--1:after {
    display: none;
}

.Title--1 + .Subtitle {
    margin-top: 0;
}


.Subtitle {
    font-family: 'Marydale', sans-serif;
    text-transform: uppercase;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 3rem 0 0;
    color: var(--black);
    display: inline-block;
}

.Header-home-text .Subtitle {
    font-size: 3.3em;
}

.Subtitle.Subtitle--2 {
    font-size: 1.6rem;
    margin: 1rem 0;
}

.Subtitle.Subtitle--3 {
    font-family: 'Korolev', sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    margin: 0;
}

.Subtitle.Subtitle--4 {
    font-family: 'Korolev', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 2rem 0;
}

.Title--2,
.richtext h2,
.Title--3,
.richtext h3 {
    font-family: 'Korolev', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
    color: var(--blue);
}

.Title--1 + .Title--2,
.richtext h1 + h2 {
    margin-top: -3rem;
}



.Title--2 + .Title--3,
.richtext h2 + h3 {
    margin-top: -1.8rem;
}

.Title--4,
.richtext h4 {
    font-family: 'Marydale', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin: 1.2rem 0;
    text-transform: uppercase;
    color: var(--black);
}
.Title--3 + .Title--4,
.richtext h3 + h4 {
    margin-top: -1.6rem;
}

.Title--5,
.richtext h5 {
    font-size: 1rem;
    font-weight: 600;
    margin: 1.6rem 0;
    text-transform: uppercase;
    color: #003764;
}
.Title--4 + .Title--5,
.richtext h4 + h5 {
    margin-top: -1.1rem;
}

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

.richtext .Subtitle + p {
    margin-top: 0;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-05-28 10:22:16
 */

.TopBarContainer {
    padding-top: 12rem;
}

.TopBar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 1rem 3rem;
    color: #fff;
    z-index: 2;
    transition: fill 1s ease, padding 1s ease, background 1s ease, box-shadow 1s ease;
}

.TopBar {
    background: #fff;
}

.TopBar {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0);
    transition: box-shadow 1s ease;
}
.TopBar.scroll {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}

.TopBar-logo {
    z-index: 3;
    transition: height 1s ease;
}
.TopBar-logo-image {
    transition: fill 1s ease, height 1s ease;
}

/* Group logo and logo-image height to fix a safari bug */
.TopBar-logo,
.TopBar-logo-image {
    height: 10rem;
}

.TopBar {
    fill:  var(--blue);
}

.TopBar.menu-open .TopBar-logo-image {
    fill: #fff;
}

@media (min-width: 460px) {
    .TopBar {
        justify-content: center;
    }
}

@media (min-width: 620px) {
    .TopBarContainer {
        /*padding-top: 8.2rem;*/
    }

    .TopBar-logo,
    .TopBar-logo-image {
        /*height: 5rem;*/
    }
}

@media (min-width: 920px) {
    .TopBarContainer {
        /*padding-top: 9.2rem;*/
    }

    .TopBar-logo,
    .TopBar-logo-image {
        /*height: 6rem;*/
    }
}

@media (min-width: 970px) {
    .TopBarContainer {
        /*padding-top: 8.2rem;*/
    }

    .TopBar-logo,
    .TopBar-logo-image {
        /*height: 5rem;*/
    }
}

@media (min-width: 1180px) {
    .TopBarContainer {
        /*padding-top: 8.8rem;*/
    }

    .TopBar {
        padding: 1.2rem 5rem;
    }

    .TopBar-logo,
    .TopBar-logo-image {
        /*height: 6rem;*/
    }
}

@media (min-width: 1280px) {

    .TopBar-logo,
    .TopBar-logo-image {
        height: 10rem;
    }
}


.TopBar.scroll {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.TopBar.scroll .TopBar-logo,
.TopBar.scroll .TopBar-logo-image {
    height: 5rem;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-05-28 10:22:16
 */

.MainMenu {
}

.MainMenu-btn {
    position: absolute;
    top: 3rem;
    right: 2.5rem;
    cursor: pointer;
    width: 24px;
    margin: -8px 0 0;
    padding: 0;
    border: none;
    border-bottom: 3px solid currentColor;
    outline-offset: 5px;
    background: none;
    transition: padding .5s ease-in-out, color 1s ease, background 1.5s ease-out, border-radius .5s ease-in-out, .5s opacity ease, .5s visibility ease, border-color .4s ease-in-out, top .5s ease;
    z-index: 2;
}
.MainMenu-btn:before {
    content: "";
    display: block;
    margin-bottom: 4px;
    border-bottom: 3px solid currentColor;
    transition: transform .4s ease-in-out, border-color .4s ease-in-out;
}
.MainMenu-btn:after {
    content: "";
    display: block;
    margin-bottom: 4px;
    border-bottom: 3px solid currentColor;
    transition: transform .4s ease-in-out, border-color .4s ease-in-out;
}

.TopBar.scroll .MainMenu-btn {
    top: 2rem;
}

.MainMenu-btn {
    color: var(--blue);
}

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

.MainMenu-content {
    display: flex;
    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 12rem;
    flex-direction: column;
    background: white;
    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-family: "Korolev", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    margin: 0;
    transition: .5s padding ease;
    overflow: hidden;
}

.MainMenu-item-link {
    display: block;
    margin: .6rem 1rem;
    padding: .4rem 1rem;
    text-decoration: none;
    transition: padding .5s ease, color .1s ease, background .5s ease;
}

.MainMenu-item.active .MainMenu-item-link,
.MainMenu-item.active-ancestor > .MainMenu-item-link {
    color: var(--black);
    background: #fff;
}

.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, padding .5s 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;
    text-transform: none;
    transition: .5s color ease, .5s background-color ease;
}

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

.MainMenu-addon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.1rem;
    padding: .5rem;
    text-align: center;
    color: #f0f0f0;
}



.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 {
    border-color: transparent;
}
.MainMenu.open .MainMenu-btn:before {
    transform: translateY(5px) rotate(-135deg);
}
.MainMenu.open .MainMenu-btn:after {
    transform: translateY(-2px) rotate(135deg);
}

@media (min-width: 970px) {
    .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;
        flex: 1;
        padding: 0 1rem;
        align-items: center;
        justify-content: space-evenly;
    }

    .MainMenu-item {
        display: flex;
    }

    .MainMenu-item.active .MainMenu-item-link:after,
    .MainMenu-item.active-ancestor > .MainMenu-item-link:after {
        content: ' ';
        display: block;
        height: 1rem;
        width: 13rem;
        background-image: url('../../../assets/underline.png');
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 1rem;
        bottom: 0;
    }

    .MainMenu-item-link {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 1rem;
        white-space: nowrap;
    }

    .MainMenu-item-subMenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 20rem;
        background: #fff;
    }

    .MainMenu-addon {
        flex-direction: row;
        align-items: center;
        padding: 0;
    }
    .MainMenu-addon-section {
        display: flex;
        align-items: center;
        transition: height 1s ease;
    }
    .MainMenu-addon-section:last-child {
        padding-right: 0;
    }

    .MainMenu-addon-section--socialNetworks {
        transition: opacity 1s ease, visibility 1s ease;
    }

    .TopBar.scroll .MainMenu-addon-section--socialNetworks {
        visibility: hidden;
        opacity: 0;
    }

    .MainMenu-addon-section {
        color: var(--blue);
    }

    .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 {
        padding: .5rem 0;
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1180px) {
    .MainMenu-items {
        padding: 0 2rem;
    }

    .MainMenu-addon-section {
        display: flex;
        height: 4.5rem;
        align-items: center;
        padding: 0 1rem;
        border-left: 1px dashed currentColor;
        transition: color 1s ease;
    }

    .TopBar.scroll .MainMenu-addon-section {
        height: 2rem;
    }

    .TopBar.scroll .MainMenu-addon-section--socialNetworks {
        visibility: visible;
        opacity: 1;
    }

    .MainMenu-addon-section--memberMenu {
        padding-left: 2rem;
    }
}

@media (min-width: 1280px) {
    .MainMenu-items {
        justify-content: center;
    }
    .MainMenu-item {
        margin: 0 .5rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-05-28 11:11:55
 */

.SocialNetworksMenu {
    display: inline-flex;
    list-style: none;
    margin: 1rem 0 0 0;
    padding: 0;
    white-space: nowrap;
}

.SocialNetworksMenu-item {
    display: inline-block;
    margin: 0 1rem;
}

.SocialNetworksMenu-item-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    text-decoration: none;
    /*color: #fff;*/
    color: inherit;
    fill: var(--black);
    border-radius: 50%;
    transition: fill 0.2s ease;
}

.SocialNetworksMenu-item-link:hover {
    text-decoration: none;
    fill: var(--blue);
}

.SocialNetworksMenu-item-link-icon {
    height: 2.5rem;
    max-width: 2.5rem;
}

.SocialNetworksMenu--vertical {
    flex-direction: column;
}

@media (min-width: 970px) {
    /*.TopBar.scroll .SocialNetworksMenu-item-link {
        color: #003764;
    }*/
}
@media (min-width: 970px) and (max-width: 1179px) {
    .TopBar .SocialNetworksMenu {
        position: absolute;
        right: 1.05rem;
        top: 5.8rem;
    }

    .TopBar .SocialNetworksMenu-item-link {
        padding: .2rem;
        width: 2.1rem;
        height: 2.1rem;
    }

    .TopBar .SocialNetworksMenu-item-link-icon {
        height: 1rem;
        max-width: 1.4rem;
    }
}

@media (min-width: 1180px) {
    .TopBar .SocialNetworksMenu-item {
        margin: 0;
    }
}


.Btn {
    display: inline-block;
    text-decoration: none;
    padding: .8rem 4rem;
    line-height: 1.2;
    margin: 0;
    border: 1px solid transparent;
    font-weight: 700;
}

.Btn:focus {
    outline: thin dotted;
    outline-offset: -5px;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-06-01 11:40:03
 */

.Figure {
    margin: 0;
    overflow: hidden;
    transform: rotateZ(0);
    display: inline-block;
}
.Figure--50p {
    width: 50%;
}
.Figure--30p {
    width: 30%;
    border-radius: 1rem;
}
.Figure--left {
    float: left;
    margin: .5rem 2rem .5rem 0;
}
.Figure--shadow {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);
}

.Figure-image {
    display: block;
    max-width: 100%;
    height: auto;
}

.Figure-mask-container {
    position: relative;
}

.Figure-mask {
    display: inline-block;
    position: relative;
}

.Figure-mask::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}

.Figure-caption {
    margin: 1rem 2rem;
    text-align: center;
    font-weight: bold;
    color: #003764;
}

.Figure-copyright {
    font-size: .8em;
    text-align: center;
    margin: 1rem 2rem;
    color: #999;
}
.Figure-caption + .Figure-copyright {
    margin-top: -.5rem;
}

.Figure-noMask .Figure-mask:after {
    opacity: 0;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-05-28 10:22:16
 */

.SimpleMenu {
}

.SimpleMenu-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-around;
}

.SimpleMenu-item {
    display: block;
}
.SimpleMenu-item-link {
    text-decoration: none;
    display: block;
}

.SimpleMenu-item-subMenu .SimpleMenu-item-link {
    margin-top: 1rem;
}

.SimpleMenu-item.active .SimpleMenu-item-link,
.SimpleMenu-item-link:hover {

}

.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: .9rem;
}

.SimpleMenu--piped .SimpleMenu-item {
    margin: 0 .75rem;
}

.SimpleMenu--piped .SimpleMenu-item + .SimpleMenu-item::before {
    content: '|';
    margin-right: 1.5rem;
}


.TinyMCETemplate-Columns {
    display: flex;
    gap: 5rem;
}

.TinyMCETemplate-Columns-Column {
    flex: 1;
}

.TinyMCETemplate-Framed {
    position: relative;
    width: 25rem;
    height: 23rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3.5rem;
    overflow: hidden;
}

.TinyMCETemplate-Framed-content {
    text-align: center;
}

.TinyMCETemplate-Framed:after {
    content: ' ';
    background-image: url('../../../assets/mask.png');
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}

@media (max-width: 1000px) {
    .TinyMCETemplate-Columns {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .TinyMCETemplate-Columns-Column {
        flex: auto;
    }
}

.Header {
    position: relative;
    width: 100%;
}

.Header .Figure-mask {
    position: initial;
    display: block;
    height: 500px;
    overflow: hidden;
}

.Header .Figure-mask img {
    transform: translateY(calc(-50% + 250px));
}

.Header-title {
    position: absolute;
    padding: 5rem;
    max-width: 50%;
    z-index: 1;
    top: 6rem;
    left: 6rem;
}

.Header-title .Title.Title--1 {
    color: var(--black);
    font-family: 'Marydale', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    text-transform: uppercase;
    text-align: left;
}

.Header-home-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 740px) {
    .Header > div {
        position: relative;
    }
    .Header-title {
        max-width: initial;
        padding: initial;
        top: 2rem;
        padding-bottom: 2rem;
        left: initial;
    }

    .Header-title .Title.Title--1 {
        font-size: 2.5rem;
    }

    .Header .Figure-mask {
        display: none;
    }
}

.Error {
    text-align: center;
}

.Error-title {
    font-family: 'Marydale', sans-serif;
    font-size: 5em;
}

.Error-subtitle {
    font-family: 'Marydale', sans-serif;
    font-size: 3em;
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-05-28 10:22:16
 */

.clearfix {
    clear: both;
}

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

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

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

.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;
}

.media-pullLeft {
    float: left;
    max-width: 50%;
    margin: 0 2rem 2rem 0;
}

.media-pullRight {
    float: right;
    max-width: 50%;
    margin: 0 0 2rem 2rem;
}

.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;
}

.richtext ul,
.richtext ol {
    font-weight: 600;
}




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

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

.ColorFulBackground {
    background-color: var(--currentBackground);
    padding: 0 3rem;
    color: var(--colorFulTextColor);
}

.hide {
    display: none;
}

@media (min-width: 420px) {
    .hide--xxs {
        display: none;
    }

    .show--xxs {
        display: block;
    }
}

@media (min-width: 620px) {
    .hide--xs {
        display: none;
    }

    .show--xs {
        display: block;
    }
}

@media (min-width: 768px) {
    .hide--s {
        display: none;
    }

    .show--s {
        display: block;
    }
}

@media (min-width: 960px) {
    .hide--m {
        display: none;
    }

    .show--m {
        display: block;
    }
}

@media (min-width: 1080px) {
    .hide--l {
        display: none;
    }

    .show--l {
        display: block;
    }
}

@media (min-width: 1260px) {
    .hide--xl {
        display: none;
    }

    .show--xl {
        display: block;
    }
}
