/*! 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>
 * date:    2019-06-20 13:55:32
 */

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Chiswick', sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
    background: #fff;
    padding-top: 7.2rem;
}
button, input, optgroup, select, textarea {
    font-family: 'Chiswick', sans-serif;
}

a {
    color: #00263E;
}
a.secondColor{
    color:#D0C5C4;
}
a:hover {
}

*[onclick] {
    cursor: pointer;
}

hr {
    margin: 3rem 0;
    border: 1px solid #f2f2f2;
}
/*
@media (max-width: 1680px) {
    html {
        font-size: 54.7%;
    }
}

@media (max-width: 540px) {
    html {
        font-size: 46.875%;
    }
}
*/

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 13:55:32
 */
@font-face {
    font-family: 'Chiswick';
    src:
            url('../../../assets/ChiswickSansText-Regular-Web.woff') format('woff'),
            url('../../../assets/ChiswickSansText-Regular-Web.woff2') format('woff2')
;
    font-display: swap;
}

@font-face {
    font-family: 'Chiswick Thin';
    src:
        url('../../../assets/ChiswickSansText-Thin-Web.woff') format('woff'),
        url('../../../assets/ChiswickSansText-Thin-Web.woff2') format('woff2')
    ;
    font-display: swap;
}

@font-face {
    font-family: 'UntitledSans';
    src:
        url('../../../assets/UntitledSansWeb-Regular.woff') format('woff'),
        url('../../../assets/UntitledSansWeb-Regular.woff2') format('woff2')
    ;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'UntitledSans Bold';
    src:
        url('../../../assets/UntitledSansWeb-Bold.woff') format('woff'),
        url('../../../assets/UntitledSansWeb-Bold.woff2') format('woff2')
    ;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 13:55:32
 */

.slick-track {
    margin-left: unset;
    margin-right: unset;
}

.slick-slide img {
    margin: 0 auto;
}

.slick-slide {
    outline-offset: -3px;
}

/* Arrows */
.slick-next
{
    position: absolute;
    top:50px;
    right:8rem;
    font-size: 0;
    line-height: 0;
    padding: 2rem;
    margin-top: -2rem;
    cursor: pointer;
    border: none;
    z-index: 700;
    background:transparent url(../../../assets/arrow.png) no-repeat center center;
    width:80px;
}
.slick-prev {
    left: -20px;
    display:none;
    position: absolute;
    border:none;
    bottom:0;
    opacity: 0;
}



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

/* Dots */
.slick-dots
{
    position: absolute;
    bottom: 5%;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    width: 1rem;
    height: 1rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background: #fff;
    border: 0;
    border-radius: 50%;
}
.slick-dots li.slick-active button
{
    background: #28dbc4;
}
@media (max-width: 1120px) {
    .slick-next{
        right:0;
    }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-21 15:48:49
 */

.control-label {
    text-transform: uppercase;
    font-weight: 500; /* Medium */
}

.form-control {
    font-size: inherit;
    border-radius: 0;
    border:1px solid #D0C5C4;
    color:#555555;
    font-family: 'UntitledSans';
    height:51px;
}
.form-control::placeholder {
    color: #999;
}
.form-control:focus {
    border-color: #28dbc4;
    box-shadow: none;
}

.form-inline {
    margin: 0 -10px;
}
.form-inline > * {
    margin-left: 10px;
    margin-right: 10px;
}


.checkbox-buttons .checkbox-inline {
    padding: 0;
}

.checkbox-buttons input[type="checkbox"] {
    display: none;
}

.checkbox-buttons input[type="checkbox"] + .control-label {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1rem 3.5rem;
    margin: 15px 0 0;
    color: #fff;
    background: #28dbc4;
    border: none;
    border-radius: .8rem;
    transition: .5s background ease, .5s box-shadow ease;
    color: #000;
    background: #e0e0e0;
}
.checkbox-buttons input[type="checkbox"] + .control-label:hover {
    text-decoration: none;
    box-shadow: 0 0 6px 2px #28dbc4;;
}
.checkbox-buttons input[type="checkbox"] + .control-label:focus {
    outline: thin dotted;
    outline-offset: -5px;
}
.checkbox-buttons input[type="checkbox"] + .control-label:active {
    background: #000;
    box-shadow: none;
}
.checkbox-buttons input[type="checkbox"] + .control-label:focus:active {
    outline: none;
}

.checkbox-buttons input[type="checkbox"]:checked + .control-label {
    color: #fff;
    background: #666;
}


.checkbox-buttons-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.checkbox-buttons-columns .checkbox-inline {
    flex-basis: 23%;
    display: flex;
    margin: 0 1%;
}
.checkbox-buttons-columns input[type="checkbox"] + .control-label {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
}


@media (max-width: 840px) {
    .checkbox-buttons-columns .checkbox-inline {
        flex-basis: 31.333%;
    }
}

@media (max-width: 620px) {
    .checkbox-buttons-columns .checkbox-inline {
        flex-basis: 48%;
    }
}

@media (max-width: 420px) {
    .checkbox-buttons-columns .checkbox-inline {
        flex-basis: 98%;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 15:46:17
 */

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

@supports (display: grid) {
    .Grid {
        --grid-columns: 1;
        display: grid;
        grid-gap: 6rem;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
        margin: 0;
    }
    .Grid > * {
        width: auto;
        margin: 0;
    }
}
.Grid--2 {
    --grid-columns: 2;
}
.Grid--2--1-2 {
    --grid-columns: 2;
}
.Grid--2--1-2 > *:first-child {
    width: 33%;
    margin-right: 2rem;
}
.Grid--2--1-2 > *:last-child {
    flex: 1;
}
@supports (display: grid) {
    .Grid--2--1-2 {
        grid-template-columns: 1fr 2fr;
    }
    .Grid--2--1-2 > *:first-child,
    .Grid--2--1-2 > *:last-child {
        width: auto;
        margin: 0;
    }
}

.Grid--2--2-1 {
    --grid-columns: 2;
}
.Grid--2--2-1 > *:first-child {
    width: 66%;
    margin-right: 2rem;
}
.Grid--2--2-1 > *:last-child {
    flex: 1;
}
@supports (display: grid) {
    .Grid--2--2-1 {
        grid-template-columns: 2fr 1fr;
    }
    .Grid--2--2-1 > *:first-child,
    .Grid--2--2-1 > *:last-child {
        width: auto;
        margin: 0;
    }
}

.Grid--3 {
    --grid-columns: 3;
}
.Grid--4 {
    --grid-columns: 4;
}
.Grid--5 {
    --grid-columns: 5;
}
.Grid--padding {
    padding: 1rem;
}
@media (max-width: 1260px) {
    /* 1 column at size L */
    .Grid--l-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--l-1.Grid--2--1-2 > *:first-child,
    .Grid--l-1.Grid--2--2-1 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    /* 2 columns at size L */
    .Grid--l-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    /* 3 columns at size L */
    .Grid--l-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
}
@media (max-width: 1080px) {
    /* 1 column at size M */
    .Grid--m-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--m-1.Grid--2--1-2 > *:first-child,
    .Grid--m-1.Grid--2--2-1 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    /* 2 columns at size M */
    .Grid--m-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    /* 3 columns at size M */
    .Grid--m-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
}
@media (max-width: 960px) {
    /* 1 column at size S */
    .Grid--s-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--s-1.Grid--2--1-2 > *:first-child,
    .Grid--s-1.Grid--2--2-1 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    /* 2 columns at size S */
    .Grid--s-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    /* 3 columns at size S */
    .Grid--s-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
}
@media (max-width: 900px) {
    /* 1 column at size XS */
    .Grid--xs-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--xs-1.Grid--2--1-2 > *:first-child,
    .Grid--xs-1.Grid--2--2-1 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    /* 2 columns at size XS */
    .Grid--xs-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    /* 3 columns at size XS */
    .Grid--xs-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
}
@media (max-width: 620px) {
    /* 1 column at size XXS */
    .Grid--xxs-noGrid {
        display: block;
    }
    .Grid--xxs-noGrid.Grid--2--1-2 > *,
    .Grid--xxs-noGrid.Grid--2--2-1 > * {
        width: auto;
        margin-right: 1em;
    }
    .Grid--xxs-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--xxs-1.Grid--2--1-2 > *:first-child,
    .Grid--xxs-1.Grid--2--2-1 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    /* 2 columns at size XS */
    .Grid--xxs-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    /* 3 columns at size XS */
    .Grid--xxs-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
}
@media (max-width: 320px) {
    /* 1 column at size XXXS */
    .Grid--xxxs-noGrid {
        display: block;
    }
    .Grid--xxxs-noGrid.Grid--2--1-2 > *,
    .Grid--xxxs-noGrid.Grid--2--2-1 > * {
        width: auto;
        margin-right: 1em;
    }
    .Grid--xxxs-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--xxxs-1.Grid--2--1-2 > *:first-child,
    .Grid--xxxs-1.Grid--2--2-1 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    /* 2 columns at size XS */
    .Grid--xxxs-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    /* 3 columns at size XS */
    .Grid--xxxs-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
}

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


/* IE 10-11 */

@media all and (-ms-high-contrast:none)
{
    .Grid > * {
        width: calc(100% - 2.01rem);
    }
    .Grid--2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    .Grid--3 > * {
        width: calc(100%/3 - 2.01rem);
    }
    .Grid--4 > * {
        width: calc(100%/4 - 2.01rem);
    }
    .Grid--5 > * {
        width: calc(100%/5 - 2.01rem);
    }
}
@media all and (-ms-high-contrast:none) and (max-width: 1260px) {
    /* 1 column at size L */
    .Grid--l-1 > * {
        width: calc(100% - 2.01rem);
    }
    /* 2 columns at size L */
    .Grid--l-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    /* 3 columns at size L */
    .Grid--l-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
}
@media all and (-ms-high-contrast:none) and (max-width: 1080px) {
    /* 1 column at size M */
    .Grid--m-1 > * {
        width: calc(100% - 2.01rem);
    }
    /* 2 columns at size M */
    .Grid--m-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    /* 3 columns at size M */
    .Grid--m-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
}
@media all and (-ms-high-contrast:none) and (max-width: 960px) {
    /* 1 column at size S */
    .Grid--s-1 > * {
        width: calc(100% - 2.01rem);
    }
    /* 2 columns at size S */
    .Grid--s-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    /* 3 columns at size S */
    .Grid--s-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
}
@media all and (-ms-high-contrast:none) and (max-width: 900px) {
    /* 1 column at size XS */
    .Grid--xs-1 > * {
        width: calc(100% - 2.01rem);
    }
    /* 2 columns at size XS */
    .Grid--xs-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    /* 3 columns at size XS */
    .Grid--xs-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
}
@media all and (-ms-high-contrast:none) and (max-width: 620px) {
    /* 1 column at size XXS */
    .Grid--xxs-1 > * {
        width: calc(100% - 2.01rem);
    }
    /* 2 columns at size XXS */
    .Grid--xxs-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    /* 3 columns at size XXS */
    .Grid--xxs-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
}
@media all and (-ms-high-contrast:none) and (max-width: 320px) {
    /* 1 column at size XXXS */
    .Grid--xxxs-1 > * {
        width: calc(100% - 2.01rem);
    }
    /* 2 columns at size XXXS */
    .Grid--xxxs-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    /* 3 columns at size XXXS */
    .Grid--xxxs-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 15:23:21
 */

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

.Title--1,
.richtext h1 {
    font-size: 3rem;
    font-weight: normal;
    margin: 0 0 3rem;
    text-align: center;
    color: #00263E;
    font-family: 'Chiswick';
}
.richtext h1 {
    margin: 3rem 0;
}

.Subtitle {
    font-size: 2.3rem;
    font-weight: normal;
    margin: 0 0 3rem;
    text-align: left;
    color: #D0C5C4;
    line-height:1.2em;
}
.richtext h2.Subtitle,
.richtext h3.Subtitle,
.richtext h4.Subtitle {
    color: #1e0d68;
}
a.Subtitle,
.Subtitle > a {
    text-decoration: none;
}
a.Subtitle:hover,
.Subtitle > a:hover {
    text-decoration: none;
    color: #28dbc4;
}
.Title + .Subtitle {
    margin-top: -2rem;
}
.Subtitle--noMargin {
    margin: 0;
}
.Bloc + .Subtitle {
    margin-top: 3rem;
}

.Title--2,
.richtext h2 {
    color: #CA8865;
    font-size: 2.4em;
    margin: 2rem 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 13px;
    font-family: 'Chiswick Thin';
}
.Title--2.Title--small{
    font-size: 1.6em;
    letter-spacing: 5px;
}
.Title--line{
    position:relative;
}
.Title--line:after{
    content:'';
    position:absolute;
    height:0;
    width:60px;
    border-bottom:2px solid #CA8865;
    top:0.5em;
}
.Title--small.Title--line:after{
    width:40px;
}

.Title--3,
.richtext h3 {
    color: #CA8865;
    font-size: 3rem;
    margin: 2rem 0;
    font-weight: normal;
}

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

.Title--4,
.richtext h4 {
    font-size: 1.6rem;
    font-weight: bold;
    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: normal;
    margin: 1.6rem 0;
}
.Title--4 + .Title--5,
.richtext h4 + h5 {
    margin-top: -1.6rem;
}

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

.Title--left,
.Subtitle--left {
    text-align: left;
}
.Title--intro{
    font-size: 3em;
    font-weight: normal;
    margin: 0 0 3rem;
    text-align: left;
    color: #00263E;
    font-family: 'Chiswick';
    line-height: 1.2em;
}
.Title--intro.Title--small{
    font-size: 2em;
}

@media (max-width: 1024px) {
    .Title--1,
    .richtext h1 {
        font-size: 2.5rem;
    }
    .Title--intro{
        font-size: 2em;
    }
}

@media (max-width: 960px) {
    .Title--1,
    .richtext h1 {
        font-size: 2.4rem;
    }
    .Title--3-big{
        font-size: 4rem;
    }
    .Title--intro{
        font-size: 2em;
    }
}

@media (max-width: 640px) {
    .Title--1,
    .richtext h1 {
        font-size: 2.4rem;
    }
    .Title--3-big{
        font-size: 3rem;
    }
    .Title--intro{
        font-size: 1.5em;
    }
    .Title--line:after{
        display:none;
    }
    .Title--2, .richtext h2{
        letter-spacing: 4px;
        font-size:1.6em;
        font-weight:bold;
    }
}

@media (max-width: 420px) {
    .Title--1,
    .richtext h1 {
        font-size: 2.4rem;
    }
    .Title--2,
    .richtext h2,
    .Title--2.Title--small{
        font-size:1.5em;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-21 10:50:09
 */

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

.Table tr,
.Table td {
    vertical-align: top;
}

.Table thead th {
    text-transform: uppercase;
    font-weight: normal;
}

.Table--spaceLines th,
.Table--spaceLines td {
    padding: .5em;
}
.Table--spaceLines th:first-child,
.Table--spaceLines td:first-child {
    padding-left: 0;
}
.Table--spaceLines th:last-child,
.Table--spaceLines td:last-child {
    padding-right: 0;
}

.Table--thLeft th {
   text-align: left;
   padding-right: 2em;
}

.Table--2--1-2 tr > *:first-child {
    width: 33%;
}
.Table--2--1-2 tr > *:last-child {
    padding-left: 2rem;
}

.Table--center {
    width: auto;
    margin: 0 auto;
}
.Table--min70width {
    min-width: 70%;
}

.Table--rowsSeparator {
    border-top: 2px solid #00263E;
}
.Table--rowsSeparator td{
    padding-top:2em;
}

.Table--thMinWidth11 th {
    min-width: 10.5em;
}

.Table tr.togglableLine {
    display: none;
}
.Table.open tr.togglableLine {
    /*display: table-row;*/
}

.Table-toggler {
    display: block;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
}

.Table.Table--verticalCenterLines th,
.Table th.Table-cell--verticalCenter,
.Table.Table--verticalCenterLines td,
.Table td.Table-cell--verticalCenter {
    vertical-align: middle;
}

.Table-cell--icon {
    width: 1.5em;
}

.Table-cell--big {
    font-size: 2rem;
    font-weight: bold;
}
.Table-cell--small {
    width:150px;
}

@media (max-width: 1080px) {
    /* 1 column at size M */
    .Table--m-1,
    .Table--m-1 tr,
    .Table--m-1 th,
    .Table--m-1 td,
    .Table--m-1.Table--2--1-2 tr > *:first-child,
    .Table--m-1.Table--2--1-2 tr > *:last-child {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
    }
    .Table--m-1 tr + tr {
        margin-top: 1rem;
    }
}
@media (max-width: 960px) {
    /* 1 column at size S */
    .Table--s-1,
    .Table--s-1 tr,
    .Table--s-1 th,
    .Table--s-1 td,
    .Table--s-1.Table--2--1-2 tr > *:first-child,
    .Table--s-1.Table--2--1-2 tr > *:last-child {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
    }
    .Table--s-1 tr + tr {
        margin-top: 1rem;
    }
}
@media (max-width: 900px) {
    /* 1 column at size XS */
    .Table--xs-1,
    .Table--xs-1 tr,
    .Table--xs-1 th,
    .Table--xs-1 td,
    .Table--xs-1.Table--2--1-2 tr > *:first-child,
    .Table--xs-1.Table--2--1-2 tr > *:last-child {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
    }
    .Table--xs-1 tr + tr {
        margin-top: 1rem;
    }
}
@media (max-width: 620px) {
    /* 1 column at size XXS */
    .Table--xxs-1,
    .Table--xxs-1 tr,
    .Table--xxs-1 th,
    .Table--xxs-1 td,
    .Table--xxs-1.Table--2--1-2 tr > *:first-child,
    .Table--xxs-1.Table--2--1-2 tr > *:last-child {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
    }
    .Table--xxs-1 tr + tr {
        margin-top: 1rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-25 17:33:55
 */

.Btn {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1rem 3.5rem;
    margin: 15px 0 0;
    color: #fff;
    background: #28dbc4;
    border: 1px solid transparent;
    transition: .5s background ease, .5s box-shadow ease, .5s border ease;
    cursor:pointer;
}

.Btn:hover {
    text-decoration: none;
}
.Btn:focus {
    outline: thin dotted;
    outline-offset: -5px;
}
.Btn:active {
    background: #000;
    box-shadow: none;
}
.Btn:focus:active {
    outline: none;
}

.Btn--darkBg {
    color: #00263E;
    border: none;
    background: transparent;
}

.Btn--reset {
    background: #aaa;
}

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

.BtnIconCircle {
    border-radius: 40px;
    height: 25px;
    width: 25px;
    display: inline-block;
    border: 1px solid #D0C5C4;
    color: #555555;
    font-family: 'UntitledSans';
    font-size: 1.7rem;
    padding: 0;
    position: relative;
    margin: 5px;
    cursor:pointer;
    text-align: center;
}

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

.Btn--secondary {
    background: none;
    border-color: #999;
    color: #666;
}

.Btn--primary{
    color:#D0C5C4;
    background:#00263E;
    text-transform:uppercase;
    font-family:'UntitledSans';
    letter-spacing: 4px;
    font-size: 0.9em;
}

.Btn--back{
    background:#D0C5C4 url(../../../assets/arrow-blue.png) no-repeat 15px center;
    color:#00263E;
    text-transform:uppercase;
    font-family:'UntitledSans';
    letter-spacing: 4px;
    font-size: 0.9em;
    padding-left:100px;
}

@media (max-width: 600px) {
    .Btn--primary{
        letter-spacing: 2px;
        padding:1rem 1rem 1rem 90px;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 14:41:14
 */

.TopBar {
    text-align:center;
    padding: 6rem 2rem 3rem 2rem;
    z-index: 900;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.TopBar-logo{
    z-index: 1100;
    position: relative;
}
.TopBar-logo img {
    max-width:100%;
    width:600px;
}
.TopBar-secondaryMenu{
    position:absolute;
    z-index: 1100;
    bottom:0;
    right: 8rem;
}
.TopBar-socialNetwork{
    z-index: 1101;
    left: 8rem;
    position: fixed;
    top: 9rem;
    display:none;
}
.TopBar-socialNetwork--icon{
    max-width:30px;
}
.open .TopBar-socialNetwork{
    display:block;
    bottom:3rem;
    right:3rem;
    top:auto;
    left:auto;
}
@media (max-width: 1030px) {
    .TopBar-logo img {
        max-width: calc(100% - 140px);
    }
    .TopBar-secondaryMenu{
        top:2rem;
        right:3rem;
    }
}
@media (max-width: 600px) {
    .TopBar {
        padding: 3rem 2rem;
    }
    .TopBar-logo{
        margin-left: 2rem;
    }
    .TopBar-logo img {
        max-width: 80%;
    }
    .TopBar-secondaryMenu{
        top:auto;
        bottom:3em;
        right:auto;
        text-align:center;
        display:none;
        position:fixed;
        width:100%;
    }
    .open .TopBar-secondaryMenu{
        display:block;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-25 09:41:26
 */

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

.LocaleSwitcher-item {
    display: inline;
    color:#E07947;
    font-size: 1.5rem;
}

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

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

.LocaleSwitcher-item.active,
.LocaleSwitcher-item.active .LocaleSwitcher-item-link {
    font-weight: bold;
}
@media (max-width: 600px) {
    .LocaleSwitcher-item {
        color: #00263E;
    }
}
.Article-item{
    display:flex;
    margin-bottom:8rem;
}
.Article-item:nth-child(even){
    flex-direction: row-reverse;
}
.Article-item-imageWrapper {
    display: block;
    overflow: hidden;
    flex:0 0 50%;
    transition: transform 1s ease;
}
.Article-item-image{
    max-width:100%;
}
.Article-item-content {
    padding: 1rem 8rem 1rem 8rem;
    flex:0 0 50%;
}
@media (max-width: 920px) {

    .Article-item:nth-child(n){
        flex-direction: column-reverse;
        overflow: auto;
    }
    .Article-item-content {
        padding: 1rem 2rem;
    }
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 17:19:18
 */

.Card {
    display: block;
    position: relative;
    transition: background-color 1s ease;
    padding:2rem;
}

.Card-imageContainer {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 67%;
    overflow: hidden;
    display: flex;
}
.Card-imageContainer--portrait {
    padding-bottom: 121%;
}
.Card-image {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .5s ease;
}
.Card-imageContainer .Card-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.Card-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.Card.active
, .Card.active a{
    color:#CA8865;
}

.Card-image-overlay-icon {
    height: 5rem;
}
.Card--small .Card-image-overlay-icon {
    height: 4.5rem;
}

.Card-tag {
    display: block;
    position: absolute;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    top: 0;
    right: 0;
    padding: .2rem 2rem;
    color: #1e0d68;
    background-color: #28dbc4;
}

.Card:hover .Card-imageContainer .Card-image {
    transform: scale(1.05);
}


.Card-surtitle,
.Card-subtitle {
    display: block;
    font-family: 'Simplon', sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 1rem;
    color: #28dbc4;
    transition: color .5s ease;
}
.Card-surtitle-tag {
    display: inline-block;
    font-family: 'PVC Banner', 'Simplon', sans-serif;
    font-size: 1.4rem;
    margin-right: 1;
    transform-origin: left;
    transform: scale(.8, 1);
}
.Card-surtitle-date {
    display: inline-block;
}

.Card-title {
    font-weight:bold;
    border-bottom:2px solid #00263E;
    padding-bottom:1em;
    margin-bottom:2em;
}
.Card.active .Card-title{
    border-bottom:2px solid #CA8865;
}
.Card-title > a {
    color: inherit;
    text-decoration: none;
}
.Card-title > a:hover {
    text-decoration: none;
}
.Card--big .Card-title {
    font-size: 3.2rem;
}
.Card-title--small {
    font-size: 1.2em;
}
.Card-title--ucase {
    text-transform: uppercase;
}

.Card-content {
    display: block;
    padding: 2em;
}
.Bloc--jsResize.Bloc--cut.Card .Card-content {
    padding-bottom: .5rem;
}

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

.Card-link {
    display: block;
    font-family: sans-serif;
    text-decoration: none;
    text-align: left;
    margin-top: 2rem;
    font-size: 2rem;
    color: #1e0d68;
    transition: color .5s ease;
}
.Card-link:hover {
    text-decoration: none;
    color: #000;
}

.Card.Bloc--cut .Card-link {
    position: absolute;
    text-align: left;
}

.Card--absoluteLink {
    padding-bottom: 3rem;
}
.Card--absoluteLink .Card-link {
    position: absolute;
    bottom: 2rem;
}

.Card[onclick]:hover {
    background-color: #28dbc4;
}
.Card[onclick]:hover .Card-surtitle,
.Card[onclick]:hover .Card-subtitle,
.Card[onclick]:hover .Card-link {
    color: #fff;
}


.Card--small .Card-content {
    padding: 1.6rem;
}
.Card--small .Card-surtitle {
    font-size: 1.3rem;
}
.Card--small .Card-title {
    font-size: 1.6rem;
}
.Card--small .Card-surtitle-tag {
    font-size: 1.1rem;
    margin-right: 0;
}
.Card--small .Card-link {
    margin-top: 0;
}

@media (max-width: 720px) {
    .Card--big .Card-title {
        font-size: 2.6rem;
    }
}
@media (max-width: 620px) {
    .Card.Bloc--cut .Card-link {
        position: static;
    }

    .Card--absoluteLink {
        padding-bottom: 0;
    }
    .Card--absoluteLink .Card-link {
        position: static;
    }
}
@media (max-width: 620px) {
    .Card--big .Card-title {
        font-size: 2rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 14:47:43
 */

.MainMenu {
    flex: 1;
    display: flex;
    font-size: 1.2rem;
}

.MainMenu-items {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: .5rem 0;
    text-align: center;
    font-family:'UntitledSans';

    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 900;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    display: flex;
    font-size: 1.6rem;
    letter-spacing: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 1s top ease, 1s opacity ease, 1s visibility ease;
}

.MainMenu--home .MainMenu-btn{
    opacity: 0;
    visibility: hidden;
}
.MainMenu--home .MainMenu-items {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 5rem;
    top:auto;
    background: transparent;
    flex-direction: row;
    opacity: 1;
    visibility: visible;
    justify-content: space-around;
    padding:0 8rem;
}
.MainMenu--home .MainMenu-items::after{
    display:none;
}
.MainMenu--home .MainMenu-items > li:nth-child(n+5)  {
    display:none;
}

.MainMenu-items > li  {
    display: block;
    font-weight: bold;
    color: #1e0d68;
    text-transform: uppercase;
    margin: 0;
    transition: .5s padding ease;
}

.MainMenu-items > li > a {
    display: inline-block;
    text-decoration: none;
    margin: 0 2rem;
    padding: 1.5rem .6rem;
    color: #00263E;
    border-bottom: 2px solid transparent;
    transition: .5s border-bottom-color ease, .5s padding ease;
}

.MainMenu-items > li > a:hover,
.MainMenu-items > li > a.active,
.MainMenu-items > li:hover > a:hover,
.MainMenu-items > li.active-ancestor > a{
    text-decoration: none;
    /*border-bottom-color: #1e0d68;*/
}

.MainMenu-item-subMenu {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 7.2rem;
    left: 0;
    right: 0;
    margin: 0;
    padding: 3rem;
    text-align: left;
    background: #1e0d68;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: .5s opacity ease, .5s visibility ease;
}
.MainMenu-item-subMenu .MainMenu-item {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 3rem;
    font-size: 1.6rem;
    position: relative;
}
.MainMenu-item-subMenu .MainMenu-item-link {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 1rem 4rem;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.6rem;
    color: #28dbc4;
    transition: .5s color ease, .5s background-color ease;
}
.MainMenu-item-subMenu .MainMenu-item-link:hover {
    color: #fff;
}

.MainMenu-item-subMenu .Bloc--cut::after {
    background:#1e0d68;
}

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

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

.MainMenu-item-zones {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    text-transform: none;
    font-weight: normal;
}
.MainMenu-item-zone {
    flex: 0;
    display: flex;
    flex-direction: column;
}
.MainMenu-item-zone-content {
    display: flex;
    flex: 1;
}

.MainMenu-item-subMenu .MainMenu-item-zone .MainMenu-item-link {
    flex: 0;
}

.MainMenu-item-zone + .MainMenu-item-zone {
    position: relative;
    margin-left: 3rem;
    padding-left: 3rem;
}
.MainMenu-item-subMenu .MainMenu-item + .MainMenu-item,
.MainMenu-item-zone + .MainMenu-item-zone {
    border-left: 1px solid #28dbc4;
}
.MainMenu-item-zone-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    padding: 0;
    font-weight: normal;
    color: #28dbc4;
}
a.MainMenu-item-zone-title {
    text-decoration: none;
    color: inherit;
}
a.MainMenu-item-zone-title:hover {
    text-decoration: none;
    color: #fff;
}

.MainMenu-item-zone-bloc {
    display: block;
    width: 25rem;
    margin-bottom: 1rem;
}
.MainMenu-item-zone-bloc + .MainMenu-item-zone-bloc {
    margin-left: 3rem;
}

/* Burger menu button */
.MainMenu-btn {
    position: absolute;
    top: 6rem;
    left: 12rem;
    cursor: pointer;
    width: 55px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 2px solid #CA8865;
    outline-offset: 5px;
    background: none;
    opacity: 1;
    visibility: visible;
    transition: transform .4s ease-in-out, 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: 901;
}
.MainMenu-btn:before {
    content: "";
    display: block;
    margin-bottom: 15px;
    border-bottom: 2px solid #CA8865;
    transition: transform .4s ease-in-out, border-color .4s ease-in-out;
}
.MainMenu-btn:after {
    content: "";
    display: block;
    margin-bottom: 15px;
    border-bottom: 2px solid #CA8865;
    transition: rotate .4s ease-in-out, border-color .4s ease-in-out;
}
.MainMenu.open .MainMenu-btn {
    transform: rotate(90deg);
}
.MainMenu.open .MainMenu-btn:before {

}
.MainMenu.open .MainMenu-btn:after {

}
.MainMenu.open .MainMenu-items{
    top:0;
}
.MainMenu.open .MainMenu-items,
.MainMenu--home .MainMenu-items{
    opacity: 1;
    visibility: visible;
}

.MainMenu-socialNetworks,
.SocialNetworks.MainMenu-socialNetworks {
    display: none;
}
.MainMenu--home .TopBar-socialNetwork{
    display:block;
}

@media (max-width: 1160px) {
    .MainMenu-item-link {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

@media (max-width: 1100px) {
    .MainMenu-item-link {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media (max-width: 990px) {
    .MainMenu-item-link {
        margin-left: .5rem;
        margin-right: .5rem;
    }
}

@media (max-width: 1930px) {

    .MainMenu-item-subMenu {
        position: static;
        display: block;
        font-size: 1.4rem;
        padding: 0;
        max-height: 0;
        width: 100%;
        background: none;
        border: none;
        text-align: center;
        transition: 1s max-height ease, 1s opacity ease, 1s visibility ease;
    }
    .MainMenu-item-subMenu .MainMenu-item {
        display: block;
        padding: 0;
    }
    .MainMenu-item-subMenu .MainMenu-item-link {
        color: #fff;
    }
    .MainMenu-item-link:hover,
    .MainMenu-item-subMenu .MainMenu-item-link:hover {
        color: #fff;
        background: #000;
    }
    .MainMenu-item:hover .MainMenu-item-subMenu {
        max-height: 800px;
    }


}
@media (max-width: 1030px) {
    .MainMenu-btn{
        left:2rem;
        width:50px;
    }
    .MainMenu--home .MainMenu-btn{
        opacity: 1;
        visibility: visible;
    }
    .MainMenu--home .MainMenu-items {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: -100vh;
        background: white;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        justify-content: center;
    }
    .MainMenu--home .MainMenu-items::after{
        display:none;
    }
    .MainMenu--home .MainMenu-items > li:nth-child(n+5)  {
        display: block;
    }
    .MainMenu--home .TopBar-socialNetwork{
        display:none;
    }
    .MainMenu--home.open .TopBar-socialNetwork{
        display:block;
    }
}
@media (max-width: 800px) {
    .MainMenu-btn::after,
    .MainMenu-btn::before{
        margin-bottom:10px;
    }
}
@media (max-width: 600px) {
    .MainMenu-btn{
        width:30px;
        left: 1rem;
        top:2.5rem;
    }
    .MainMenu-btn::after,
    .MainMenu-btn::before {
        margin-bottom: 8px;
    }
    .MainMenu-items {
        font-size: 1.4rem;
        font-family: 'UntitledSans';
    }
    .MainMenu-items > li{
        font-weight:normal;
    }
}

/* IE 10-11 */
@media all and (-ms-high-contrast:none)
{
    .MainMenu-item-zones {
        display: none;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-04-19 09:24:21
 */

.SimpleMenu {
}

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

.SimpleMenu-list > li {
    display: inline-block;
    margin: 0 3rem;
    text-transform: uppercase;
}

.SimpleMenu-list > li > a {
    text-decoration: none;
}

.SimpleMenu-list > li > a:hover {
    text-decoration: underline;
}
@media (max-width: 600px) {
    .SimpleMenu-list > li{
        margin:0 1rem;
    }
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 13:55:32
 */

.MainBody {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 8rem 140px 8rem 140px;
    font-size:1.3em;
    color:#00263E;
    min-height: 600px;
}

.MainBody p {
    margin: 3rem 0;
}
.MainBody-margin {
    padding:0 8rem;
}

.MainBodyBgWrapper {
    padding-bottom: 4rem;
    background: #28dbc4;
}
.MainBodyBgWrapper--light {
    background: #fff;
}

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

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

@media (max-width: 640px) {
    .MainBody {
        padding-right: 40px;
        padding-left: 40px;
        min-height: auto;
    }
}

.MainBody--large {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5rem;
}
.MainBody--large-title{
    padding-left:120px;
    padding-right:120px;
    max-width: 1400px;
}
.MainBody--home{
    display:flex;
    flex-direction: column;
    justify-content: center;
    height:calc(100% - 200px);
}

.MainBody--noTopPadding {
    padding-top: 0;
}
.MainBody-sealed--right:after,
.MainBody-sealed--left:after{
    background:url(../../../assets/sceau-grandecharte.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0;
    top: 100px;
    z-index: -1;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    display:none;
}
.MainBody-sealed--left:after{
    right: auto;
    left:0;
}
.MainBody--fullWidth {
    max-width: unset;
    padding-right: 0;
    padding-left: 0;
}

.MainBody .richtext{
    font-size:1.4em;
    font-family: "Chiswick Thin";
}

@media (max-width: 1120px) {
    .MainBody--large,
    .MainBody--large-title{
        padding-right: 100px;
        padding-left: 100px;
    }
    .MainBody-margin {
        padding:0;
    }
}

@media (max-width: 1080px) {
    .MainBody,
    .MainBody--large,
    .MainBody--large-title{
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media (max-width: 1040px) {
    .MainBody,
    .MainBody--large,
    .MainBody--large-title{
        padding-right: 40px;
        padding-left: 40px;
    }
    .MainBody-sealed--right:after,
    .MainBody-sealed--left:after{
        display:none;
    }
}

@media (max-width: 720px) {
    .MainBody,
    .MainBody--large,
    .MainBody--large-title{
        padding:2rem 10px;
    }
    .MainBody--home{
        height:calc(100% - 20px);
    }
    .MainBody .richtext{
        font-size: 1.2em;
        line-height: 1.4em;
        padding:0 10px;
    }
    .MainBody-margin {
        padding:0;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-21 15:31:31
 */

.MainFooter {
    padding: 2rem;
    text-align: left;
    text-transform: uppercase;
    background: #00263e;
    color: #D0C5C4;
    font-family: 'UntitledSans Bold';
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.MainFooter-logo {
    position: absolute;
    top: 2rem;
    right: 2rem;
    content: '';
    display: block;
    width: 10rem;
    height: 6rem;
}

.MainFooter a {
    text-decoration: none;
    color: inherit;
    letter-spacing: 5px;
    font-size: 0.8em;
}
.MainFooter a:hover {
    text-decoration: underline;
}

.MainFooter-newsletter {
    margin: 7rem 0;
}

.MainFooter .form-control {
    color: #999;
    max-width: 250px;
    margin: 0 auto;
}
.MainFooter .form-control::placeholder {
    color: #d6d6d6;
}

.MainFooter-signature {
    margin-top: 4rem;
}



@media (max-width: 1000px) {
    .MainFooter-menu {

    }
}

@media (max-width: 620px) {
    .MainFooter-logo {

    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 15:47:42
 */

.Bloc {
    /*position: relative;*/ /* Dafari fix: remove relative position, it cause bug on borders when bloc has border radius and overflow content */
    background: #fff;
    overflow: hidden;
    margin-bottom: 2rem;
    transform: translate3d(0, 0, 0); /* Safari fix for border radius, overflow and child css transform. Also compensate removing of relative positionning, because "transform" creates a context for absolute positionning like relative position */
}

.Bloc-content,
.Bloc-footer {
    padding: 1.5em 2.25em;
}
.Bloc-content p {
    margin: .8em 0;
}
.Bloc-content > p:first-child {
    margin-top: 0;
}
.Bloc-content > p:last-child {
    margin-bottom: 0;
}
.Bloc-content--bg {
    background: #fff;
}
.Bloc-content--doublePadding {
    padding: 3em 4.5em;
}

.Bloc-content--doublePadding + .Bloc-footer
.Bloc-footer--noPaddingTop {
    padding-top: 0;
}


.Bloc-image {
    width: 100%;
}

.Bloc-title {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 1em;
    padding: 0;
    color: #1e0d68;
}
.Bloc > .Bloc-title {
    margin-top: 1.5em;
    margin-right: 1.5em;
    margin-left: 1.5em;
}
.Bloc > .Bloc-title + .Bloc-content {
    padding-top: 0;
}

.Bloc-subtitle {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1rem 0 .5rem;
    padding: 0;
    color: #1e0d68;
}
.Bloc-subtitle:first-child {
    margin-top: 0;
}

.Bloc-content + .Bloc-content {
    border-top: 2px solid #f2f2f2;
}

.Bloc--cut {
    padding-bottom: 5.2rem;
}
.Bloc--cut::after {
    position: absolute;
    bottom: -50rem;
    left: -1px;
    right: -1px;
    content: '';
    display: block;
    height: 50rem;
    background: #efefef;
    transform-origin: bottom left;
    transform: skew(0deg, -10deg);
}
.Bloc--cut.Bloc--small {
    padding-bottom: 3rem;
}

.Bloc--alignBottomWithTopCut {
    margin-bottom: 5.2rem;
}

.Bloc--nextToBlocCut {
    padding-bottom: 5.2rem;
}
.Bloc--nextToBlocCut::after {
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
    content: '';
    display: block;
    height: 5.2rem;
    background: #efefef;
}
.Bloc--nextToBlocCut.Bloc--jsResize {
    padding-bottom: 0;
}
.Bloc--nextToBlocCut.Bloc--jsResize::after {
    display: none;
}

.Bloc--round {
    border-radius: 1.2rem;
}
.Bloc--roundTop {
    border-radius: 1.2rem 1.2rem 0 0;
}
.Bloc--roundTopLeft {
    border-radius: 1.2rem 0 0;
}
.Bloc--roundTopRight {
    border-radius: 0 1.2rem 0 0;
}
.Bloc--roundBottom {
    border-radius: 0 0 1.2rem 1.2rem;
}
.Bloc--roundBottomLeft {
    border-radius: 0 0 0 1.2rem;
}
.Bloc--roundBottomRight {
    border-radius: 0 0 1.2rem 0;
}

.Bloc--small.Bloc--round {
    border-radius: .6rem;
}
.Bloc--small.Bloc--roundTop {
    border-radius: .6rem .6rem 0 0;
}
.Bloc--small.Bloc--roundTopLeft {
    border-radius: .6rem 0 0;
}
.Bloc--small.Bloc--roundTopRight {
    border-radius: 0 .6rem 0 0;
}
.Bloc--small.Bloc--roundBottom {
    border-radius: 0 0 .6rem .6rem;
}
.Bloc--small.Bloc--roundBottomLeft {
    border-radius: 0 0 0 .6rem;
}
.Bloc--small.Bloc--roundBottomRight {
    border-radius: 0 0 .6rem 0;
}

.Bloc-collapsing {
    max-height: 0;
    transition: max-height .5s linear;
    overflow: hidden;
}
.Bloc-toggler {
    position: relative;
    cursor: pointer;
    transition: color .5s ease;
}
.Bloc-toggler::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: -1.5rem;
    /*margin-top: -2.5rem;*/
    border-left: .5rem solid currentColor;
    border-top: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
    transition: color .5s ease, transform .5s ease;
}
.Bloc-toggler:hover {
    color: #000;
}

.Bloc-toggler--dots {
    display: block;
    text-align: left;
    max-height: 1.5em;
    transition: max-height 2s ease-out;
}
.Bloc-toggler--dots::before {
    display: none;
}
.Bloc-toggler--dots::after {
    content: '...';
}

.Bloc.expand .Bloc-collapsing {
    max-height: 10000px;
    transition: max-height 1s;
}
.Bloc.expand .Bloc-toggler::before {
    transform: rotateZ(90deg);
}
.Bloc.expand .Bloc-toggler--dots {
}
.Bloc.expand .Bloc-toggler--dots::after {
    margin-top: 1em;
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(-45deg);
}

@media (max-width: 620px) {
    .Bloc--cut {
        padding-bottom: 0;
    }
    .Bloc--cut::after {
        display: none;
    }
    .Bloc--nextToBlocCut {
        padding-bottom: 0;
    }
    .Bloc--nextToBlocCut::after {
        display: none;
    }
    .Bloc-content,
    .Bloc-footer {
        padding: 1em;
    }
}

@media (min-width: 931px) {
    .Bloc.expandExceptMobile .Bloc-collapsing {
        max-height: 10000px;
    }
    .Bloc.expandExceptMobile .Bloc-toggler::before {
        display: none;
    }
    .Bloc.expandExceptMobile .Bloc-toggler--dots::after {
        display: none;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-27 15:15:11
 */

.EmbedMap {
    position: relative;
    padding-bottom: 66.7%;
}

.EmbedMap-iframe {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 920px) {
    .EmbedMap {
        padding-bottom: 100%;
    }
}

@media (max-width: 740px) {
    .EmbedMap {
        padding-bottom: 120%;
    }
}

.gallery{
    margin:0 4rem 4rem 4rem;
}
.gallery .gallery-item {
    height: 220px;
    width: 220px;
    overflow: hidden;
    margin: 5px;
    text-align: center;
}
.gallery .gallery-item .magnific-popup img {
    display: block;
    margin: 0 auto;
    min-height: 100%;
}


.gallery .slick-dots {
    bottom: -25px;
}
.gallery .slick-dots li button{
    background:#666;
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-07-03 16:39:31
 */

.Scroller {
    position: relative;
    height: 100%;
    padding-right: 3.8rem;
}

.Scroller-content {
    height: 100%;
    overflow: hidden;
}

.Scroller-upBtn,
.Scroller-downBtn {
    position: absolute;
    right: 1.4rem;
    background: none;
    border: none;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    outline: none;
}

.Scroller-upBtn {
    top: 1em;
    transform: rotate(-45deg);
}
.Scroller-downBtn {
    bottom: 1em;
    transform: rotate(135deg);
}

.Scroller-upBtn.off,
.Scroller-downBtn.off {
    opacity: .3;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-07-04 16:35:24
 */

.Error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.Error-title {
    font-family: 'PVC BannerUltra', 'Simplon', sans-serif;
    font-size: 10rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    color: #28dbc4;
}

.Error-subtitle {
    font-family: 'PVC Banner', 'Simplon', sans-serif;
    font-size: 2rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 3rem;
    text-align: center;
    color: #1e0d68;
}

@media (max-width: 640px) {
    .Error-title {
        font-size: 8rem;
    }
}

@media (max-width: 420px) {
    .Error-title {
        font-size: 6rem;
    }
}

.Testimony-item{
    display:flex;
    align-items: center;
    margin:5rem 0;
}
.Testimony-item-image{
    flex:0 0 auto;
    max-width: 100%;
}
.Testimony-item-content{
    padding:20px;
}
.Testimony-item:nth-child(even) .Testimony-item-image{
    order:1;
}

@media (max-width: 830px) {
    .Testimony-item-image {
        flex: 0 1 auto;
    }
}
@media (max-width: 830px) {
    .Testimony-item{
        flex-direction: column;
    }
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 14:29:04
 */

.clearfix {
    clear: both;
}

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

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

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

.pull-left {
    float: left;
    margin-right:25px;
    margin-bottom:25px;
}

.pull-right {
    float: right;
}

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

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

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

.icon,
.small-icon,
.flag-icon {
    height: 1em;
    width: 1.5em;
    vertical-align: middle;
    position: relative;
    top: -.1em;
    margin-right: .5em;
}
.small-icon {
    width: 1em;
    height: 1em;
}
.flag-icon {
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, .2);
}
.flag-icon-noMargin {
    margin: 0;
}
.flag-label-container {
    display: flex;
}
.flag-label-container .flag-icon {
    top: .15em;
}

.color-link {
    text-transform: uppercase;
    font-weight: bold;
    color: #28dbc4;
    text-decoration: none;
}
.color-link:hover {
    text-decoration: underline;
}
.color-hover-link {
    text-decoration: none;
}
.color-hover-link:hover {
    color: #28dbc4;
    text-decoration: none;
}
.strong-link {
    font-weight: bold;
    text-decoration: none;
}
.strong-link:hover,
.strong-link a :hover {
    color: #28dbc4;
    text-decoration: none;
}

.download-link {
    text-transform: uppercase;
}
.download-link::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .5em;
    background: url('data:image/svg+xml;utf8,<svg enable-background="new 0 0 5.949 8.244" height="8.244" viewBox="0 0 5.949 8.244" width="5.949" xmlns="http://www.w3.org/2000/svg"><path d="m.926 2.772 2.029 3.165 2.068-3.165z"/><path d="m2.439 0h1.07v3.114h-1.07z"/><path d="m0 7.173h5.949v1.07h-5.949z"/><path d="m0 6.137h1.07v1.57h-1.07z"/><path d="m4.878 6.137h1.071v1.57h-1.071z"/></svg>') no-repeat center / auto 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;
}

.copyright {
    color: #999;
    font-size: 1.2rem;
}

.image-fullWidth {
    display: block;
    width: 100%;
}
.audio-fullWidth {
    width: 100%;
}

.videoHolder {
    position: relative;
    padding-bottom: 56.25%;
}
.videoHolder > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tag {
    display: inline-block;
    font-size: 1.2rem;
    padding: .2rem 2rem;
    color: #1e0d68;
    background-color: #28dbc4;
}

.hideMobile {
}
.showMobile {
    display: none;
}
.collapseMobile {
}

.anchor {
    position: relative;
    top: -7.2rem; /* TopBar height*/
}

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

.g-recaptcha {
    margin: 0 auto;
}

@media (max-width: 720px) {
    .hideMobile {
        display: none;
    }
    .showMobile {
        display: block;
    }
    span.showMobile {
        display: inline;
    }
    td.collapseMobile {
        width: 0;
        min-width: 0;
        padding: 0;
        overflow: hidden;
        display: block;
    }
}

.Home-blason{
    margin: 0 auto;
    width:204px;
    position:relative;
}
.Home-blason-image{
    width:100%;
    height:100%;
    transition: 1s opacity ease, 1s visibility ease;
    position:absolute;
    top:0;
    background:transparent no-repeat;
}

.Home-blason-item{
    position:absolute;
    z-index:100;
    cursor:pointer;
}
.Home-blason-item--1{
    width:74px;
    height:67px;
    top:0;
    left:63px;
}
.Home-blason-item--2{
    width:61px;
    height:110px;
    top:0;
    left:0;
}
.Home-blason-item--2b{
    width:61px;
    height:110px;
    top:0;
    right:0;
}
.Home-blason-item--3{
    width:66px;
    height:86px;
    top:111px;
    left:0;
}
.Home-blason-item--4{
    width:66px;
    height:86px;
    top:111px;
    right:0;
}
.Home-blason-item--5{
    width:70px;
    height:79px;
    bottom:0;
    left:63px;
}
.Home-blason-item--6{
    width:77px;
    height:74px;
    top:61px;
    left:66px;
}
.Home-blason-title{
    background:transparent no-repeat top center;
    height:50px;
    margin-top: 4rem;
}
.Home-blason-subtitle{
    font-size: 1.2em;
    text-align: center;
    font-family: "Chiswick Thin";
}
@media (max-width: 600px) {
    .Home-blason-subtitle{
        font-size: 1em;
        line-height: 1.2em;
    }
}
.Welcome-container{
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    background:#00263E;
    z-index:100;
    color:#D0C5C4;
    display:flex;
    flex-direction: column;
    justify-content: center;
    transition: 1s top ease, 1s opacity ease, 1s visibility ease;
}
.Welcome-container--top{
    z-index:1000;
}
.Welcome-container--arrow::after{
    content:'';
    background:url(../../../assets/arrow.png) no-repeat 0 0;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 50%;
    padding-right:-50%;
    bottom:50px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor:pointer;
}
.Welcome-container--logo::after{
    content:'';
    background:url(../../../assets/logo-grandecharte.png) no-repeat center center;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom:50px;
    cursor:pointer;
    background-size:600px;
}
.Welcome-title{
    text-align:center;
    font-size:3em;
    letter-spacing: 5px;
    text-transform: uppercase;
    max-width:1280px;
    margin:0 auto;
    position:relative;
}

.Welcome-subtitle{
    text-align:center;
    letter-spacing: 3px;
    text-transform: uppercase;
}
@media (max-width: 1000px) {
    .Welcome-container--logo::after{
        background-size: 90%;
    }
}
.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}