/*! 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: 'Poppins', sans-serif;
    font-size: 1.6rem; /* Font size 16px at reference (html font-size 62.6%) */
    line-height: 1.8;
    color: #7B7B7B;
}
button, input, optgroup, select, textarea {
    font-family: 'Questrial', sans-serif;
}

a {
    color: #6AADFF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
}

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


*[onclick] {
    cursor: pointer;
}

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

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

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


@font-face {
    font-family: 'Shadows Into Light';
    src: url('../../../assets/shadowsintolight-regular.woff2') format('woff2'),
         url('../../../assets/shadowsintolight-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

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

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

.Body--bigTopMargin {
    margin-top: 6rem;
}

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

.Body-content {
    position: relative;
    max-width: 116rem;
    margin: 0 auto;
}
.Body-content--narrow {
    max-width: 80rem;
}


.BodyColumnsContainer {
    display: flex;
}
.BodyColumnsContainer-main {
    flex: 4;
}
.BodyColumnsContainer-side {
    display: none;
    padding: 4rem;
    background: #f0f0f0;
    flex: 1;
}
.BodyColumnsContainer-side--show {
    display: block;
}

.Body-content-sideIcon {
    content: '';
    position: absolute;
    left: 1rem;
    margin-left: 1rem;
    display: none;
    width: 4rem;
    height: 4rem;
    background-size: contain;
    background-repeat: no-repeat;
}
.Body-content-sideIcon--top2 {
    top: 20rem;
}
.Body-content-sideIcon--top4 {
    top: 40rem;
}
.Body-content-sideIcon--sharpener {
    background-image: url(../../../assets/sharpener.svg);
}
.Body-content-sideIcon--scissors {
    background-image: url(../../../assets/scissors.svg);
}
.Body-content-sideIcon--paperClip {
    background-image: url(../../../assets/paper-clip.svg);
}


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

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

    .Body-content-sideIcon {
        display: block;
        left: -6rem;
        width: 5rem;
        height: 5rem;
    }
}
@media (min-width: 800px) {
    .Body {
        padding-right: 10rem;
        padding-left: 10rem;
    }

    .Body-content-sideIcon {
        display: block;
        left: -10rem;
        width: 9rem;
        height: 9rem;
    }
}
@media (min-width: 1080px) {
    .Body {
        padding-right: 14rem;
        padding-left: 14rem;
    }

    .Body-content-sideIcon {
        display: block;
        left: -13rem;
        width: 12rem;
        height: 12rem;
    }
}

@media (min-width: 1340px) {
    .Body-content-sideIcon {
        display: block;
        left: -16rem;
        width: 15rem;
        height: 15rem;
    }
}

@media (min-width: 1500px) {
    .Body-content-sideIcon {
        display: block;
        left: -25rem;
        margin-left: 5rem;
    }
}

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

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

.Body-content-sideIcon--right {
    left: 100%;
}

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

.Header {
    padding-top: 3rem;
}

.Header-intro {
    position: relative;
    padding: 2rem;
    margin: 0 auto;
    max-width: 40rem;
}
.Header-intro-content {
}

.Header-title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: .6rem;
    line-height: 1.3;
    color:  #030C1B;
}

.Header-text {
    margin: .6rem 0 2rem 0;
}

.Header-slider {
    height: 30rem;
    border-radius: 5rem 0 5rem 0;
    overflow: hidden;
}

.Header-intro::after {
    content: '';
    position: absolute;
    right: 1rem;
    bottom: -3rem;
    display: block;
    height: 10rem;
    width: 10rem;
    background: url(../../../assets/pen.svg) no-repeat center / contain;
}


@media (min-width: 700px) {
    .Header {
        display: flex;
        padding-top: 0;
    }

    .Header-intro {
        flex: 3;
        order: -1;
        margin: 0;
        max-width: unset;
    }
    .Header-intro-content {
        padding: 15% 20%;
    }

    .Header-slider {
        flex: 6;
        height: auto;
    }

    .Header-intro::after {
        left: 2rem;
        right: unset;
        bottom: -20%;
        height: 16rem;
        width: 16rem;
    }
}


@media (min-width: 1400px) {
    .Header-intro::after {
        left: 3rem;
        bottom: -23%;
        height: 20rem;
        width: 20rem;
    }
}

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

.Footer {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
    color: #000;
    background: #D6FDFF;
    clear: both;
}
.Footer a {
    color: inherit;
    text-decoration: none;
}
.Footer a:hover {
    text-decoration: underline;
}

.Footer-content {
    position: relative;
    padding: 1rem;
}

