/* IMPORTS */
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,700;1,300&display=swap");
/*---- BREAKPOINTS ----*/
/***** F.A.Q *****/
/***** ACCORDION *****/
/* icons
   ========================================================================== */
@font-face {
  font-family: "icons";
  src: url("../fonts/icons/icons.eot?0us");
  src: url("../fonts/icons/icons.eot?0us#iefix") format("embedded-opentype"), url("../fonts/icons/icons.woff?0us") format("woff"), url("../fonts/icons/icons.svg?0us#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.c-icon::before,
[class^="c-icon-"]::before,
[class*=" c-icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font: normal 1em/0 icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.c-icon--facebook::before {
  content: "\e001"; }

.c-icon--instagram::before {
  content: "\e003"; }

.c-icon--glass::before {
  content: "\e004"; }

.c-icon--arrow-right::before {
  content: "\e010"; }

.c-icon--cross::before {
  content: "\e011"; }

.c-icon--arrow::before {
  content: "\e012"; }

.c-icon--mail::before {
  content: "\e015"; }

.c-icon--telephone::before {
  content: "\e016"; }

.c-icon--email::before {
  content: "\e017"; }

.c-icon--marker::before {
  content: "\e018"; }

.c-icon--download::before {
  content: "\e019"; }

/* MIXINS */
.u-font-size-10 {
  font-size: 10px;
  font-size: 0.625rem; }

.u-font-size-11 {
  font-size: 11px;
  font-size: 0.6875rem; }

.u-font-size-12 {
  font-size: 12px;
  font-size: 0.75rem; }

.u-font-size-14 {
  font-size: 14px;
  font-size: 0.875rem; }

.u-font-size-15 {
  font-size: 15px;
  font-size: 0.9375rem; }

.u-font-size-16 {
  font-size: 16px;
  font-size: 1rem; }

.u-font-size-18 {
  font-size: 18px;
  font-size: 1.125rem; }

.u-font-size-22 {
  font-size: 22px;
  font-size: 1.375rem; }

.u-font-size-24 {
  font-size: 24px;
  font-size: 1.5rem; }

.u-font-size-26 {
  font-size: 26px;
  font-size: 1.625rem; }

.u-font-size-28 {
  font-size: 28px;
  font-size: 1.75rem; }

.u-font-size-30 {
  font-size: 30px;
  font-size: 1.875rem; }

.u-font-size-32 {
  font-size: 32px;
  font-size: 2rem; }

.u-font-size-38 {
  font-size: 38px;
  font-size: 2.375rem; }

.u-font-size-40 {
  font-size: 40px;
  font-size: 2.5rem; }

.u-font-size-42 {
  font-size: 42px;
  font-size: 2.625rem; }

.u-font-size-48 {
  font-size: 48px;
  font-size: 3rem; }

.u-font-size-52 {
  font-size: 52px;
  font-size: 3.25rem; }

.u-font-size-64 {
  font-size: 64px;
  font-size: 4rem; }

.u-font-size-75 {
  font-size: 75px;
  font-size: 4.6875rem; }

.u-font-size-100 {
  font-size: 100px;
  font-size: 6.25rem; }

.u-font-normal {
  font-weight: normal !important; }

.u-font-weight-500 {
  font-weight: 500; }

.u-font-weight-300 {
  font-weight: 300; }

.u-font-bold {
  font-weight: bold; }

.u-line-height-13 {
  line-height: 13px;
  line-height: 0.8125rem; }

.u-line-height-14 {
  line-height: 14px;
  line-height: 0.875rem; }

.u-line-height-24 {
  line-height: 24px;
  line-height: 1.5rem; }

.u-line-height-22 {
  line-height: 22px;
  line-height: 1.375rem; }

.u-line-height-26 {
  line-height: 26px;
  line-height: 1.625rem; }

.u-line-height-30 {
  line-height: 30px;
  line-height: 1.875rem; }

.u-line-height-45 {
  line-height: 45px;
  line-height: 2.8125rem; }

.u-line-height-50 {
  line-height: 50px;
  line-height: 3.125rem; }

.u-line-height-62 {
  line-height: 62px;
  line-height: 3.875rem; }

.u-line-height-81 {
  line-height: 81px;
  line-height: 5.0625rem; }

.u-line-height-100 {
  line-height: 100px;
  line-height: 6.25rem; }

.u-txt-align-center {
  text-align: center !important;
  -moz-text-align-last: center !important;
       text-align-last: center !important; }

.u-txt-align-left {
  text-align: left !important;
  -moz-text-align-last: left !important;
       text-align-last: left !important; }

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

.u-txt-uppercase {
  text-transform: uppercase; }

.u-txt-deco--none {
  text-decoration: none; }

.u-txt-deco--none-hover {
  text-decoration: none; }
  .u-txt-deco--none-hover:hover {
    text-decoration: none !important; }

.u-txt-deco--underline {
  text-decoration: underline; }

.u-padding-0 {
  padding: 0 !important;
  padding: 0 !important; }
  @media only screen and (max-width: 767px) {
    .u-padding-0-xs {
      padding: 0 !important;
      padding: 0 !important; } }

.u-padding-10 {
  padding: 10px !important;
  padding: 0.625rem !important; }

.u-padding-15 {
  padding: 15px !important;
  padding: 0.9375rem !important; }

.u-padding-35 {
  padding: 35px !important;
  padding: 2.1875rem !important; }

.u-padding-top-0 {
  padding-top: 0px !important;
  padding-top: 0rem !important; }

.u-padding-top-05 {
  padding-top: 5px;
  padding-top: 0.3125rem; }

.u-padding-top-10 {
  padding-top: 10px;
  padding-top: 0.625rem; }

.u-padding-top-20 {
  padding-top: 20px !important;
  padding-top: 1.25rem !important; }

.u-padding-top-25 {
  padding-top: 25px !important;
  padding-top: 1.5625rem !important; }

.u-padding-top-30 {
  padding-top: 30px !important;
  padding-top: 1.875rem !important; }

.u-padding-top-35 {
  padding-top: 35px !important;
  padding-top: 2.1875rem !important; }

.u-padding-top-70 {
  padding-top: 70px !important;
  padding-top: 4.375rem !important; }

.u-padding-left-0 {
  padding-left: 0 !important;
  padding-left: 0 !important; }

.u-padding-left-05 {
  padding-left: 5px;
  padding-left: 0.3125rem; }

.u-padding-left-10 {
  padding-left: 10px;
  padding-left: 0.625rem; }

.u-padding-left-15 {
  padding-left: 15px;
  padding-left: 0.9375rem; }

.u-padding-left-20 {
  padding-left: 20px;
  padding-left: 1.25rem; }

.u-padding-left-30 {
  padding-left: 30px !important;
  padding-left: 1.875rem !important; }

.u-padding-left-30 {
  padding-left: 30px !important;
  padding-left: 1.875rem !important; }

.u-padding-left-75 {
  padding-left: 75px !important;
  padding-left: 4.6875rem !important; }

.u-padding-left-100 {
  padding-left: 100px !important;
  padding-left: 6.25rem !important; }

.u-padding-right-0 {
  padding-right: 0 !important;
  padding-right: 0 !important; }

.u-padding-right-02 {
  padding-right: 2Px;
  padding-right: 2Px; }

.u-padding-right-1 {
  padding-right: 10px;
  padding-right: 0.625rem; }

.u-padding-right-12 {
  padding-right: 12px;
  padding-right: 0.75rem; }

.u-padding-right-20 {
  padding-right: 20px;
  padding-right: 1.25rem; }

.u-padding-right-30 {
  padding-right: 30px !important;
  padding-right: 1.875rem !important; }

.u-padding-right-110 {
  padding-right: 110px !important;
  padding-right: 6.875rem !important; }

.u-padding-bottom-0 {
  padding-bottom: 0 !important;
  padding-bottom: 0 !important; }

.u-padding-bottom-05 {
  padding-bottom: 5px !important;
  padding-bottom: 0.3125rem !important; }

.u-padding-bottom-10 {
  padding-bottom: 10px !important;
  padding-bottom: 0.625rem !important; }

.u-padding-bottom-15 {
  padding-bottom: 15px !important;
  padding-bottom: 0.9375rem !important; }
  @media only screen and (max-width: 767px) {
    .u-padding-bottom-15-xs {
      padding-bottom: 15px !important;
      padding-bottom: 0.9375rem !important; } }

.u-padding-bottom-20 {
  padding-bottom: 20px !important;
  padding-bottom: 1.25rem !important; }

.u-padding-bottom-30 {
  padding-bottom: 30px !important;
  padding-bottom: 1.875rem !important; }

.u-padding-bottom-40 {
  padding-bottom: 40px !important;
  padding-bottom: 2.5rem !important; }

.u-padding-bottom-50 {
  padding-bottom: 50px !important;
  padding-bottom: 3.125rem !important; }

.u-padding-bottom-60 {
  padding-bottom: 60px !important;
  padding-bottom: 3.75rem !important; }

.u-padding-bottom-70 {
  padding-bottom: 70px !important;
  padding-bottom: 4.375rem !important; }

.u-padding-t-b-05-r-l-1 {
  padding: 5px 10px !important;
  padding: 0.3125rem 0.625rem !important; }

.u-padding-t-b-20-r-l-15 {
  padding: 20px 15px !important;
  padding: 1.25rem 0.9375rem !important; }

.u-padding-t-b-25-r-l-15 {
  padding: 25px 15px !important;
  padding: 1.5625rem 0.9375rem !important; }

.u-padding-t-b-35-r-l-50 {
  padding: 35px 50px !important;
  padding: 2.1875rem 3.125rem !important; }

.u-padding-t-b-35-r-l-40 {
  padding: 35px 40px !important;
  padding: 2.1875rem 2.5rem !important; }

.u-padding-r-l-40-b-60 {
  padding: 0 40px 60px 40px !important;
  padding: 0 2.5rem 3.75rem 2.5rem !important; }

.u-padding-t-b-0-r-l-50 {
  padding: 0 50px !important;
  padding: 0 3.125rem !important; }

.u-padding-t-b-05 {
  padding: 5px 0 !important;
  padding: 0.3125rem 0 !important; }

.u-padding-t-b-0 {
  padding-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-bottom: 0 !important; }

.u-padding-t-b-1 {
  padding: 10px 0 !important;
  padding: 0.625rem 0 !important; }

.u-padding-t-b-20 {
  padding: 20px 0 !important;
  padding: 1.25rem 0 !important; }

.u-padding-t-b-30 {
  padding: 30px 0 !important;
  padding: 1.875rem 0 !important; }

.u-padding-t-b-40 {
  padding: 40px 0 !important;
  padding: 2.5rem 0 !important; }

.u-padding-t-b-60 {
  padding: 60px 0 !important;
  padding: 3.75rem 0 !important; }

.u-padding-t-b-100 {
  padding: 100px 0 !important;
  padding: 6.25rem 0 !important; }

.u-margin-t-b-120 {
  margin: 120px 0 !important;
  margin: 7.5rem 0 !important; }

.u-padding-r-l-0 {
  padding: 0 0 !important;
  padding: 0 0 !important; }

.u-padding-r-l-15 {
  padding: 0 15px !important;
  padding: 0 0.9375rem !important; }

.u-padding-r-l-40 {
  padding: 0 40px !important;
  padding: 0 2.5rem !important; }

.u-padding-r-l-45 {
  padding: 0 45px !important;
  padding: 0 2.8125rem !important; }

.u-margin-0 {
  margin: 0 !important;
  margin: 0 !important; }

.u-margin-15 {
  margin: 15px !important;
  margin: 0.9375rem !important; }

.u-center-auto {
  margin: 0 auto;
  margin: 0 auto; }

.u-margin-top-0 {
  margin-top: 0 !important;
  margin-top: 0 !important; }

.u-margin-top-moins4 {
  margin-top: -4px !important;
  margin-top: -0.25rem !important; }

.u-margin-top-02 {
  margin-top: 2px;
  margin-top: 0.125rem; }

.u-margin-top-05 {
  margin-top: 5px;
  margin-top: 0.3125rem; }

.u-margin-top-10 {
  margin-top: 10px;
  margin-top: 0.625rem; }

.u-margin-top-15 {
  margin-top: 15px !important;
  margin-top: 0.9375rem !important; }

.u-margin-top-20 {
  margin-top: 20px;
  margin-top: 1.25rem; }

.u-margin-top-30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important; }

.u-margin-top-60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important; }

