/*! 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-04-18 16:59:45
 */

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
}

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

*[onclick] {
    cursor: pointer;
}

@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-04-18 16:58:27
 */

@font-face {
    font-family: 'Roboto';
    src: url('../../../assets/roboto-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../../assets/roboto-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../../assets/roboto-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../../assets/roboto-bold-italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../../assets/roboto-condensed-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../../assets/roboto-condensed-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../../assets/roboto-condensed-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../../assets/roboto-condensed-bold-italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2018-01-19 10:50:00
 */

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

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

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

/* Arrows */
.slick-prev,
.slick-next
{
    position: absolute;
    top: 50%;

    font-size: 0;
    line-height: 0;

    padding: 0;
    cursor: pointer;
    border: none;

    background: transparent;
    z-index: 700;
}
.slick-prev {
    left: -20px;
}
.slick-next {
    right: -20px;
}

.slick-prev:after,
.slick-next:after
{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -30px;
    border: 2px solid #999;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
}
.slick-prev:after {
    transform: rotate(-135deg);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.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: 32px;
    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: 15px;
    height: 3px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background: #828281;
    border: 0;
}
.slick-dots li.slick-active button
{
    background: #fff;
}

@media (max-width: 960px) {
    .slick-prev {
        margin-right: 20px;
    }
    .slick-next {
        margin-left: 20px;
    }
}

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-04-19 09:50:31
 */

.control-label {
    text-transform: uppercase;
    font-weight: normal;
    font-size: .9em;
    margin-right: 1em;
}

.form-control {
    border-radius: .8rem;
}
.form-control:focus {
    border-color: #00aca2;
}

.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: #00aca2;
    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 #00aca2;;
}
.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%;
    }
}

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-04-24 08:47:32
 */

table {
    border-collapse: collapse;
}

.table-th-left th {
    text-align: left;
    padding-right: 1em;
}

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

.Grid {
  /* Grid flexbox fallback */
  display: flex;
  flex-wrap: wrap;
  margin: -24px;
  overflow: hidden;
  /* End grid flexbox fallback */
}
.Grid > * {
  width: calc(100%/var(--grid-columns) - 48px);
  margin: 24px;
}
@supports (display: grid) {
  .Grid {
    --grid-columns: 1;
    display: grid;
    grid-gap: 48px;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    margin: 0;
  }
  .Grid > * {
    width: auto;
    margin: 0;
  }
}
.Grid--2 {
  --grid-columns: 2;
}
.Grid--3 {
  --grid-columns: 3;
}
.Grid--4 {
  --grid-columns: 4;
}
.Grid--padding {
  padding: 24px;
}
@media (max-width: 1080px) {
  .Grid {
    /* 1 column at size M */
    /* 2 columns at size M */
    /* 3 columns at size M */
  }
  .Grid--m-1 {
    --grid-columns: 1;
  }
  .Grid--m-2 {
    --grid-columns: 2;
  }
  .Grid--m-3 {
    --grid-columns: 3;
  }
}
@media (max-width: 960px) {
  .Grid {
    /* 1 column at size S */
    /* 2 columns at size S */
    /* 3 columns at size S */
  }
  .Grid--s-1 {
    --grid-columns: 1;
  }
  .Grid--s-2 {
    --grid-columns: 2;
  }
  .Grid--s-3 {
    --grid-columns: 3;
  }
}
@media (max-width: 620px) {
  .Grid {
    /* 1 column at size XS */
    /* 2 columns at size XS */
    /* 3 columns at size XS */
  }
  .Grid--xs-1 {
    --grid-columns: 1;
  }
  .Grid--xs-2 {
    --grid-columns: 2;
  }
  .Grid--xs-3 {
    --grid-columns: 3;
  }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-04-18 18:00:12
 */

.Title,
.richtext h1, .richtext h2, .richtext h3, .richtext h4, .richtext h5, .richtext h6 {
}

.Title--1,
.richtext h1 {
    font-size: 3rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 1.5em;
    text-align: center;
}
.Title--2,
.richtext h2 {
    /*color: #a5c700;*/
    color: #00aca2;
    font-size: 2rem;
    margin: 1.5em 0;
    font-weight: normal;
    text-transform: uppercase;
}
.Title--1 + .Title--2,
.richtext h1 + .richtext h2 {
    margin-top: -1.5em;
}
.Title--3,
.richtext h3 {
    font-size: 2rem;
    font-weight: normal;
    margin: 1.5em 0 0;
}
.Title--2 + .Title--3,
.richtext h2 + .richtext h3 {
    margin-top: -1em;
}
.Title--4,
.richtext h4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 1.5em 0 0;
}
.Title--5,
.richtext h5 {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 1.5em 0 0;
}
.Title--6,
.richtext h6 {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 1.5em 0 0;
}