.Footer-logos {
    margin-top: 2rem;
    text-align: center;

}
.Footer-logos img {
    height: 9rem;
}
.Footer-logos img + img {
    margin-left: 1.5rem;
}

.Footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    padding: 1rem;
    color: #fff;
    background: #000;
}

@media (min-width: 420px) {
    .Footer-content {
        padding: 3rem;
    }
}

@media (min-width: 720px) {
    .Footer-logos {
        position: absolute;
        right: 4%;
        top: 2rem;
        bottom: 4rem;
        display: flex;
        align-items: center;
    }

    .Footer-logos img {
        height: 100%;
    }

    .Footer-menu {
        justify-content: flex-end;
        padding: 1rem 6rem;
    }
}

@media (min-width: 850px) {
    .Footer-logos {
        right: 8%;
    }
}

@media (min-width: 1400px) {
    .Footer-logos {
        right: 15%;
    }
}

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

/* Grid flexbox fallback */
.Grid {
    display: flex;
    flex-wrap: wrap;
    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);
}
.Grid--2--2-3 > .Grid-item:last-child,
.Grid--2--3-2 > .Grid-item:last-child {
    flex: 1;
}

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

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

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

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

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

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

@supports (display: grid) {
    .Grid--smallGap {
        grid-gap: 1rem;
        /* Cancel flexbox fallback styles */
        margin: 0;
    }
    .Grid--smallGap > .Grid-item {
        /* Cancel flexbox fallback styles */
        width: auto;
        margin: 0;
    }
    .Grid--bigGap {
        grid-gap: 4rem;
        /* Cancel flexbox fallback styles */
        margin: 0;
    }
    .Grid--bigGap > .Grid-item {
        /* Cancel flexbox fallback styles */
        width: auto;
        margin: 0;
    }
}

.Grid--smallGap.Grid--marginBottom {
    margin-bottom: .5rem;
}
.Grid--smallGap.Grid--padding {
    padding: 1rem;
}
.Grid--bigGap.Grid--marginBottom {
    margin-bottom: 2rem;
}
.Grid--bigGap.Grid--padding {
    padding: 4rem;
}

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

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

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

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

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

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

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

    .Grid--bigGap {
        margin: -4rem;
    }
    .Grid--bigGap > .Grid-item {
        width: calc(100%/var(--grid-columns) - 8rem);
        margin: 4rem;
    }

    @supports (display: grid) {
        .Grid--bigGap {
            grid-gap: 8rem;
            /* Cancel flexbox fallback styles */
            margin: 0;
        }
        .Grid--bigGap > .Grid-item {
            /* Cancel flexbox fallback styles */
            width: auto;
            margin: 0;
        }
    }

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

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

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

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

    .Grid--smallGap {
        margin: -1.5rem;
    }
    .Grid--smallGap > .Grid-item {
        width: calc(100%/var(--grid-columns) - 3rem);
        margin: 1.5rem;
    }

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

    .Grid--smallGap.Grid--marginBottom {
        margin-bottom: 1.5rem;
    }
    .Grid--smallGap.Grid--padding {
        padding: 3rem;
    }

    .Grid--bigGap {
        margin: -6rem;
    }
    .Grid--bigGap > .Grid-item {
        width: calc(100%/var(--grid-columns) - 12rem);
        margin: 6rem;
    }

    @supports (display: grid) {
        .Grid--bigGap {
            grid-gap: 12rem;
            /* Cancel flexbox fallback styles */
            margin: 0;
        }
        .Grid--bigGap > .Grid-item {
            /* Cancel flexbox fallback styles */
            width: auto;
            margin: 0;
        }
    }

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

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

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

@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 (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);
    }
}
/* 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-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 2rem 0;
    padding: .8rem 1rem;
    width: 100%;
    color: #666;
    background: none;
    border: .1rem solid #D8D8D8;
    border-radius: none;
    transition: border-color .5s ease;
}
textarea.Form-input {
    min-height: 2.4rem;
    resize: vertical;
    padding: 1rem;
    border: .1rem solid #D8D8D8;
}
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: #6AADFF;
}

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

/* 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;
    font-weight: 500;
    color: #000;
}
.Title a {
    color: inherit;
    text-decoration: none;
}
.Title a:hover {
    color: #6AADFF;
}
.Title:first-child {
    margin-top: 0;
}

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

.Title--2,
.richtext h2 {
    font-family: 'Shadows Into Light';
    font-size: 4rem;
    font-weight: normal;
    margin: 5rem 0 1rem;
}
.Title--2--small {
    font-size: 3rem;

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

.Title--3,
.richtext h3 {
    font-size: 2rem;
    margin: 1.8rem 0;
    color: #6AADFF;
}
.Title--2 + .Title--3,
.richtext h2 + h3 {
    margin-top: -1rem;
}

.Title--4,
.richtext h4 {
    font-size: 1.8rem;
    margin: 1.8rem 0;
    color: #6AADFF;
}
.Title--3 + .Title--4,
.richtext h3 + h4 {
    margin-top: -1.8rem;
}

.Title--5,
.richtext h5 {
    font-size: 1.6rem;
    margin: 1.6rem 0;
}
.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;
}
.Title--5 + .Title--6,
.richtext h5 + h6 {
    margin-top: -1.5rem;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2022-05-04 18:41:59
 */