.u-margin-top-100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important; }

.u-margin-top-140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important; }

.u-margin-bottom-0 {
  margin-bottom: 0 !important;
  margin-bottom: 0 !important; }

.u-margin-bottom-05 {
  margin-bottom: 5px !important;
  margin-bottom: 0.3125rem !important; }

.u-margin-bottom-10 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.u-margin-bottom-20 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.u-margin-bottom-30 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.u-margin-bottom-140 {
  margin-bottom: 140px;
  margin-bottom: 8.75rem; }

.u-margin-right-02 {
  margin-right: 2px;
  margin-right: 0.125rem; }

.u-margin-right-10 {
  margin-right: 10px;
  margin-right: 0.625rem; }

.u-margin-right-20 {
  margin-right: 20px;
  margin-right: 1.25rem; }

.u-margin-right-30 {
  margin-right: 30px;
  margin-right: 1.875rem; }

.u-margin-right-50 {
  margin-right: 50px;
  margin-right: 3.125rem; }

.u-margin-left--05 {
  margin-left: 5px;
  margin-left: 0.3125rem; }

.u-margin-left--20 {
  margin-left: 20px;
  margin-left: 1.25rem; }

.u-margin-left--40 {
  margin-left: 40px;
  margin-left: 2.5rem; }

.u-margin-left--120 {
  margin-left: -120px;
  margin-left: -7.5rem; }

.u-margin-t-b-10 {
  margin: 10px 0 !important;
  margin: 0.625rem 0 !important; }

.u-margin-t-b-15 {
  margin: 15px 0;
  margin: 0.9375rem 0; }

.u-margin-t-b-20 {
  margin: 20px 0;
  margin: 1.25rem 0; }

.u-margin-t-b-30 {
  margin: 30px 0 !important;
  margin: 1.875rem 0 !important; }

.u-margin-t-b-110 {
  margin: 110px 0 !important;
  margin: 6.875rem 0 !important; }

.u-margin-r-l-20 {
  margin: 0 20px !important;
  margin: 0 1.25rem !important; }

.u-float-left {
  float: left; }

.u-float-right {
  float: right; }

.u-list-style--none {
  list-style: none; }

.u-pos-relative {
  position: relative; }

.u-pos-absolute {
  position: absolute !important; }

.u-pos-initial {
  position: initial !important; }

.u-pos-fixed {
  position: fixed !important; }

.u-d-block {
  display: block; }

.u-d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.u-d-none {
  display: none !important; }

.u-d-inline {
  display: inline !important; }

.u-bottom-0 {
  bottom: 0; }

.u-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.u-flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.u-flex-row-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.u-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.u-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.u-justify-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.u-justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.u-align-self-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.u-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.u-align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.u-list-style--none {
  list-style: none; }

.u-vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.u-vertical-align-bottom {
  vertical-align: bottom; }

.u-vertical-align-top {
  vertical-align: top; }

.u-width-100 {
  width: 100% !important; }

.u-width-auto {
  width: auto !important; }

.u-height-100 {
  height: 100%; }

.u-min-height-98 {
  min-height: 98px; }

.u-min-height-140 {
  min-height: 140px; }

.u-min-height-500 {
  min-height: 500px; }

.u-max-width-200 {
  max-width: 200px; }

.u-cursor-pointer {
  cursor: pointer; }

.border-none {
  border: none !important; }

.border-top-none {
  border-top: none !important; }

.u-table-no-border td, .u-table-no-border th {
  border-top: none !important;
  border-bottom: none !important; }

.u-after-right-20:after {
  right: 20px !important;
  top: 31px !important; }

.u-before-right-16:before {
  right: 16px !important;
  top: 31px !important; }

.u-top-0 {
  top: 0 !important; }

.u-letter-spacing-05 {
  letter-spacing: 0.5px; }

.u-outline {
  outline: -webkit-focus-ring-color auto 5px; }

.u-outline-none {
  outline: none; }

.u-index-1000 {
  z-index: 1000; }

.hidden {
  height: 0 !important;
  overflow-y: hidden !important; }

.u-overflow-hidden {
  overflow: hidden !important; }

.block-padding {
  padding: 30px 15px 60px 15px !important;
  padding: 1.875rem 0.9375rem 3.75rem 0.9375rem !important; }
  @media only screen and (min-width: 768px) {
    .block-padding {
      padding: 30px 15px 60px 15px !important;
      padding: 1.875rem 0.9375rem 3.75rem 0.9375rem !important; } }

/* GENERAL STYLES
-------------------------------------------------*/
body {
  background: #fff; }
  body .overlay {
    display: none; }
  body.overlay-show {
    overflow: hidden; }
    body.overlay-show .overlay {
      display: block;
      position: fixed;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 499; }

/* COLORS
--------------------------------------------------*/
/*---- HEADINGS ----*/
h1, h2, h3,
h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 .title > a {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700; }

.title {
  font-size: 72px;
  font-weight: 500;
  line-height: 80px; }
  @media (max-width: 767px) {
    .title {
      font-size: 40px;
      line-height: 48px; } }

h1, .h1, h1 p, .h1 p {
  font-size: 73px;
  line-height: 78px; }
  @media (max-width: 991px) {
    h1, .h1, h1 p, .h1 p {
      font-size: 55px;
      line-height: 68px; } }
  @media (max-width: 767px) {
    h1, .h1, h1 p, .h1 p {
      font-size: 30px;
      line-height: 32px; } }

h2, .h2 {
  font-size: 28px;
  line-height: 32px; }
  @media (max-width: 991px) {
    h2, .h2 {
      font-size: 26px;
      line-height: 30px; } }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 24px;
      line-height: 28px; } }

h3, .h3 {
  font-size: 21px;
  line-height: 26px; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 22px;
      line-height: 32px; } }

h4, .h4 {
  font-size: 35px;
  line-height: 45px; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 20px;
      line-height: 30px; } }

h5, .h5 {
  font-size: 25px;
  line-height: 35px; }
  @media (max-width: 767px) {
    h5, .h5 {
      font-size: 20px;
      line-height: 30px; } }

a {
  font-size: 14px;
  text-decoration: none; }

p {
  font-size: 14px;
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500; }

.site-name-slogan a {
  text-decoration: none; }

.card-group img {
  margin: 0;
  width: 100%;
  height: auto; }

.card-group .field--type-image {
  margin: 0; }

.slick {
  width: 100%; }

.slick > div {
  margin: 0 15px; }

.node__meta {
  color: blue; }

span[class^='c-icon--'] {
  color: black;
  font-size: 35px; }
  @media (min-width: 768px) {
    span[class^='c-icon--'] {
      font-size: 25px; } }

#block-views-block-taxo-brand-js-block-1 {
  display: none; }

.field--name-field-media-image .field__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.icon.hidden {
  display: none; }

.icon-plus:before {
  content: '+'; }

.icon-minus:before {
  content: '-'; }

/* TEXT */
.bold {
  font-weight: 700; }

/* PADDING */
.no-padding {
  padding: 0; }

/* FLEX */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justify-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.justify-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.layout-container.hide {
  display: none; }

#load {
  display: block;
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 9901;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .35s ease-out;
  transition: all .35s ease-out;
  background: #fff; }

.load-wrap {
  background-image: url("data:image/svg+xml,%3Csvg width='75px' height='75px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='uil-default'%3E%3Crect x='0' y='0' width='100' height='100' fill='none' class='bk'%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='rgba%2851%2C51%2C51%2C0.25%29' transform='rotate(0 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='rgba%2851%2C51%2C51%2C0.25%29' transform='rotate(30 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.08333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='rgba%2851%2C51%2C51%2C0.25%29' transform='rotate(60 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.16666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='rgba%2851%2C51%2C51%2C0.25%29' transform='rotate(90 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.25s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='rgba%2851%2C51%2C51%2C0.25%29' transform='rotate(120 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.3333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='rgba%2851%2C51%2C51%2C0.25%29' transform='rotate(150 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.4166666666666667s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='rgba%2851%2C51%2C51%2C0.25%29' transform='rotate(180 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.5s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='rgba%2851%2C51%2C51%2C0.25%29' transform='rotate(210 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.5833333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='rgba%2851%2C51%2C51%2C0.25%29' transform='rotate(240 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.6666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='rgba%2851%2C51%2C51%2C0.25%29' transform='rotate(270 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.75s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='rgba%2851%2C51%2C51%2C0.25%29' transform='rotate(300 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.8333333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='rgba%2851%2C51%2C51%2C0.25%29' transform='rotate(330 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.9166666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
          flex-flow: column wrap;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

@-webkit-keyframes ldio-36c6yzt7vt2 {
  0% {
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.34, 1.34);
            transform: translateZ(0) scale(1.34, 1.34); }
  100% {
    opacity: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
            transform: translateZ(0) scale(1, 1); } }

@keyframes ldio-36c6yzt7vt2 {
  0% {
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.34, 1.34);
            transform: translateZ(0) scale(1.34, 1.34); }
  100% {
    opacity: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
            transform: translateZ(0) scale(1, 1); } }

.ldio-36c6yzt7vt2 div > div {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: ldio-36c6yzt7vt2 1s linear infinite;
          animation: ldio-36c6yzt7vt2 1s linear infinite; }

.ldio-36c6yzt7vt2 div:nth-child(1) > div {
  left: 15px;
  top: 8px;
  -webkit-animation-delay: -0.8888888888888888s;
          animation-delay: -0.8888888888888888s; }

.ldio-36c6yzt7vt2 > div:nth-child(1) {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 16px 10px;
      -ms-transform-origin: 16px 10px;
          transform-origin: 16px 10px; }

.ldio-36c6yzt7vt2 div:nth-child(2) > div {
  left: 13px;
  top: 12px;
  -webkit-animation-delay: -0.7777777777777778s;
          animation-delay: -0.7777777777777778s; }

.ldio-36c6yzt7vt2 > div:nth-child(2) {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transform-origin: 14px 14px;
      -ms-transform-origin: 14px 14px;
          transform-origin: 14px 14px; }

.ldio-36c6yzt7vt2 div:nth-child(3) > div {
  left: 9px;
  top: 15px;
  -webkit-animation-delay: -0.6666666666666666s;
          animation-delay: -0.6666666666666666s; }