.Title--home {
    color: #00aca2;
    font-size: 2rem;
    margin: 3em 0 1.5em;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}
.alternative-color .Title--2,
.alternative-color .richtext h2,
.alternative-color .Title--home{
    color: #ec675d;
}

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

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

.Btn:hover {
    text-decoration: none;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);
}
.Btn:focus {
    outline: thin dotted;
    outline-offset: -5px;
}
.Btn:active {
    background: #000;
    box-shadow: none;
}
.Btn:focus:active {
    outline: none;
}

.Btn--darkBg {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
}

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

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

.Btn--secondary {
    color: #00aca2;
    background: #fff;
    border-color: #00aca2;
}
.Btn--secondary:hover {
    color: #fff;
    background: #00aca2;
}

.Btn--small {
    font-size: 1.2rem;
    padding: 1rem 2rem;
}

.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;
}
.alternative-color .Btn, .alternative-color .Btn--secondary:hover{
    background-color: #ec675d;
}
.alternative-color .Btn--secondary {
    color: #ec675d;
    background: #fff;
    border-color: #ec675d;
}

.alternative-color .Btn--darkBg {
    background: transparent;
}
.alternative-color .Btn--reset {
    background: #aaa;
}
.alternative-color .Btn--off {
    background: #fff;
}

.Btn--reward {
    position: relative;
}