.Title--2--arrowLeft,
.Title--2--arrowRight,
.Title--2--arrowBottom {
    position: relative;
    margin-bottom: 5rem;
}
.Title--2--arrowLeft::before,
.Title--2--arrowRight::after,
.Title--2--arrowBottom::after {
    content: '';
    position: relative;
    display: inline-block;
    top: 1.7rem;
    width: 8rem;
    height: 4rem;
    background: url(../../../assets/title-arrow.svg) no-repeat;
    background-size: contain;
}
.Title--2-regular {
    font-family: inherit;
    font-size: 3rem;
}
.Title--2--arrowLeft::before {
    margin-right: 2rem;
    transform: scaleX(-1);

}
.Title--2--arrowRight::after {
    margin-left: 2rem;
}
.Title--2--arrowBottom::after {
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: bottom center;
    transform: rotate(90deg);
}
.Title--2--arrowBottom--flip::after {
    left: 3rem;
    transform: scaleX(-1) rotate(90deg);
}
.Title--2--arrowLeft--tilt {
    margin-bottom: 6rem;
}
.Title--2--arrowLeft--tilt::before {
    top: 4.4rem;
    transform: scaleX(-1) rotate(15deg);
}
.Title--2--arrowBottom--left3::after {
    left: 3rem;
}
.Title--2--arrowBottom--left6::after {
    left: 6rem;
}
.Title--2--arrowBottom--left9::after {
    left: 9rem;
}
.Title--2--arrowBottom--left12::after {
    left: 12rem;
}
.Title--2--arrowBottom--right2::after {
    left: unset;
    right: 2rem;
}

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

.TopBar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    height: 6rem;
    color: #231F20;
    background: #D6FDFF;
    z-index: 2;
    transition: background-color 1s ease;
}

.TopBar-logo {
}
.TopBar-logo,
.TopBar-logo img {
    height: 100%;
    z-index: 3;
}

.TopBarContainer {
    padding-top: 6rem; /* TopBar height */
}

@media (min-width: 1300px) {
    .TopBar-logo {
        margin-left: 4rem;
    }
}

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

.MainMenu {
}

.MainMenu-btn {
    position: absolute;
    top: 50%;
    right: 2.4rem;
    cursor: pointer;
    width: 24px;
    margin: -8px 0 0;
    padding: 0;
    border: none;
    border-bottom: 3px solid #1A0779;
    outline-offset: 5px;
    background: none;
    transition: padding .5s ease-in-out, background 1.5s ease-out, border-radius .5s ease-in-out, .5s opacity ease, .5s visibility ease, border-color .4s ease-in-out;
    z-index: 2;
}
.MainMenu-btn:before {
    content: "";
    display: block;
    margin-bottom: 4px;
    border-bottom: 3px solid #1A0779;
    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 #1A0779;
    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: #D6FDFF;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 1s top ease, 1s opacity ease, .3s visibility linear;
}
/* Prevent fullscreen menu flashing when resizing down (in combination with JS) */
.MainMenu.windowResizing .MainMenu-content {
    transition: none;
}

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

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

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

.MainMenu-item-link {
    display: inline-block;
    margin: .6rem 1rem;
    padding: .4rem 1rem;
    text-decoration: none;
    color: #231F20;
    transition: .5s color ease, .5s background-color ease, .5s padding ease;
}
.MainMenu-item-link[href="#"] {
    pointer-events: none;
}

.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-color: #6AADFF;
}

.MainMenu-item-subMenu {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 0;
    text-align: left;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 1s max-height ease, 1s opacity ease, 1s visibility ease;
}
.MainMenu-item-subMenu .MainMenu-item {
    display: block;
    font-weight: normal;
    margin: 0;
}
.MainMenu-item-subMenu .MainMenu-item-link {
    display: block;
    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: #6AADFF;
}

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

