/*! 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 {
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem; /* Font size 16px at reference (html font-size 62.6%) */
    line-height: 1.5;
    color: #000;
}
button, input, optgroup, select, textarea {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #008bcd;
}

p {
    margin: 1.8em 0;
}

table {
    border-collapse: collapse;
}

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



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


@font-face {
    font-family: 'Caveat';
    src: url('../../../assets/caveat-regular.woff2') format('woff2'),
         url('../../../assets/caveat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: 'Caveat';
    src: url('../../../../web/fonts/caveat/caveat-italic.woff2') format('woff2'),
         url('../../../../web/fonts/caveat/caveat-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Caveat';
    src: url('../../../../web/fonts/caveat/caveat-thin.woff2') format('woff2'),
         url('../../../../web/fonts/caveat/caveat-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Caveat';
    src: url('../../../../web/fonts/caveat/caveat-thinitalic.woff2') format('woff2'),
         url('../../../../web/fonts/caveat/caveat-thinitalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Caveat';
    src: url('../../../../web/fonts/caveat/caveat-extralight.woff2') format('woff2'),
         url('../../../../web/fonts/caveat/caveat-extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Caveat';
    src: url('../../../../web/fonts/caveat/caveat-extralightitalic.woff2') format('woff2'),
         url('../../../../web/fonts/caveat/caveat-extralightitalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Caveat';
    src: url('../../../../web/fonts/caveat/caveat-light.woff2') format('woff2'),
         url('../../../../web/fonts/caveat/caveat-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Caveat';
    src: url('../../../../web/fonts/caveat/caveat-lightitalic.woff2') format('woff2'),
         url('../../../../web/fonts/caveat/caveat-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}*/
@font-face {
    font-family: 'Caveat';
    src: url('../../../assets/caveat-medium.woff2') format('woff2'),
         url('../../../assets/caveat-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: 'Caveat';
    src: url('../../../../web/fonts/caveat/caveat-mediumitalic.woff2') format('woff2'),
         url('../../../../web/fonts/caveat/caveat-mediumitalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}*/
@font-face {
    font-family: 'Caveat';
    src: url('../../../assets/caveat-semibold.woff2') format('woff2'),
         url('../../../assets/caveat-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: 'Caveat';
    src: url('../../../../web/fonts/caveat/caveat-semibolditalic.woff2') format('woff2'),
         url('../../../../web/fonts/caveat/caveat-semibolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}*/
@font-face {
    font-family: 'Caveat';
    src: url('../../../assets/caveat-bold.woff2') format('woff2'),
         url('../../../assets/caveat-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: 'Caveat';
    src: url('../../../../web/fonts/caveat/caveat-bolditalic.woff2') format('woff2'),
         url('../../../../web/fonts/caveat/caveat-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Caveat';
    src: url('../../../../web/fonts/caveat/caveat-extrabold.woff2') format('woff2'),
         url('../../../../web/fonts/caveat/caveat-extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Caveat';
    src: url('../../../../web/fonts/caveat/caveat-extrabolditalic.woff2') format('woff2'),
         url('../../../../web/fonts/caveat/caveat-extrabolditalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Caveat';
    src: url('../../../../web/fonts/caveat/caveat-black.woff2') format('woff2'),
         url('../../../../web/fonts/caveat/caveat-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Caveat';
    src: url('../../../../web/fonts/caveat/caveat-blackitalic.woff2') format('woff2'),
         url('../../../../web/fonts/caveat/caveat-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}
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.BodyContainer {
    flex: 1;
}

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

.Body.--darkBg {
    padding-top: 6rem;
    padding-bottom: 6rem;
    color: #fff;
    background: #115080;
}
.Body--bitBg.--darkBg {
    background: url(../../../assets/bitbg.jpg) repeat-y top center / 100% auto;
}

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

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

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

.Body-content {
    max-width: 85rem;
    margin: 0 auto;
}
.Body-content--large {
    max-width: 140rem;
}

@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;
    }
}
@media (min-width: 800px) {
    .Body {
        margin: 10rem auto;
        padding-right: 10rem;
        padding-left: 10rem;
    }
    .Body.--darkBg {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .BodyColumnsContainer {
        display: flex;
    }
    .BodyColumnsContainer--fullHeight {
        height: 100%;
    }
    .BodyColumnsContainer-main {
        flex: 4;
    }
    .BodyColumnsContainer-side {
        flex: 1;
        padding: 1rem 3rem;
        max-width: 29rem;
    }
    .BodyColumnsContainer-side--left {
        order: -1;
    }

    .BodyColumnsContainer-main .Body {
        padding-right: 5rem;
        padding-left: 5rem;
    }
}
@media (min-width: 1080px) {
    .Body {
        padding-right: 16rem;
        padding-left: 16rem;
    }

    .BodyColumnsContainer-main .Body {
        padding-right: 8rem;
        padding-left: 8rem;
    }
}

.Body--noMargins {
    padding: 0;
    margin: 0 auto;
}
.Body--noHorizontalMargins {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.Body--smallVerticalMargins {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.Body--smallTopMargin {
    margin-top: 5rem;
}
/*
@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 {
    position: relative;
    padding-bottom: 75%;
    color: #fff;
    background: #333;
}

.Header--inner {
    background: url('../../../assets/header.jpg') no-repeat left 25%;
    background-size: cover;
}

.Header-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*right: -18rem;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Offset slider background images to give space for title on mobile view */
.Header-background .Slider-item-image {
    object-position: 34%;
}

.Header-main {
    position: absolute;
    top: 4rem;
    right: 31%;
    bottom: 3rem;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3rem;
    text-align: left;
}

.Header-title {
    font-family: 'Comfortaa', sans-serif;
    margin: 0 0 2rem;
    font-size: 2.2rem;
    text-transform: uppercase;
    line-height: 1.2;
    width: 10.4em;
    font-weight: normal;
}
.Header-title-sur {
    font-size: 1.4rem;
    margin-bottom: .3em;
}

.Header-text {
    margin: .8rem 0;
}
.Header-title + .Header-text {
    margin-top: -1.8rem;
}

@media (min-width: 375px) {
    .Header-title {
        font-size: 2.6rem;
    }
    .Header-text {
        margin: 2rem 0;
    }
    .Header-title + .Header-text {
        margin-top: -1rem;
    }
}

@media (min-width: 480px) {
    .Header {
        padding-bottom: 55%;
    }
    .Header-main {
        right: 41%;
    }

}

@media (min-width: 540px) {
    .Header-title {
        font-size: 3rem;
    }

}

@media (min-width: 600px) {
    .Header {
        padding-bottom: 45%;
    }
    .Header-main {
        right: 45%;
    }
}

@media (min-width: 768px) {
    .Header {
        padding-bottom: 35%;
    }
    .Header-background .Slider-item-image {
        object-position: center;
    }
    .Header-main {
        right: 50%;
    }
}

@media (min-width: 960px) {
    .Header-title {
        font-size: 3.5rem;
    }
    .Header-title-sur {
        font-size: .4em;
    }
}

@media (min-width: 1200px) {
    .Header-title {
        font-size: 4.5rem;
    }
    .Header-content {
        font-size: 1.6em;
    }
}

@media (min-width: 1440px) {
    .Header-title {
        font-size: 5rem;
    }
}

@media (min-width: 1760px) {
    .Header-title {
        font-size: 6rem;
    }
}

.Header--inner {
    padding-bottom: 25%;
}
@media (min-width: 960px) {
    .Header--inner {
        padding-bottom: 20%;
    }
}

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

.Footer {
    padding: 10rem 2rem 2rem;
    color: #47c0f0;
    background: #115080;
    clear: both;
}
.Footer a {
    text-decoration: none;
    color: #47c0f0;
}
.Footer a:hover {
    text-decoration: underline;
}

.Footer p {
    line-height: 1.3;
}
/*.Footer ul {
    line-height: 2.5;
    margin-bottom: 1rem;
}*/

.Footer-content {
    width: 40rem;
    max-width: 100%;
    margin: 0 auto 2rem;
}

.Footer-content-section {
    padding: 0 3rem;
    flex: 1;
}

.Footer-content-section p:first-child {
    margin-top: 0;
}
.Footer-content-section + .Footer-content-section {
    margin-top: 4rem;
}

.Footer-content-section-title {
    font-family: 'Comfortaa', sans-serif;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 2.5rem;
}

.Footer-content-section-links {
    text-align: center;
    margin-top: 2rem;
}

.Footer-logo {
    background: #fff;
    width: 27rem;
    max-width: 100%;
}

@media (min-width: 620px) {
    .Footer {
        padding-left: 8%;
        padding-right: 8%;



        /*line-height: 1.8;*/
    }

    .Footer-content {
        width: 83rem;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;

    }

    .Footer-content-section {
        padding: 0 3rem;
        flex: 1;

    }


    .Footer-content-section {
        /*width: 50%;*/
        padding: 2rem;
        min-width: 50%;
    }
    .Footer-content-section + .Footer-content-section {
        margin-top: 0;
    }

    .Footer-content-section--faq {
        flex-grow: 2;
        order: 3;
    }
}

/*@media (min-width: 600px) {
    .Footer {
        padding-left: 12%;
        padding-right: 12%;
    }
}*/

/*@media (min-width: 670px) {
    .Footer {
        padding-left: 9%;
        padding-right: 9%;
    }
}*/
/*
@media (min-width: 820px) {
    .Footer {
        padding-left: 21%;
        padding-right: 21%;
    }
}

@media (min-width: 1000px) {
    .Footer {
        padding-left: 22%;
        padding-right: 22%;
    }
}
*/
@media (min-width: 1220px) {
/*@media (min-width: 1260px) {*/
    .Footer {
        padding-left: 2%;
        padding-right: 2%;
    }

    .Footer-content {
        width: auto;
        max-width: 140rem;
    }

    .Footer-content-section {
        width: auto;
        min-width: unset;
        padding: 0 3rem;
    }

    .Footer-content-section--faq {
        order: unset;
    }
}

@media (min-width: 1500px) {
    .Footer-content {
        width: auto;
        max-width: 160rem;
    }
}

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

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

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

.Grid--smallGap {
    --grid-gap: 1rem;
}
.Grid--bigGap {
    --grid-gap: 4rem;
}

/*.Grid--innerVerticalBorders > .Grid-item {
    position: relative;
}
.Grid--innerVerticalBorders > .Grid-item::after {
    content: '';
    position: absolute;
    display: none;
    top: 0;
    right: calc(0rem - var(--grid-gap));
    bottom: 0;
    border-right: 1px solid #707070;
}*/

@supports (display: grid) {
    .Grid {
        --grid-columns: 1;
        display: grid;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
        grid-gap: var(--grid-gap);
        /* 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: calc(var(--grid-gap) / 2);
}
.Grid--padding {
    padding: var(--grid-gap);
}
.Grid--paddingTop {
    padding-top: var(--grid-gap);
}

/**
 * Responsive grid gap
 * Independent media querries : only increase grid gap
 */
@media (min-width: 620px) {
    /* Grid flexbox fallback */
    .Grid {
        --grid-gap: 4rem;
    }
    .Grid--smallGap {
        --grid-gap: 2rem;
    }
    .Grid--bigGap {
        --grid-gap: 8rem;
    }
}
@media (min-width: 768px) {
    /* Grid flexbox fallback */
    .Grid,
    .Grid--xs-normalGap {
        --grid-gap: 6rem;
    }
    .Grid--smallGap {
        --grid-gap: 3rem;
    }
    .Grid--bigGap {
        --grid-gap: 14rem;
    }
}
/* 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);
    }

    /*
    .Grid--innerVerticalBorders {
        grid-column-gap: calc(2 * var(--grid-gap));
    }
     .Grid--xxs-2.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--xxs-3.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--xxs-4.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--xxs-5.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--xxs-6.Grid--innerVerticalBorders > .Grid-item::after {
        display: block !important;
    }
    .Grid--xxs-2.Grid--innerVerticalBorders > .Grid-item:nth-child(2n)::after {
        display: none;
    }
    .Grid--xxs-3.Grid--innerVerticalBorders > .Grid-item:nth-child(3n)::after {
        display: none;
    }
    .Grid--xxs-4.Grid--innerVerticalBorders > .Grid-item:nth-child(4n)::after {
        display: none;
    }
    .Grid--xxs-5.Grid--innerVerticalBorders > .Grid-item:nth-child(5n)::after {
        display: none;
    }
    .Grid--xxs-6.Grid--innerVerticalBorders > .Grid-item:nth-child(6n)::after {
        display: none;
    }*/
}

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

    .Grid--xs-normalGap {
        --grid-gap: 4rem;
    }

    /*.Grid--xs-2.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--xs-3.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--xs-4.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--xs-5.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--xs-6.Grid--innerVerticalBorders > .Grid-item::after {
        display: block !important;
    }
    .Grid--xs-2.Grid--innerVerticalBorders > .Grid-item:nth-child(2n)::after {
        display: none;
    }
    .Grid--xs-3.Grid--innerVerticalBorders > .Grid-item:nth-child(3n)::after {
        display: none;
    }
    .Grid--xs-4.Grid--innerVerticalBorders > .Grid-item:nth-child(4n)::after {
        display: none;
    }
    .Grid--xs-5.Grid--innerVerticalBorders > .Grid-item:nth-child(5n)::after {
        display: none;
    }
    .Grid--xs-6.Grid--innerVerticalBorders > .Grid-item:nth-child(6n)::after {
        display: none;
    }*/
}

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

    /*.Grid--s-2.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--s-3.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--s-4.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--s-5.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--s-6.Grid--innerVerticalBorders > .Grid-item::after {
        display: block !important;
    }
    .Grid--s-2.Grid--innerVerticalBorders > .Grid-item:nth-child(2n)::after {
        display: none;
    }
    .Grid--s-3.Grid--innerVerticalBorders > .Grid-item:nth-child(3n)::after {
        display: none;
    }
    .Grid--s-4.Grid--innerVerticalBorders > .Grid-item:nth-child(4n)::after {
        display: none;
    }
    .Grid--s-5.Grid--innerVerticalBorders > .Grid-item:nth-child(5n)::after {
        display: none;
    }
    .Grid--s-6.Grid--innerVerticalBorders > .Grid-item:nth-child(6n)::after {
        display: none;
    }*/
}

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

    /*.Grid--m-2.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--m-3.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--m-4.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--m-5.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--m-6.Grid--innerVerticalBorders > .Grid-item::after {
        display: block !important;
    }
    .Grid--m-2.Grid--innerVerticalBorders > .Grid-item:nth-child(2n)::after {
        display: none;
    }
    .Grid--m-3.Grid--innerVerticalBorders > .Grid-item:nth-child(3n)::after {
        display: none;
    }
    .Grid--m-4.Grid--innerVerticalBorders > .Grid-item:nth-child(4n)::after {
        display: none;
    }
    .Grid--m-5.Grid--innerVerticalBorders > .Grid-item:nth-child(5n)::after {
        display: none;
    }
    .Grid--m-6.Grid--innerVerticalBorders > .Grid-item:nth-child(6n)::after {
        display: none;
    }*/
}

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

    /*.Grid--l-2.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--l-3.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--l-4.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--l-5.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--l-6.Grid--innerVerticalBorders > .Grid-item::after {
        display: block !important;
    }
    .Grid--l-2.Grid--innerVerticalBorders > .Grid-item:nth-child(2n)::after {
        display: none;
    }
    .Grid--l-3.Grid--innerVerticalBorders > .Grid-item:nth-child(3n)::after {
        display: none;
    }
    .Grid--l-4.Grid--innerVerticalBorders > .Grid-item:nth-child(4n)::after {
        display: none;
    }
    .Grid--l-5.Grid--innerVerticalBorders > .Grid-item:nth-child(5n)::after {
        display: none;
    }
    .Grid--l-6.Grid--innerVerticalBorders > .Grid-item:nth-child(6n)::after {
        display: none;
    }*/
}

@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--xl-2.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--xl-3.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--xl-4.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--xl-5.Grid--innerVerticalBorders > .Grid-item::after,
    .Grid--xl-6.Grid--innerVerticalBorders > .Grid-item::after {
        display: block !important;
    }
    .Grid--xl-2.Grid--innerVerticalBorders > .Grid-item:nth-child(2n)::after {
        display: none;
    }
    .Grid--xl-3.Grid--innerVerticalBorders > .Grid-item:nth-child(3n)::after {
        display: none;
    }
    .Grid--xl-4.Grid--innerVerticalBorders > .Grid-item:nth-child(4n)::after {
        display: none;
    }
    .Grid--xl-5.Grid--innerVerticalBorders > .Grid-item:nth-child(5n)::after {
        display: none;
    }
    .Grid--xl-6.Grid--innerVerticalBorders > .Grid-item:nth-child(6n)::after {
        display: none;
    }*/
}

@media (min-width: 1420px) {
    .Grid--xxl-bigGap {
        --grid-gap: 14rem;
    }
}
/* End responsive grids */

.Grid--noGap {
    --grid-gap: 0;
}

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

.ColumnList {
    column-gap: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

.ColumnList-item {
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}
.ColumnList-item + .ColumnList-item {
    margin-top: 2rem;
}

.ColumnList-item-sub {
    color: #3ba0c8;
    margin-right: .8rem;
    white-space: nowrap;
}

.ColumnList--2 {
    columns: 2;
}

.ColumnList--3 {
    columns: 3;
}

.ColumnList--4 {
    columns: 4;
}

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

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

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

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

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

    .ColumnList-item + .ColumnList-item {
        margin-top: 1rem;
    }
}

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

/**
 * @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 .2rem;
    width: 100%;
    color: #666;
    background: none;
    border: none;
    border-bottom: .1rem solid #C6C6C6;
    border-radius: 0;
    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: #008bcd;
}

.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: unset;
    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: #008bcd;
  border-color: #008bcd;
}
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: #008bcd;
}
/* 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: #008bcd;
}
/* 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 {
    font-family: 'Comfortaa', sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    color: #008bcd;
}
.Title a {
    color: inherit;
    text-decoration: none;
}
.Title a:hover {
    color: #008bcd;
}
.Title:first-child {
    margin-top: 0;
}

.Title::after {
    content: '';
    display: block;
    margin-bottom: -1rem;
}

.Title--1,
.richtext h1 {
    font-size: 2.6rem;
    margin: 0 0 6rem;
    text-align: center;
    color: #00609e;
}
.richtext h1 {
    margin: 3rem 0;
}

.Title--2,
.richtext h2 {
    font-size: 2.2rem;
    margin: 3rem 0 2.5rem;
    color: #00a5e1;
}
.Title--1 + .Title,
.richtext h1 + h2 {
    margin-top: -3rem;
}

.Title--3,
.richtext h3 {
    font-size: 1.9rem;
    margin: 2rem 0;
}
.Title--2 + .Title,
.richtext h2 + h3 {
    margin-top: -2rem;
}

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

.Title--5,
.richtext h5 {
    font-size: 1.7rem;
    margin: 1.6rem 0;
}
.Title--4 + .Title,
.richtext h4 + h5 {
    margin-top: -1.3rem;
}

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

.Title-colorem {
    color: #00609e;
}

.TitleGroup {
    position: relative;
}

.TitleGroup-sideLink {
    position: absolute;
    right: 0;
    top: .03rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #00a5e1;
    transition: color .5s ease;
}
.TitleGroup-sideLink::before {
    content: '> ';
}

.TitleGroup-sideLink:hover {
    text-decoration: none;
    color: #00609e;
}

@media (min-width: 800px) {
    .Title--1,
    .richtext h1 {
        font-size: 3.6rem;
    }

    .Title--2,
    .richtext h2 {
        font-size: 3rem;
    }

    .Title--3,
    .richtext h3 {
        font-size: 2rem;
    }

    .TitleGroup-sideLink {
        top: .7rem;
    }
}

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

.TopBar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    padding: 0 2.5rem;
    height: 6rem;
    color: #fff;
    background: #fff;
    border-bottom: 1px solid #00609e;
    z-index: 10;
    transition: background-color 1s ease;
}

.TopBar-logo {
    height: 100%;
    padding: 1.2rem 0;
    z-index: 3;
}

.TopBar-logo img {
    height: 100%;
}

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


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

.MainMenu {
    font-family: 'Comfortaa', sans-serif;
}

.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 #00609e;
    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 #00609e;
    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 #00609e;
    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 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: bold;
    text-align: center;
    color: #000;
    margin: 0;
    transition: .5s padding ease;
}

.MainMenu-item-link {
    display: block;
    margin: .6rem 1rem;
    padding: .4rem 1rem;
    text-decoration: none;
    color: #000;
    border-bottom: .2rem solid transparent;
    transition: color .5s  ease, background-color .5s  ease, padding .5s  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: #008bcd;
}

.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: .6s max-height ease, .6s opacity ease, .6s visibility ease, .3s transform ease;
}
.MainMenu-item-subMenu .MainMenu-item {
    display: block;
    font-weight: normal;
    margin: 0;
}
.MainMenu-item-subMenu .MainMenu-item-link {
    display: block;
    border: none;
    margin: 0;
    transition: .5s color ease, .5s background-color ease;
}
.MainMenu-item-subMenu .MainMenu-item:hover > .MainMenu-item-link {
    color: #fff;
    background: #008bcd;
}

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

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

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

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

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

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

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

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

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

    .MainMenu-item {
        display: flex;
    }
    .MainMenu-item-link {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 .5rem 0 0;
        padding: 1.5rem 2.5rem;
    }
    .MainMenu-item-link:last-child {
        margin-right: 0;
    }

    .MainMenu-item-subMenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 30rem;
        background: #fff;
        transform: scale(.9);
    }

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

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

    .MainMenu-item-subMenu .MainMenu-item-link {
        padding: 1rem 1.5rem;
        color: #000;
    }

    .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:hover > .MainMenu-item-subMenu {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        z-index: 2;
    }
}

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

.SideMenu {
    position: sticky;
    top: 20rem; /* Fallback, real value is set by js to be relative to dynamic topbar height */
    text-align: center;
    color: #00a5e1;
}

.SideMenu-title {
    font-size: 2.2rem;
    text-transform: uppercase;
    padding: .5rem 0;
    margin: 0 0 1rem;
}

.SideMenu-items {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d4d4d4;
}

.SideMenu-item {
    border-bottom: 1px solid #d4d4d4;
}

.SideMenu-item-link {
    display: block;
    padding: 1.5rem 0;
    color: inherit;
    text-decoration: none;
    transition: color .5s ease;
}
.SideMenu-item-link:hover {
    color: #000;
}

/*.SideMenu-item-subMenu {
    border-top: 1px solid #d4d4d4;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.SideMenu-item-subMenu .SideMenu-item-link {
    padding-left: 5rem;
    text-transform: none;
}*/

.SideMenu-item.active > .SideMenu-item-link,
.SideMenu-item.active-ancestor > .SideMenu-item-link {
    font-weight: bold;
}


@media (min-width: 800px) {
    .SideMenu {
        text-align: left;
    }
}

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

.SearchBox {
    display: flex;
    justify-content: center;
    background: #fff;
}
.SearchBox-form {
    display: flex;
    position: relative;
}

.SearchBox-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: .8rem 4rem .8rem 2rem;
    width: 16rem;
    color: #000;
    background: none;
    border: 1px solid #999;
    border-radius: .4rem;
    transition: width .5s ease, border-color .5s ease;
}
.SearchBox-input::placeholder {
    opacity: .8;
}
.SearchBox-input:focus {
    width: 26rem;
    outline: none;
    border-color: #008bcd;
}

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

.SearchBox-btn-icon {
    height: 2rem;
    color: inherit;
    fill: currentColor;
    transition: fill .5s ease;
}

.SearchBox-btn:hover {
    color: #fff;
    background: #008bcd;
}

.SearchBox--compact .SearchBox-form {
    height: 2.2rem;
}

.SearchBox--compact .SearchBox-input {
    position: absolute;
    top: 0;
    right: 0;
    /*visibility: hidden;
    opacity: 0;*/
    width: 0;
    padding-left: 0;
}
.SearchBox--compact .SearchBox-input::placeholder {

}

.SearchBox--compact .SearchBox-btn {

}

.SearchBox--compact .SearchBox-btn:hover {

}

.SearchBox--compact:hover .SearchBox-input,
.SearchBox--compact .SearchBox-input:focus {
    width: 10rem;
    padding-left: 1rem;
}


.SearchBoxHolder-btn {
    display: none;
}

@media (min-width: 768px) {

    .SearchBoxHolder {
        position: relative;
        display: flex;
        align-items: center;
    }

    .SearchBoxHolder-btn {
        display: block;
        padding: 0 .5rem;
        background: none;
        border: none;
    }
    .SearchBoxHolder-btn-icon {
        display: block;
        height: 2.2rem;
        fill: #00609e;
    }
    .SearchBoxHolder-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        transition: visibility .3s ease, opacity .3s ease;
    }
    .SearchBoxHolder.open .SearchBoxHolder-content {
        visibility: visible;
        opacity: 1;
    }

    .SearchBoxHolder.open .SearchBox-input {
        width: 20rem;
    }


}





/*

.SearchBoxDropdown-item-icon {
    height: 2.2rem;
    fill: #fff;
}



.SearchBoxDropdown-item-subMenu {
    position: absolute;
    top: 100%;
    right: 0;
    margin: -1rem 0 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: max-height .8s ease, opacity .8s ease, visibility .8s ease, margin-top .8s ease;
    background: #0A0529;
}
.SearchBoxDropdown-item-subMenu .SearchBoxDropdown-item {
    display: block;
    margin: 0;
}
.SearchBoxDropdown-item-subMenu .SearchBoxDropdown-item + .SearchBoxDropdown-item {
    border-top: .1rem solid #35314f;
}
.SearchBoxDropdown-item-subMenu .SearchBoxDropdown-item-link {
    display: block;
    padding: .4rem 2rem;
    color: #fff;
    text-decoration: none;
    transition: .5s color ease, .5s background-color ease;
}
.SearchBoxDropdown-item-subMenu .SearchBoxDropdown-item-link:hover,
.SearchBoxDropdown-item-subMenu .SearchBoxDropdown-item-link:focus {
    background-color: rgba(255,255,255,.2);
    transform: none;
}
.SearchBoxDropdown-item-subMenu .SearchBoxDropdown-item-icon {
    display: block;
    height: 1.2em;
    margin: .3rem 0;
}
.SearchBoxDropdown-item:hover > .SearchBoxDropdown-item-subMenu,
.SearchBoxDropdown-item.open > .SearchBoxDropdown-item-subMenu {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    margin-top: 0;
}
*/

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

.Btn {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: .8em 2em .6em;
    margin: 0;
    font-family: 'Comfortaa', sans-serif;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    background: #008bcd;
    border: 1px solid transparent;
    border-radius: .4rem;
    transition: .5s background ease, .5s box-shadow ease, .5s border ease;
}

.Btn:hover {
    text-decoration: none !important;
    color: #fff;
    background: #00609e;
}
.Btn:focus {
    outline: thin dotted;
    outline-offset: -5px;
}
.Btn:active {
    background: #00609e;
    box-shadow: none;
}
.Btn:focus:active {
    outline: none;
}

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

.Btn--inv {
    color: #008bcd;
    background: #fff;
}

.Btn--underscore::after {
    content: ' _';
}

.Btn--large {
    min-width: 14em;
    max-width: 100%;
}

.Btn-minW60 {
    min-width: 60%;
}

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

.Btn--foot {
    background: none;
    border-color: transparent;
    color: inherit;
}
.Btn--foot::before {
    content: '> ';
}

/**
 * @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 1.2rem;
    text-align: right;
    font-style: italic;
    color: #666;
}

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

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

.Card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

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

.Card-imageContainer {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
    border-radius: .6rem;
}
.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-imageContainer--contain .Card-image {
    object-fit: contain;
}
.Card-imageContainer--small .Card-image {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
}

.Card-imageCopyright {
    text-align: center;
    font-size: .7em;
    margin-top: .2rem;
    color: #999;
}

.Card-surtitle {
    font-family: 'Comfortaa', sans-serif;
    font-size: 1.4rem;
    margin-bottom: .4rem;
    color: #008bcd;
}

.Card-title {
    font-family: 'Comfortaa', sans-serif;
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0 0 .8rem;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #00609e;
    transition: color .5s ease;
}
.Card-title > a {
    color: inherit;
    text-decoration: none;
}
.Card-title > a:hover {
    text-decoration: none;
}

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

.Card-imageCopyright + .Card-content {
    padding-top: .7rem;
}

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

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

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


@media (min-width: 580px) {
    .Card-title {
        font-size: 2rem;
    }
}

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

.Slider {
    position: relative;
    flex: 1;
    width: 100%;
    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;
    border: none; /* Slick default vertical style override */
}

.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 .slick-list {
    height: 100%;
    width: 100%;
}
.Slider .slick-track {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.Slider[data-vertical="true"] .slick-track {
    display: block;
}

.Slider-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    line-height: 0;
    padding: 1.5rem;
    margin: -2.6rem 0 0 0;
    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);
}
.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[data-vertical="true"] .Slider-arrow {
    top: unset;
    left: 50%;
    right: unset;
    margin: 0 0 0 -2.6rem;
}
.Slider[data-vertical="true"] .Slider-arrow--prev {
    top:  0;
}
.Slider[data-vertical="true"] .Slider-arrow--next {
    bottom: 0;
}
.Slider[data-vertical="true"] .Slider-arrow::after {
    transform: translateY(.2rem) rotate(-45deg);
}
.Slider[data-vertical="true"] .Slider-arrow--next::after {
    transform: translateY(-.2rem) rotate(135deg);
}

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

.Slider[data-vertical="true"] .Slider-dots {
    top: 0;
    bottom: 0;
    right: 1.5%;
    width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*transform: rotateZ(-90deg);*/
}
.Slider[data-vertical="true"] .Slider-dot {
    width: .4rem;
    height: 1rem;
}

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

.Slider--darkFilter .Slider-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

@media (min-width: 960px) {
    .Slider-arrow--prev {
        margin-left: 1rem;
    }
    .Slider-arrow--next {
        margin-right: 1rem;
    }
    .Slider[data-vertical="true"] .Slider-arrow--prev {
        margin-left: 0;
        margin-top: 1rem;
    }
    .Slider[data-vertical="true"] .Slider-arrow--next {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1280px) {
    .Slider-arrow--prev {
        margin-left: 2rem;
    }
    .Slider-arrow--next {
        margin-right: 2rem;
    }
    .Slider[data-vertical="true"] .Slider-arrow--prev {
        margin-left: 0;
        margin-top: 2rem;
    }
    .Slider[data-vertical="true"] .Slider-arrow--next {
        margin-right: 0;
        margin-bottom: 2rem;
    }
}

.Slider--arrowsOutside {
    padding-left: 6rem;
    padding-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 {
        padding-left: 8.5rem;
        padding-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: #008bcd;
}

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

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

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

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

.Gallery-item {
    display: block;
    width: 50%;
    margin: 0;
    padding: 2rem 2rem;
}

.Gallery-item-image {
    border-radius: 1rem;
    transition: transform .5s ease;
}

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

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

.Gallery-item-imageWrapper--bg {
    border-radius: 1rem;
    background: #d0d0d0;
}

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

.Gallery-item-title {
    display: block;
    margin-top: 1rem;
    text-align: center;
}

.Gallery-item-copyright {
    text-align: center;
    font-size: .7em;
    margin-top: .2rem;
    color: #999;
}

.Gallery-item-copyright + .Gallery-item-title {
    margin-top: .2rem;
}

.Gallery-item-title a,
.Gallery-item-imageLink {
    text-decoration: none;
    color: inherit;
    transition: color .5s ease;
}

.Gallery-item-imageLink:hover .Gallery-item-imageWrapper .Gallery-item-image {
    transform: scale(1.05);
}

.Gallery-item-title a:hover,
.Gallery-item-imageLink:hover + .Gallery-item-title a,
.Gallery-item-imageLink:hover + .Gallery-item-copyright + .Gallery-item-title a {
    text-decoration: none;
    color: #0D73AE;
}

@media (min-width: 640px) {
    .Gallery {
        margin: -3rem -3rem;
    }

    .Gallery-item {
        padding: 3rem 3rem;
    }
}

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

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

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

.LogoGallery {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 33rem;
}

.LogoGallery-item {
    padding: 1.6rem 1rem;
    width: 50%;
    text-align: center;
}
a.LogoGallery-item {
    text-decoration: none;
    color: inherit;
}

.LogoGallery-item-image {
    height: 6rem;
    max-width: 15rem;
    transition: box-shadow .5s ease;
    image-rendering: -webkit-optimize-contrast;
}

@media (min-width: 460px) {
    .LogoGallery {
        width: 40rem;
    }

    .LogoGallery-item-image {
        height: 7rem;
        max-width: 17rem;
    }
}

@media (min-width: 600px) {
    .LogoGallery {
        margin: -3rem;
        width: auto;
    }

    .LogoGallery-item {
        padding: 3rem;
        width: auto;
    }

    .LogoGallery-item-image {
        height: 6rem;
        max-width: 15rem;
    }
}

@media (min-width: 768px) {
    .LogoGallery-item-image {
        height: 7rem;
        max-width: 17rem;
    }
}

@media (min-width: 1280px) {
    .LogoGallery-item-image {
        height: 8rem;
        max-width: 20rem;
    }
}


@media (min-width: 1500px) {
    .LogoGallery {
        margin: -3.5rem;
    }
    .LogoGallery-item {
        padding: 3.5rem;
    }
    .LogoGallery-item-image {
        height: 10rem;
        max-width: 25rem;
    }
}

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

.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: #008bcd;
    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;
    text-transform: uppercase;
    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: #008bcd;
}

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

.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: #008bcd;
    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: #000;
}

.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: .5rem 2rem;
    list-style: none;
    text-align: left;
}

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

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


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

.Error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

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

.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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 .3rem;
    padding: 0;
    list-style: none;
}

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

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

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

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

.SimpleMenu--upper .SimpleMenu-items > .SimpleMenu-item {
    text-transform: uppercase;
}

.SimpleMenu--inheritColor .SimpleMenu-item-link {
    color: inherit;
}

.SimpleMenu--inheritColor .SimpleMenu-item.active .SimpleMenu-item-link,
.SimpleMenu--inheritColor .SimpleMenu-item-link:hover {
    border-color: currentColor;
}

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

.Verbatim {
    font-style: normal;
    text-align: center;
    color: inherit;
    margin: 0;
}

.Verbatim-text {
    font-family: 'Caveat';
    line-height: 1.3;
    font-size: 3rem;
    margin: 0 0 2rem;

}

.Verbatim-author {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b8e0f0;
}

.Verbatim-author-image {
    height: 5.5rem;
    margin-right: 2rem;
    border-radius: 50%;
    border: .2rem solid #fff;
}

@media (min-width: 1260px) {
    .Verbatim-text {
        font-size: 3.6rem;
    }
}

@media (min-width: 1600px) {
    .Verbatim-text {
        font-size: 4.4rem;
    }
}

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

.WorldMap {
    position: relative;
    background: url(../../../assets/worldmap.svg) no-repeat top / 100% auto;
    padding-bottom: 29.6%;
    z-index: 1;
}

.WorldMap-marker {
    position: absolute;
    line-height: 1;
    width: 4rem;
    height: 4rem;
    margin: -2rem 0 0 -2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.WorldMap-marker::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #00a5e1;
    mix-blend-mode: multiply;
    z-index: -1;
}
.WorldMap-marker--northAmerica {
    top: 27%;
    left: 20.5%;
}
.WorldMap-marker--europe {
    top: 23%;
    left: 51%;
}
.WorldMap-marker--southAmerica {
    top: 70%;
    left: 30.5%;
}
.WorldMap-marker--africa {
    top: 54%;
    left: 55.3%;
}
.WorldMap-marker--asia {
    top: 42%;
    left: 72.5%;
}
.WorldMap-marker--oceania {
    top: 77.5%;
    left: 89%;
}

.WorldMap-pin {
    content: '';
    position: absolute;
    top: 23.5%;
    left: 47.5%;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #ff5a1e;
}

.WorldMap-marker-caption {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 10em;
    margin: .4em 0 0 -5em;
    text-align: center;
    font-size: .9em;
    color: #000;
}

.WorldMap-marker-label {
    padding-top: 0.07em;
    font-size: 2rem;
}

.WorldMap-marker-content {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 16rem;
    margin: -2rem 0 0 -8rem;
    padding: 2rem;
    line-height: 1.3;
    color: #00609e;
    background: rgb(255, 255, 255, .8);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: visibility .5s ease, opacity .5s ease;
}
.WorldMap-marker--oceania .WorldMap-marker-content {
    margin-left: -12rem;
}
@media (min-width: 570px) {
    .WorldMap-marker--oceania .WorldMap-marker-content {
        margin-left: -8rem;
    }
}

.WorldMap-marker:hover {
    z-index: 1;
}
.WorldMap-marker:hover .WorldMap-marker-content {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 1024px) {
    .WorldMap-marker {
        width: 5rem;
        height: 5rem;
        margin: -2.5rem 0 0 -2.5rem;
    }

    .WorldMap-marker-label {
        font-size: 2.5rem;
    }

    .WorldMap-pin {
        width: 1rem;
        height: 1rem;
    }
}

@media (min-width: 1360px) {
    .WorldMap-marker {
        width: 6rem;
        height: 6rem;
        margin: -3rem 0 0 -3rem;
    }

    .WorldMap-marker-label {
        font-size: 3rem;
    }

    .WorldMap-pin {
        width: 1.2rem;
        height: 1.2rem;
    }
}


@media (min-width: 1500px) {
    .WorldMap-marker {
        width: 7.2rem;
        height: 7.2rem;
        margin: -3.6rem 0 0 -3.6rem;
    }

    .WorldMap-marker-label {
        font-size: 3.6rem;
    }

    .WorldMap-pin {
        width: 1.5rem;
        height: 1.5rem;
    }
}

/**
 * @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: #008bcd;
    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>
 */

.Article {
}

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

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

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

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

.SocialNetworks {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.SocialNetworks-title {
    font-size: 2.2rem;
    text-transform: uppercase;
    margin: 0 0 1rem 0;
    color: #47c0f0;
}

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

.SocialNetworks-list-item {
    display: inline-block;
    margin: 0 .5rem;
}

.SocialNetworks-list-item-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #47c0f0;
    transition: color .7s ease;
}
.SocialNetworks-list-item-link:hover {
    color: #115080;
}

.SocialNetworks-list-item-image {
    height: 4.8rem;
    fill: currentColor;
}


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

    .SocialNetworks-title {
        margin: 0 1rem 0 0;
    }
}

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

.Banner {
    position: relative;
    display: block;
    font-family: 'Comfortaa', sans-serif;
    padding-bottom: 55%;
    background-repeat: no-repeat;
    background-size: cover;
}

.Banner-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem;
    background: rgba(0,0,0,.4);
}

.Banner-title {
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    color: #fff;
}

.Banner-text {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    color: #a4daf0;
}

.Banner-btn {
    margin-top: 2rem;
}


@media (min-width: 440px) {
    .Banner {
        padding-bottom: 40%;
    }
}

@media (min-width: 600px) {
    .Banner {
        padding-bottom: 30%;
    }
}

@media (min-width: 720px) {
    .Banner {
        padding-bottom: 28%;
    }

}

@media (min-width: 1300px) {
    .Banner-title {
        font-size: 3rem;
    }

    .Banner-text {
        font-size: 2rem;
    }
}

@media (min-width: 1700px) {
    .Banner-title {
        font-size: 3.6rem;
    }

    .Banner-text {
        font-size: 3.2rem;
    }
}

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

.HomeIntro {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.HomeIntro-header {
}

.HomeIntro-content {
    flex: 1;
}

.HomeIntro-content p:first-child {
    margin-top: 0;
}

.HomeIntro-footer {
}

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

.Accordion {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #008bcd;
}

.Accordion-item {
    padding-bottom: 2rem;
    border-bottom: 1px solid #008bcd;
}
.Accordion-item +.Accordion-item {
    margin-top: 2rem;
}

.Accordion-item-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.Accordion-item-title {
    display: inline-block;
    font-weight: bold;
    padding-right: 2rem;
    color: #008bcd;
    background: #fff;
}
a.Accordion-item-title {
    text-decoration: none;
}

.Accordion-item-btn {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    background: none;
    border: none;
    cursor: pointer;
}
.Accordion-item-btn::after {
    content: '';
    display: block;
    position: relative;
    top: .1rem;
    border: .5rem solid transparent;
    border-top: .7rem solid #008bcd;
    border-bottom: none;
    transform-origin: center .25rem;
    transition: transform .5s ease;
}
.Accordion-item.open .Accordion-item-btn::after {
    transform: rotate(180deg);
}

.Accordion-item-content {
    padding: 1rem 0;
    overflow: hidden;
    opacity: 0;
    transition: height 1s ease, padding 1s ease, opacity 1s ease;
}
.Accordion-item.open .Accordion-item-content {
    opacity: 1;
}

.Accordion-item-content p {
    margin: 1rem 0;
}

.Accordion-item-content > :first-child {
    margin-top: 0;
}
.Accordion-item-content > :last-child {
    margin-bottom: 0;
}

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

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

.richtext ul {
    list-style-type: none;
}
.richtext ul li {
    position: relative;
}
.richtext ul li::before {
    content: '';
    position: absolute;
    top: .53em;
    left: -1.05em;
    display: inline-block;
    height: .56em;
    width: .56em;
    border-radius: 50%;
    background: #008bcd;
}

.richtext blockquote {
    position: relative;
    font-style: italic;
    margin: 3rem 0 0 3rem;
    color: #666;
}
.richtext blockquote::before {
    content: '«';
    position: absolute;
    top: -3.2rem;
    line-height: 1;
    left: -4rem;
    font-size: 7rem;
    color: rgb(0 165 225 / 60%);
}

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 #008bcd;
}

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

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

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

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

/* Azimut System classes */

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