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

p {
    margin: 1.5rem 0;
}

table {
    border-collapse: collapse;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem; /* Font size 16px at reference (html font-size 62.6%) */
    line-height: 1.5;
    padding-top: 6rem; /* TopBar height */
    color: #1d1d1b;
}
@media (min-width: 540px) {
    body {
        padding-top: 7rem;
    }
}
@media (min-width: 590px) {
    body {
        padding-top: 9rem;
    }
}
@media (min-width: 670px) {
    body {
        padding-top: 11rem;
    }
}
@media (min-width: 760px) {
    body {
        padding-top: 12rem;
    }
    p {
        margin: 3rem 0;
    }
}
@media (min-width: 800px) {
    body {
        padding-top: 13rem;
    }
}
@media (min-width: 840px) {
    body {
        padding-top: 14rem;
    }
}
@media (min-width: 1024px) {
    body {
        padding-top: 14.5rem;
    }
}
@media (min-width: 1200px) {
    body {
        padding-top: 15rem;
    }
}
@media (min-width: 1600px) {
    body {
        padding-top: 16rem;
    }
}

button, input, optgroup, select, textarea {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #b66d64;
}

*[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: 'Montserrat';
    src: url('../../../assets/montserrat-regular.woff2') format('woff2'),
         url('../../../assets/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-italic.woff2') format('woff2'),
         url('../../../assets/montserrat-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-bold.woff2') format('woff2'),
         url('../../../assets/montserrat-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-bolditalic.woff2') format('woff2'),
         url('../../../assets/montserrat-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-thin.woff2') format('woff2'),
         url('../../../assets/montserrat-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-thinitalic.woff2') format('woff2'),
         url('../../../assets/montserrat-thinitalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-extralight.woff2') format('woff2'),
         url('../../../assets/montserrat-extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-extralightitalic.woff2') format('woff2'),
         url('../../../assets/montserrat-extralightitalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-light.woff2') format('woff2'),
         url('../../../assets/montserrat-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-lightitalic.woff2') format('woff2'),
         url('../../../assets/montserrat-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-medium.woff2') format('woff2'),
         url('../../../assets/montserrat-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-mediumitalic.woff2') format('woff2'),
         url('../../../assets/montserrat-mediumitalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-semibold.woff2') format('woff2'),
         url('../../../assets/montserrat-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-semibolditalic.woff2') format('woff2'),
         url('../../../assets/montserrat-semibolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-extrabold.woff2') format('woff2'),
         url('../../../assets/montserrat-extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-extrabolditalic.woff2') format('woff2'),
         url('../../../assets/montserrat-extrabolditalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-black.woff2') format('woff2'),
         url('../../../assets/montserrat-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../../assets/montserrat-blackitalic.woff2') format('woff2'),
         url('../../../assets/montserrat-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}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../../../assets/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../../../assets/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../../../assets/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../../../assets/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 */

.Body {
    position: relative;
    margin: 5rem 0;
    padding: 0 1.5rem;
    color: #666666;
}
.Body img {
    max-width: 100%;
}

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

.Body-content {
    max-width: 90rem;
    margin: 0 auto;
}

.BodyDarkBgContainer {
    padding: .01rem 0;
    background-color: #b66d64;
}
.BodyDarkBgContainer .Body {
    color: #f0f0f0;
}

.BodyColumnsContainer {
    display: flex;
    margin: 0 auto;
}

.BodyColumnsContainer-main {
    flex: 4;
}

.BodyColumnsContainer-side {
    display: none;
    padding: 4rem 0 4rem 4rem;
    flex: 1;
}
.BodyColumnsContainer-side--show {
    display: block;
}

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

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

@media (min-width: 860px) {
    .Body {
        padding-left: 5%;
        padding-right: 5%;
    }
}


.Body--fullWidth {
    max-width: unset;
    /*padding-right: 0;
    padding-left: 0;*/
}
.Body--noMargins {
    padding: 0;
    margin: 0;
}

.Body--noVerticalMargins {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

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

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

.Header {
    position: relative;
    padding-bottom: 37%;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: .6s;
    animation-fill-mode: both;
}
.Header-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

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

.Footer {
    padding: 1rem;
    text-align: center;
    border-top: 1px solid #b66d64;
}

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

@media (min-width: 540px) {
    .Footer {
        margin-left: 4%;
        margin-right: 4%;
    }
}

@media (min-width: 840px) {
    .Footer {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 1200px) {
    .Footer {
        margin-left: 7%;
        margin-right: 7%;
    }
}

@media (min-width: 1600px) {
    .Footer {
        margin-left: 10%;
        margin-right: 10%;
    }
}

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

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

.Grid-item p:last-child {
    margin-bottom: 0;
}

.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-item--greyBg {
    background: #f0f0f0;
}

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

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

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

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

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

.Grid-item-content {
    height: 100%;
    padding: 2rem;
}

.Grid-item-content p:first-child  {
    margin-top: 0;
}
.Grid-item-content p:last-child {
    margin-bottom: 0;
}

/*.Grid-item--greyBg .Grid-item-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
}*/

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

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

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

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

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

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

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


/* Grid flexbox fallback */
.Grid--noGap {
    margin: 0;
}
.Grid--noGap > .Grid-item {
    width: calc(100%/var(--grid-columns));
    margin: 0;
}

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

/**
 * 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-item-content,
    .Grid-item--greyBg .Grid-item-content {
        padding: 4rem;
    }
}

@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-item-content,
    .Grid-item--greyBg .Grid-item-content {
        padding: 5rem;
    }
}

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

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

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

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

@media (min-width: 1300px) {
    .Grid-item--greyBg .Grid-item-content,
    .Grid-item-content {
        padding: 8rem 10rem;
    }
}

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

.Form {
}

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

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

.Form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 2rem 0;
    padding: .8rem .2rem;
    width: 100%;
    color: #666;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: .1rem solid #C6C6C6;
    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='%231d1d1b' 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: #b66d64;
}

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

/* Hide native radio and checkbox controls, but not deactivate it */
input[type="radio"].Form-input,
input[type="checkbox"].Form-input {
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0;
    height: 0;
    width: 0;
    pointer-events: none;
}
/* Custom radio and checkbox controls */
input[type="radio"].Form-input + .Form-label::before,
input[type="checkbox"].Form-input + .Form-label::before {
    content: '';
    display: inline-block;
    /* Because of rouding bugs in some browsers, we can't use rem values to size the radio button */
    width: 12px;
    height: 12px;
    margin-right: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: none;
    border: 2px solid #C6C6C6;
    transition: background-color .5s ease, border-color .5s ease;
}
input[type="radio"].Form-input + .Form-label::before {
    border-radius: 50%;
}
/* Custom radio and checkbox controls checked */
input[type="radio"]:checked.Form-input + .Form-label::before,
input[type="checkbox"]:checked.Form-input + .Form-label::before {
  background-color: #b66d64;
  border-color: #b66d64;
}
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: #b66d64;
}
/* 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: #b66d64;
}
/* 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 {
    display: block;
    line-height: 1.3;
}
.Title a {
    color: inherit;
    text-decoration: none;
}
.Title a:hover {
    color: #b66d64;
}
.Title:first-child {
    margin-top: 0;
}

.Title--1,
.richtext h1 {
    font-size: 5.5rem;
    margin: 0 0 2rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    color: #b66d64;
}
.richtext h1 {
    margin: 3rem 0;
}
.Title--home1 {
    font-size: 3rem;
    margin: 0 0 4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #b66d64;
}
.Title--home1 .Title--2 {
    margin-top: 0;
}
.Title--home1-shadowTitle {
    display: none;
}

.Subtitle {
    display: block;
    font-size: 1.8rem;
    text-transform: none;
    text-align: center;
    font-weight: normal;
    margin: 0 0 3rem;
    color: #bc8b46;
}

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

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

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

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

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

@media (min-width: 760px) {
    .Title--1,
    .richtext h1
    .Subtitle {
        margin-bottom: 6rem;
    }

    .Title--2,
    .richtext h2 {
        margin-top: 6rem;
        margin-bottom: 4rem;
    }

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

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

@media (min-width: 768px) {
    .Title--home1-shadowTitle {
        display: block;
    }
}

.BodyDarkBgContainer .Title {
    color: #fff;
}

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

.TopBar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    padding: 1.2rem 3rem;
    height: 6rem;
    color: #fff;
    background: #b66d64;
    z-index: 2;
    animation-name: slideInDown;
    animation-duration: 1s;
}

.TopBar-logo {
}

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

@media (min-width: 540px) {
    .TopBar {
        padding: 2rem 2rem 1.2rem;
        height: 7rem;
    }
}

@media (min-width: 590px) {
    .TopBar {
        padding-top: 3rem;
        height: 9rem;
    }
}

@media (min-width: 630px) {
    .TopBar {
        padding-bottom: 1.5rem;
        height: 10rem;
    }
}

@media (min-width: 670px) {
    .TopBar {
        padding-bottom: 1.8rem;
        height: 11rem;
    }
}

@media (min-width: 720px) {
    .TopBar {
        padding-bottom: 2rem;
    }
}

@media (min-width: 760px) {
    .TopBar {
        padding-top: 4rem;
        height: 12rem;
    }
}

@media (min-width: 800px) {
    .TopBar {
        padding-top: 4rem;
        height: 13rem;
    }
}

@media (min-width: 840px) {
    .TopBar {
        padding-top: 4.5rem;
        height: 14rem;
    }
}

@media (min-width: 860px) {
    .TopBar {
        padding: 5rem 5% 3rem;
    }

    .TopBar-logo {
        /*padding-bottom: .35rem;*/
    }
}

@media (min-width: 1024px) {
    .TopBar {
        height: 14.5rem;
    }

    .TopBar-logo {
        /*padding-bottom: .35rem;*/
    }
}

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

    .TopBar-logo {
        /*padding-bottom: .35rem;*/
    }
}