.MainMenu-addon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.1rem;
    padding: .5rem;
    text-align: center;
    color: #231F20;
}
.MainMenu-addon-link {
    display: block;
}
.MainMenu-addon-icon {
    display: block;
    height: 2.6rem;
}

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

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

.MainMenu.open .MainMenu-btn {
    border-color: transparent;
}
.MainMenu.open .MainMenu-btn:before {
    transform: translateY(5px) rotate(-135deg);
}
.MainMenu.open .MainMenu-btn:after {
    transform: translateY(-2px) rotate(135deg);
}

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

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

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

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

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

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

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

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

    .MainMenu-addon {
        padding: 0;
    }
    .MainMenu-addon + .MainMenu-addon {
        margin-left: 2rem;
    }

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

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

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

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


@media (min-width: 1368px) {
    .MainMenu-item-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1440px) {
    .MainMenu-item-link {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
}

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

.Btn {
    display: inline-block;
    text-decoration: none;
    padding: 1rem 6rem;
    margin: 0;
    line-height: 1.3;
    color: #fff;
    background: #FFCD17;
    border: 1px solid transparent;
    border-radius: 2.5rem;
    transition: .5s background ease, .5s border ease;
}

.Btn:hover {
    text-decoration: none;
    color: #fff;
    background: #6AADFF;
}
.Btn:focus {
    outline: thin dotted;
    outline-offset: -5px;
}
.Btn:active {
    background: #1A0779;
}
.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 .Btn:last-child {
    margin-right: 0;
}

.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: #999;
    color: #666;
}

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

.Figure {
    margin: 2.5rem auto;
    padding: 4%;
    background: #fff;
    box-shadow: 0 .3rem 4rem rgba(0,0,0,0.2) ;
}

.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 0;
    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;
    width: 100%;
    height: 100%;
}

.richtext > .Figure {
    max-width: 70%;
}

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

.Card {
    display: flex; /* display flex needed to fit inside NewsGrid */
    flex-direction: column;
    width: 100%;
    padding: 2.5rem;
    transition: background-color .5s ease;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);

    /*transform: rotateZ(0);*/ /* Safari fix for border radius, overflow and child css transform. (does not work with position relatives) */
    /*-webkit-mask-image: -webkit-radial-gradient(white, black);*/ /* Safari fix for border radius, position relative, overflow and child css transform (downside : removes box-shadow) */
}

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

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

.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-title {
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 1rem 0;
    padding: 0;
    font-weight: 600;
    color: #000;
    transition: color .5s ease;
}
.Card-title > a {
    color: inherit;
    text-decoration: none;
}
.Card-title > a:hover {
    text-decoration: none;
}

.Card-subtitle {
    font-weight: bold;
}

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

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