.ldio-36c6yzt7vt2 > div:nth-child(3) {
  -webkit-transform: rotate(80deg);
      -ms-transform: rotate(80deg);
          transform: rotate(80deg);
  -webkit-transform-origin: 11px 16px;
      -ms-transform-origin: 11px 16px;
          transform-origin: 11px 16px; }

.ldio-36c6yzt7vt2 div:nth-child(4) > div {
  left: 5px;
  top: 14px;
  -webkit-animation-delay: -0.5555555555555556s;
          animation-delay: -0.5555555555555556s; }

.ldio-36c6yzt7vt2 > div:nth-child(4) {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-transform-origin: 6px 15px;
      -ms-transform-origin: 6px 15px;
          transform-origin: 6px 15px; }

.ldio-36c6yzt7vt2 div:nth-child(5) > div {
  left: 4px;
  top: 11px;
  -webkit-animation-delay: -0.4444444444444444s;
          animation-delay: -0.4444444444444444s; }

.ldio-36c6yzt7vt2 > div:nth-child(5) {
  -webkit-transform: rotate(160deg);
      -ms-transform: rotate(160deg);
          transform: rotate(160deg);
  -webkit-transform-origin: 4px 12px;
      -ms-transform-origin: 4px 12px;
          transform-origin: 4px 12px; }

.ldio-36c6yzt7vt2 div:nth-child(6) > div {
  left: 4px;
  top: 5px;
  -webkit-animation-delay: -0.3333333333333333s;
          animation-delay: -0.3333333333333333s; }

.ldio-36c6yzt7vt2 > div:nth-child(6) {
  -webkit-transform: rotate(200deg);
      -ms-transform: rotate(200deg);
          transform: rotate(200deg);
  -webkit-transform-origin: 4px 7px;
      -ms-transform-origin: 4px 7px;
          transform-origin: 4px 7px; }

.ldio-36c6yzt7vt2 div:nth-child(7) > div {
  left: 5.5px;
  top: 3px;
  -webkit-animation-delay: -0.2222222222222222s;
          animation-delay: -0.2222222222222222s; }

.ldio-36c6yzt7vt2 > div:nth-child(7) {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-transform-origin: 6px 4px;
      -ms-transform-origin: 6px 4px;
          transform-origin: 6px 4px; }

.ldio-36c6yzt7vt2 div:nth-child(8) > div {
  left: 10px;
  top: 1px;
  -webkit-animation-delay: -0.1111111111111111s;
          animation-delay: -0.1111111111111111s; }

.ldio-36c6yzt7vt2 > div:nth-child(8) {
  -webkit-transform: rotate(280deg);
      -ms-transform: rotate(280deg);
          transform: rotate(280deg);
  -webkit-transform-origin: 11px 3px;
      -ms-transform-origin: 11px 3px;
          transform-origin: 11px 3px; }

.ldio-36c6yzt7vt2 div:nth-child(9) > div {
  left: 13px;
  top: 4px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }

.ldio-36c6yzt7vt2 > div:nth-child(9) {
  -webkit-transform: rotate(320deg);
      -ms-transform: rotate(320deg);
          transform: rotate(320deg);
  -webkit-transform-origin: 14px 5px;
      -ms-transform-origin: 14px 5px;
          transform-origin: 14px 5px; }

.loadingio-spinner-spin-6whddfth6ph {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 53%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: none; }

.ldio-36c6yzt7vt2 {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  /* see note above */ }

.ldio-36c6yzt7vt2 div {
  box-sizing: content-box; }

* {
  box-sizing: border-box; }

body {
  margin: 0; }
  body.no-scroll {
    position: fixed;
    overflow: hidden; }
    @media (min-width: 768px) {
      body.no-scroll {
        position: relative;
        overflow: auto; } }
  body.toolbar-fixed header {
    top: 42px; }
  body.toolbar-fixed.toolbar-tray-open header {
    top: 85px; }

.container {
  max-width: 100% !important;
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important; }
  @media (min-width: 991px) {
    .container {
      max-width: 1340px !important; } }
  @media (min-width: 1176px) {
    .container {
      max-width: 1340px !important; }
      .container .col-lg-10 {
        width: 83.33333333% !important;
        *width: 83.23333333% !important; } }
  .container .grid {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .container .row {
    margin-right: -15px !important;
    margin-left: -15px !important; }

.container-full {
  width: 100%;
  max-width: 1470px;
  padding: 0 !important; }
  .container-full .grid {
    width: 100%;
    max-width: 1470px;
    margin-right: auto !important;
    margin-left: auto !important; }

.adminimal-admin-toolbar header.header {
  margin-top: 42px; }

.adminimal-admin-toolbar .layout-main-wrapper {
  margin-top: 98px; }
  @media (min-width: 768px) {
    .adminimal-admin-toolbar .layout-main-wrapper {
      margin-top: 204px; } }

.adminimal-admin-toolbar.scrolled header.header {
  margin-top: 0; }
  @media (min-width: 768px) {
    .adminimal-admin-toolbar.scrolled header.header {
      margin-top: 42px; } }

.adminimal-admin-toolbar.toolbar-tray-open header.header {
  margin-top: 114px; }

.layout-main-wrapper {
  margin-top: 98px; }
  @media (min-width: 768px) {
    .layout-main-wrapper {
      margin-top: 204px; } }

.c-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  width: 168px;
  height: 28px;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 14px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  cursor: pointer; }
  .c-button-primary {
    color: #fff;
    background: #C4362e; }
    .c-button-primary:hover {
      background: #21006C; }

.c-cross {
  position: relative; }
  .c-cross:before, .c-cross:after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    border-right: 2px solid;
    border-right: 0.125rem solid;
    height: 2px;
    height: 0.125rem;
    margin-left: 1px;
    margin-left: 0.0625rem;
    left: 0;
    left: 0;
    width: 0;
    width: 0;
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .c-cross:after {
    margin-left: -3px;
    margin-left: -0.1875rem;
    -webkit-transform: rotate(-43deg);
    -khtml-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg); }
  .c-cross--light-grey:before, .c-cross--light-grey:after {
    color: #bfbfbf; }
  .c-cross--blue:before, .c-cross--blue:after {
    color: #21006C; }
  .c-cross--light-grey:before, .c-cross--light-grey:after {
    color: #bfbfbf; }
  .c-cross--small:before, .c-cross--small:after {
    margin-top: -4px !important;
    margin-top: -0.25rem !important;
    height: 6px !important;
    height: 0.375rem !important; }
  .c-cross--small:after {
    margin-top: -1px !important;
    margin-top: -0.0625rem !important; }
  .c-cross--extra-big:before, .c-cross--extra-big:after {
    border-right: 1px solid;
    border-right: 0.0625rem solid;
    height: 50px !important;
    height: 3.125rem !important;
    margin-left: 25px;
    margin-left: 1.5625rem;
    text-shadow: 1px 1px #eee, -1px -1px #eee;
    text-shadow: 0.0625rem 0.0625rem #eee, -0.0625rem -0.0625rem #eee;
    -webkit-transform: rotate(135deg) !important;
    -khtml-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important; }
  .c-cross--extra-big:after {
    -webkit-transform: rotate(45deg) !important;
    -khtml-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important; }
    @media (max-width: 768px) {
      .c-cross--extra-big:after {
        margin-left: 32px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.slick-arrow {
  width: 40px;
  height: 40px;
  background: none;
  opacity: 1;
  outline: 0; }
  .slick-arrow .c-icon--arrow-right {
    position: absolute;
    top: 0;
    left: 20px; }
    .slick-arrow .c-icon--arrow-right:before {
      font-size: 20px; }
  .slick-arrow.slick-prev {
    left: -30px; }
    @media screen and (min-width: 768px) {
      .slick-arrow.slick-prev {
        left: -50px; } }
    .slick-arrow.slick-prev .c-icon--arrow-right {
      -webkit-transform: rotate(180deg);
      -khtml-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      margin-top: 12px; }
      @media screen and (min-width: 768px) {
        .slick-arrow.slick-prev .c-icon--arrow-right {
          margin-top: 0; } }
  .slick-arrow.slick-next {
    right: -30px; }
    @media screen and (min-width: 768px) {
      .slick-arrow.slick-next {
        right: -50px; } }
    .slick-arrow.slick-next .c-icon--arrow-right {
      right: 20px;
      left: unset;
      top: 5px; }

#menuToggle {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  height: auto;
  max-height: 36px;
  max-height: 2.25rem;
  display: none; }
  @media only screen and (max-width: 1919px) {
    #menuToggle {
      display: block; } }
  #menuToggle input {
    display: block;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
    height: 42px;
    height: 2.625rem;
    top: -9px;
    top: -0.5625rem;
    left: -8px;
    left: -0.5rem;
    width: 50px;
    width: 3.125rem; }
  #menuToggle span {
    display: block;
    position: relative;
    background: #21006C;
    z-index: 1;
    width: 40px;
    width: 2.5rem;
    height: 3px;
    height: 0.1875rem;
    margin-bottom: 9px;
    margin-bottom: 0.5625rem;
    top: 2px;
    top: 0.125rem;
    -webkit-transform-origin: 4px 0px;
        -ms-transform-origin: 4px 0px;
            transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, margin-bottom 0.2s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, margin-bottom 0.2s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, margin-bottom 0.2s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, margin-bottom 0.2s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
    @media only screen and (min-width: 768px) {
      #menuToggle span {
        width: 33px;
        width: 2.0625rem;
        height: 4px;
        height: 0.25rem;
        margin-bottom: 7px;
        margin-bottom: 0.4375rem;
        top: 0;
        top: 0; } }
    #menuToggle span:first-child {
      -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
              transform-origin: 0% 0%; }
    #menuToggle span:nth-last-child(2) {
      -webkit-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
              transform-origin: 0% 100%; }

#menuToggle.open span {
  opacity: 1;
  -webkit-transform: rotate(46deg) translate(-11px, -16px);
  -khtml-transform: rotate(46deg) translate(-11px, -16px);
  -ms-transform: rotate(46deg) translate(-11px, -16px);
  transform: rotate(46deg) translate(-11px, -16px);
  background: #000000; }
  @media only screen and (min-width: 768px) {
    #menuToggle.open span {
      -webkit-transform: rotate(46deg) translate(-12px, -19px);
      -khtml-transform: rotate(46deg) translate(-12px, -19px);
      -ms-transform: rotate(46deg) translate(-12px, -19px);
      transform: rotate(46deg) translate(-12px, -19px); } }
  #menuToggle.open span:nth-child(2) {
    -webkit-transform: rotate(135deg) translate(-22px, -15px);
    -khtml-transform: rotate(135deg) translate(-22px, -15px);
    -ms-transform: rotate(135deg) translate(-22px, -15px);
    transform: rotate(135deg) translate(-22px, -15px); }
  #menuToggle.open span:nth-child(3) {
    display: none; }

#menuToggle input:checked ~ ul {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.c-accordion-item {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-bottom: 2px;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1); }
  .c-accordion-item.open {
    margin-bottom: 10px; }

.c-accordion-accordion-title {
  padding: 15px 20px;
  background: #000000;
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px; }
  .c-accordion-accordion-title .icon-container {
    margin-right: 10px;
    font-size: 20px; }
    .c-accordion-accordion-title .icon-container .icon:before {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 12px; }

.c-accordion-accordion-content {
  display: none;
  background: #fff;
  color: #000000;
  padding: 20px 20px;
  font-size: 14px;
  line-height: 18px; }

