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

* {
    box-sizing: border-box;
}

/**
 * With reference font size 1.6rem at 62,5% :
 *
 * 101.5625%  -> 26
 * 93.75%     -> 24
 * 85.9375%   -> 22
 * 78.125%    -> 20
 * 70.3125%   -> 18
 * 62.5%      -> 16
 * 54.6875%   -> 14
 * 46.875%    -> 12
 * 39.0625%   -> 10
 */

html {
    font-size: 46.875%; /* Default site 12px */
}

html, body {
    height: 100%;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6rem; /* Font size 16px at reference (html font-size 62.6%) */
    line-height: 1.5;
    color: #484848;
}
button, input, optgroup, select, textarea {
    font-family: 'Work Sans', sans-serif;
}

a {
    color: #F20C0C;
}

p {
    margin: 2rem 0;
}

table {
    border-collapse: collapse;
}

blockquote {
    position: relative;
    font-style: italic;
    margin: 0 0 2rem;
}
blockquote::before {
    content: '«';
    position: absolute;
    top: -3.2rem;
    line-height: 1;
    left: -4rem;
    font-size: 7rem;
    color: #ededed;
}


*[onclick] {
    cursor: pointer;
}

@media(min-width: 760px) {
    p {
        margin: 3rem 0;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 54.6875%;
    }
}
@media (min-width: 1800px) {
    html {
        font-size: 62.5%;
    }
}
@media (min-width: 2300px) {
    html {
        font-size: 70.3125%;
    }
}
@media (min-width: 2800px) {
    html {
        font-size: 78.125%;
    }
}
@media (min-width: 3300px) {
    html {
        font-size: 85.9375%;
    }
}
@media (min-width: 3800px) {
    html {
        font-size: 93.75%;
    }
}
@media (min-width: 4300px) {
    html {
        font-size: 101.5625%;
    }
}
@media (min-width: 4800px) {
    html {
        font-size: 109.375%;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-regular.woff2') format('woff2'),
         url('../../../assets/worksans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-italic.woff2') format('woff2'),
         url('../../../assets/worksans-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-thin.woff2') format('woff2'),
         url('../../../assets/worksans-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-thinitalic.woff2') format('woff2'),
         url('../../../assets/worksans-thinitalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-extralight.woff2') format('woff2'),
         url('../../../assets/worksans-extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-extralightitalic.woff2') format('woff2'),
         url('../../../assets/worksans-extralightitalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-light.woff2') format('woff2'),
         url('../../../assets/worksans-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-lightitalic.woff2') format('woff2'),
         url('../../../assets/worksans-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-medium.woff2') format('woff2'),
         url('../../../assets/worksans-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-mediumitalic.woff2') format('woff2'),
         url('../../../assets/worksans-mediumitalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-semibold.woff2') format('woff2'),
         url('../../../assets/worksans-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-semibolditalic.woff2') format('woff2'),
         url('../../../assets/worksans-semibolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-bold.woff2') format('woff2'),
         url('../../../assets/worksans-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-bolditalic.woff2') format('woff2'),
         url('../../../assets/worksans-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-extrabold.woff2') format('woff2'),
         url('../../../assets/worksans-extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-extrabolditalic.woff2') format('woff2'),
         url('../../../assets/worksans-extrabolditalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-black.woff2') format('woff2'),
         url('../../../assets/worksans-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../../../assets/worksans-blackitalic.woff2') format('woff2'),
         url('../../../assets/worksans-blackitalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    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;
}

.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}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{width:100%;z-index:10000;font-weight:400;outline:0}.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-outerContainer:after{content:"";display:table;clear:both}.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{position:absolute;top:0;left: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{content:"";display:table;clear:both}.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}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.Body {
    position: relative;
    max-width: 151rem;
    margin: 7rem auto;
    padding: 0 2rem;
}

.Body--large {
    max-width: 220rem;
}

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

.Body-content {
    max-width: 105rem;
    margin: 20px auto;
}

.BodyColumnsContainer {
    display: flex;

    /*
     * Columns has been added later, maybe not the best way. It had an issue on large screens : the space on the right of the right column is not equal to space between main and right column *//* Columns has been added later, it has an issue on large screens : the space on the right of the right column is not equal to space between main and right column
     * This max width solves the issue but needs to be adjusted with the size of Body--large (or Body if Body--large is not used)
     * To set it, increase the windows width until body horizontal margins start appearing
     */
    max-width: 192rem;
    margin: 0 auto;
}

.BodyColumnsContainer-main {
    flex: 4;
}

.BodyColumnsContainer-side {
    display: none;
    padding: 4rem;
    background: #f0f0f0;
    flex: 1;
}
.BodyColumnsContainer-side:first-child {
    margin-left: 2rem;
}
.BodyColumnsContainer-side:last-child {
    margin-right: 2rem;
}

.BodyColumnsContainer-side--show {
    display: block;
}

@media (min-width: 520px) {
    .Body {
        padding-right: 3rem;
        padding-left: 3rem;
    }
    .BodyColumnsContainer-side:first-child {
        margin-left: 1rem;
    }
    .BodyColumnsContainer-side:last-child {
        margin-right: 1rem;
    }
}

@media (min-width: 640px) {
    .Body {
        padding-right: 4rem;
        padding-left: 4rem;
    }
    .BodyColumnsContainer-side:first-child {
        margin-left: 2rem;
    }
    .BodyColumnsContainer-side:last-child {
        margin-right: 2rem;
    }
}
@media (min-width: 800px) {
    .Body {
        padding-right: 7rem;
        padding-left: 7rem;
    }
    .BodyColumnsContainer-side:first-child {
        margin-left: 3rem;
    }
    .BodyColumnsContainer-side:last-child {
        margin-right: 3rem;
    }
}
@media (min-width: 1080px) {
    .Body {
        padding-right: 10rem;
        padding-left: 10rem;
    }
    .BodyColumnsContainer-side:first-child {
        margin-left: 5rem;
    }
    .BodyColumnsContainer-side:last-child {
        margin-right: 5rem;
    }
}
@media (min-width: 1400px) {
    .Body {
        padding-right: 14rem;
        padding-left: 14rem;
    }
    .BodyColumnsContainer-side:first-child {
        margin-left: 14rem;
    }
    .BodyColumnsContainer-side:last-child {
        margin-right: 14rem;
    }
}
@media (min-width: 1600px) {
    .Body {
        margin-top: 8rem;
        margin-bottom: 8rem;
        padding-right: 12rem;
        padding-left: 12rem;
    }
    .BodyColumnsContainer-side:first-child {
        margin-left: 3rem;
    }
    .BodyColumnsContainer-side:last-child {
        margin-right: 3rem;
    }
}

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

.Body--separator {
    margin-top: -3rem;
    margin-bottom: -3rem;
}
.Body--separator img {
    height: 3.8rem;
}

@media (min-width: 420px) {
    .BodyColumnsContainer-side--show-xxs {
        display: block;
    }
}
@media (min-width: 620px) {
    .BodyColumnsContainer-side--show-xs {
        display: block;
    }
}
@media (min-width: 768px) {
    .BodyColumnsContainer-side--show-s {
        display: block;
    }
}
@media (min-width: 960px) {
    .BodyColumnsContainer-side--show-m {
        display: block;
    }
}
@media (min-width: 1080px) {
    .BodyColumnsContainer-side--show-l {
        display: block;
    }
}
@media (min-width: 1260px) {
    .BodyColumnsContainer-side--show-xl {
        display: block;
    }
}


/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.Header {
}

.Header-side {
    position: relative;
    height: 40rem;
}

.Header-main {
    position: relative;
    margin: 2rem;
}

.Header-main-content {
    flex: 1;
    height: 60rem;
}

@media(min-width: 760px) {
    .Header {
        position: relative;
        padding-bottom: 50%;
    }

    .Header-side {
        position: absolute;
        top: 0;
        right: 62%;
        bottom: 0;
        left: 0;
        height: auto;
    }

    .Header-main {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 38%;
        margin: 0;
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 5rem 2rem 0 2rem;
    }

    .Header-main-content {
        flex: 1;
    }
}

@media(min-width: 960px) {
    .Header-main {
        padding: 10rem 7rem 0 7rem;
    }
}

@media(min-width: 1080px) {
    .Header-main {
        padding-top: 13rem;
    }
}

@media(min-width: 1080px) {
    .Header-main {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}

@media(min-width: 1200px) {
    .Header-main {
        padding-top: 15rem;
    }
}

@media(min-width: 1400px) {
    .Header-main {
        padding: 19rem 14rem 0 14rem;
    }
}

@media(min-width: 1600px) {
    .Header-main {
        padding: 17rem 12rem 0 12rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.Footer {
    font-size: 1.4rem;
    padding: 4rem 4rem 1rem;
    text-align: center;
    color: #767676;
    background: #F8F8F8;
}

.Footer-columns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.Footer-columns-section {
    width: 100%;
    text-align: left;
}
.Footer-columns-section + .Footer-columns-section {
    margin-top: 3rem;
}

.Footer-columns-section a {
    color: inherit;
    text-decoration: none;
    transition: color .5s ease;
}
.Footer-columns-section a:hover {
    color: #F20C0C;
}

.Footer-columns-section-content {
    max-width: 30rem;
    padding: 0 .5rem;
    margin: 0 auto;
    height: 100%;
}

.Footer-columns-section:first-child {
    width: 100%;
    margin-bottom: .5rem;
}
.Footer-columns-section:first-child img {
    max-width: 20rem;
}

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

.Footer-columns-section-title {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: .5rem;
    color: #020441;
}
.Footer-columns-section-title--color  {
    color: #F26520;
}

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

.Footer-columns-section-socialIcon {
    position: relative;
    height: 1.6rem;
    margin: 0 .4rem;
}

.Footer-columns + .Footer-menu {
    margin-top: 2rem;
    justify-content: center;
}

@media (min-width: 420px) and (max-width: 779px) {
    .Footer-columns-section:first-child {
        max-width: unset;
    }
    .Footer-columns-section {
        width: 50%;
    }
    .Footer-columns-section:nth-child(odd) .Footer-columns-section-content {
        margin-left: 10%;
    }
    .Footer-columns-section:nth-child(even) .Footer-columns-section-content {
        margin-right: 10%;
    }
    .Footer-columns-section:first-child .Footer-columns-section-content {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }
}

@media (min-width: 780px) {
    .Footer-columns-section {
        width: 25%;
    }
}


@media (min-width: 1100px) {
    .Footer {
        padding-right: 3rem;
        padding-left: 3rem;
    }
    /*.Footer-columns {
        padding-left: 6rem;
        padding-right: 6rem;
    }*/
    .Footer-columns-section {
        width: 20%;
    }
    .Footer-columns-section:first-child {
        width: unset;
    }
    .Footer-columns-section + .Footer-columns-section {
        margin-top: 0;
    }

    .Footer-columns-section-content {
        max-width: unset;
        padding-left: 4rem;
        padding-right: 4rem;
    }

}


@media (min-width: 1500px) {
    .Footer-columns-section {
        max-width: 37rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

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

.Grid--2--2-3 > .Grid-item:first-child {
    width: calc(40% - .5rem);
}
.Grid--2--3-2 > .Grid-item:first-child {
    width: calc(60% - .5rem);
}
.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: 1rem;
        /* 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--homeNews {
        grid-template-columns: 1fr 1fr;
    }
    .Grid--homeNews > .Grid-item:first-child {
        grid-column: span 2;
    }

    .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: .5rem;
}
.Grid--padding {
    padding: .5rem;
}

/**
 * Responsive grid gap
 * Independent media querries : only increase grid gap
 */
@media (min-width: 320px) {
    /* Grid flexbox fallback */
    .Grid {
        margin: -1rem;
    }
    .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);
    }

    @supports (display: grid) {
        .Grid {
            grid-gap: 2rem;
            /* 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: 1rem;
    }
    .Grid--padding {
        padding: 1rem;
    }
}

.Grid-item {
    position: relative;
}

.Grid-item--greyBg {
    background: #F8F8F8;
}

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

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

    @supports (display: grid) {
        .Grid {
            grid-gap: 3rem;
            /* 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: 1.5rem;
    }
    .Grid--padding {
        padding: 1.5rem;
    }
}*/
/* 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);
    }
}

@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);
    }
}

@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);
    }
}

@media (max-width: 1024px) {
    .Grid--4 {
            --grid-columns: 2 !important;
    }
}

@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);
    }
}

@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);
    }

    .Grid--homeNews {
        /*grid-template-columns: 5fr 4fr;*/
        grid-template-columns: 13fr 10fr;
    }
    .Grid--homeNews > .Grid-item:first-child {
        grid-row: span 2;
        grid-column: unset;
    }

    .Grid-item--xl-borderBottom::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: -1rem;
        left: 0;
        border-bottom: 1px solid #D0D0D0;
    }

    .Grid-item--xl-verticalAlignBottom {
        display: flex;
        align-items: flex-end;
    }
}
/* 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 flexbox fallback */
.Grid--noGap {
    margin: 0;
}
.Grid--noGap > .Grid-item {
    width: calc(100%/var(--grid-columns));
    margin: 0;
}
@supports (display: grid) {
    .Grid--noGap {
        grid-gap: 0;
        /* Cancel flexbox fallback styles */
        margin: 0;
    }
    .Grid--noGap > .Grid-item,
    .Grid--noGap.Grid--2--2-3 > .Grid-item:first-child,
    .Grid--noGap.Grid--2--2-3 > .Grid-item:last-child,
    .Grid--noGap.Grid--2--3-2 > .Grid-item:first-child,
    .Grid--noGap.Grid--2--3-2 > .Grid-item:last-child {
        /* Cancel flexbox fallback styles */
        width: auto;
        margin: 0;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.Form {
}

.Form-row {
    margin: 3rem 0 0;
    line-height: 1.3;
}
/* 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-radioDetailText {
    margin-left: 16px; /* radio width + border */
    padding: 0 0 3rem 1rem;
}

.Form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 2rem 0;
    padding: .8rem .2rem;
    width: 100%;
    color: #666;
    background: none;
    border: none;
    border-bottom: .1rem solid #C6C6C6;
    border-radius: none;
    transition: border-color .5s ease;
}
textarea.Form-input {
    min-height: 2.4rem;
    resize: vertical;
    padding: 1rem;
    border: .1rem solid #C6C6C6;
}
select.Form-input {
    padding-right: 2.8rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23000' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center / 1rem;
}

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

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

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

.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: #F20C0C;
  border-color: #F20C0C;
}
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: #F20C0C;
}
/* 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: #F20C0C;
}
/* 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;
}

.Form-hint {
    margin: 1rem 0;
    color: #aaa;
}

.Form--login {
    max-width: 40rem;
    margin: 0 auto;
}

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

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

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

.Title--2,
.richtext h2 {
    font-size: 3rem;
    font-weight: 600;
    margin: 2rem 0 1.5rem;
}

.richtext h2::before {
    content: '';
    position: relative;
    top: 3rem;
    left: -4.5rem;
    display: block;
    height: 3rem;
    width: 3rem;
    background: url(../../../assets/buoy.svg) no-repeat center / contain;
}

.Title--1 + .Title--2,
.richtext h1 + h2 {
    margin-top: -3rem;
}
.Title--2--big {
    font-size: 2.8rem;
}
.Title--2--altColor {
    color: #F20C0C
}

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

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

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

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

.Title-emphasis {
    color: #F20C0C;
    font-size: .7em;
    font-weight: normal;
}

@media(min-width: 760px) {
    .Title--2,
    .richtext h2 {
        margin: 4rem 0 3rem;
    }
}

@media(min-width: 1000px) {
    .Title--2--big {
        font-size: 3rem;
    }
}

@media(min-width: 1600px) {
    .Title--2,
    .richtext h2 {
        font-size: 2.9rem;
    }

    .Title--2--big {
        font-size: 3.7rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.TopBar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 8rem;
    background: #fff;
    z-index: 2;
    transition: height .5s ease, background-color .5s ease;
}

.TopBar-logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 5rem;
    transition: height .5s ease, margin .5s linear;
}
.TopBar-logo,
.TopBar-logo img {
    height: 80%;
    z-index: 3;
    transition: height .5s ease, width .5s linear, margin .5s linear;
}

.TopBar--home {
    height: 10rem;
    padding: 0;
    background: transparent;
}

.TopBar--home .TopBar-logo {
    width: 38%;
    margin-left: 0;
}
.TopBar--home .TopBar-logo img {
    margin: 2.8rem 0 0 3rem;
    width: 42vw;
    height: auto;
}

.TopBarContainer {
    padding-top: 8rem;
}

@media(min-width: 400px) {
    .TopBar--home .TopBar-logo img {
        width: 35vw;
    }
}

@media(min-width: 580px) {
    .TopBar--home .TopBar-logo img {
        width: 26vw;
    }
}

@media(min-width: 760px) {
    .TopBar--home .TopBar-logo img {
        width: 18vw;
        margin: 3.8rem 0 0 4rem;
    }
}

@media(min-width: 960px) {
    .TopBar {
        height: 12rem;
    }
    .TopBarContainer {
        padding-top: 12rem;
    }
    .TopBar--home {
        height: 10rem;
    }
}

@media(min-width: 1100px) {
    .TopBar--home .TopBar-logo img {
        margin: 5rem 0 0 6rem;
    }
}

@media(min-width: 1300px) {
    .TopBar--home .TopBar-logo img {
        width: 14vw;
    }
}

@media(min-width: 1200px) {
    .TopBar--home {
        height: 12rem;
    }
}

@media(min-width: 1600px) {
    .TopBar--home {
        height: 10rem;
    }
    .TopBar--home .TopBar-logo img {
        margin: 6rem 0 0 8rem;
    }

}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.MainMenu {
    font-size: 1.8rem;
}

.MainMenu-btn {
    position: absolute;
    top: 50%;
    right: 3rem;
    cursor: pointer;
    width: 24px;
    margin: -8px 0 0;
    padding: 0;
    border: none;
    border-bottom: 3px solid #020441;
    outline-offset: 5px;
    background: none;
    transition: padding .5s ease-in-out, background 1.5s ease-out, .5s opacity ease, .5s visibility ease, border-color .4s ease-in-out;
    z-index: 2;
}
.MainMenu-btn:before {
    content: "";
    display: block;
    margin-bottom: 4px;
    border-bottom: 3px solid #020441;
    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 #020441;
    transition: transform .4s ease-in-out, border-color .4s ease-in-out;
}


.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: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 1s top linear, 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: #020441;
    margin: 0;
    transition: .5s padding linear;
}

.MainMenu-item-link {
    display: inline-block;
    margin: .6rem 1rem;
    padding: .4rem 2.5rem;
    text-decoration: none;
    color: #020441;
    transition: .5s border-bottom-color ease, background .5s 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;
    color: #fff;
    background: #020441;
}

.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: inline-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: #020441;
}

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

.MainMenu-addon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

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

@media (min-width: 1120px) {
    .MainMenu {
        position: relative;
        flex: 1;
        display: flex;
        margin: 0 2rem;
    }
    .TopBar--home .MainMenu {
        margin: 3rem 4rem 0;
    }

    .MainMenu-btn {
        opacity: 0;
        visibility: hidden;
    }

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

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

    .MainMenu-items {
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .TopBar--home .MainMenu-items {
        justify-content: space-between;
    }

    .MainMenu-item {
        display: flex;
    }
    .MainMenu-item-link {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: .6rem 2rem;
    }

    .MainMenu-item-subMenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 25rem;
        padding: 1rem 0;
        font-size: 1.6rem;
        background: #020441;
    }

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

    .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-addon {
        right: 0;
        padding: 0;
    }
    .MainMenu-addon + .MainMenu-addon {
        margin-left: 2rem;
    }
    .TopBar--home .MainMenu-addon {
        text-align: right;
        font-size: .9em;
    }

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

    .MainMenu-item-subMenu .MainMenu-item {
        text-align: left;
        margin: 0;
        font-weight: 600;
    }

    .MainMenu-item-subMenu .MainMenu-item-link {
        display: block;
        padding: 1rem 2rem;
        color: #fff;
    }

    .MainMenu-item-subMenu .MainMenu-item:hover > .MainMenu-item-link {
        color: #fff;
        background: #000;
    }

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

    .TopBar--home .MainMenu-itemsContainer {
        flex: 4 1 auto;
    }
    .TopBar--home .MainMenu-items {
        flex: 1 1 auto;
    }
    .TopBar--home .MainMenu-items > .MainMenu-item > .MainMenu-item-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .TopBar--home .MainMenu-addon {
        flex: 1 1 auto;
    }
}

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

    .TopBar--home .MainMenu {
        margin: 3rem 9rem 0;
    }
}
@media (min-width: 1360px) {
    .MainMenu-addon {
        position: absolute;
    }
}
@media (min-width: 1480px) {
    .TopBar--home .MainMenu {
        margin: 3rem 14rem 0;
    }
}

.TopBar--home .MainMenu-addon {
    position: static;
}

.TopBar--home .MainMenu-items > .MainMenu-item {
    margin: 0;
}


@media (min-width: 1600px) {
    .MainMenu {
        font-size: 1.8rem;
    }
    .TopBar--home .MainMenu {
        margin: 3rem 13rem 0;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

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

.SecondaryMenu-item {
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    color: #020441;
    flex: 1 1 auto;
}

.SecondaryMenu-item-link {
    display: inline-block;
    padding: .6rem 1rem;
    text-decoration: none;
    color: #020441;
    transition: color .5s ease, background-color .5s ease;
}

.SecondaryMenu-item-link:hover {
    text-decoration: none;
    color: #fff;
    background: #020441;
}

.SecondaryMenu-item-link-icon {
    height: .7em;
    fill: currentColor;
    transition: fill .5s ease;
}

.SecondaryMenu-item-subMenu {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 100%;
    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;
    background: #020441;
}
.SecondaryMenu-item-subMenu .SecondaryMenu-item {
    display: block;
    font-weight: normal;
    margin: 0;
}
.SecondaryMenu-item-subMenu .SecondaryMenu-item-link {
    display: block;
    border: none;
    margin-top: 0;
    padding: 1rem 2rem;
    color: #fff;
    transition: .5s color ease, .5s background-color ease;
}
.SecondaryMenu-item-subMenu .SecondaryMenu-item:hover > .SecondaryMenu-item-link {
    color: #fff;
    background: #000;
}

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

@media (min-width: 1000px) {
    .TopBar--home .SecondaryMenu {
        display: block;
    }

    .TopBar--home .SecondaryMenu-item {
        font-weight: normal;
    }

    .TopBar--home .SecondaryMenu-item {
        margin: 0;
    }
    .TopBar--home .SecondaryMenu-item-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .SecondaryMenu-item-link {
        padding: .6rem 2rem;
    }

    .SecondaryMenu-item-subMenu {
        bottom: unset;
        top: 100%;
        left: unset;
        width: 20rem;
        padding: 1rem 0;
    }

    .SecondaryMenu-item-subMenu .SecondaryMenu-item-link {
        padding: 1rem 2rem;
    }
}

@media (min-width: 1200px) {
    .SecondaryMenu-item {
        margin: 0 1rem;
    }
}


/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.Btn {
    display: inline-block;
    text-decoration: none;
    padding: .4rem 3rem;
    margin: 0;
    font-weight: 600;
    color: #fff;
    background: #F20C0C;
    border: 1px solid transparent;
    box-shadow: .5rem .5rem 0 0 #F8F8F8;
    transition: .5s background ease, .5s color ease, .5s box-shadow ease, .5s border ease;
}

.Btn:hover {
    text-decoration: none;
    box-shadow: .5rem .5rem 0 0 #e9e9e9;
    background: #020441;
    cursor: pointer;
}
.Btn:focus {
    outline: thin dotted;
    outline-offset: -5px;
}
.Btn:active {
    color: #fff;
    background: #020441;
    box-shadow: none;
}
.Btn:focus:active {
    outline: none;
}

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

.BtnGroup {
    text-align: center;
    margin: 0 2rem 2rem;
}

.BtnGroup .Btn {
    margin: 0 2rem 2rem;
}

.BtnGroup--glued .Btn:not(:first-child) {
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.BtnGroup--glued .Btn:not(:last-child) {
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.Btn--secondary {
    background: none;
    border-color: #F20C0C;
    color: #F20C0C;
}
.Btn--secondary:hover {
    text-decoration: none;
    color: #fff;
    background: #F20C0C;
}
.Btn--secondary:active {
    border-color: currentColor;
}

.Btn--alternate {
    background: #020441;
}
.Btn--alternate:hover {
    text-decoration: none;
    background: #000;
}
.Btn--alternate:active {
    border-color: currentColor;
}

.Btn--noShadow,
.Btn--noShadow:hover,
.Btn--noShadow:focus,
.Btn--noShadow:active,
.Btn--noShadow:focus:active {
    box-shadow: none;
}

@media(min-width: 1600px) {
    .Btn {
        font-size: 1.8rem;
        padding: .5rem 4rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.ShareButton {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    margin: 0;
    line-height: 1;
    background: #f26522;
    border: none;
    text-decoration: none;
    color: #fff;
    transition: color .5s ease, background .5s ease;
}
.ShareButton + .ShareButton {
    margin-left: 1rem;
}

.ShareButton-icon {
    display: inline;
    height: 2rem;
    fill: #fff;
    margin-right: .5em;
}

.ShareButton:hover {
    background: #000;
}

@media (max-width: 480px) {
    .ShareButton {
        padding: .8rem 1rem;
    }
}

@media (max-width: 370px) {
    .ShareButton {
        padding: .5rem;
    }
    .ShareButton + .ShareButton {
        margin-left: .4rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.Figure {
    margin: 2.5rem 0;
}

.Figure-image,
.Figure-video {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.Figure-video {
    width: 100%; /* Prevent small video size during loading */
}

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

.Figure-caption +
.Figure-copyright {
    margin-top: -2rem;
}

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

.Card {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: background-color .5s ease;
}

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

.Card-imageContainer {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 67%;
    overflow: hidden;
    background: #F8F8F8;
}
.Card-imageContainer--portrait {
    padding-bottom: 110%;
}

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

.Card-title {
    display: block;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 1rem;
    padding: 0;
    color: #020441;
    transition: color .5s ease;
}
.Card-title > a {
    color: inherit;
    text-decoration: none;
}
.Card-title > a:hover {
    text-decoration: none;
}

.Card-subtitle {
    color: #F20531;
}

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

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

.Card-footer {
    padding: 1rem 0 1.5rem;
    text-align: center;
}

.Card:hover .Card-imageContainer .Card-image {
    transform: scale(1.1);
}
.Card:hover .Card-imageContainer--video::after {
    background-size: 15%;
}

.Card:hover .Card-imageContainer .Card-image--contain {
    transform: unset;
}

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

.Card-date {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 8rem;
    height: 8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    color: #fff;
    background: #020441;
}
.Card-date--important {
    background-color: #F20C0C;
}
.Card-date-day {
    font-size: 3.4rem;
}
.Card-date-month {
}

.Card--border {
    border:  1px solid #eee;
}
.Card--border .Card-content {
    padding: 2.5rem 2.5rem 1.25rem;
}
.Card--border .Card-footer {
    padding: 1.25rem 2.5rem 2.5rem;
}

.Card--bigGap{
    padding-left: 3rem;
    padding-right: 3rem;
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.ImageCard {
    position: relative;
    height: 100%;
    flex: 1;
    color: #fff;
}

.ImageCard-imageContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.ImageCard-imageContainer::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right top, rgba(0,26,56,.9), rgba(206,229,255,.4) 40%, transparent);
}