.Card-footer {
    margin: 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[onclick]:hover .Card-title {
    color: #6AADFF;
}

/**
 * @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-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-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


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

.Slider-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    line-height: 0;
    padding: 2rem;
    margin: 0;
    margin-top: -2rem;
    cursor: pointer;
    border: none;
    background: url(../../../assets/arrow.svg) no-repeat 1.4rem center / 1.6rem auto;
    z-index: 1;
    color: #fff;
    border: 1px 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--prev {
    transform: rotate(-180deg);
}
.Slider-arrow:hover,
.Slider-arrow:focus {
    color: transparent;
    outline: none;
    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: .8rem;
    height: .8rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background: #fff;
    border: 0;
    border-radius: 50%;
}
.slick-active .Slider-dot {
    background: #FFCD17;
}

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

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

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

/**
 * @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: #6AADFF;
}
.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: #6AADFF;
}

.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: #6AADFF;
    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: 3rem 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;
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color .5s ease;
}
a.PageNavigation-list-item-link:hover {
    text-decoration: none;
    color: #6AADFF;
}

.PageNavigation-list-item-link--listing {
    padding: 0 1.5em;
}
.PageNavigation-list-item-link--listing svg {
    width: 2.6rem;
    height: 2.6rem;
    fill: #e7e6e6;
    transition: fill .5s ease;
}
.PageNavigation-list-item-link--listing:hover svg {
    fill: #6AADFF;
}

.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: 4rem;
    width: 4rem;
    background: #6AADFF;
    border-radius: 50%;
    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.6rem;
    transform: rotate(-45deg);
}
.PageNavigation-list-item-link--next::before {
    right: 1.6rem;
    transform: rotate(135deg);
}

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

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

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

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

.Breadcrumb {
    margin: 0;
    padding: 1rem 10%;
    line-height: 1;
    list-style: none;
    text-align: left;
    background: #6AADFF;
}

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

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


/**
 * @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: #6AADFF;
}

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

.SimpleMenu {
}

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

.SimpleMenu-item {
    display: inline;
    margin: 0;
}

.SimpleMenu-item + .SimpleMenu-item::before {
    content:  '|';
    display: inline;
    margin: 0 .5rem;
}

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

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

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

.Article {
}

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

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

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

.Article .Figure {
    max-width: 70%;
}

/**
 * @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 #6AADFF;
}

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

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2022-04-29 15:05:15
 */

.HomePage {
    line-height: 1.5;
}

@media (min-width: 620px) {
    .HomePage-newsBody {
        position: relative;
    }
    .HomePage-newsBody::after {
        content: '';
        position: absolute;
        right: 0;
        top: 100%;
        margin-top: -2rem;
        display: block;
        height: 10rem;
        width: 10rem;
        background: url(../../../assets/brush.svg) no-repeat center / contain;
    }
}

@media (min-width: 800px) {
    .HomePage-newsBody::after {
        right: 2rem;
        margin-top: -3rem;
        height: 12rem;
        width: 12rem;
    }
}

@media (min-width: 1080px) {
    .HomePage-newsBody::after {
        right: 6rem;
        height: 15rem;
        width: 15rem;
    }
}

.HomePage-values {
    position: relative;
}
.HomePage-values-left {
    width: 30rem;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 500;
}

.HomePage-values-right {
    flex: 1;
    text-align: right;
}

.HomePage-values-right-image {
    width: 100%;
}


.HomePage-360 {
    display: block;
    text-align: right;
    text-decoration: none;
    width: 41rem;
    margin: 4rem auto 2rem;
}
.HomePage-360-title {
    text-align: left;
    margin-bottom: 0;
}
.HomePage-360-image {
    width: 13rem;
}



@media (min-width: 600px) {
    .HomePage-values {
        display: flex;
        padding: 6rem 4rem 0;
    }

    .HomePage-values-left {
        width: auto;
        margin: 0 3rem 0 0;
        padding-top: 3rem;
    }

    .HomePage-values-right {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .HomePage-values-right-image {
        width: auto;
        height: 30rem;
    }

    .HomePage-values-title {
        position: absolute;
        top: 0;
        left: 10rem;
    }

    .HomePage-360 {
        position: absolute;
        top: 0;
        right: 4rem;
        width: 36rem;
    }

    .HomePage-360-image {
        width: 10rem;
    }

    .HomePage-values-title,
    .HomePage-360-title {
        font-size: 3.5rem;
    }
}

@media (min-width: 800px) {
    .HomePage-values {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .HomePage-values-right-image {
        height: 41rem;
    }

    .HomePage-360 {
        top: 2rem;
        width: 41rem;
    }

    .HomePage-360-image {
        width: 13rem;
    }

    .HomePage-values-title,
    .HomePage-360-title {
        font-size: 4rem;
    }
}

@media (min-width: 860px) {
    .HomePage-360 {
        top: 0;
    }

    .HomePage-values-right-image {
        height: 36rem;
    }
}

@media (min-width: 1080px) {
    .HomePage-values {
        padding-left: 13rem;
        padding-right: 13rem;
    }

    .HomePage-360 {
        right: 13rem;
    }
}


@media (min-width: 1280px) {
    .HomePage-values {
        padding-top: 7rem;
    }

    .HomePage-values-left {
        padding-top: 6rem;
        font-size: 2.4rem;
    }

    .HomePage-values-right-image {
        height: 51rem;
    }

    .HomePage-values-title {
        left: 30rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2022-05-03 15:32:59
 */

.ContactPage {
}

.ContactPage-infos {
    max-width: 23rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.ContactPage-infos + .ContactPage-infos {
    margin-top: 4rem;
}

.ContactPage-infos--flex {
    display: flex;
    justify-content: center;
}

.ContactPage-infos-icon {
    height: 8rem;
}

.ContactPage-map {
    width: 100%;
    height: 100%;
    min-height: 25rem;
}

@media (min-width:  620px) {
    .ContactPage-infos {
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
    }

    .ContactPage-infos-gridItem1,
    .ContactPage-infos-gridItem3 {
        padding-top: 5rem;
    }
}

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

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

.checked-list {
    list-style: none;
    padding: 0 0 0 2rem;
    color:  #000;
}
.checked-list li {
    display: flex;
    align-items: center;
    margin: .4em 0;
}
.checked-list li::before {
    content: '';
    width: 3em;
    height: 3em;
    margin-right: .6em;
    background: url(../../../assets/checkmark.svg) no-repeat center / 100% auto;
}

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

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

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

/* Azimut System default classes */

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