.slick-slider .slick-list {
  margin: 0; }
  .slick-slider .slick-list .slick-slide img {
    display: block;
    width: 100%;
    height: auto; }

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  cursor: pointer;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 4;
  border: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .slick-slider .slick-arrow:before, .slick-slider .slick-arrow:after {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 20px;
    margin-top: -14px;
    position: absolute;
    -webkit-transform: rotate(125deg);
    -ms-transform: rotate(125deg);
        transform: rotate(125deg);
    right: 17px;
    top: 50%;
    width: 0; }
  .slick-slider .slick-arrow:after {
    margin-top: -3px;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
        transform: rotate(55deg); }
  .slick-slider .slick-arrow.slick-prev {
    right: unset;
    left: 30px; }
    .slick-slider .slick-arrow.slick-prev:before {
      -webkit-transform: rotate(55deg);
      -ms-transform: rotate(55deg);
          transform: rotate(55deg); }
    .slick-slider .slick-arrow.slick-prev:after {
      -webkit-transform: rotate(125deg);
      -ms-transform: rotate(125deg);
          transform: rotate(125deg); }
  .slick-slider .slick-arrow.arrow-white:before, .slick-slider .slick-arrow.arrow-white:after {
    border-right: 2px solid #fff; }

.slick-slider.slick-hero .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.sidenav {
  padding: 85px 20px 0 20px;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #37393F;
  -webkit-transform: translateX(-105%);
      -ms-transform: translateX(-105%);
          transform: translateX(-105%);
  z-index: 501;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms; }
  @media only screen and (max-width: 991px) {
    .sidenav {
      max-width: 50%; } }
  @media only screen and (max-width: 767px) {
    .sidenav {
      max-width: 100%; } }
  .sidenav.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms; }
  .sidenav .sidenav-close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 33px;
    height: 33px !important;
    margin-bottom: 5px;
    z-index: 1; }
    .sidenav .sidenav-close i {
      color: #fff;
      font-size: 30px; }