@supports(mix-blend-mode: multiply) {
    .ImageCard-imageContainer::after {
        background: linear-gradient(to right top, rgba(0,26,56,1), rgba(206,229,255,1) 40%, transparent);
        mix-blend-mode: multiply;
    }
}

.ImageCard-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.ImageCard-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2rem 2.5rem;
    transition: color .3s ease, background-color .3s ease;
}

.ImageCard-title {
    margin: 0;
    padding: 0;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}
.ImageCard-title a {
    text-decoration: none;
    color: inherit;
}

.ImageCard-text {
}

.ImageCard-btn {
    margin-top: 1rem;
}


.ImageCard--big {
    color: #fff;
}

.ImageCard--big .ImageCard-content {
    padding: 4rem 5rem 6.4rem;
    background-color: rgba(2,4,65,.3);
}

.ImageCard--big .ImageCard-title {
    font-size: 3rem;
    font-weight: bold;
}

.ImageCard--big .ImageCard-imageContainer::after {
    display: none;
}

.ImageCard[onclick]:hover .ImageCard-image {
    transform: scale(1.2);
}

.ImageCard--big[onclick]:hover .ImageCard-content {
    color: #fff;
    background-color: rgba(2,4,65,.4);
}


.Header-side .ImageCard--big .ImageCard-imageContainer::after {
    display: block;
    background: linear-gradient(to right bottom, rgba(206,229,255,1), transparent 50%);
    mix-blend-mode: unset;
}