.Btn--reward img:first-child {
    fill: #f6d501;
    height: 72px;
    position: absolute;
    right: -7%;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-04-23 12:10:28
 */

.Tabs {
}

.Tabs-nav {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.Tabs-nav-item {
    text-align: center;
    text-decoration: none;
    padding: 1rem 2.6rem;
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    transition: border-bottom .5s ease-in-out, color .5s ease-in-out;

}
.Tabs-nav-item.open {
    background-color: #fff;
    border-color: #e0e0e0 #e0e0e0 #fff;
}

.Tabs-contents {
    position: relative;
    transition: height 1s ease;
}

.Tabs-content {
    position: absolute;
    left: 0;
    right: 0;
    padding: 32px;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: opacity 1s ease, visibility 1s ease;

}
.Tabs-content.open {
    visibility: visible;
    opacity: 1;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-05-02 12:26:19
 */

.Pagination {
    text-align: center;
}
.Pagination-label {
    display: inline-block;
}

.Pagination-list {
    display: inline-block;
    list-style: none;
    padding: 2rem 0;
    margin: 0;
    text-align: center;
    color: #000;
    display: inline-block;
}
.Pagination-item {
    display: inline-block;
    color: #000;
    padding: .4rem;
}
.Pagination-item.active {
    font-weight: bold;
}
.Pagination-item-link {
    color: #00aca2;
    display: inline;
    text-decoration: none;
}
.Pagination-item-link:hover {
    text-decoration: none;
    border-bottom: 1px solid #000;
}
.Pagination-item.active .Pagination-item-link {
    color: #000;

}

.Pagination-previous,
.Pagination-next {
    display: inline-block;
    text-decoration: none;
    color: #000;
}

.Pagination-previous {
    color: #000;
    margin-right: 1em;
}
.Pagination-previous::before {
    color: #00aca2;;
    content: '<<';
    margin-right: .5em;
}

.Pagination-next {
    color: #000;
    margin-left: 1em;
}
.Pagination-next::after {
    color: #00aca2;
    content: '>>';
    margin-left: .5em;
}

.Pagination-previous:hover,
.Pagination-next:hover {
    text-decoration: none;
    border-bottom: 1px solid #000;
}
.alternative-color .Pagination-item-link,
.alternative-color .Pagination-next::after,
.alternative-color .Pagination-previous::before{
    color: #ec675d;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-04-18 17:18:17
 */

.TopBar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 8rem;
    z-index: 900;
    background:rgba(255,255,255,.8);
}

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

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2018-01-23 15:27:44
 */

.MainHeader {
    position: relative;
    padding-bottom: 56.25%;
    background: #333;
}

.MainHeader-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.MainHeader-slider-item, .slick-initialized .MainHeader-slider-item {
    position: relative;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.MainHeader-slider .slick-list {
    height: 100%;
    width: 100%;
}
.MainHeader-slider .slick-track {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.MainHeader-slider .slick-prev {
    left: 30px;
}
.MainHeader-slider .slick-next {
    right: 30px;
}
.MainHeader-slider .slick-prev:after,
.MainHeader-slider .slick-next:after
{
    width: 40px;
    height: 40px;
    margin-top: -21px;
    border-color: #fff;
}
.MainHeader-slider-item-copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    font-size: 1.2rem;
    color: #fff;
    background: rgba(0,0,0,.5   );
}

.MainHeader-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 50px 100px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    z-index: 10;
}

.MainHeader-content--clickThrough {
    pointer-events: none;
}
.MainHeader-content--clickThrough > * {
    pointer-events: auto;
}

.MainHeader-content--center {
    align-items: center;
}

.MainHeader--home {
    height: 100%;
    padding-bottom: 0;
}

.MainHeader--home70 {
    height: 70%;
    padding-bottom: 0;
}

@media (max-width: 760px) {
    .MainHeader-content {
        justify-content: center;
        padding: 40px;
    }

    .MainHeader-slider .slick-prev,
    .MainHeader-slider .slick-next,
    .MainHeader-slider .slick-dots {
        visibility: hidden;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-04-18 17:44:12
 */

.MainMenu {
}

.MainMenu-items {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.MainMenu-item {
    position: relative;
    display: inline-block;
    color: #00aca2;
    text-transform: uppercase;
    margin: 0;
    transition: .5s padding ease;
}

.MainMenu-item-link {
    display: inline-block;
    padding: 3px 10px;
    color: #00aca2;
    border-bottom: 2px solid transparent;
    transition: .5s border-bottom-color ease, .5s padding ease;
}

.MainMenu-item-link:hover,
.MainMenu-item:hover > .MainMenu-item-link {
    text-decoration: none;
    border-bottom-color: #000;
}

.MainMenu-item-subMenu {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    width: 180px;
    text-align: left;
    background: #fff;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: .5s opacity ease, .5s visibility ease;
}
.MainMenu-item-subMenu:last-child{
    right:0;
    left:auto;
}

.MainMenu-item-subMenu .MainMenu-item {
    display: block;
    margin: 0;
    text-transform: none;
}
.MainMenu-item-subMenu .MainMenu-item-link {
    display: block;
    border: none;
    padding: .5em 1.5em;
    color: #00aca2;
    transition: .5s color ease, .5s background-color ease;
}
.MainMenu-item-subMenu .MainMenu-item-link:hover {
    color: #fff;
    background: #00aca2;
}

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

/* Burger menu button */
.MainMenu-btn {
    position: absolute;
    top: 50%;
    right: 24px;
    cursor: pointer;
    width: 24px;
    margin: -8px 0 0;
    padding: 0;
    border: none;
    border-bottom: 2px solid #000;
    outline-offset: 5px;
    background: none;
    opacity: 0;
    visibility: hidden;
    transition: padding .5s ease-in-out, background 1.5s ease-out, border-radius .5s ease-in-out, .5s opacity ease, .5s visibility ease, border-color .4s ease-in-out;
    z-index: 901;
}
.MainMenu-btn:before {
    content: "";
    display: block;
    margin-bottom: 5px;
    border-bottom: 2px solid #000;
    transition: transform .4s ease-in-out, border-color .4s ease-in-out;
}
.MainMenu-btn:after {
    content: "";
    display: block;
    margin-bottom: 5px;
    border-bottom: 2px solid #000;
    transition: transform .4s ease-in-out, border-color .4s ease-in-out;
}
.MainMenu.open .MainMenu-btn {
    border-color: transparent;
}
.MainMenu.open .MainMenu-btn:before {
    transform: translateY(5px) rotate(-135deg);
}
.MainMenu.open .MainMenu-btn:after {
    transform: translateY(-2px) rotate(135deg);
}
/*
@media (max-width: 1280px) {
    .MainMenu-item {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 1100px) {
    .MainMenu-item {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 1024px) {
    .MainMenu-item {
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media (max-width: 960px) {
    .MainMenu-item {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 860px) {
    .MainMenu-item-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}
*/
.alternative-color .MainMenu-item,
.alternative-color .MainMenu-item-link,
.alternative-color .MainMenu-item-subMenu .MainMenu-item-link {
    color: #ec675d;
}


@media (max-width: 910px) {
    /* Burger menu */
    .MainMenu-btn {
        opacity: 1;
        visibility: visible;
    }

    .MainMenu-items {
        position: fixed;
        top: -100vh;
        left: 0;
        right: 0;
        bottom: 0;
        background: #365848;
        z-index: 900;
        justify-content: center;
        align-items: stretch;
        flex-direction: column;
        display: flex;
        opacity: 0;
        visibility: hidden;
        transition: 1s top ease, 1s opacity ease, 1s visibility ease;
    }
    .alternative-color .MainMenu-items{
        background:#e04e46;
    }
    .MainMenu-item {
        display: block;
    }
    .MainMenu-item-link {
        display: block;
        text-align: center;
        padding: 10px;
        color: #fff;
        border: none;
    }
    .alternative-color .MainMenu-item-link {
        color: #fff;
    }
    .MainMenu-item-subMenu {
        position: relative;
        max-height: 0;
        background: none;
        text-align: center;
        transition: 1s max-height ease, 1s opacity ease, 1s visibility ease;
    }
    .MainMenu-item-subMenu .MainMenu-item-link {
        color: #c0c0c0;
    }
    .MainMenu-item-link:hover,
    .MainMenu-item-subMenu .MainMenu-item-link:hover {
        color: #fff;
        background: #000;
    }
    .MainMenu-item:hover .MainMenu-item-subMenu {
        max-height: 800px;
    }

    .MainMenu.open .MainMenu-items {
        top: 0;
        opacity: 1;
        visibility: visible;
    }
    .MainMenu.open .MainMenu-btn:before,
    .MainMenu.open .MainMenu-btn:after {
        border-color: #fff;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-04-18 17:57:52
 */

.MainBody {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 4rem 140px 2rem 140px;
}
.TopBar + .MainBody {
    padding-top: 12rem;
}

.MainBody p {
    margin: 2rem 0;
}

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

.MainBody--large {
    max-width: 1500px;
    padding-right: 40px;
    padding-left: 40px;
}

.MainBody--fullWidth {
    max-width: unset;
    padding-right: 40px;
    padding-left: 40px;
}

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

.MainBody--hasStickyFooter {
    padding-bottom: 4rem; /* Main footer height */
}

@media (max-width: 640px) {
    .MainBody--fullHeight--m {
        height: auto;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-04-18 17:59:02
 */

.MainFooter {
    padding: .5em 1em;
    text-align: center;
    color: #999;
    background: #fff;
    border-top: 1px solid #e0e0e0;
}

.MainFooter--sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4rem;
}

.MainFooter .SimpleMenu-list-item-link {
    color: inherit;
}

@media (max-width: 640px) {
    .MainFooter--noSticky-s {
        position: static;
    }
}

.has-sticky-footer {
    padding-bottom: 4rem;
}

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

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

.Breadcrumb-item {
    margin: 0;
    display: inline;
    color: #666;
}
.Breadcrumb-item::before {
    content: '/';
    margin: 0 .3em;
    color: #a5c700;
}
.Breadcrumb-item:first-child::before {
    display: none;
}
.Breadcrumb-item:last-child {
    color: #000;
}

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


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

.SocialNetworksFooter {
    padding: 32px;
    color: #fff;
    background: #333;
    text-align: center;
}

.SocialNetworksFooter-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1em;
    margin: 0 0 1em;
}

.SocialNetworksFooter-icon {
    color: inherit;
    margin-right: 10px;
    border-radius: 50%;
    transition: box-shadow .5s ease;
}

.SocialNetworksFooter-link:hover {
    text-decoration: none;
}
.SocialNetworksFooter-link:hover .SocialNetworksFooter-icon {
    box-shadow: 0 0 6px 4px rgba(255,255,255,.7);
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-04-19 10:07:34
 */

.HomeSearchBloc {
    padding: 32px;
    color: #000;
    background: rgba(255,255,255,.9);
}

.HomeSearchBloc-title {
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 2rem;
    margin: 0;
    padding: 0;
    color: #00aca2;
}

.HomeSearchBloc-subtitle {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.HomeSearchBloc-content {
    margin-top: 1.5em;
}
.alternative-color .HomeSearchBloc-title{
    color: #ec675d;
}

@media (max-width: 640px) {
    .HomeSearchBloc{
        width:100%;
    }
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-04-19 09:21:17
 */

.HomeFooter {
    position: fixed;
    font-size: 1rem;
    bottom: 0;
    left: 0;
    padding: 5px 15px;
    font-size: 1.2rem;
    color: #fff;
    background: rgba(0,0,0,.5   );
}

.HomeFooter-link {
    color: #fff;
}

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

.HomeHeaderBloc {
    display: block;
    padding: 1em;
    color: #000;
    background: #fff;
}

.HomeHeaderBloc--link {
    padding: .5em 6em;
    text-transform: uppercase;
}
.HomeHeaderBloc--link::after {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-left: 1em;
    border: 2px solid #888;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg) translateY(-.1em);
}

.HomeHeaderBloc--count {
    position: absolute;
    bottom: 5%;
    padding: 1em 1.5em;
    text-align: center;
    line-height: 1.1;
}

.HomeHeaderBloc-count {
    display: block;
    font-size: 3.6em;
    color: #00aca2;
}
.HomeHeaderBloc-countUnit {
    text-transform: uppercase;
}
.alternative-color .HomeHeaderBloc-count{
    color: #ec675d;
}

.Mosaic{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:2em 0;
}
.Mosaic-item{
    position:relative;
    cursor:pointer;
    flex:0 1 100%;
    padding-bottom: 50%;
}
.Mosaic--col-4 .Mosaic-item{
    flex:0 1 25%;
    padding-bottom: 25%;
}
.Mosaic--col-3 .Mosaic-item{
    flex:0 1 33%;
    padding-bottom: 33%;
}
.Mosaic--col-2 .Mosaic-item{
    flex:0 1 50%;
    padding-bottom: 50%;
}
.Mosaic-item-title{
    text-align:center;
    color:white;
    font-size: 1.5em;
}
.Mosaic-item-image{
    background:radial-gradient(rgba(41,48,58,.25) 25%,rgba(41,48,58,0) 80%);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center top;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.Mosaic-item-title--uppercase{
    text-transform: uppercase;
}
.Mosaic-item-hover{
    display:none;
    position:absolute;
    width:100%;
    min-height:100%;
    top: 100%;
    z-index: 10;
    left:0;
    background:rgba(40,219,196,0.94);
    flex-direction: column;
    justify-content: center;
    padding:2rem;
    color:white;
}
.Mosaic-item--line2 .Mosaic-item-hover{
    top:auto;
    bottom:100%;
}
.Mosaic-item-image-hover{
    display:none;
    width:100%;
}
.Mosaic-item:hover .Mosaic-item-image .Mosaic-item-image-hover{
    display: block;
}
.Mosaic-item:hover > .Mosaic-item-hover{
    display: flex;
}
.Mosaic-item-text-container{
    background:radial-gradient(rgba(41,48,58,.25) 25%,rgba(41,48,58,0) 80%);
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:1rem;
}
@media (max-width: 800px) {
    .Mosaic--col-4 .Mosaic-item,
    .Mosaic--col-3 .Mosaic-item{
        flex:0 1 50%;
        padding-bottom: 50%;
    }
}
@media (max-width: 592px) {
    .Mosaic--col-4 .Mosaic-item,
    .Mosaic--col-3 .Mosaic-item,
    .Mosaic--col-2 .Mosaic-item{
        flex:0 1 100%;
        padding-bottom: 70%;
    }
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-04-24 15:20:50
 */

.SimpleMenu {
}
.SimpleMenu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.SimpleMenu-list-item {
    display: inline-block;
    margin: 0;
}
.SimpleMenu-list-item::after {
    content: '|';
    margin: 0 1rem;
}

.SimpleMenu-list-item:last-child::after {
    display: none;
}

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

.Notifications {
    position: fixed;
    left: 20px;
    bottom: 50px;
    padding-right: 3rem;
    z-index: 800;
}
.Notification {
    position: relative;
    padding: 32px;
    margin-top: 16px;
    color: #fff;
    background: rgba(0,172,162,.9);
    opacity: 1;
    transition: opacity 1s, visibility 1s, max-height 1s, padding 1s, margin 1s;
    max-height: 2000px;
    max-width:364px;
    overflow: hidden;
}

.Notification-title {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}

.Notification-tag {
    color: #fff;
}

.Notification-btnWrapper {
    text-align: center;
}
.Notification-btn {
    margin: 1em 0;
}

.Notification-link {
    color: #fff;
}
.Notification-link::after {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-left: .5em;
    border-top: 2px solid #fff ;
    border-right: 2px solid #fff ;
    transform: rotate(45deg);
}

.Notification-closeBtn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}
.Notification-closeBtn:before {
    content: "";
    display: block;
    margin-bottom: 5px;
    border-bottom: 2px solid #000;
    transform: translateY(5px) rotate(-135deg);
}
.Notification-closeBtn:after {
    content: "";
    display: block;
    margin-bottom: 5px;
    border-bottom: 2px solid #000;
    transform: translateY(-2px) rotate(135deg);

}

.Notification.hide {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0;
    margin: 0;
}
@media (max-width: 1080px) {
    .Notification-main{

    }
}
@media (max-width: 640px) {
    .Notifications {
        position: relative;
        left: auto;
        bottom: auto;
        padding-right: 0;
    }
    .Notification {
        max-width:100%;
    }
}

.alternative-color .Notification{
    background: rgba(236,103,93,0.9);
}

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

.ProjectCard {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.ProjectCard-imageWrapper {
    position: relative;
    overflow: hidden;
}

.ProjectCard-image {
    padding-bottom: 56.25%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 1s ease;
}

.ProjectCard:hover .ProjectCard-image {
    transform: scale(1.2);
}

.ProjectCard-title {
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.ProjectCard-text,
p.ProjectCard-text {
    margin: 1em 0;
    color: #333;
}

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

.ProjectCard-Btn::before {
    content: '+';
    display: inline-block;
    margin: 0 .5em 0 -.5em;
    opacity: .8;
}

.ProjectCard-tag {
    position: absolute;
    top: .0rem;
    right: .0rem;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.ProjectCard-tag::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    left: -50%;
    bottom: -50%;
    border: 50% solid red;
    background: #00aca2;
    transform: translate(14%,-38%) rotate(35deg);
}
.alternative-color .ProjectCard-tag::before {
    background: #ec675d;
}

.ProjectCard-tag-text {
    position: relative;
    padding: .5rem;
    text-align: right;
    color: #fff;
    width: 9rem;
    height: 9rem;
}

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

.ProjectSlider {
}
.ProjectSlider .slick-list {
}
.ProjectSlider .slick-track {
    display: flex;
    align-items: flex-start;
}
.ProjectSlider-item {
    padding: 0 8px;
    position:relative;
}
a.ProjectSlider-item {
    transition: color .5s ease;
}
a.ProjectSlider-item:hover {
    text-decoration: none;
    color: #00aca2;
}

.ProjectSlider-item-imageWrapper {
    display: block;
    overflow: hidden;
}
.ProjectSlider-item-image {
    display: block;
    padding-bottom: 66.67%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 1s ease;
}
a.ProjectSlider-item--with-zoom:hover .ProjectSlider-item-image {
    transform: scale(1.2);
}
.ProjectSlider-item-title {
    display: block;
    text-align: center;
}
.ProjectSlider-item-copyright {
    display: block;
    text-align: center;
    font-size: .9em;
    color: #999;
}
.ProjectSlider-item-content {
    position:absolute;
    top:0;
    left:0;
    width: 456px;
    background-color: #00aca2;
    color:#fff;
    padding:1.5em;
    opacity: 0.95;
    font-size: 14px;
}
.ProjectSlider-item-content-title{
    color:#ffc61b;
    font-weight:bold;
    text-transform: uppercase;
    text-align:right;
    font-size: 1.3em;
    margin-right:20px
}
.ProjectSlider-item-content-title::after{
    content:'';
    background:url(../../../assets/medal.svg) no-repeat;
    background-size: contain;
    position:absolute;
    right: -36px;
    top: 0;
    z-index: 1;
    width: 72px;
    height: 300px;

}
@media (max-width: 760px) {
    .ProjectSlider-item-content {
        position:relative;
        width:100%;
    }
}
.alternative-color a.ProjectSlider-item:hover{
    color: #ec675d;
}

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

.FeaturedProjects {
    margin: 4rem 0;
}

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

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-18 12:08:38
 */

.LinkIconsList {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}
.LinkIconsList-item {
    width: 7.9em;
    margin: 0 .5em 2em;
    text-align: center;
    text-transform: uppercase;
    color: #00aca2;
}
.LinkIconsList-link {
    color: inherit;
}

.LinkIconsList-icon {
    display: inline-block;
    width: 70%;
    margin-bottom: 1em;
}
.alternative-color .LinkIconsList-item{
    color: #ec675d;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-05-28 15:45:28
 */

.ContactCard {
    text-align: center;
    padding: 2em 1em;
    border: 1px solid #a5c700;
    border-radius: 4px;
}

.ContactCard-title {
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #00aca2;
}
.ContactCard-subtitle {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.ContactCard-text,
p.ContactCard-text {
    margin: 1em 0;
    color: #333;
}
.alternative-color .ContactCard-title{
    color:#ec675d;
}
.alternative-color .ContactCard{
    border: 1px solid #e04e46;
}

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

.Gmap-marker {
    text-align: center;
    cursor:pointer;
    position:relative;
}

.Gmap-marker-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #11ad9a;
}

.Gmap-marker-text {
    margin: 1rem 0;
}

.Gmap-marker-image {
    margin-top: 1rem;
    width: 100%;
}

/*.Gmap-marker-button {
    position:absolute;
    top:150px;
    left: 50%;
    margin-left: -60px;
    display:none;
}

.Gmap-marker:hover .Gmap-marker-button{
    display: block;
}*/
.alternative-color .Gmap-marker-title{
    color: #ec675d;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-04-19 15:40:44
 */

.ProjectSearch {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0; /* Fix for Firefox */
}

.ProjectSearch-title {
    color: #00aca2;
}

.ProjectSearch-results {
    display: flex;
    min-height: 0; /* Fix for Firefox */
    height: 100%;
    margin-top: 1em;
}

.ProjectSearch-results-list {
    flex: 2 1 0;
    padding-right: 48px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    transition: flex-grow 1s ease;
}
.ProjectSearch-results-map {
    flex: 1 1 0;
    flex-basis: 0;
    background: #C0C0C0;
    transition: flex-grow 1s ease;
}

.ProjectSearch-searchBox-line {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    /*flex-wrap: wrap;*/
    margin: 0 -10px 10px;
}
.ProjectSearch-searchBox-line > * {
    margin-left: 10px;
    margin-right: 10px;
}
.ProjectSearch-searchBox-line .Btn {
    margin-top: 0;
    margin-bottom: 0;
}

.ProjectSearch-searchBox-filterBtn {
    flex: 1 1 auto;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    padding-left: 1em;
    padding-right: 1em;
}

.ProjectSearch-searchBox-fluidInput {
    flex-grow: 1;
}

.ProjectSearch-searchBox-filter {
    position: absolute;
    top: 13.5rem;
    bottom: .5rem;
    overflow-y: auto;
    left: 10%;
    right: 10%;
    margin-top: 50px;
    background: #fff;
    padding: 32px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease, visibility .5s ease;
    z-index: 1;
}

.ProjectSearch-searchBox-filter.open {
    opacity: 1;
    visibility: visible;
}

.ProjectSearch-searchBox-resultLine {
    margin: 0 0 10px;
}

.ProjectSearch-searchBox-resultsCount {
    margin-top: 5px;
}

.ProjectSearch-searchBox-sortControl {
    float: right;
    flex: 1 0;
}

.ProjectSearch-searchBox-displaySwitch {
    display: none;
}

@media (max-width: 1160px) {
    .ProjectSearch-searchBox-filter {
        left: 0;
        right: 0;
    }
}

@media (max-width: 870px) {
    .ProjectSearch-searchBox-line--filterBtns {
        flex-wrap: wrap;
    }
    .ProjectSearch-searchBox-line--filterBtns .Btn {
        margin-bottom: 5px;
    }
}

@media (max-width: 780px) {
    .ProjectSearch-searchBox-sortControl {
        float: none;
    }
    .ProjectSearch-searchBox-resultLine {
        text-align: center;
    }
}

@media (max-width: 640px) {
    .ProjectSearch-results-list {
        padding-right: 0;
        overflow-y: visible;
        height: auto;
    }
    .ProjectSearch-searchBox-line--filterBtns {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .ProjectSearch-searchBox-line--filterBtns .Btn {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .ProjectSearch-searchBox-filter {
        top: 10rem;
        bottom: unset;
        overflow-y: visible;
    }
    .ProjectSearch-results-map {
        flex-grow: 0;
        width: 100%;
        height: 600px;
        max-height: 90vh;
    }
    .ProjectSearch-results-map.open {
        flex-grow: 1;
    }
    .ProjectSearch-results-list {
        flex-grow: 1;
    }
    .ProjectSearch-results-list.close {
        flex-grow: 0;
        width: 0;
    }
    .ProjectSearch-searchBox-displaySwitch {
        display: block;
    }
}
.alternative-color .ProjectSearch-title{
    color: #ec675d;
}
.alternative-color .ProjectSearch-searchBox-filterBtn{
    background: #fff;
}

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

.Project-gallery {
    position: relative;
    display: flex;
    margin-bottom: 6rem;
    background: #e0e0e0;
}
.Project-gallery-mainImage {
    width: 39.9%;
}
.Project-gallery-secondaryImages {
    width: 60.1%;
    display: flex;
    flex-wrap: wrap;
}
.Project-gallery-image {
    background: #333;
}
.Project-gallery-secondaryImages .Project-gallery-image {
    padding: 0 0 .5% .5%;
}
.Project-gallery-image {
    position: relative;
    flex-basis: 33.333%;
    height: 50%;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.Project-gallery-image img {
    display: block;
    width: 100%;
    transition: width 1s ease;
}
.Project-gallery-image-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Project-gallery-image-link:hover img {
    width: 120%;
}
.Project-gallery-openBtn {
    position: absolute;
    right: 1rem;
    bottom: -2rem;
}

.Project-category {
    text-transform: uppercase;
    color: #a5c700;;
}
.Project-title {
    text-align: left;
    margin: 0;
    padding: 0;
}
.Project-address {
    margin-bottom: 4rem;
}


.Project-content {
    display: flex;
}
.Project-logos {
    width: 5%;
}
.Project-logos img {
    display: block;
    width: 100%;
    /*max-height: 60px;*/
    margin-bottom: 1em;
}
.Project-infos {
    width: 65%;
    padding: 0 5%;
}

.Project-actors {
    width: 30%;
    min-width: 30rem;
}
.Project-actors-content {
    padding: 8% 10%;
    border: 1px solid #a5c700;
    border-radius: 5px;
}
.Project-actors-title {
    font-size: 2rem;
    margin: 0 0 .3em;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}
.Project-actors-text,
p.Project-actors-text {
    margin: 0;
}
.Project-actors-title2 {
    margin: 1.5em 0 .5em;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1em;
    color: #a5c700;
}
.Project-actors-title2:first-child {
    margin-top: 0;
}
.Project-actors-link {
}

.Project-map {
    height: 500px;
}

.Project-embed {
    width: 100%;
}

@media (max-width: 840px) {
    .Project-gallery {
        display: block;
        margin-bottom: 0;
    }
    .Project-gallery-mainImage {
        width: 100%;
    }
    .Project-gallery-secondaryImages {
        width: 100%;
    }
    .Project-gallery-secondaryImages .Project-gallery-image {
        height: auto;
        flex-basis: 16.666%;
        padding-bottom: 9.375%;
    }
    .Project-gallery-openBtn {
        bottom: -2.5rem;
    }
    .Project-content {
        display: block;
    }
    .Project-logos {
        width: auto;
        height: 30px;
        margin-bottom: .5em;
    }
    .Project-logos img {
        display: inline-block;
        width: auto;
        height: 100%;
        margin: 0 1em 0 0;
    }
    .Project-infos {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .Project-actors {
        width: auto;
        min-width: unset;
        margin-top: 4rem;
    }
}
.alternative-color .Project-category,
.alternative-color .Project-actors-title2{
    color: #e04e46;
}
.alternative-color .Project-actors-content{
    border-color: #e04e46;
}

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

.PartnerLogos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px 0;
}

.PartnerLogos-link {
    height: 40px;
    transition: height .5s ease;
}
.PartnerLogos-link:hover {
    height: 48px;
}

.PartnerLogos-image {
    height: 100%;
    margin: 0 1em;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-12-10 14:23:27
 */

.HomeLinksList {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 130rem;
    padding: 0 2rem;
    margin: 0 auto 2rem;
}

.HomeLinksList-link {
    display: inline-block;
    width: 50%;
    padding: 1rem 2rem 1rem 5.6rem;
    background: url('../../../assets/symbole-panorama-realisations-bois.svg') no-repeat 2rem 1.2rem / auto 2rem;
}

@media (min-width: 350px) {
    .HomeLinksList {
        padding: 0 3rem;
    }
}

@media (min-width: 520px) {
    .HomeLinksList-link {
        width: 33%;
    }
}


@media (min-width: 750px) {
    .HomeLinksList {
        padding: 0 6rem;
    }
    .HomeLinksList-link {
        width: 25%;
    }
}

.azimut-consent--container {
    z-index: 900 !important;
}

.azimut-consent--modal-container {
    z-index: 1000 !important;
}

.azimut-consent--button {
    color: white;
    background-color: #00aca2;
    border: 1px solid #00aca2;
}

.alternative-color .azimut-consent--button {
    background-color: #ec675d;
    border: 1px solid #ec675d;
}

.azimut-consent--button.azimut-consent--invert {
    color: #999;
    background-color: transparent;
}

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

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

.hide {
    display: none;
}

.color-category-1 {
    color: #e04e46;
}
.color-category-2 {
    color: #0060ac;
}
.color-category-3 {
    color: #a200ac;
}
.color-category-4 {
    color: #ac4c00;
}

.color-grey {
    color: #999;
}

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