.sidenav-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .sidenav-mobile .sidenav-close {
    display: none; }
  @media only screen and (max-width: 991px) {
    .sidenav-mobile {
      padding: 85px 20px 0 20px;
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      background: #21006C;
      -webkit-transform: translateX(-105%);
          -ms-transform: translateX(-105%);
              transform: translateX(-105%);
      z-index: 501;
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms; }
      .sidenav-mobile.open {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition-duration: 500ms;
                transition-duration: 500ms; }
      .sidenav-mobile .sidenav-close {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 33px;
        height: 33px !important;
        margin-bottom: 5px;
        z-index: 1; }
        .sidenav-mobile .sidenav-close i {
          color: #fff;
          font-size: 30px; } }
  @media only screen and (max-width: 991px) {
    .sidenav-mobile[data-content="header-nav"] {
      max-width: 50%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (max-width: 767px) {
    .sidenav-mobile[data-content="header-nav"] {
      max-width: 100%; } }

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: padding .3s;
  transition: padding .3s;
  background: #fff; }
  .header .padding-tablet {
    padding: 0 50px; }
    @media only screen and (min-width: 1355px) {
      .header .padding-tablet {
        padding: 0; } }
  @media only screen and (max-width: 767px) {
    .header {
      padding: 20px; }
      .header .padding-tablet {
        padding: 0; } }
  .header-brand a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .header-brand a img {
      max-width: 150px;
      height: 69px; }
  @media only screen and (max-width: 1199px) {
    .header-menu {
      width: 100%; } }
  .header-menu .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none; }
    @media only screen and (max-width: 991px) {
      .header-menu .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;
        border-right: none; } }
    .header-menu .menu-item {
      margin-right: 40px;
      margin-top: 0;
      position: relative;
      list-style: none; }
      @media only screen and (max-width: 991px) {
        .header-menu .menu-item {
          width: 100%;
          margin-bottom: 30px;
          margin-right: 0 !important; } }
      .header-menu .menu-item:last-child {
        margin-right: 15px; }
      .header-menu .menu-item:not(.menu-item--expanded) .mobile-accordion-title {
        display: none; }
      .header-menu .menu-item .mobile-accordion-title {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 0;
        top: -4px;
        z-index: 2;
        -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
        display: none; }
        @media only screen and (max-width: 1199px) {
          .header-menu .menu-item .mobile-accordion-title {
            display: block; } }
        .header-menu .menu-item .mobile-accordion-title:before, .header-menu .menu-item .mobile-accordion-title:after {
          border-right: 2px solid;
          content: '';
          color: #fff;
          display: block;
          height: 13px;
          margin-top: 0;
          position: absolute;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
          right: 13px;
          top: 50%;
          width: 0; }
        .header-menu .menu-item .mobile-accordion-title:after {
          margin-top: 0;
          right: 5px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      .header-menu .menu-item.open .mobile-accordion-title {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);
        -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
        top: 7px; }
      .header-menu .menu-item a {
        position: relative;
        text-transform: uppercase;
        font-size: 14px;
        padding-bottom: 4px;
        font-family: "Montserrat", Arial, sans-serif;
        font-weight: 700;
        color: #21006C; }
        @media only screen and (max-width: 1199px) {
          .header-menu .menu-item a {
            font-size: 18px; } }
        @media only screen and (max-width: 991px) {
          .header-menu .menu-item a {
            color: #fff; } }
        .header-menu .menu-item a:before {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          content: '';
          border-bottom: solid 2px #21006C;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transition: -webkit-transform 250ms ease-in-out;
          transition: -webkit-transform 250ms ease-in-out;
          transition: transform 250ms ease-in-out;
          transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
          @media only screen and (max-width: 991px) {
            .header-menu .menu-item a:before {
              border-bottom: solid 2px #fff; } }
        .header-menu .menu-item a.is-active {
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1);
          color: #C4362e; }
          @media only screen and (max-width: 991px) {
            .header-menu .menu-item a.is-active {
              color: #fff; } }
          .header-menu .menu-item a.is-active:before {
            -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                    transform: scaleX(1);
            border-bottom: solid 2px #C4362e;
            -webkit-transition: -webkit-transform 0.5s;
            transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
            transition: transform 0.5s, -webkit-transform 0.5s; }
            @media only screen and (max-width: 991px) {
              .header-menu .menu-item a.is-active:before {
                border-bottom: solid 2px #fff; } }
        @media only screen and (min-width: 1200px) {
          .header-menu .menu-item a:hover {
            -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                    transform: scaleX(1);
            color: #C4362e; }
            .header-menu .menu-item a:hover:before {
              -webkit-transform: scaleX(1);
                  -ms-transform: scaleX(1);
                      transform: scaleX(1);
              border-bottom: solid 2px #C4362e;
              -webkit-transition: -webkit-transform 0.5s;
              transition: -webkit-transform 0.5s;
              transition: transform 0.5s;
              transition: transform 0.5s, -webkit-transform 0.5s; } }
  .header-search-block {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .header-search-block.hidden {
      display: none !important; }
    .header-search-block .header-burger {
      display: none; }
      @media only screen and (max-width: 991px) {
        .header-search-block .header-burger {
          display: block;
          padding-top: 5px; } }
    @media only screen and (max-width: 991px) {
      .header-search-block {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; }
        .header-search-block.hidden {
          display: none !important; } }
  @media only screen and (max-width: 1919px) {
    .header-search {
      padding-right: 20px; } }
  @media only screen and (max-width: 1199px) {
    .header-search {
      padding-right: 30px; } }
  .header-search form .js-form-type-search {
    display: none; }
  .header-search form .form-actions {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2px;
    cursor: pointer; }
    .header-search form .form-actions:before {
      content: "\e004";
      font: normal 1em/0 icons;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 25px;
      color: #fff; }
      @media only screen and (max-width: 1199px) {
        .header-search form .form-actions:before {
          font-size: 33px; } }
    .header-search form .form-actions input {
      display: none; }

footer .footer-coordonnees {
  background: #21006C;
  color: #fff;
  padding: 50px 30px 70px 30px; }
  @media only screen and (max-width: 1199px) {
    footer .footer-coordonnees {
      padding: 50px 50px 70px 50px; } }
  @media only screen and (max-width: 767px) {
    footer .footer-coordonnees {
      padding: 30px 20px 30px 20px; } }
  footer .footer-coordonnees a {
    color: #fff; }
  footer .footer-coordonnees-wrapper {
    max-width: 1140px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      footer .footer-coordonnees-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    footer .footer-coordonnees-wrapper > div {
      width: 33.33%; }
      @media only screen and (max-width: 767px) {
        footer .footer-coordonnees-wrapper > div {
          width: 100%;
          margin-top: 30px; }
          footer .footer-coordonnees-wrapper > div:first-child {
            margin-top: 0; } }
      @media only screen and (max-width: 767px) {
        footer .footer-coordonnees-wrapper > div.coordonnees-left .media--type-image {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media only screen and (max-width: 991px) {
        footer .footer-coordonnees-wrapper > div.coordonnees-center {
          padding-right: 30px; } }
      @media only screen and (max-width: 767px) {
        footer .footer-coordonnees-wrapper > div.coordonnees-center {
          padding-right: 0; } }
      footer .footer-coordonnees-wrapper > div.coordonnees-center .contact, footer .footer-coordonnees-wrapper > div.coordonnees-center .see-us {
        margin-bottom: 30px; }
      footer .footer-coordonnees-wrapper > div.coordonnees-right .legales-infos .coordonnees-content .field__item p:last-child {
        padding-top: 15px; }
  footer .footer-coordonnees .coordonnees-title {
    font-size: 17px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px !important; }
    @media only screen and (max-width: 767px) {
      footer .footer-coordonnees .coordonnees-title {
        text-align: center;
        padding-bottom: 10px !important; } }
  @media only screen and (max-width: 767px) {
    footer .footer-coordonnees .coordonnees-content p {
      text-align: center; } }
  footer .footer-coordonnees .coordonnees-content p, footer .footer-coordonnees .coordonnees-content a {
    font-size: 12px; }
    footer .footer-coordonnees .coordonnees-content p span, footer .footer-coordonnees .coordonnees-content a span {
      display: block;
      padding-top: 3px;
      font-size: 8px;
      font-style: italic; }
    footer .footer-coordonnees .coordonnees-content p.sub-title, footer .footer-coordonnees .coordonnees-content a.sub-title {
      font-size: 12px;
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 700;
      padding-top: 30px; }
    footer .footer-coordonnees .coordonnees-content p strong, footer .footer-coordonnees .coordonnees-content a strong {
      font-weight: 700;
      font-family: "Montserrat", Arial, sans-serif; }
  footer .footer-coordonnees .coordonnees-content a:hover {
    color: #C4362e; }
  footer .footer-coordonnees .coordonnees-content img {
    max-width: 160px;
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      footer .footer-coordonnees .coordonnees-content img {
        margin: 20px auto 0; } }
  footer .footer-coordonnees .coordonnees-content .field__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    footer .footer-coordonnees .coordonnees-content .field__items > .field__item {
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        footer .footer-coordonnees .coordonnees-content .field__items > .field__item {
          width: 100%;
          margin-right: 0 !important;
          text-align: center; } }
      footer .footer-coordonnees .coordonnees-content .field__items > .field__item:first-child {
        margin-right: 40px; }
    footer .footer-coordonnees .coordonnees-content .field__items .field--name-field-title {
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
    footer .footer-coordonnees .coordonnees-content .field__items .phone a, footer .footer-coordonnees .coordonnees-content .field__items .mail a {
      color: #fff; }

footer .footer-menu {
  background: #C4362e; }
  footer .footer-menu .menu {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto; }
    @media only screen and (max-width: 1199px) {
      footer .footer-menu .menu {
        padding: 0 15px; } }
    @media only screen and (max-width: 767px) {
      footer .footer-menu .menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    footer .footer-menu .menu li {
      margin-right: 100px;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        footer .footer-menu .menu li {
          margin-right: 0; } }
      footer .footer-menu .menu li a, footer .footer-menu .menu li p {
        font-family: "Montserrat", Arial, sans-serif;
        font-weight: 700;
        color: #fff !important;
        font-size: 12px; }
      footer .footer-menu .menu li a {
        text-transform: uppercase; }
      footer .footer-menu .menu li p {
        font-family: "Montserrat", Arial, sans-serif; }
      footer .footer-menu .menu li:last-child {
        margin-right: 0; }
        @media only screen and (max-width: 767px) {
          footer .footer-menu .menu li:last-child {
            margin-top: 15px; } }

.hero {
  position: relative;
  height: 638px; }
  @media only screen and (max-width: 991px) {
    .hero {
      height: 438px; } }
  @media only screen and (max-width: 767px) {
    .hero {
      height: 328px; } }
  .hero.hero-page .hero-image {
    height: 100%; }
    .hero.hero-page .hero-image .field__items {
      height: 100%; }
      .hero.hero-page .hero-image .field__items .img-bck {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
  .hero-image {
    height: 100%; }
    .hero-image > span {
      width: 100%;
      display: block;
      height: 100%; }
    .hero-image .slick {
      height: 100%; }
      .hero-image .slick .slick-list, .hero-image .slick .slick-track, .hero-image .slick .slick-slide, .hero-image .slick .slick-slide > div, .hero-image .slick .img-bck {
        height: 100%; }
      .hero-image .slick .img-bck {
        background-size: cover;
        background-position: center center;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        @media only screen and (max-width: 1199px) {
          .hero-image .slick .img-bck {
            background-position: 60% 80%; } }
      @media only screen and (max-width: 767px) {
        .hero-image .slick-arrow {
          display: none !important; } }
  .hero-text-container, .hero-key-data {
    position: absolute;
    background: transparent;
    z-index: 3;
    width: 100%; }
  .hero-text-container {
    top: 50%;
    left: 50% !important;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    max-width: 1440px;
    padding: 0 50px;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .hero-text-container {
        padding: 0 20px; } }
    .hero-text-container > div {
      overflow: hidden;
      -webkit-transition: -webkit-transform .7s ease-out;
      transition: -webkit-transform .7s ease-out;
      transition: transform .7s ease-out;
      transition: transform .7s ease-out, -webkit-transform .7s ease-out;
      height: auto;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
      .hero-text-container > div.collapsed {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
  @media only screen and (max-width: 767px) {
    .hero-text-container .hero-text {
      display: none; } }
  .hero-text-container .hero-text-mobile {
    display: none; }
    @media only screen and (max-width: 767px) {
      .hero-text-container .hero-text-mobile {
        display: block; } }
  .hero-text-container .hero-sub-title {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    font-style: italic; }
    @media only screen and (max-width: 767px) {
      .hero-text-container .hero-sub-title {
        font-size: 14px; } }
    .hero-text-container .hero-sub-title strong {
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 700; }
  .hero-key-data {
    bottom: 50px;
    margin: 0 !important; }
    @media only screen and (max-width: 767px) {
      .hero-key-data .field__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; }
        .hero-key-data .field__items > .field__item {
          width: 50%; }
          .hero-key-data .field__items > .field__item:first-child, .hero-key-data .field__items > .field__item:nth-child(2) {
            margin-bottom: 20px; } }
    .hero-key-data img {
      width: 50px;
      height: 50px; }
  .hero:not(.hero-homepage) {
    height: 638px;
    min-height: unset;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 991px) {
      .hero:not(.hero-homepage) {
        height: 438px; } }
    @media only screen and (max-width: 767px) {
      .hero:not(.hero-homepage) {
        height: 328px; } }
    .hero:not(.hero-homepage) .hero-image:after {
      display: none; }
    .hero:not(.hero-homepage) .img-bck {
      background-size: cover;
      background-position: center center; }
      @media only screen and (max-width: 1199px) {
        .hero:not(.hero-homepage) .img-bck {
          background-position: 60% 80%; } }
    .hero:not(.hero-homepage) .hero-text-container {
      top: 50%;
      left: 50% !important;
      -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      max-width: 1440px;
      padding: 0 50px; }
      @media only screen and (max-width: 767px) {
        .hero:not(.hero-homepage) .hero-text-container {
          padding: 0 20px; } }
    .hero:not(.hero-homepage) h1 {
      text-align: left;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .hero:not(.hero-homepage) h1 {
          padding: 0 20px; } }

.node--type-page-contact .hero h1, .node--type-page-recrutement .hero h1, .node--type-page-prestations-et-services .hero h1, .page-node-type-page-mentions-legales .hero h1, .node--type-page-actualites .hero h1, .node--type-actualites .hero h1 {
  padding: 0 0 20px 0 !important;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .node--type-page-contact .hero h1, .node--type-page-recrutement .hero h1, .node--type-page-prestations-et-services .hero h1, .page-node-type-page-mentions-legales .hero h1, .node--type-page-actualites .hero h1, .node--type-actualites .hero h1 {
      padding: 0 0 15px 0 !important; } }
  .node--type-page-contact .hero h1:after, .node--type-page-recrutement .hero h1:after, .node--type-page-prestations-et-services .hero h1:after, .page-node-type-page-mentions-legales .hero h1:after, .node--type-page-actualites .hero h1:after, .node--type-actualites .hero h1:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 75px;
    height: 15px;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .node--type-page-contact .hero h1:after, .node--type-page-recrutement .hero h1:after, .node--type-page-prestations-et-services .hero h1:after, .page-node-type-page-mentions-legales .hero h1:after, .node--type-page-actualites .hero h1:after, .node--type-actualites .hero h1:after {
        width: 60px;
        height: 10px; } }

.node--type-page-prestations-et-services .hero h1 {
  max-width: 790px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .node--type-page-prestations-et-services .hero h1 {
      margin-bottom: 40px; } }

.path-user .layout-container, .page-404 .layout-container {
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.path-user main, .page-404 main {
  padding-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .path-user main h1, .page-404 main h1 {
    font-size: 50px !important;
    line-height: 50px !important;
    margin-bottom: 50px;
    text-align: center !important;
    -moz-text-align-last: center !important;
         text-align-last: center !important; }
  .path-user main form, .page-404 main form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .path-user main form .form-item, .page-404 main form .form-item {
      max-width: 400px;
      margin: 0; }
      .path-user main form .form-item:first-child, .page-404 main form .form-item:first-child {
        margin-bottom: 9px; }
      .path-user main form .form-item .description, .path-user main form .form-item label, .page-404 main form .form-item .description, .page-404 main form .form-item label {
        display: none; }
      .path-user main form .form-item input:not(.form-submit), .page-404 main form .form-item input:not(.form-submit) {
        width: 100%;
        padding: 8px 15px;
        border: 1px solid #21006C;
        font-family: "Montserrat", Arial, sans-serif;
        font-weight: 300;
        font-size: 19px;
        line-height: 23px;
        color: #21006C;
        box-shadow: none;
        -webkit-appearance: none; }
        .path-user main form .form-item input:not(.form-submit)::-webkit-validation-bubble-message, .page-404 main form .form-item input:not(.form-submit)::-webkit-validation-bubble-message {
          display: none; }
        .path-user main form .form-item input:not(.form-submit)::-webkit-input-placeholder, .page-404 main form .form-item input:not(.form-submit)::-webkit-input-placeholder {
          font-family: "Montserrat", Arial, sans-serif;
          font-weight: 700;
          font-size: 14px;
          color: #21006C;
          text-transform: uppercase; }
        .path-user main form .form-item input:not(.form-submit)::-moz-placeholder, .page-404 main form .form-item input:not(.form-submit)::-moz-placeholder {
          font-family: "Montserrat", Arial, sans-serif;
          font-weight: 700;
          font-size: 14px;
          color: #21006C;
          text-transform: uppercase; }
        .path-user main form .form-item input:not(.form-submit):-ms-input-placeholder, .page-404 main form .form-item input:not(.form-submit):-ms-input-placeholder {
          font-family: "Montserrat", Arial, sans-serif;
          font-weight: 700;
          font-size: 14px;
          color: #21006C;
          text-transform: uppercase; }
        .path-user main form .form-item input:not(.form-submit)::-ms-input-placeholder, .page-404 main form .form-item input:not(.form-submit)::-ms-input-placeholder {
          font-family: "Montserrat", Arial, sans-serif;
          font-weight: 700;
          font-size: 14px;
          color: #21006C;
          text-transform: uppercase; }
        .path-user main form .form-item input:not(.form-submit)::placeholder, .page-404 main form .form-item input:not(.form-submit)::placeholder {
          font-family: "Montserrat", Arial, sans-serif;
          font-weight: 700;
          font-size: 14px;
          color: #21006C;
          text-transform: uppercase; }
    .path-user main form .validation-form, .page-404 main form .validation-form {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      width: 100%;
      display: block;
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 300;
      font-size: 14px;
      line-height: 14px;
      color: #21006C;
      margin-top: 0; }
    .path-user main form .form-actions, .page-404 main form .form-actions {
      margin-top: 20px;
      margin-bottom: 0;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
      @media only screen and (max-width: 767px) {
        .path-user main form .form-actions, .page-404 main form .form-actions {
          width: 100%; } }
      .path-user main form .form-actions input, .page-404 main form .form-actions input {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: auto;
        width: 168px;
        height: 28px;
        border: none;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0 14px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 19px;
        line-height: 1.1875rem;
        font-family: "Montserrat", Arial, sans-serif;
        font-weight: 700;
        cursor: pointer;
        color: #fff;
        background: #C4362e; }
        .path-user main form .form-actions input:hover, .page-404 main form .form-actions input:hover {
          background: #21006C; }

.page-404 .block-system-main-block {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700; }

.path-frontpage .hero-title p {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -2px; }
  .path-frontpage .hero-title p span {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 300; }

.path-frontpage .hero-sub-title {
  font-size: 73px;
  line-height: 78px;
  font-style: unset;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -2px; }
  @media (max-width: 991px) {
    .path-frontpage .hero-sub-title {
      font-size: 47px;
      line-height: 58px; } }
  @media (max-width: 767px) {
    .path-frontpage .hero-sub-title {
      font-size: 30px;
      line-height: 32px; } }

.path-frontpage .block-page .title {
  padding: 70px 0 50px; }
  @media only screen and (max-width: 1199px) {
    .path-frontpage .block-page .title {
      padding: 70px 50px 50px; } }
  @media only screen and (max-width: 767px) {
    .path-frontpage .block-page .title {
      padding: 70px 20px 50px; } }
  .path-frontpage .block-page .title h2 {
    position: relative;
    color: #21006C;
    padding-bottom: 10px; }
    .path-frontpage .block-page .title h2:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100px;
      height: 8px;
      background: #C4362e; }
      @media only screen and (max-width: 767px) {
        .path-frontpage .block-page .title h2:after {
          width: 60px;
          height: 10px; } }

.path-frontpage .block-page.block-prestations-services .title {
  max-width: 1340px;
  margin: 0 auto; }
  .path-frontpage .block-page.block-prestations-services .title h2:after {
    width: 190px; }

.path-frontpage .block-page.block-prestations-services .content .picto-line.first-line {
  background: #f3F3F3; }

@media only screen and (max-width: 767px) {
  .path-frontpage .block-page.block-prestations-services .content .picto-line.second-line .picto-line-items {
    padding: 50px 20px 20px; } }

.path-frontpage .block-page.block-prestations-services .content .picto-line.second-line .picto-line-items .picto-line-item p {
  max-width: 195px; }

.path-frontpage .block-page.block-prestations-services .content .picto-line-wrapper {
  max-width: 1340px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.path-frontpage .block-page.block-prestations-services .content .picto-line-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1000px;
  padding: 50px 0; }
  @media only screen and (max-width: 991px) {
    .path-frontpage .block-page.block-prestations-services .content .picto-line-items {
      padding: 50px 50px; } }
  @media only screen and (max-width: 767px) {
    .path-frontpage .block-page.block-prestations-services .content .picto-line-items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 50px 20px; } }

.path-frontpage .block-page.block-prestations-services .content .picto-line-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 25%; }
  @media only screen and (max-width: 767px) {
    .path-frontpage .block-page.block-prestations-services .content .picto-line-item {
      width: 100%;
      margin-bottom: 30px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .path-frontpage .block-page.block-prestations-services .content .picto-line-item:last-child {
        margin-bottom: 0; } }
  .path-frontpage .block-page.block-prestations-services .content .picto-line-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 767px) {
      .path-frontpage .block-page.block-prestations-services .content .picto-line-item a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .path-frontpage .block-page.block-prestations-services .content .picto-line-item .image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .path-frontpage .block-page.block-prestations-services .content .picto-line-item .image-container img {
      max-width: 150px;
      max-height: 150px; }
      @media only screen and (max-width: 991px) {
        .path-frontpage .block-page.block-prestations-services .content .picto-line-item .image-container img {
          max-width: 120px;
          max-height: 120px; } }
      .path-frontpage .block-page.block-prestations-services .content .picto-line-item .image-container img.image-hover {
        display: none; }
    @media only screen and (min-width: 992px) {
      .path-frontpage .block-page.block-prestations-services .content .picto-line-item .image-container:hover img {
        display: none; }
        .path-frontpage .block-page.block-prestations-services .content .picto-line-item .image-container:hover img.image-hover {
          display: block; } }
  .path-frontpage .block-page.block-prestations-services .content .picto-line-item h3 {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    max-width: 185px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #21006C;
    padding-top: 20px;
    font-size: 18px;
    text-transform: uppercase; }
    @media only screen and (max-width: 991px) {
      .path-frontpage .block-page.block-prestations-services .content .picto-line-item h3 {
        max-width: 145px;
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .path-frontpage .block-page.block-prestations-services .content .picto-line-item h3 {
        text-align: left;
        -moz-text-align-last: left;
             text-align-last: left;
        padding-left: 20px;
        font-size: 16px;
        padding-top: 0;
        max-width: 160px; } }

.path-frontpage .block-page.block-qui-sommes-nous .content {
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .path-frontpage .block-page.block-qui-sommes-nous .content-units {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .path-frontpage .block-page.block-qui-sommes-nous .content article {
    height: 100%;
    color: #21006C; }
    @media only screen and (max-width: 1199px) {
      .path-frontpage .block-page.block-qui-sommes-nous .content article {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important; } }
    .path-frontpage .block-page.block-qui-sommes-nous .content article .article-left, .path-frontpage .block-page.block-qui-sommes-nous .content article .article-right {
      width: 50%; }
      @media only screen and (max-width: 1199px) {
        .path-frontpage .block-page.block-qui-sommes-nous .content article .article-left, .path-frontpage .block-page.block-qui-sommes-nous .content article .article-right {
          width: 100%; } }
    .path-frontpage .block-page.block-qui-sommes-nous .content article .article-left {
      padding: 90px 80px;
      background: #E6E6E6;
      position: relative; }
      @media only screen and (max-width: 1199px) {
        .path-frontpage .block-page.block-qui-sommes-nous .content article .article-left {
          padding: 90px 50px; } }
      @media only screen and (max-width: 767px) {
        .path-frontpage .block-page.block-qui-sommes-nous .content article .article-left {
          padding: 50px 20px; } }
      .path-frontpage .block-page.block-qui-sommes-nous .content article .article-left p span {
        font-family: "Montserrat", Arial, sans-serif;
        font-weight: 700; }
    @media only screen and (max-width: 1199px) {
      .path-frontpage .block-page.block-qui-sommes-nous .content article .article-right {
        height: 270px; } }
    @media only screen and (max-width: 767px) {
      .path-frontpage .block-page.block-qui-sommes-nous .content article .article-right {
        height: 140px; } }
    @media only screen and (max-width: 330px) {
      .path-frontpage .block-page.block-qui-sommes-nous .content article .article-right {
        height: 120px; } }
    .path-frontpage .block-page.block-qui-sommes-nous .content article .article-right.partenariat {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .path-frontpage .block-page.block-qui-sommes-nous .content article .article-right.partenariat .image {
        max-height: 237px;
        margin-right: 40px; }
        @media only screen and (max-width: 767px) {
          .path-frontpage .block-page.block-qui-sommes-nous .content article .article-right.partenariat .image {
            max-height: 140px;
            margin-right: 20px; } }
      .path-frontpage .block-page.block-qui-sommes-nous .content article .article-right.partenariat .logo {
        max-height: 80px; }
        @media only screen and (max-width: 767px) {
          .path-frontpage .block-page.block-qui-sommes-nous .content article .article-right.partenariat .logo {
            max-height: 50px; } }
  .path-frontpage .block-page.block-qui-sommes-nous .content-unit-container {
    z-index: 1;
    width: 100%; }
    .path-frontpage .block-page.block-qui-sommes-nous .content-unit-container .article-right {
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-size: cover; }
    .path-frontpage .block-page.block-qui-sommes-nous .content-unit-container:nth-child(2) article {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .path-frontpage .block-page.block-qui-sommes-nous .content-unit-container:last-child article .sub-title {
      max-width: unset; }
    @media only screen and (max-width: 1199px) {
      .path-frontpage .block-page.block-qui-sommes-nous .content-unit-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
  .path-frontpage .block-page.block-qui-sommes-nous .content-unit {
    height: 100%;
    background: white; }
    .path-frontpage .block-page.block-qui-sommes-nous .content-unit .field--name-field-title-text, .path-frontpage .block-page.block-qui-sommes-nous .content-unit .field--name-field-sub-title {
      text-align: center; }

@media only screen and (max-width: 767px) {
  .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .hero-sub-title .prestations-services-container p span {
    display: block; } }

.page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items:nth-child(odd) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  @media only screen and (max-width: 767px) {
    .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items#entretien-vente-pneumatiques br {
      display: none !important; } }
  @media only screen and (max-width: 991px) {
    .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -webkit-flex-direction: column-reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important; } }
  .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-img, .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text {
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-img, .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text {
        width: 100%; } }
  .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-img {
    background-size: cover;
    background-position: center center; }
    @media only screen and (max-width: 991px) {
      .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-img {
        min-height: 300px; } }
    @media only screen and (max-width: 767px) {
      .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-img {
        min-height: 200px; } }
  .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text {
    padding: 30px 80px;
    min-height: 400px; }
    @media only screen and (max-width: 1199px) {
      .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text {
        padding: 30px 50px; } }
    @media only screen and (max-width: 991px) {
      .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text {
        min-height: 370px; } }
    @media only screen and (max-width: 767px) {
      .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text {
        padding: 30px 20px; } }
    .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text strong {
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 700; }
    .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text.gris {
      background: #E6E6E6;
      color: #21006C; }
    .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text.bleu {
      background: #21006C; }
    .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text.rouge {
      background: #C4362e; }
    .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text.bleu, .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text.rouge {
      color: #fff; }
    .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text.bleu .content-title:after, .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text.gris .content-title:after {
      background: #C4362e; }
  .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-picto {
    padding-bottom: 5px; }
    .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-picto img {
      max-height: 150px;
      margin-left: -30px; }
  .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-title {
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: -40px; }
    .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-title:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100px;
      height: 8px;
      background: #fff; }
      @media only screen and (max-width: 767px) {
        .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-title:after {
          width: 60px;
          height: 10px; } }
    .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-title p {
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 300;
      font-size: 32px;
      line-height: 38px; }
  .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items .content-text-descr p {
    font-size: 12px;
    font-family: "Montserrat", Arial, sans-serif; }
  .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items:first-child .content-picto img {
    margin-left: -27px; }
  .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items:nth-child(2) .content-picto img {
    margin-left: -21px; }
  .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items:nth-child(3) .content-title, .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items:nth-child(8) .content-title {
    margin-top: -35px; }
  .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items:nth-child(4) .content-title, .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items:nth-child(5) .content-title, .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items:nth-child(6) .content-title, .page-node-type-page-prestations-et-services .node--type-page-prestations-et-services .prestations-services-items:nth-child(7) .content-title {
    margin-top: -25px; }

.page-node-type-page-contact main div[data-drupal-messages], .page-node-type-page-recrutement main div[data-drupal-messages] {
  display: none; }

.page-node-type-page-contact .block-contact, .page-node-type-page-recrutement .block-contact {
  padding-right: 65px;
  padding-left: 65px; }
  @media only screen and (min-width: 1355px) {
    .page-node-type-page-contact .block-contact, .page-node-type-page-recrutement .block-contact {
      padding-right: 15px;
      padding-left: 15px; } }
  @media only screen and (max-width: 767px) {
    .page-node-type-page-contact .block-contact, .page-node-type-page-recrutement .block-contact {
      padding-right: 35px;
      padding-left: 35px; } }
  .page-node-type-page-contact .block-contact .right-side, .page-node-type-page-contact .block-contact .left-side, .page-node-type-page-recrutement .block-contact .right-side, .page-node-type-page-recrutement .block-contact .left-side {
    padding: 100px 0; }
  .page-node-type-page-contact .block-contact .left-side, .page-node-type-page-recrutement .block-contact .left-side {
    padding-right: 265px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 1199px) {
      .page-node-type-page-contact .block-contact .left-side, .page-node-type-page-recrutement .block-contact .left-side {
        padding-right: 150px; } }
    @media only screen and (max-width: 991px) {
      .page-node-type-page-contact .block-contact .left-side, .page-node-type-page-recrutement .block-contact .left-side {
        padding-right: 50px; } }
    @media only screen and (max-width: 767px) {
      .page-node-type-page-contact .block-contact .left-side, .page-node-type-page-recrutement .block-contact .left-side {
        padding: 40px 0; } }
    .page-node-type-page-contact .block-contact .left-side p, .page-node-type-page-contact .block-contact .left-side .mail, .page-node-type-page-contact .block-contact .left-side .mail a, .page-node-type-page-contact .block-contact .left-side .tel a, .page-node-type-page-recrutement .block-contact .left-side p, .page-node-type-page-recrutement .block-contact .left-side .mail, .page-node-type-page-recrutement .block-contact .left-side .mail a, .page-node-type-page-recrutement .block-contact .left-side .tel a {
      color: #21006C;
      font-size: 14px; }
      .page-node-type-page-contact .block-contact .left-side p strong, .page-node-type-page-contact .block-contact .left-side .mail strong, .page-node-type-page-contact .block-contact .left-side .mail a strong, .page-node-type-page-contact .block-contact .left-side .tel a strong, .page-node-type-page-recrutement .block-contact .left-side p strong, .page-node-type-page-recrutement .block-contact .left-side .mail strong, .page-node-type-page-recrutement .block-contact .left-side .mail a strong, .page-node-type-page-recrutement .block-contact .left-side .tel a strong {
        font-family: "Montserrat", Arial, sans-serif;
        font-weight: 700; }
    .page-node-type-page-contact .block-contact .left-side .mail a, .page-node-type-page-contact .block-contact .left-side .tel a, .page-node-type-page-recrutement .block-contact .left-side .mail a, .page-node-type-page-recrutement .block-contact .left-side .tel a {
      font-family: "Montserrat", Arial, sans-serif; }
      .page-node-type-page-contact .block-contact .left-side .mail a:hover, .page-node-type-page-contact .block-contact .left-side .tel a:hover, .page-node-type-page-recrutement .block-contact .left-side .mail a:hover, .page-node-type-page-recrutement .block-contact .left-side .tel a:hover {
        color: #C4362e; }
    .page-node-type-page-contact .block-contact .left-side .adresse, .page-node-type-page-contact .block-contact .left-side .tel, .page-node-type-page-contact .block-contact .left-side .mail, .page-node-type-page-recrutement .block-contact .left-side .adresse, .page-node-type-page-recrutement .block-contact .left-side .tel, .page-node-type-page-recrutement .block-contact .left-side .mail {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 30px; }
      .page-node-type-page-contact .block-contact .left-side .adresse span, .page-node-type-page-contact .block-contact .left-side .tel span, .page-node-type-page-contact .block-contact .left-side .mail span, .page-node-type-page-recrutement .block-contact .left-side .adresse span, .page-node-type-page-recrutement .block-contact .left-side .tel span, .page-node-type-page-recrutement .block-contact .left-side .mail span {
        padding-right: 20px; }
        @media only screen and (max-width: 767px) {
          .page-node-type-page-contact .block-contact .left-side .adresse span, .page-node-type-page-contact .block-contact .left-side .tel span, .page-node-type-page-contact .block-contact .left-side .mail span, .page-node-type-page-recrutement .block-contact .left-side .adresse span, .page-node-type-page-recrutement .block-contact .left-side .tel span, .page-node-type-page-recrutement .block-contact .left-side .mail span {
            padding-right: 15px; } }
        .page-node-type-page-contact .block-contact .left-side .adresse span:before, .page-node-type-page-contact .block-contact .left-side .tel span:before, .page-node-type-page-contact .block-contact .left-side .mail span:before, .page-node-type-page-recrutement .block-contact .left-side .adresse span:before, .page-node-type-page-recrutement .block-contact .left-side .tel span:before, .page-node-type-page-recrutement .block-contact .left-side .mail span:before {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          color: #C4362e; }
        @media only screen and (max-width: 767px) {
          .page-node-type-page-contact .block-contact .left-side .adresse span.c-icon--telephone:before, .page-node-type-page-contact .block-contact .left-side .adresse span.c-icon--email:before, .page-node-type-page-contact .block-contact .left-side .tel span.c-icon--telephone:before, .page-node-type-page-contact .block-contact .left-side .tel span.c-icon--email:before, .page-node-type-page-contact .block-contact .left-side .mail span.c-icon--telephone:before, .page-node-type-page-contact .block-contact .left-side .mail span.c-icon--email:before, .page-node-type-page-recrutement .block-contact .left-side .adresse span.c-icon--telephone:before, .page-node-type-page-recrutement .block-contact .left-side .adresse span.c-icon--email:before, .page-node-type-page-recrutement .block-contact .left-side .tel span.c-icon--telephone:before, .page-node-type-page-recrutement .block-contact .left-side .tel span.c-icon--email:before, .page-node-type-page-recrutement .block-contact .left-side .mail span.c-icon--telephone:before, .page-node-type-page-recrutement .block-contact .left-side .mail span.c-icon--email:before {
            font-size: 26px; } }
    .page-node-type-page-contact .block-contact .left-side .adresse, .page-node-type-page-recrutement .block-contact .left-side .adresse {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .page-node-type-page-contact .block-contact .left-side .adresse span, .page-node-type-page-recrutement .block-contact .left-side .adresse span {
        padding-top: 5px; }
        .page-node-type-page-contact .block-contact .left-side .adresse span:before, .page-node-type-page-recrutement .block-contact .left-side .adresse span:before {
          font-size: 30px; }
    .page-node-type-page-contact .block-contact .left-side .horaires, .page-node-type-page-recrutement .block-contact .left-side .horaires {
      padding-left: 45px;
      margin-top: 20px; }
      .page-node-type-page-contact .block-contact .left-side .horaires p span, .page-node-type-page-recrutement .block-contact .left-side .horaires p span {
        display: block;
        padding-top: 3px;
        font-size: 8px;
        font-style: italic; }
    .page-node-type-page-contact .block-contact .left-side .logo img, .page-node-type-page-recrutement .block-contact .left-side .logo img {
      width: 100%;
      max-width: 320px; }
      @media only screen and (max-width: 767px) {
        .page-node-type-page-contact .block-contact .left-side .logo img, .page-node-type-page-recrutement .block-contact .left-side .logo img {
          max-width: 250px; } }
  @media only screen and (max-width: 767px) {
    .page-node-type-page-contact .block-contact .right-side, .page-node-type-page-recrutement .block-contact .right-side {
      padding: 0 0 40px 0; } }
  .page-node-type-page-contact .block-contact .right-side iframe, .page-node-type-page-recrutement .block-contact .right-side iframe {
    width: 100%;
    border: 1px solid #000000 !important; }
    @media only screen and (max-width: 767px) {
      .page-node-type-page-contact .block-contact .right-side iframe, .page-node-type-page-recrutement .block-contact .right-side iframe {
        height: 300px; } }

.page-node-type-page-contact .form, .page-node-type-page-recrutement .form {
  background: #DADADA;
  padding: 50px 0 100px; }
  @media only screen and (max-width: 767px) {
    .page-node-type-page-contact .form, .page-node-type-page-recrutement .form {
      padding: 40px 0; } }
  .page-node-type-page-contact .form-title, .page-node-type-page-recrutement .form-title {
    position: relative;
    color: #21006C;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 50px; }
    .page-node-type-page-contact .form-title:after, .page-node-type-page-recrutement .form-title:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 80px;
      height: 8px;
      background: #C4362e; }
      @media only screen and (max-width: 767px) {
        .page-node-type-page-contact .form-title:after, .page-node-type-page-recrutement .form-title:after {
          width: 60px;
          height: 10px; } }
  .page-node-type-page-contact .form-wrapper:not(.form-actions), .page-node-type-page-recrutement .form-wrapper:not(.form-actions) {
    max-width: 1440px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px; }
    @media only screen and (max-width: 767px) {
      .page-node-type-page-contact .form-wrapper:not(.form-actions), .page-node-type-page-recrutement .form-wrapper:not(.form-actions) {
        padding: 0 20px; } }

.page-node-type-page-contact form, .page-node-type-page-recrutement form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 30px; }
  .page-node-type-page-contact form .validation-form, .page-node-type-page-recrutement form .validation-form {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    display: block;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #21006C;
    margin-top: 0; }
  .page-node-type-page-contact form .form-item, .page-node-type-page-recrutement form .form-item {
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%; }
    @media only screen and (max-width: 1199px) {
      .page-node-type-page-contact form .form-item, .page-node-type-page-recrutement form .form-item {
        width: 100%; } }
    .page-node-type-page-contact form .form-item .helper-text, .page-node-type-page-contact form .form-item .validation-form, .page-node-type-page-recrutement form .form-item .helper-text, .page-node-type-page-recrutement form .form-item .validation-form {
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 300;
      font-size: 14px;
      padding-left: 10px;
      padding-top: 4px;
      line-height: 14px;
      color: #C4362e;
      display: block; }
  .page-node-type-page-contact form .form-item-nomprenom, .page-node-type-page-contact form .form-item-tel, .page-node-type-page-contact form .form-item-entreprise, .page-node-type-page-contact form .form-item-objet, .page-node-type-page-contact form .form-item-email, .page-node-type-page-recrutement form .form-item-nomprenom, .page-node-type-page-recrutement form .form-item-tel, .page-node-type-page-recrutement form .form-item-entreprise, .page-node-type-page-recrutement form .form-item-objet, .page-node-type-page-recrutement form .form-item-email {
    width: 33.33%;
    padding-right: 30px; }
    @media only screen and (max-width: 991px) {
      .page-node-type-page-contact form .form-item-nomprenom, .page-node-type-page-contact form .form-item-tel, .page-node-type-page-contact form .form-item-entreprise, .page-node-type-page-contact form .form-item-objet, .page-node-type-page-contact form .form-item-email, .page-node-type-page-recrutement form .form-item-nomprenom, .page-node-type-page-recrutement form .form-item-tel, .page-node-type-page-recrutement form .form-item-entreprise, .page-node-type-page-recrutement form .form-item-objet, .page-node-type-page-recrutement form .form-item-email {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .page-node-type-page-contact form .form-item-nomprenom, .page-node-type-page-contact form .form-item-tel, .page-node-type-page-contact form .form-item-entreprise, .page-node-type-page-contact form .form-item-objet, .page-node-type-page-contact form .form-item-email, .page-node-type-page-recrutement form .form-item-nomprenom, .page-node-type-page-recrutement form .form-item-tel, .page-node-type-page-recrutement form .form-item-entreprise, .page-node-type-page-recrutement form .form-item-objet, .page-node-type-page-recrutement form .form-item-email {
        width: 100%;
        padding-right: 0; } }
  .page-node-type-page-contact form .form-item-entreprise, .page-node-type-page-recrutement form .form-item-entreprise {
    padding-right: 0; }
  @media only screen and (max-width: 991px) {
    .page-node-type-page-contact form .form-item-entreprise, .page-node-type-page-recrutement form .form-item-entreprise {
      padding-right: 30px; }
    .page-node-type-page-contact form .form-item-tel, .page-node-type-page-contact form .form-item-objet, .page-node-type-page-recrutement form .form-item-tel, .page-node-type-page-recrutement form .form-item-objet {
      padding-right: unset; } }
  @media only screen and (max-width: 767px) {
    .page-node-type-page-contact form .form-item-entreprise, .page-node-type-page-recrutement form .form-item-entreprise {
      padding-right: unset; } }
  .page-node-type-page-contact form input:not(.form-submit), .page-node-type-page-contact form textarea, .page-node-type-page-recrutement form input:not(.form-submit), .page-node-type-page-recrutement form textarea {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #21006C;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    color: #21006C;
    box-shadow: none;
    -webkit-appearance: none; }
    .page-node-type-page-contact form input:not(.form-submit)::-webkit-validation-bubble-message, .page-node-type-page-contact form textarea::-webkit-validation-bubble-message, .page-node-type-page-recrutement form input:not(.form-submit)::-webkit-validation-bubble-message, .page-node-type-page-recrutement form textarea::-webkit-validation-bubble-message {
      display: none; }
    .page-node-type-page-contact form input:not(.form-submit)::-webkit-input-placeholder, .page-node-type-page-contact form textarea::-webkit-input-placeholder, .page-node-type-page-recrutement form input:not(.form-submit)::-webkit-input-placeholder, .page-node-type-page-recrutement form textarea::-webkit-input-placeholder {
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #21006C;
      text-transform: uppercase; }
    .page-node-type-page-contact form input:not(.form-submit)::-moz-placeholder, .page-node-type-page-contact form textarea::-moz-placeholder, .page-node-type-page-recrutement form input:not(.form-submit)::-moz-placeholder, .page-node-type-page-recrutement form textarea::-moz-placeholder {
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #21006C;
      text-transform: uppercase; }
    .page-node-type-page-contact form input:not(.form-submit):-ms-input-placeholder, .page-node-type-page-contact form textarea:-ms-input-placeholder, .page-node-type-page-recrutement form input:not(.form-submit):-ms-input-placeholder, .page-node-type-page-recrutement form textarea:-ms-input-placeholder {
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #21006C;
      text-transform: uppercase; }
    .page-node-type-page-contact form input:not(.form-submit)::-ms-input-placeholder, .page-node-type-page-contact form textarea::-ms-input-placeholder, .page-node-type-page-recrutement form input:not(.form-submit)::-ms-input-placeholder, .page-node-type-page-recrutement form textarea::-ms-input-placeholder {
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #21006C;
      text-transform: uppercase; }
    .page-node-type-page-contact form input:not(.form-submit)::placeholder, .page-node-type-page-contact form textarea::placeholder, .page-node-type-page-recrutement form input:not(.form-submit)::placeholder, .page-node-type-page-recrutement form textarea::placeholder {
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #21006C;
      text-transform: uppercase; }
  .page-node-type-page-contact form .form-actions.webform-actions, .page-node-type-page-recrutement form .form-actions.webform-actions {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 168px;
    height: 28px; }
    .page-node-type-page-contact form .form-actions.webform-actions input, .page-node-type-page-recrutement form .form-actions.webform-actions input {
      margin: 0; }
  .page-node-type-page-contact form textarea, .page-node-type-page-recrutement form textarea {
    padding: 8px 15px;
    height: 258px;
    resize: none; }

.page-node-type-page-contact .offers, .page-node-type-page-recrutement .offers {
  padding: 50px 0; }
  .page-node-type-page-contact .offers .offres-list .field--name-field-offers-list .field__items, .page-node-type-page-recrutement .offers .offres-list .field--name-field-offers-list .field__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    @media only screen and (max-width: 991px) {
      .page-node-type-page-contact .offers .offres-list .field--name-field-offers-list .field__items, .page-node-type-page-recrutement .offers .offres-list .field--name-field-offers-list .field__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .page-node-type-page-contact .offers .offres-list .field--name-field-offers-list .field__items .field__item, .page-node-type-page-recrutement .offers .offres-list .field--name-field-offers-list .field__items .field__item {
      width: 50%;
      margin-bottom: 20px; }
      @media only screen and (max-width: 991px) {
        .page-node-type-page-contact .offers .offres-list .field--name-field-offers-list .field__items .field__item, .page-node-type-page-recrutement .offers .offres-list .field--name-field-offers-list .field__items .field__item {
          width: 100%; } }
      .page-node-type-page-contact .offers .offres-list .field--name-field-offers-list .field__items .field__item:nth-child(odd), .page-node-type-page-recrutement .offers .offres-list .field--name-field-offers-list .field__items .field__item:nth-child(odd) {
        padding-right: 20px; }
        @media only screen and (max-width: 991px) {
          .page-node-type-page-contact .offers .offres-list .field--name-field-offers-list .field__items .field__item:nth-child(odd), .page-node-type-page-recrutement .offers .offres-list .field--name-field-offers-list .field__items .field__item:nth-child(odd) {
            padding-right: 0; } }
      .page-node-type-page-contact .offers .offres-list .field--name-field-offers-list .field__items .field__item:nth-child(even), .page-node-type-page-recrutement .offers .offres-list .field--name-field-offers-list .field__items .field__item:nth-child(even) {
        padding-left: 20px; }
        @media only screen and (max-width: 991px) {
          .page-node-type-page-contact .offers .offres-list .field--name-field-offers-list .field__items .field__item:nth-child(even), .page-node-type-page-recrutement .offers .offres-list .field--name-field-offers-list .field__items .field__item:nth-child(even) {
            padding-left: 0; } }
      .page-node-type-page-contact .offers .offres-list .field--name-field-offers-list .field__items .field__item a, .page-node-type-page-recrutement .offers .offres-list .field--name-field-offers-list .field__items .field__item a {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: #C4362e;
        color: #fff;
        text-transform: uppercase;
        font-family: "Montserrat", Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px; }
        .page-node-type-page-contact .offers .offres-list .field--name-field-offers-list .field__items .field__item a:hover, .page-node-type-page-recrutement .offers .offres-list .field--name-field-offers-list .field__items .field__item a:hover {
          background: #21006C; }
        .page-node-type-page-contact .offers .offres-list .field--name-field-offers-list .field__items .field__item a .icon, .page-node-type-page-recrutement .offers .offres-list .field--name-field-offers-list .field__items .field__item a .icon {
          width: 16px;
          height: 16px;
          min-width: 16px;
          min-height: 16px;
          margin-left: 20px;
          margin-top: -3px; }
          .page-node-type-page-contact .offers .offres-list .field--name-field-offers-list .field__items .field__item a .icon svg path, .page-node-type-page-recrutement .offers .offres-list .field--name-field-offers-list .field__items .field__item a .icon svg path {
            fill: #fff; }

.page-node-type-page-contact .offers-container, .page-node-type-page-recrutement .offers-container {
  width: 100%;
  padding: 0 50px; }
  @media only screen and (max-width: 767px) {
    .page-node-type-page-contact .offers-container, .page-node-type-page-recrutement .offers-container {
      padding: 0 20px; } }

.page-node-type-page-mentions-legales .text-mentions-legales {
  position: relative;
  width: 100%;
  padding: 0 50px; }
  @media only screen and (max-width: 767px) {
    .page-node-type-page-mentions-legales .text-mentions-legales {
      padding: 0 20px; } }
  .page-node-type-page-mentions-legales .text-mentions-legales .img-bck {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 300px; }
    .page-node-type-page-mentions-legales .text-mentions-legales .img-bck img {
      width: 100%;
      height: auto; }

.page-node-type-page-mentions-legales .text {
  padding: 80px 0 80px; }
  @media only screen and (max-width: 767px) {
    .page-node-type-page-mentions-legales .text {
      padding: 50px 0 60px; } }
  .page-node-type-page-mentions-legales .text a {
    color: #21006C; }
    .page-node-type-page-mentions-legales .text a:hover {
      color: #C4362e; }
    .page-node-type-page-mentions-legales .text a.site {
      font-weight: bold;
      text-decoration: underline; }
  .page-node-type-page-mentions-legales .text h2 {
    position: relative;
    color: #21006C;
    padding-bottom: 10px;
    margin-bottom: 70px; }
    .page-node-type-page-mentions-legales .text h2:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 400px;
      height: 8px;
      background: #C4362e; }
      @media only screen and (max-width: 767px) {
        .page-node-type-page-mentions-legales .text h2:after {
          width: 60px;
          height: 10px; } }
  .page-node-type-page-mentions-legales .text p {
    color: #21006C; }
  .page-node-type-page-mentions-legales .text .mentions-title {
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px; }
  .page-node-type-page-mentions-legales .text .mentions-footer {
    margin-top: 20px; }

.actualites {
  padding: 70px 0; }
  .actualites-container {
    padding: 0 50px; }
    @media only screen and (max-width: 991px) {
      .actualites-container {
        padding: 0 20px; } }
  .actualites .view-empty {
    padding: 70px 0;
    text-align: center; }
    .actualites .view-empty p {
      font-size: 18px; }
  .actualites .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px; }
    .actualites .view-content .views-row {
      width: 33.33%;
      padding: 0 10px 20px 10px; }
      @media only screen and (max-width: 991px) {
        .actualites .view-content .views-row {
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        .actualites .view-content .views-row {
          width: 100%; } }
  .actualites-unitaire {
    position: relative;
    overflow: hidden;
    height: 380px; }
    @media only screen and (max-width: 1199px) {
      .actualites-unitaire {
        height: 300px; } }
    @media only screen and (max-width: 991px) {
      .actualites-unitaire {
        height: 350px; } }
    .actualites-unitaire:before {
      content: '';
      height: 100%;
      position: absolute;
      background: -webkit-linear-gradient(top, rgba(15, 11, 9, 0) 0%, #0f0b09 65%, #0f0b09 100%);
      background: linear-gradient(to bottom, rgba(15, 11, 9, 0) 0%, #0f0b09 65%, #0f0b09 100%);
      width: 100%;
      left: 0;
      bottom: 0;
      -webkit-transform: translate3d(0, 35%, 0);
              transform: translate3d(0, 35%, 0);
      z-index: 3; }
    .actualites-unitaire .image-back {
      background-size: cover;
      background-position: center center;
      -webkit-transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
      transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
      transition: transform .25s ease-out, opacity .25s ease-out;
      transition: transform .25s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out;
      width: 100%;
      height: 100%; }
    .actualites-unitaire:hover .image-back {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-transition: opacity .25s ease-out, -webkit-transform 4s ease-out;
      transition: opacity .25s ease-out, -webkit-transform 4s ease-out;
      transition: transform 4s ease-out, opacity .25s ease-out;
      transition: transform 4s ease-out, opacity .25s ease-out, -webkit-transform 4s ease-out; }
  .actualites-img img {
    width: 100%;
    height: auto; }
  .actualites-date {
    position: absolute;
    width: 42px;
    right: 10px;
    top: 10px;
    background: #fff; }
    .actualites-date p {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      padding: 3px 5px;
      font-weight: bold;
      color: #21006C;
      font-size: 12Px; }
      .actualites-date p span {
        padding: 5px 0; }
        .actualites-date p span.month {
          text-transform: capitalize; }
        .actualites-date p span.day {
          position: relative;
          font-size: 20px; }
          .actualites-date p span.day:after, .actualites-date p span.day:before {
            content: '';
            width: 14px;
            height: 2px;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            background: #C4362e; }
          .actualites-date p span.day:after {
            top: 0; }
          .actualites-date p span.day:before {
            bottom: 0; }
  .actualites-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 4; }
  .actualites-title h2 {
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase; }
  .actualites-sub-title {
    padding-top: 5px; }
    .actualites-sub-title p {
      font-weight: 700;
      color: #C4362e;
      text-transform: uppercase; }
  .actualites-full {
    padding: 70px 0 55px 0; }
    @media only screen and (max-width: 767px) {
      .actualites-full {
        padding: 50px 0 45px 0; } }
    .actualites-full-text {
      padding-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .actualites-full-text {
          padding-bottom: 20px; } }
      .actualites-full-text h1, .actualites-full-text h2, .actualites-full-text h3, .actualites-full-text h4, .actualites-full-text h5, .actualites-full-text p {
        padding-bottom: 10px;
        color: #21006C; }
    .actualites-full-img img {
      width: 100%;
      margin-bottom: 15px; }