@media(min-width: 760px) {
    .ImageCard--big .ImageCard-content {
        padding: 4rem 10rem 6.4rem;
    }

    .Header-side .ImageCard--big .ImageCard-imageContainer::after {
        display: none;
    }
}

@media(min-width: 1600px) {
    .ImageCard-content {
        padding-bottom: 2.5rem;
    }

    .ImageCard-title {
        font-size: 2.6rem;
    }

    .ImageCard-text {
        font-size: 1.8rem;
    }

    .ImageCard--big .ImageCard-title {
        font-size: 4rem;
    }
    .ImageCard--big .ImageCard-content {
        padding: 4rem 11rem 8rem;
    }
    .ImageCard-btn {
        margin-top: 1.5rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.InlineCard {
}

.InlineCard + .InlineCard {
    margin-top: 2rem;
}

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

.InlineCard-dateContainer {
}
.InlineCard-date {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 8rem;
    height: 8rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    color: #fff;
    background: #020441;
}
.InlineCard-date--important {
    margin-bottom: 0;
    background-color: #F20C0C;
}
.InlineCard-date-day {
    font-size: 3.4rem;
}
.InlineCard-date-month {

}

.InlineCard-imageContainer {
    overflow: hidden;
}

.InlineCard-image {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    transition: transform .5s ease;
}

.InlineCard-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 100;
}

.InlineCard-title {
    margin: 0 0 .3rem;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    transition: color .5s ease;
    color: #020441;
}
.InlineCard-title > a {
    color: inherit;
    text-decoration: none;
}
.InlineCard-title > a:hover {
    text-decoration: none;
}
.InlineCard-subtitle {
    margin-bottom: 1.5rem;
    color: #F20531;
}


.InlineCard-text {
    margin: 1.5rem 0 0 0;
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.InlineCard-btn {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}
.InlineCard-btn:hover,
.InlineCard[onclick]:hover .InlineCard-btn {
    color: #F20531;
}

.InlineCard-title + .InlineCard-text,
.InlineCard-subtitle + .InlineCard-text {
    margin-top: 0;
}

.InlineCard[onclick]:hover .InlineCard-title {
    color: #F20531;
}

.InlineCard--big .InlineCard-content {
    flex: 2;
}
.InlineCard--big .InlineCard-imageContainer {
    flex-basis: 14%;
}
.InlineCard--big .InlineCard-title {
    font-size: 2.6rem;
}

@media (min-width: 640px) {
    .InlineCard--big {
        display: flex;
    }

    .InlineCard--big .InlineCard-imageContainer {
        position: relative;
        display: flex;
        align-items: center;
        margin-right: 2rem;
        flex: 1 1 25%;
        overflow: hidden;
    }

    .InlineCard--big .InlineCard-imageContainer--square {
        aspect-ratio: 1; /* Not yet supported by all targeted browsers */
    }

    .InlineCard--big .InlineCard-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .InlineCard[onclick]:hover .InlineCard--big .InlineCard-imageContainer .InlineCard--big .InlineCard-image {
        transform: scale(1.1);
    }
}

@media (min-width: 960px) {
    .InlineCard {
        display: flex;
    }

    .InlineCard-imageContainer {
        position: relative;
        display: flex;
        align-items: center;
        flex: 1 1 25%;
        overflow: hidden;
    }

    .InlineCard-imageContainer--square {
        aspect-ratio: 1; /* Not yet supported by all targeted browsers */
    }

    .InlineCard-date {
        margin-bottom: 0;
    }

    .InlineCard--big .InlineCard-imageContainer,
    .InlineCard-dateAndImageContainer {
        /*flex-basis: 0;*/
        width: 42rem;
        flex: 0 0 auto;
    }

    .InlineCard-dateAndImageContainer {
        display: flex;
    }



    .InlineCard-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .InlineCard[onclick]:hover .InlineCard-imageContainer .InlineCard-image {
        transform: scale(1.1);
    }

    .InlineCard--big .InlineCard-content {
        flex: 3;
    }

    .InlineCard-imageContainer + .InlineCard-content,
    .InlineCard-dateContainer + .InlineCard-content,
    .InlineCard-dateAndImageContainer + .InlineCard-content {
        margin-left: 2rem;
    }
}

@media (min-width: 1260px) {
    .InlineCard-imageContainer {
        flex-basis: 26%;
    }
    .InlineCard--big .InlineCard-imageContainer {
        flex-basis: 18%;
    }
    .InlineCard--big .InlineCard-imageContainer,
    .InlineCard-dateAndImageContainer {
        width: 42rem;
        flex-basis: auto;
    }
}

@media (min-width: 1600px) {
    .InlineCard--big .InlineCard-imageContainer,
    .InlineCard-dateAndImageContainer {
        width: 40rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

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

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

.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-copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .3rem 1rem;
    font-size: 1rem;
    color: #fff;
    background: rgba(0,0,0,.4);
}

.Slider-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.Slider-overlay-text {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

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

.Slider-item-muteIcon {
    position: absolute;
    top: 2rem;
    right: 2rem;
    height: 3rem;
    visibility: visible;
    transition: visibility .5s ease, opacity .5s ease;
    pointer-events: none;
}
.Slider-item-muteIcon.inactive {
    visibility: hidden;
    opacity: 0;
}

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

.Slider-arrow {
    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;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: .5s border-color, .5s color, .5s background-color;
}
.Slider-arrow--prev {
    left: 0;
}
.Slider-arrow--next {
    right: 0;
}
.Slider-arrow::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);
    transition: .5s border-color;
}
.Slider-arrow--prev::after {
    transform: translateX(.3rem) rotate(-135deg);
}
.Slider-arrow:hover,
.Slider-arrow:focus {
    color: transparent;
    outline: none;
    background: transparent;
    border-color: #fff;
}
.Slider-arrow:hover::after,
.Slider-arrow:focus::after {
    opacity: 1;
}
.Slider-arrow.slick-disabled {
    opacity: .25;
}

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

.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-arrow--prev {
        margin-left: 1rem;
    }
    .Slider-arrow--next {
        margin-right: 1rem;
    }
}

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

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

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

.Slider--arrowsOutside .Slider-arrow,
.Slider--arrowsOutside .Slider-arrow::after {
    border-color: #020441;
}

.Slider--arrowsOutside .Slider-arrow:hover {
    background: #020441;
    border-color: #020441;
}

.Slider--arrowsOutside .Slider-arrow:hover::after {
    border-color: #fff;
}

.Slider--home .Slider-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2rem 5rem;
    display: flex;
    align-items: flex-end;
}
.Slider--home .Slider-dots {
    position: static;
    display: inline-block;
    width: auto;
    order: -1;
}
.Slider--home .Slider-arrow {
    position: static;
    margin: 0;
    padding: .5rem;
    border: none;
}
.Slider--home .Slider-arrow::after {
    width: 1rem;
    height: 1rem;
    border-width: 1px;
    border-color: #020441;
}
.Slider--home .Slider-arrow:hover::after {
    border-color: #F20C0C;
}
.Slider--home .Slider-dots {
    margin-right: 1rem;
}
.Slider--home .Slider-dots li {
    margin: 0;
}
.Slider--home .Slider-dot {
    font-size: unset;
    line-height: unset;
    width: unset;
    height: unset;
    font-size: 0;
    line-height: 0;
    padding: 0;
    /*margin-left: 1rem;*/
    cursor: pointer;
    color: #fff;
    background: none;
}
.Slider--home li:first-child .Slider-dot,
.Slider--home li:last-child .Slider-dot {
    font-size: inherit;
    line-height: inherit;
}
.Slider--home .Slider-dot::before,
.Slider--home .Slider-dot::after {
    content: '';
    display: inline-block;
    width: 3rem;
    border-bottom: 1px solid #fff;
    opacity: .3;
    transition: opacity .5s ease;
}
.Slider--home .Slider-dot::before {
    /*margin-right: 1rem;*/
}
.Slider--home .Slider-dot::after {
    display: none;
    /*margin-left: 1rem;*/
}
.Slider--home .Slider-dots li:first-child .Slider-dot,
.Slider--home .Slider-dots li:nth-child(2) .Slider-dot {
    margin-left: 0;
}
.Slider--home .Slider-dots li:first-child .Slider-dot::after {
    display: inline-block;
    margin-left: 1rem;
}
.Slider--home .Slider-dots li:first-child .Slider-dot::before {
    display: none;
}
.Slider--home .Slider-dots li:last-child .Slider-dot::before {
    margin-right: 1rem;
}
.Slider--home .slick-active .Slider-dot {
    background: none;
}
.Slider--home .slick-active .Slider-dot::before,
.Slider--home .slick-active .Slider-dot::after {
    opacity: 1;
}