@media (min-width: 1600px) {
    .TopBar {
        padding: 5rem 5% 3rem;
        height: 16rem;
    }

    .TopBar-logo {
        /*padding-bottom: .35rem;*/
    }
}

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

.MainMenu {
}

.MainMenu-btn {
    position: absolute;
    top: 50%;
    right: 2.4rem;
    cursor: pointer;
    width: 24px;
    margin: -8px 0 0;
    padding: 0;
    border: none;
    border-bottom: 3px solid #fff;
    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 #fff;
    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 #fff;
    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: #b66d64;
    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;
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin: 0;
    transition: .5s padding ease;
}

.MainMenu-item-link {
    position: relative;
    display: block;
    margin: .6rem 1rem;
    padding: .4rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    transition: .5s border-bottom-color ease, .5s padding ease;
}

.MainMenu-item-link:hover,
.MainMenu-item.active .MainMenu-item-link,
.MainMenu-item.active-ancestor > .MainMenu-item-link,
.MainMenu-item:hover > .MainMenu-item-link {
    text-decoration: none;
    background: #1d1d1d;
}

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

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

.MainMenu-addon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    padding: 2rem;
    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: 590px) {
    .MainMenu {
        flex: 1;
        display: flex;
        font-size: 1.4rem;
    }
    .MainMenu-btn {
        opacity: 0;
        visibility: hidden;
    }

    .MainMenu-content {
        position: static;
        opacity: 1;
        visibility: visible;
        padding-top: 0;
        align-items: flex-end;
        justify-content: space-between;
        background: none;
    }

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

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

    .MainMenu-item {
        display: flex;
        line-height: 1;
        margin-bottom: -.25rem;
        padding: 0 1rem;
    }
    .MainMenu-item-link {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    .MainMenu-items > .MainMenu-item:first-child {
        padding-left: 0;
    }
    .MainMenu-items > .MainMenu-item:last-child {
        padding-right: 0;
    }

    .MainMenu-item-link:hover,
    .MainMenu-item.active .MainMenu-item-link,
    .MainMenu-item.active-ancestor > .MainMenu-item-link,
    .MainMenu-item:hover > .MainMenu-item-link {
        background: none;
    }

    .MainMenu-item-subMenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 26rem;
        margin-top: 1.3rem;
        padding: .5rem 0;
        background: #fff;
    }

    .MainMenu-item-subMenu .MainMenu-item {
        color: #1d1d1d;
    }
    .MainMenu-item-subMenu .MainMenu-item-link {
        padding: 1rem 2rem;
    }
    .MainMenu-item-subMenu .MainMenu-item-link:hover::after,
    .MainMenu-item-subMenu .MainMenu-item.active .MainMenu-item-link::after,
    .MainMenu-item-subMenu .MainMenu-item.active-ancestor > .MainMenu-item-link::after,
    .MainMenu-item-subMenu .MainMenu-item:hover > .MainMenu-item-link ::after{
        border-color: #b66d64;
    }

    .MainMenu-item-link::after {
        content: '';
        display: block;
        position: absolute;
        right: 3rem;
        left: 3rem;
        bottom: -.7rem;
        border-bottom: 1px solid transparent;
        transition: border-bottom .7s ease;
    }
    .MainMenu-item-subMenu .MainMenu-item-link::after {
        left: 0;
        right: unset;
        width: 6rem;
        bottom: .3rem;
    }
    .MainMenu-item-link:hover::after,
    .MainMenu-item.active .MainMenu-item-link::after,
    .MainMenu-item.active-ancestor > .MainMenu-item-link::after,
    .MainMenu-item:hover > .MainMenu-item-link ::after{
        border-color: #fff;
    }

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

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

    .MainMenu-addon {
        padding: 0;
        order: -1;
    }

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

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

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

/*@media (min-width: 670px) {
    .MainMenu-items > .MainMenu-item > .MainMenu-item-link {
        padding: 0 1.3rem;
    }
}*/

@media (min-width: 720px) {
    .MainMenu {
        font-size: 1.5rem;
    }
}

@media (min-width: 800px) {
    .MainMenu {
        font-size: 1.6rem;
    }
}

@media (min-width: 860px) {
    .MainMenu {
        font-size: 1.4rem;
    }
    .MainMenu-item {
        margin-bottom: -.15rem;
    }
}


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

@media (min-width: 1024px) {
    .MainMenu {
        font-size: 1.5rem;
    }
    .MainMenu-item {
        margin-bottom: -.25rem;
    }
}


@media (min-width: 1600px) {
    .MainMenu {
        font-size: 1em;
    }
    .MainMenu-item {
        margin-bottom: -.15rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2022-02-09 11:02:08
 */

.SideMenu {
    position: sticky;
    top: 20rem; /* Fallback, real value is set by js to be relative to dynamic topbar height */
}

.SideMenu-items {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 25rem;
}

.SideMenu-item {
    text-transform: uppercase;
}
.SideMenu-item + .SideMenu-item {
    border-top: 1px solid #b66d64;
}

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

.SideMenu-item-link-icon {
    height: 1.4rem;
}

.SideMenu-item-subMenu {
    border-top: 1px solid #b66d64;
    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;
}

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

.LocaleSwitcher {
    list-style: none;
    padding: 0;
    margin: 0 0 0 2rem;
    color: #e4cdca;
}

.LocaleSwitcher-item {
    display: inline;
}

.LocaleSwitcher-item + .LocaleSwitcher-item {
    margin-left: .8em;
}

.LocaleSwitcher-item-link {
    text-decoration: none;
    color: inherit;
    transition: color .5s ease;
}
.LocaleSwitcher-item-link:hover {
    color: #fff;
    text-decoration: none;
}

.LocaleSwitcher-item.active,
.LocaleSwitcher-item.active .LocaleSwitcher-item-link {
    color: #fff;
    font-weight: 500;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2021-10-08 17:02:26
 */

.SocialNetworks {
    margin: 3rem 0;
}

.SocialNetworks-title {
    font-weight: 300;
    margin-bottom: .5rem;
    color: #666;
}

.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;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 50%;
    border: 2px solid #b66d64;
    transition: border-color .7s ease;
}
.SocialNetworks-list-item-link:hover {
    border-color: #666;
}

.SocialNetworks-list-item-image {
    max-width: 1.6rem;
    max-height: 1.6rem;
}

.SocialNetworks-list-item-image--linkedIn {
    margin: -.2rem -.1rem 0 0;
}

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

.Btn {
    display: inline-block;
    line-height: 1.3;
    text-decoration: none;
    padding: .6rem 2rem;
    margin: 0;
    color: #1a1a1a;
    background: none;
    border: 1px solid #b66d64;
    transition: .7s background ease, .7s color ease, .7s border-color ease;
}

.Btn:hover {
    text-decoration: none;
    color: #fff;
    background: #b66d64;
}
.Btn:focus {
    outline: thin dotted;
    outline-offset: -5px;
}
.Btn:active {
    color: #fff;
    background: #1a1a1a;
    border-color: #1a1a1a;
}
.Btn:focus:active {
    outline: none;
}

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

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

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

.Btn--overDarkBg {
    color: #fff;
    border-color: #ddd;
}

.Btn--overDarkBg:hover {
    color: #fff;
    border-color: #1d1d1d;
    background-color: #1d1d1d;
}

.Btn--secondary,
.Btn--tertiary {
    border-color: transparent;
}

.Btn--tertiary {
    color: #666 ;
}

.Btn--overDarkBg.Btn--tertiary {
    color: #ddd;
}

@media (min-width: 930px) {
    .BtnGroup {
        margin-top: 4rem;
    }
}

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


@media (min-width: 1440px) {
    .Btn {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

.Btn--big {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    height: 13rem;
    width: 26rem;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background: #b66d64;
}
.Btn--big strong {
    margin-top: -0.2rem;
    font-size: 3.7rem;
    font-weight: bold;
    color: #fff;
}
.Btn--big:hover {
    background: #000;
}
.Btn--big--square {
    width: 18rem;
    height: 18rem;
}

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

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

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

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

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

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

.Card {
    display: flex; /* display flex needed to fit inside NewsGrid */
    flex-direction: column;
    width: 100%;
    transition: background-color .5s ease;
    color: #666;

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

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

.Card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.Card-imageContainer {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 67%;
    overflow: hidden;
    background: #f0f0f0;
}
.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--2-1 {
    padding-bottom: 50%;
}
.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-surtitle {
    display: block;
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
}*/

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

.Card-subtitle {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.2;
    font-weight: bold;
    color: #444;
}
.Card-subtitle a {
    color: inherit;
    text-decoration: none;
}
.Card-title + .Card-subtitle {
    margin-top: -1rem;
}

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

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

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

.Card-content + .Card-footer {
    padding-top: .5rem;
}

.Card-footer--smallVerticalPadding {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.Card-footer--noBottomPadding {
    padding-bottom: 0;
}

.Card-footer--bg {
    color: #ddd;
    background: #b66d64;
}

.Card-body:hover .Card-imageContainer .Card-image {
    transform: scale(1.1);
}
.Card-body:hover .Card-imageContainer--video::after {
    background-size: 15%;
}
.Card-body[onclick]:hover .Card-title {
    color: #bc8b46;
}
.Card-body[onclick]:hover .Card-btn {
    color: #fff;
    border-color: #bc8b46;
    background-color: #bc8b46;
}

.Card--whiteBg {
    background: #fff;
}
.Card--whiteBg .Card-content {
    padding-left: 2rem;
    padding-right: 2rem;
}

.Card--maxWidth-s {
    max-width: 42rem;
    margin: 0 auto;
}

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

.InlineCard {
}

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

.InlineCard-imageContainer {
    overflow: hidden;
    background: #f0f0f0;
}

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

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

.InlineCard-title {
    margin: 0 0 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    color: #b66d64;
    transition: color .5s ease;
}
.InlineCard-title > a {
    color: inherit;
    text-decoration: none;
}
.InlineCard-title > a:hover {
    text-decoration: none;
}
.InlineCard-subtitle {
    font-weight: bold;
    margin-bottom: 1rem;
}

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

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

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

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

    .InlineCard-imageContainer {
        position: relative;
        display: flex;
        align-items: center;
        margin-right: 2rem;
        width: 20rem;
        overflow: hidden;
    }

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

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

@media (min-width: 760px) {
    .InlineCard-imageContainer {
        margin-right: 3rem;
    }
}

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

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

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

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

.Slider-item-copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%;
    padding: .3rem 1rem;
    font-size: 1rem;
    color: #fff;
    background: rgba(0,0,0,.4);
}

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

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

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


/* Slick overide */

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

.Slider .slick-prev,
.Slider .slick-next {
    position: absolute;
    top: 50%;
    font-size: 0;
    line-height: 0;
    padding: 1.5rem;
    margin: 0;
    margin-top: -2rem;
    cursor: pointer;
    border: none;
    background: transparent;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: .5s border, .5s color, .5s background-color;
}
.Slider .slick-prev {
    left: 0;
}
.Slider .slick-next {
    right: 0;
}
.Slider .slick-prev::after,
.Slider .slick-next::after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    transform: translateX(-.3rem) rotate(45deg);
}
.Slider .slick-prev::after {
    transform: translateX(.3rem) rotate(-135deg);
}
.Slider .slick-prev:hover,
.Slider .slick-prev:focus,
.Slider .slick-next:hover,
.Slider .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
    border-color: #fff;
}
.Slider .slick-prev:hover::after,
.Slider .slick-prev:focus::after,
.Slider .slick-next:hover::after,
.Slider .slick-next:focus::after {
    opacity: 1;
}
.Slider .slick-prev.slick-disabled,
.Slider .slick-next.slick-disabled {
    opacity: .25;
}

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

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

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

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

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

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

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

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

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

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

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

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

.Pagination-item {
    display: none;
    margin: 0;
}
.Pagination-item + .Pagination-item {
    margin-left: -1px;
}
.Pagination-item.active {
    font-weight: bold;
}
.Pagination-item.active .Pagination-item-link {
    color: #b66d64;
}
.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: #b66d64;
}

.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: #b66d64;
    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>
 */

.Breadcrumb {
    margin: 0 0 2.5rem;
    padding: 0;
    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;
    min-height: 500px;
}

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

.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-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: 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;
    color: #b66d64;
    font-weight: 500;
    transition: color .5s ease, .5s border-bottom-color ease;
    border-bottom: 1px solid transparent;
}

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

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

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


@media (min-width: 480px) {
    .SimpleMenu-items {
        flex-direction: row;
    }
}

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

.Toggler {
}

.Toggler-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Toggler-title {
    display: inline-block;
    padding-right: .5rem;
    line-height: .8;
    color: #1d1d1b;
}
a.Toggler-title {
    text-decoration: none;
}

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

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

/**
 * @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: #b66d64;
    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-icon-circle {
    background-color: #FFFFFF;
    border-radius: 50%;
}

.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 {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 0;
}

.Article-title + .Subtitle {
    margin-top: 0;
}

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

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

.Article-nav {
    margin: 4rem 0;
}
.Article-nav-list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.Article-nav-list-item {
    display: block;
}
.Article-nav-list-item + .Article-nav-list-item {
    border-left: 1px solid #b66d64;
}
.Article-nav-list-item-link {
    display: block;
    position: relative;
    padding: .6rem 2rem;
    text-decoration: none;
    transition: color .5s ease;
    color: #1d1d1d;
}
.Article-nav-list-item-link--prev {
    padding-left: 4rem;
}
.Article-nav-list-item-link--next {
    padding-right: 4rem;
}
.Article-nav-list-item-link--off {
    opacity: .5;
}

.Article-nav-list-item-link::before,
.Article-nav-list-item-link::after {
    font-weight: normal;
    opacity: .7;
    color: #b66d64;
}

.Article-nav-list-item-link--prev::before {
    content: '<<';
    margin-right: .5em;
}
.Article-nav-list-item-link--next::after {
    content: '>>';
    margin-left: .5em;
}

a.Article-nav-list-item-link:hover {
    text-decoration: none;
    color: #b66d64;
}

.Article .Figure-image {
    max-height: 70vh;
}

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

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

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

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

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

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

.Accordion {
}

.Accordion-item {
}
.Accordion-item +.Accordion-item {
    margin-top: 2rem;
}

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

}
.Accordion-item-header::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 5rem;
    margin-top: -1px;
    border-bottom: 1px solid #b66d64;
    z-index: -1;
}

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

.Accordion-item-step {
    color: #999;
}
.Accordion-item-step-title {
    display: inline-block;
    padding-right: .5rem;
    font-weight: bold;
    color: #555;
}

.Accordion-item-btn {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 2.4rem;
    background: #b66d64;
    border: none;
    cursor: pointer;
}
.Accordion-item-btn::after {
    content: '';
    display: block;
    position: relative;
    top: .1rem;
    border: .5rem solid transparent;
    border-top: .7rem solid #fff;
    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;
}

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

.Marquee {
    padding: .6rem 1.2rem;
    color: #333;
    font-style: italic;
    background: #f0f0f0;
    overflow: hidden;
}

.Marquee a {
    color: inherit;
    margin-right: .6rem;
    text-decoration: none;
}

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

.SearchBox {
    display: inline-block;
}
.SearchBox-form {
    display: flex;
    position: relative;
}

.SearchBox-input {
    margin: 0;
    padding: .5rem 4.4rem .5rem 1rem;
    width: 14rem;
    color: #000;
    background: none;
    border: 1px solid #999;
    transition: width .5s ease;
}
.SearchBox-input::placeholder {
    opacity: .8;
}
.SearchBox-input:focus {
    width: 25rem;
    outline: none;
    border-color: #b66d64;
}

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

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

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

.SearchBox--overDarkBg {
}

.SearchBox--overDarkBg .SearchBox-input {
    color: #fff;
    border: 1px solid #fff;
}
.SearchBox--overDarkBg .SearchBox-input::placeholder {
    color: #eee;
}

.SearchBox--overDarkBg .SearchBox-btn {
    color: #fff;
}

.SearchBox--overDarkBg .SearchBox-btn:hover {
    color: #b66d64;
    background: #fff;
}

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

.clearfix {
    clear: both;
}

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

.text-left,
.richtex.text-leftt  {
    text-align: left;
}

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

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

.text-success {
    color: #006600;
}

.text-error {
    color:  #dd0000;
}

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

.full-height {
    height: 100%;
}

.pull-left {
    float: left;
    margin-right: 2.5rem;
    margin-bottom: 2.5rem;
}

.pull-right {
    float: right;
}

.media-pullLeft {
    float: left;
    /*max-width: 50%;*/ /*Issues when width and height are defined on the media*/
    margin: 2rem 2rem 2rem 0;
}

.media-pullRight {
    float: right;
    /*max-width: 50%;*/ /*Issues when width and height are defined on the media*/
    margin: 2rem 0 2rem 2rem;
}

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

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

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

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

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

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

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

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

/* Azimut System default classes */

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

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

.small {
    font-size: 80%;
    line-height: 1.2;
    color: #808080;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideInDown {
    0% {
        transform: translateY(-30vh);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    0% {
        transform: translateY(30vh);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