@media (min-width: 320px) {
    .Slider--home .Slider-dot::before,
    .Slider--home .Slider-dot::after {
        width: 7rem;
    }
}

@media(min-width: 760px) {
    .Slider--home .Slider-controls {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}

@media(min-width: 1600px) {
    .Slider--home .Slider-controls {
        padding: 3rem 13rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.Carousel {
    position: relative;
    margin: 0 6rem;
}

.Carousel-content {
    display: flex; /* Fallback when JS no executed */
}

.Carousel-content.slick-slider {
    display: block;  /* Fallback when JS no executed */
}
.Carousel[data-dots="true"] {
    padding-bottom: 3rem;
}
.Carousel[data-arrows="false"] {
    margin-left: 0;
    margin-right: 0;
}

.Slider + .Carousel {
    margin-top: 2rem;
}

.Carousel-item {
    padding: 0 1rem;
    flex: 1;  /* Fallback when JS no executed */
}
.Carousel--bigGap .Carousel-item {
    padding-left: 3rem;
    padding-right: 3rem;
}

.Carousel-item-content {
    margin-top: 1rem;
}

.Carousel-item-image {
    width: 100%;
}

.Carousel-item-imageWrapper {
    position: relative;
    display: block;
    padding-bottom: 55.25%; /* 16/9 */
    overflow: hidden;
}
.Carousel-item-imageWrapper .Carousel-item-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Carousel-item-title {
    display: block;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 2rem;
    text-align: center;
    line-height: 1.2;
    font-weight: 500; /* Medium */
}

.Carousel-item-text {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #666;
}

.Carousel-arrow {
    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;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: .5s border;
}
.Carousel-arrow--prev {
    left: -6rem;
}
.Carousel-arrow--next {
    right: -6rem;
}
.Carousel-arrow::after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #000;
    border-bottom: none;
    border-left: none;
    transform: translateX(-.3rem) rotate(45deg);
    transition: border-color .5s ease;
}
.Carousel-arrow--prev::after {
    transform: translateX(.3rem) rotate(-135deg);
}
.Carousel-arrow:hover,
.Carousel-arrow:focus {
    color: transparent;
    outline: none;
    background: transparent;
    border-color: #000;
}
.Carousel-arrow:hover::after,
.Carousel-arrow:focus::after {
    opacity: 1;
}
.Carousel-arrow.slick-disabled {
    opacity: .25;
}

.Carousel-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.Carousel-dots li {
    position: relative;
    display: inline-block;
    margin: 0 .3rem;
    padding: 0;
}
.Carousel-dot {
    font-size: 0;
    line-height: 0;
    width: 1rem;
    height: .4rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background: #ccc;
    border: 0;
}
.slick-active .Carousel-dot {
    background: #F20C0C;
}


.Carousel--arrowsOutside {
    margin-left: 0;
    margin-right: 0;
}


.Carousel--home {
    margin: 0;
}

.Carousel--home[data-dots="true"] {
    padding-bottom: 6rem;
}
.Carousel--home .Carousel-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Carousel--home .Carousel-arrow {
    position: static;
    margin: 0;
    border: none;
}
.Carousel-arrow--next {
    order: 2;
}
.Carousel-arrow::after {
    border-color: #F20C0C;
    border-width: 1px;
}
.Carousel-arrow:hover::after {
    border-color: #020441;
}
.Carousel--home .Carousel-dots {
    position: static;
    display: inline-block;
    width: auto;
}
.Carousel--home .Carousel-dots li {
    margin: 0;
}
.Carousel--home .Carousel-dot {
    font-size: unset;
    line-height: unset;
    width: unset;
    height: unset;
    font-size: 0;
    line-height: 0;
    padding: 0;
    /*margin-left: 1rem;*/
    cursor: pointer;
    color: #020441;
    background: none;
}
.Carousel--home li:first-child .Carousel-dot,
.Carousel--home li:last-child .Carousel-dot {
    font-size: inherit;
    line-height: inherit;
}
.Carousel--home .Carousel-dot::before,
.Carousel--home .Carousel-dot::after {
    content: '';
    display: inline-block;
    width: 1rem;
    border-bottom: 1px solid #020441;
    opacity: .3;
    transition: opacity .5s ease;
}
.Carousel--home .Carousel-dot::before {
    /*margin-right: 1rem;*/
}
.Carousel--home .Carousel-dot::after {
    display: none;
    /*margin-left: 1rem;*/
}
.Carousel--home .Carousel-dots li:first-child .Carousel-dot,
.Carousel--home .Carousel-dots li:nth-child(2) .Carousel-dot {
    margin-left: 0;
}
.Carousel--home .Carousel-dots li:first-child .Carousel-dot::after {
    display: inline-block;
    margin-left: 1rem;
}
.Carousel--home .Carousel-dots li:first-child .Carousel-dot::before {
    display: none;
}
.Carousel--home .Carousel-dots li:last-child .Carousel-dot::before {
    margin-right: 1rem;
}
.Carousel--home .slick-active .Carousel-dot {
    background: none;
}
.Carousel--home .slick-active .Carousel-dot::before,
.Carousel--home .slick-active .Carousel-dot::after {
    opacity: 1;
}

@media (min-width: 320px) {
    .Carousel--home .Carousel-dot::before,
    .Carousel--home .Carousel-dot::after {
        width: 2rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.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-link {
    color: #F20C0C;
}
.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;
    transition: color .5s ease, background-color .5s ease;
}
.Pagination-item-link:hover,
.Pagination-item.active .Pagination-item-link:hover {
    text-decoration: none;
    color: #fff;
    background: #F20C0C;
}

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

.Pagination-item--previous,
.Pagination-item--next {
}
.Pagination-item--previous .Pagination-item-link {

}
.Pagination-item--next .Pagination-item-link {

}
.Pagination-item--previous .Pagination-item-link::before,
.Pagination-item--next .Pagination-item-link::after {
    color: #F20C0C;
    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>
 */

.PageNavigation {
    margin: 4rem auto;
}

.PageNavigation-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.PageNavigation-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.PageNavigation-list-item-link {
    position: relative;
    text-transform: uppercase;
    color: #020441;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color .5s ease;
}
a.PageNavigation-list-item-link:hover {
    text-decoration: none;
    color: #F20C0C;
}

.PageNavigation-list-item-link--listing {
    padding: 0 1.5em;
}

.PageNavigation-list-item-link-label {
    display: none;
}

.PageNavigation-list-item-link--previous {
}
.PageNavigation-list-item-link--next {
}

.PageNavigation-list-item-link--previous::before,
.PageNavigation-list-item-link--next::after {
    content: '';
    display: inline-block;
    height: 3.2rem;
    width: 3.2rem;
    background: #F20C0C;
    transition: background .5s ease;
}
.PageNavigation-list-item-link--previous::before {
    margin-right: 1em;
}
.PageNavigation-list-item-link--next::after {
    margin-left: 1em;
}
.PageNavigation-list-item-link--previous::after,
.PageNavigation-list-item-link--next::before {
    position: absolute;
    content: '';
    height: 1.2rem;
    width: 1.2rem;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.PageNavigation-list-item-link--previous::after {
    left: 1.3rem;
    transform: rotate(-45deg);
}
.PageNavigation-list-item-link--next::before {
    right: 1.3rem;
    transform: rotate(135deg);
}

a.PageNavigation-list-item-link--previous:hover::before,
a.PageNavigation-list-item-link--next:hover::after {
    background: #020441;
}

.PageNavigation-list-item-link--off {
    opacity: .3;
}

@media (min-width: 400px) {
    .PageNavigation-list-item-link-label {
        display: block;
    }
}

@media (min-width: 520px) {
    .PageNavigation-list-item-link--listing {
        border-left: 1px solid #E3E3E3;
        border-right: 1px solid #E3E3E3;
    }
    .PageNavigation-list-item-link--previous {
        margin-right: 1.5em;
    }
    .PageNavigation-list-item-link--next {
        margin-left: 1.5em;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.Breadcrumb {
    margin: 0;
    padding: 1rem 10rem;
    list-style: none;
    text-align: left;
    background: #F8F8F8;
}

.Breadcrumb-item {
    margin: 0;
    display: inline;
    color: #767676;
}
.Breadcrumb-item::before {
    content: '>';
    margin: 0 .5em;
}
.Breadcrumb-item:first-child::before {
    display: none;
}
.Breadcrumb-item:last-child {
    font-weight: 600;
}

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

@media (max-width: 1024px) {
    .Breadcrumb {
        padding: 1rem 3rem;
    }
}


/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.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: #F20C0C;
}

.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:    2022-01-07 17:21:45
 */

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

.LinkList-item {
    margin-right: 5rem;
}
.LinkList-item + .LinkList-item {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #D0D0D0;
}

.LinkList-item-link {
    position: relative;
    display: block;
    font-size: 2.2rem;
    font-weight: 600;
    color: #020441;
    text-decoration: none;
    transition: color .5s ease;
}
.LinkList-item-link::before {
    content: '';
    position: absolute;
    right: -5rem;
    top: 0;
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    background: #F20C0C;
    transition: background-color .5s ease;
}
.LinkList-item-link::after {
    content: '';
    position: absolute;
    right: -3.8rem;
    top: 1.6rem;
    display: block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #fff;
    border-right: none;
    border-bottom: none;
    transform: rotate(45deg);
}

.LinkList-item-link:hover {
    color: #F20C0C;
}
.LinkList-item-link:hover::before {
    background: #020441;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-04-01 15:58:19
 */

.NewsletterForm {
    display: flex;
}

.NewsletterForm-input {
    font-size: 1.4rem;
    flex: 1;
    padding: 1rem 1.5rem;
    border: none;
    background: #fff;
}

.NewsletterForm-btn {
    display: inline-block;
    text-decoration: none;
    padding: 1rem;
    margin: 0;
    font-weight: 600;
    color: #fff;
    background: #F20C0C;
    border: 1px solid transparent;
    transition: .5s background ease, .5s border ease;
}

.NewsletterForm-btn:hover {
    text-decoration: none;
    background: #020441;
}
.NewsletterForm-btn:focus {
    outline: thin dotted;
    outline-offset: -5px;
}
.NewsletterForm-btn:active {
    background: #020441;
}
.NewsletterForm-btn:focus:active {
    outline: none;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.SimpleMenu {
    color: #020441;
}

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

.SimpleMenu-item {
    width: 100%;
    position: relative;
}

.SimpleMenu > .SimpleMenu-items > .SimpleMenu-item {
    border-bottom: 1px solid rgba(147, 147, 147, 0.3);
}

.SimpleMenu-item-link {
    text-decoration: none;
    transition: color .5s ease, .5s border-bottom-color ease;
    color: inherit;
}

.SimpleMenu-item-link:hover{
    background-color: #ededed !important;
}

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

.SimpleMenu-item.SimpleMenu-item-subMenu {
    border-bottom: none!important;
}

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

.SimpleMenu--right .SimpleMenu-items {
    justify-content: flex-end;
}

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

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

footer .SimpleMenu-item {
    width: auto;
    position: relative;
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2022-01-13 18:34:07
 */

.Activity {
}

.Activity-intro {
    margin-top: 4rem;
}

.Activity-content .Title--2,
.Activity-content h2 {
    position: relative;
}
.Activity-content .Title--2::before,
.Activity-content h2::before {
    content: '';
    position: absolute;
    top: .8rem;
    left: -5.5rem;
    display: block;
    height: 3rem;
    width: 3rem;
    background: url(../../../assets/buoy.svg) no-repeat center / contain;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.Gallery {
    display: flex;
    margin: -1.4rem -1.8rem;
    flex-wrap: wrap;
}

.Gallery-item {
    width: 50%;
    padding: 1.4rem 1.8rem;
}
a.Gallery-item {
    text-decoration: none;
    color: inherit;
}

.Gallery-item-image {
    transition: box-shadow .5s ease;
}

.Gallery-item-imageFormater {
    position: relative;
    width: 100%;
    padding-bottom: 66.67%;
}

.Gallery-item-imageWrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Gallery-item-imageWrapper .Gallery-item-image {
    max-width: 100%;
    max-height: 100%;
}

.Gallery-item-title {
    margin-top: 1rem;
    text-align: center;
    transition: color .5s ease;
}

a.Gallery-item:hover {
    text-decoration: none;
}
a.Gallery-item:hover .Gallery-item-image {
    box-shadow: 0 .6rem 1rem rgba(0,0,0,.3);
}
a.Gallery-item:hover .Gallery-item-title {
    color: #F20C0C;
}

@media (min-width: 640px) {
    .Gallery-item {
        width: 33%;
    }
}

@media (min-width: 800px) {
    .Gallery-item {
        width: 25%;
    }
}

@media (min-width: 980px) {
    .Gallery-item {
        width: 20%;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.Article {
}

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

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

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

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.TableContainer {
    max-width: 100%;
    overflow-x: auto;
}

.Table {
    width: 100%;
    border-collapse: collapse;
}

.Table-row {
}
.Table-row:nth-child(even) {
    background: #f0f0f0;
}
.Table-row--header {
    border-bottom: 1px solid #F20C0C;
}

.Table-cell {
    padding: 1rem 1.6rem;
}
.Table-cell--header {
    font-weight: bold;
    text-align: center;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.Basket {
}

.Basket-table {
    width: 100%;
    border-collapse: collapse;
    color: #666;
}

.Basket-table-body + .Basket-table-body {
    border-top: 1px solid #F20C0C;
}

.Basket-table-row + .Basket-table-row {
    border-top: 1px solid #eee;
}
/*.Basket-table-row:nth-child(odd) {
    background: #f4f4f4;
}*/

.Basket-table-row--header {
}

/*.Basket-table-row--total:nth-child(odd) {
    background: none;
}*/

.Basket-table-cell {
    text-align: right;
    padding: 1rem 1.2rem;
    white-space: nowrap;
}

.Basket-table-cell--header {
    text-align: center;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #F20C0C;
}
.Basket-table-cell--header:first-child {
    text-align: left;
}

.Basket-table-cell--total {
    font-weight: 600;
    color: #000;
    border-top: 1px solid #F20C0C;
}

.Basket-table-cell--name {
    text-align: left;
    white-space: normal;
    width: 100%;
}


@media (min-width: 640px) {
    .Basket-quantityForm {
        flex-direction: row;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.PurchaseFunnelSteps {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.PurchaseFunnelSteps-item {
    display: inline-block;
    margin: 0 1rem;
    color:  #999;
}
.PurchaseFunnelSteps-item + .PurchaseFunnelSteps-item::before {
    content: '>';
    color:  #ccc;
    margin-right: 2rem;
}

.PurchaseFunnelSteps-item-link {
    text-decoration: none;
    color: #0A9122;
}
.PurchaseFunnelSteps-item-link:hover {
    text-decoration: underline;
}

.PurchaseFunnelSteps-item-link::before {
    content: '✓';
    margin-right: .6rem;
}

.PurchaseFunnelSteps-item.active .PurchaseFunnelSteps-item-link {
    color: #000;
}
.PurchaseFunnelSteps-item.active .PurchaseFunnelSteps-item-link::before {
    display: none;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.clearfix {
    clear: both;
}

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

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

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

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

.text-small {
    font-size: 80%;
    line-height: 1.2;
}

.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: 2.5rem;
    margin-bottom: 2.5rem;
}

.pull-right {
    float: right;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.no-margins {
    margin: 0;
}

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

.richtext iframe,
.twitter-tweet {
    display: block;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

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

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

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

.twitter-tweet {
    width: 100% !important;
    max-width: 500px !important;
}

/* Azimut System default classes */

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

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

.anchor {
    padding-top: 8rem; /* Top bar height */
}

.SubMenu {
    flex: 0 1 250px;
    margin: 3rem 0;
    text-transform: uppercase;
    position: relative;
    padding-top: 10rem;
}

.SubMenu > div {
    transition: margin-top 0.5s;
}

.MainBody-content--withSubMenu {
    flex: 1;
    padding: 4rem 50px 2rem 50px;
}

.SubMenu a {
    color : #575757;
    display: block;
    padding: 1rem 0rem;
}

.SubMenu, .SubMenu .current,
.SubMenu, .SubMenu .current a,
.SubMenu, .SubMenu .active,
.SubMenu, .SubMenu .active a{
    color : var(--blue);
}

.SubMenu > div > ul > li {
    /*padding: 0;*/
    border-top: 1px rgba(147, 147, 147, 0.3) solid;
}

.SubMenu a:hover {
    background-color: var(--grey);
    text-decoration: none;
}

.SubMenu > div > ul:first-child > li:first-child {
    border-top: none;
}

.SubMenu ul {
    list-style: none;
    margin: 0;
    font-family: 'Oxygen', Arial, sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
}

/*.SubMenu ul ul {*/
/*    opacity: 0.7;*/
/*}*/

.SubMenu > div > ul {
    padding-left: 0;
}

.SubMenu > div > ul ul {
    padding-left: 2rem;
}

.SubMenu > div > ul ul ul li {
    opacity: 0.7;
}
.SubMenu > div > ul ul ul li,
.SubMenu > div > ul ul ul li a {
    color: #2d2d2d;
}

.toggleMenuButton {
    display: none !important;
    padding: 0 2rem !important;
}

.submenu-parentPage-firstItem{
    text-decoration: none;
    border-bottom: solid 1px #ddd;
    font-family: 'Oxygen', Arial, sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
}

.submenu-parentPage-firstItem-current {
    color: #020441 !important;
}

.submenu-parentPage-firstItem:hover{
    background-color: #ededed !important;
}

@media (max-width: 1024px) {
    .SubMenu {
        flex: 0 1 200px;
    }
}

@media (max-width: 1024px) {
    .MainBody--withSubMenu {
        flex-direction: column;
    }
    .SubMenu {
        flex: 1;
        margin: 1rem 0 0 0;
        padding-top: 0;
    }

    .toggleMenuButton {
        display: inline-block !important;
    }

    .SubMenu > div > ul:first-child > li:first-child {
        cursor: pointer;
    }

    .SubMenu > div > ul:first-child > li:first-child a {
        display: inline-block;
    }

    .SubMenu > div > ul:first-child > li:first-child:after {
        content: '';
        background-image: url('data:image/svg+xml; utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 492.004 492.004" style="enable-background:new 0 0 492.004 492.004;" xml:space="preserve"> <g> <g> <path fill="rgb(254, 109, 0)" d="M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z"/> </g> </g> </svg>');
        background-position: center;
        background-size: 60% 60%;
        background-repeat: no-repeat;
        background-color: white;
        display: inline-block;
        width: 15px;
        height: 15px;
        transform: rotate(90deg);
        position: relative;
        vertical-align: middle;
        border: 1px var(--orange) solid;
        color: var(--orange);
    }

    .SubMenu.open > div > ul:first-child > li:first-child:after {
        transform: rotate(-90deg);
    }

    .SubMenu li {
        display: none;
    }

    .SubMenu.open ul,
    .SubMenu.open li {
        display: block;
    }

    .MainBody-content--withSubMenu {
        padding: 1rem
    }

    .SubMenu a:hover {
        background-color: transparent;
    }
}
.MainBody {
    display: flex;
    margin: 0;
    max-width: 1800px;
    padding-right: 120px;
    padding-left: 120px;
}

.MainBody-submenu {
    display: flex;
    flex-direction: column;
    width: 300px;
    white-space: normal;
    overflow-wrap: break-word;
}

.MainBody-content {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    padding: 4rem 0 2rem 0;
}

.MainBody-innerContent {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .MainBody {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 1280px) {
    .MainBody{
        padding-left: 0;
    }

    .MainBody-innerContent {
        padding: 0 50px;
    }

    .MainBody-submenu{
        padding-left: 20px;
    }
}

@media (max-width: 1024px) {
    .MainBody {
        flex-direction: column;
        padding: 0 25px;
        align-items: center;
    }

    .MainBody-submenu {
        width: 60%;
        margin-bottom: 1rem;
        padding: 1rem 0;
        justify-content: center;
        align-items: center;
    }

    .SubMenu {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .MainBody-content {
        padding: 1rem;
        max-width: 100%;
    }

    .MainBody-innerContent {
        padding: 0 20px;
    }
}

