@charset "UTF-8";
/*
Theme Name: Symediane
Author: Symediane
Author URI: http://www.symediane.com/
Version: 1.0
*/
/* Variables */
/* Colors */
/* Path */
/* Fonts */
/* Breakpoints */
/* Mixins */
/* Utils */
.container {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 990px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1630px;
  }
}
.container .--over-left {
  margin-left: -20px;
}
@media (min-width: 768px) {
  .container .--over-left {
    margin-left: -webkit-calc(((var(--full-width) - 720px) / 2 + 20px) * -1);
    margin-left: -moz-calc(((var(--full-width) - 720px) / 2 + 20px) * -1);
    margin-left: calc(((var(--full-width) - 720px) / 2 + 20px) * -1);
  }
}
@media (min-width: 1024px) {
  .container .--over-left {
    margin-left: -webkit-calc(((var(--full-width) - 990px) / 2 + 15px) * -1);
    margin-left: -moz-calc(((var(--full-width) - 990px) / 2 + 15px) * -1);
    margin-left: calc(((var(--full-width) - 990px) / 2 + 15px) * -1);
  }
}
@media (min-width: 1280px) {
  .container .--over-left {
    margin-left: -webkit-calc(((var(--full-width) - 1230px) / 2 + 15px) * -1);
    margin-left: -moz-calc(((var(--full-width) - 1230px) / 2 + 15px) * -1);
    margin-left: calc(((var(--full-width) - 1230px) / 2 + 15px) * -1);
  }
}
@media (min-width: 1536px) {
  .container .--over-left {
    margin-left: -webkit-calc(((var(--full-width) - 1630px) / 2 + 15px) * -1);
    margin-left: -moz-calc(((var(--full-width) - 1630px) / 2 + 15px) * -1);
    margin-left: calc(((var(--full-width) - 1630px) / 2 + 15px) * -1);
  }
}
@media (min-width: 768px) {
  .container .--over-left-md {
    margin-left: -webkit-calc(((var(--full-width) - 720px) / 2 + 20px) * -1);
    margin-left: -moz-calc(((var(--full-width) - 720px) / 2 + 20px) * -1);
    margin-left: calc(((var(--full-width) - 720px) / 2 + 20px) * -1);
  }
}
@media (min-width: 1024px) {
  .container .--over-left-md {
    margin-left: -webkit-calc(((var(--full-width) - 990px) / 2 + 15px) * -1);
    margin-left: -moz-calc(((var(--full-width) - 990px) / 2 + 15px) * -1);
    margin-left: calc(((var(--full-width) - 990px) / 2 + 15px) * -1);
  }
}
@media (min-width: 1280px) {
  .container .--over-left-md {
    margin-left: -webkit-calc(((var(--full-width) - 1230px) / 2 + 15px) * -1);
    margin-left: -moz-calc(((var(--full-width) - 1230px) / 2 + 15px) * -1);
    margin-left: calc(((var(--full-width) - 1230px) / 2 + 15px) * -1);
  }
}
@media (min-width: 1536px) {
  .container .--over-left-md {
    margin-left: -webkit-calc(((var(--full-width) - 1630px) / 2 + 15px) * -1);
    margin-left: -moz-calc(((var(--full-width) - 1630px) / 2 + 15px) * -1);
    margin-left: calc(((var(--full-width) - 1630px) / 2 + 15px) * -1);
  }
}
.container .--over-right {
  margin-right: -20px;
}
@media (min-width: 768px) {
  .container .--over-right {
    margin-right: -webkit-calc(((var(--full-width) - 720px) / 2 + 20px) * -1);
    margin-right: -moz-calc(((var(--full-width) - 720px) / 2 + 20px) * -1);
    margin-right: calc(((var(--full-width) - 720px) / 2 + 20px) * -1);
  }
}
@media (min-width: 1024px) {
  .container .--over-right {
    margin-right: -webkit-calc(((var(--full-width) - 990px) / 2 + 15px) * -1);
    margin-right: -moz-calc(((var(--full-width) - 990px) / 2 + 15px) * -1);
    margin-right: calc(((var(--full-width) - 990px) / 2 + 15px) * -1);
  }
}
@media (min-width: 1280px) {
  .container .--over-right {
    margin-right: -webkit-calc(((var(--full-width) - 1230px) / 2 + 15px) * -1);
    margin-right: -moz-calc(((var(--full-width) - 1230px) / 2 + 15px) * -1);
    margin-right: calc(((var(--full-width) - 1230px) / 2 + 15px) * -1);
  }
}
@media (min-width: 1536px) {
  .container .--over-right {
    margin-right: -webkit-calc(((var(--full-width) - 1630px) / 2 + 15px) * -1);
    margin-right: -moz-calc(((var(--full-width) - 1630px) / 2 + 15px) * -1);
    margin-right: calc(((var(--full-width) - 1630px) / 2 + 15px) * -1);
  }
}
.container .--over-right-m-md {
  margin-right: -20px;
}
@media (min-width: 768px) {
  .container .--over-right-m-md {
    margin-right: -webkit-calc(((var(--full-width) - 720px) / 2 + 20px) * -1);
    margin-right: -moz-calc(((var(--full-width) - 720px) / 2 + 20px) * -1);
    margin-right: calc(((var(--full-width) - 720px) / 2 + 20px) * -1);
  }
}
@media (min-width: 1024px) {
  .container .--over-right-m-md {
    margin-right: 0;
  }
}
.container.--full-right {
  max-width: none;
  width: auto;
}
@media (min-width: 768px) {
  .container.--full-right {
    margin-left: -webkit-calc((100% - 720px) / 2);
    margin-left: -moz-calc((100% - 720px) / 2);
    margin-left: calc((100% - 720px) / 2);
  }
}
@media (min-width: 1024px) {
  .container.--full-right {
    margin-left: -webkit-calc((100% - 990px) / 2);
    margin-left: -moz-calc((100% - 990px) / 2);
    margin-left: calc((100% - 990px) / 2);
  }
}
@media (min-width: 1280px) {
  .container.--full-right {
    margin-left: -webkit-calc((100% - 1230px) / 2);
    margin-left: -moz-calc((100% - 1230px) / 2);
    margin-left: calc((100% - 1230px) / 2);
  }
}
@media (min-width: 1536px) {
  .container.--full-right {
    margin-left: -webkit-calc((100% - 1630px) / 2);
    margin-left: -moz-calc((100% - 1630px) / 2);
    margin-left: calc((100% - 1630px) / 2);
  }
}
.container.--full-right.--no-sidepad {
  padding-right: 0;
}
.container.--full-left {
  max-width: none;
  width: auto;
}
@media (min-width: 768px) {
  .container.--full-left {
    margin-right: -webkit-calc((100% - 720px) / 2);
    margin-right: -moz-calc((100% - 720px) / 2);
    margin-right: calc((100% - 720px) / 2);
  }
}
@media (min-width: 1024px) {
  .container.--full-left {
    margin-right: -webkit-calc((100% - 990px) / 2);
    margin-right: -moz-calc((100% - 990px) / 2);
    margin-right: calc((100% - 990px) / 2);
  }
}
@media (min-width: 1280px) {
  .container.--full-left {
    margin-right: -webkit-calc((100% - 1230px) / 2);
    margin-right: -moz-calc((100% - 1230px) / 2);
    margin-right: calc((100% - 1230px) / 2);
  }
}
@media (min-width: 1536px) {
  .container.--full-left {
    margin-right: -webkit-calc((100% - 1630px) / 2);
    margin-right: -moz-calc((100% - 1630px) / 2);
    margin-right: calc((100% - 1630px) / 2);
  }
}
.container.--full-left.--no-sidepad {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .container.--large {
    max-width: none;
    width: -webkit-calc(100% - 10rem);
    width: -moz-calc(100% - 10rem);
    width: calc(100% - 10rem);
  }
  .container.--large .--over-left {
    margin-left: -webkit-calc(-5rem - 15px);
    margin-left: -moz-calc(-5rem - 15px);
    margin-left: calc(-5rem - 15px);
  }
  .container.--large .--over-right {
    margin-right: -webkit-calc(-5rem - 15px);
    margin-right: -moz-calc(-5rem - 15px);
    margin-right: calc(-5rem - 15px);
  }
}
@media (min-width: 1280px) {
  .container.--small {
    max-width: 1030px;
  }
  .container.--small .--over-left {
    margin-left: -webkit-calc(((var(--full-width) - 1030px) / 2 + 15px) * -1);
    margin-left: -moz-calc(((var(--full-width) - 1030px) / 2 + 15px) * -1);
    margin-left: calc(((var(--full-width) - 1030px) / 2 + 15px) * -1);
  }
  .container.--small .--over-right {
    margin-right: -webkit-calc(((var(--full-width) - 1030px) / 2 + 15px) * -1);
    margin-right: -moz-calc(((var(--full-width) - 1030px) / 2 + 15px) * -1);
    margin-right: calc(((var(--full-width) - 1030px) / 2 + 15px) * -1);
  }
}
@media (min-width: 1536px) {
  .container.--small {
    max-width: 1360px;
  }
  .container.--small .--over-left {
    margin-left: -webkit-calc(((var(--full-width) - 1360px) / 2 + 15px) * -1);
    margin-left: -moz-calc(((var(--full-width) - 1360px) / 2 + 15px) * -1);
    margin-left: calc(((var(--full-width) - 1360px) / 2 + 15px) * -1);
  }
  .container.--small .--over-right {
    margin-right: -webkit-calc(((var(--full-width) - 1360px) / 2 + 15px) * -1);
    margin-right: -moz-calc(((var(--full-width) - 1360px) / 2 + 15px) * -1);
    margin-right: calc(((var(--full-width) - 1360px) / 2 + 15px) * -1);
  }
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

@font-face {
  font-family: "Ampersand";
  src: url("/wp-content/themes/symediane/fonts/Ampersand-Bold.woff2") format("woff2"), url("/wp-content/themes/symediane/fonts/Ampersand-Bold.woff") format("woff"), url("/wp-content/themes/symediane/fonts/Ampersand-Bold.svg#Ampersand-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ampersand";
  src: url("/wp-content/themes/symediane/fonts/Ampersand-Regular.woff2") format("woff2"), url("/wp-content/themes/symediane/fonts/Ampersand-Regular.woff") format("woff"), url("/wp-content/themes/symediane/fonts/Ampersand-Regular.svg#Ampersand-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mabry Pro";
  src: url("/wp-content/themes/symediane/fonts/MabryPro-Regular.woff2") format("woff2"), url("/wp-content/themes/symediane/fonts/MabryPro-Regular.woff") format("woff"), url("/wp-content/themes/symediane/fonts/MabryPro-Regular.svg#MabryPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mabry Pro";
  src: url("/wp-content/themes/symediane/fonts/MabryPro-Bold.woff2") format("woff2"), url("/wp-content/themes/symediane/fonts/MabryPro-Bold.woff") format("woff"), url("/wp-content/themes/symediane/fonts/MabryPro-Bold.svg#MabryPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
picture {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
picture img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.form__bottom input, .button {
  all: unset;
  font-size: 1rem;
  line-height: 22px;
  max-width: 280px;
  max-width: 17.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8E1315;
  border: 1px solid #8E1315;
  color: #FFFFFF;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.form__bottom input:hover, .button:hover {
  background: #FFFFFF;
  color: #8E1315;
}
.form__bottom input.--invert, .--invert.button {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #8E1315;
}
.form__bottom input.--invert:hover, .--invert.button:hover {
  color: #FFFFFF;
  background: #8E1315;
}
.form__bottom input.--invert.--white, .--invert.--white.button {
  background: #FFFFFF;
  border-color: #8E1315;
  color: #FFFFFF;
}
.form__bottom input.--invert.--white:hover, .--invert.--white.button:hover {
  color: #FFFFFF;
  background: #8E1315;
}
.form__bottom input.--white, .--white.button {
  background: #FFFFFF;
  border-color: #8E1315;
  color: #8E1315;
}
.form__bottom input.--white:hover, .--white.button:hover {
  color: #FFFFFF;
  background: #8E1315;
}
.form__bottom input.--camel, .--camel.button {
  background: #B97E5E;
  border-color: #B97E5E;
  color: #FFFFFF;
}
.form__bottom input.--camel:hover, .--camel.button:hover {
  color: #B97E5E;
  background: #FFFFFF;
}
.form__bottom input.--small, .--small.button {
  max-width: none;
  width: auto;
}
.form__bottom input.--full, .--full.button {
  max-width: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 85%;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  /*@include sm {
    font-size: 82.5%;
  }

  @include md {
    font-size: 85%;
  }*/
}
@media (min-width: 1024px) {
  html {
    font-size: 89%;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 94%;
  }
}
@media (min-width: 1536px) {
  html {
    font-size: 100%;
  }
}

.grecaptcha-badge {
  display: none !important;
}

body {
  --full-width: -webkit-calc(100vw - (100vw - 100%));
  --full-width: -moz-calc(100vw - (100vw - 100%));
  --full-width: calc(100vw - (100vw - 100%));
  color: #B97E5E;
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.25rem;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  body {
    border-width: 30px;
  }
}
body.logged-in {
  padding-bottom: 32px;
}
@media (max-width: 782px) {
  body.logged-in {
    padding-bottom: 46px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, .h1 {
  font-family: "Ampersand", serif;
}

h2, .h2 {
  font-family: "Ampersand", serif;
}

a {
  /* Déactivation du double tap pour plus de performance */
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
}
a:hover, a:focus {
  text-decoration: none;
}

button {
  /* Déactivation du double tap pour plus de performance */
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

p {
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  p:not(:last-child) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1536px) {
  p:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}

b, strong, .bold {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  max-height: 800px;
  max-height: 50rem;
}
picture img {
  max-height: 800px;
  max-height: 50rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  /* added line */
  width: 1px;
}

/* Components */
.affiche .container {
  max-width: 800px;
  max-width: 50rem;
}
.affiche .container .resto__demi__img picture {
  max-height: initial;
}
.affiche .container .resto__demi__col:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .affiche .container .resto__demi__col {
    width: 50%;
  }
  .affiche .container .resto__demi__col:first-child {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .affiche .container .resto__demi__img picture {
    max-width: 400px;
    max-width: 25rem;
    margin: auto;
  }
}

.articleMiniature__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.articleMiniature__img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.articleMiniature__content {
  /*align-items: flex-start;
  display: flex;*/
  position: relative;
  /*flex: 1;
  flex-direction: column;*/
  z-index: 1;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.articleMiniature__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  line-height: 1.3888888889em;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-weight: 700;
  color: #B97E5E;
}
@media (min-width: 1536px) {
  .articleMiniature__title {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 26px;
    line-height: 1.1304347826em;
  }
}
.articleMiniature__bottom {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.3333333333em;
  font-weight: 700;
  color: #8E1315;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}

.breadcrumb {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow-x: hidden;
}
.breadcrumb.small-breadcrumb {
  text-transform: uppercase;
  text-align: center;
}

.contact .breadcrumb, .page .breadcrumb {
  display: none;
}

.footer {
  color: #B97E5E;
  position: relative;
  z-index: 3;
}
.footer__container {
  padding-top: 75px;
  padding-top: 4.6875rem;
}
@media (min-width: 768px) {
  .footer__container {
    display: block;
  }
}
.footer__container > .container {
  display: grid;
  grid-template-areas: "logos" "menus" "mobile" "bottom";
}
@media (min-width: 768px) {
  .footer__container > .container {
    display: block;
  }
}
@media (min-width: 1024px) {
  .footer__container > .container {
    width: 90%;
  }
}
.footer__row {
  grid-area: menus;
  position: relative;
}
@media (min-width: 768px) {
  .footer__row {
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__col {
  border-bottom: 1px solid rgba(185, 126, 94, 0.5);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .footer__col {
    border-bottom: 0;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
       -moz-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.footer__col:first-child, .footer__col:last-child {
  display: none;
}
@media (min-width: 768px) {
  .footer__col:first-child, .footer__col:last-child {
    display: block;
  }
}
.footer__col__title {
  cursor: pointer;
  font-weight: 700;
  padding: 25px 0;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer__col__title {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    cursor: auto;
    padding: 0;
  }
}
.footer__col__title:before {
  background: #B97E5E;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
     -moz-transform: translateY(-50%) translate3d(0, 0, 0);
          transform: translateY(-50%) translate3d(0, 0, 0);
  width: 15px;
}
@media (min-width: 768px) {
  .footer__col__title:before {
    content: none;
  }
}
.footer__col__title:after {
  background: #B97E5E;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  content: "";
  height: 15px;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
     -moz-transform: translateY(-50%) translate3d(0, 0, 0);
          transform: translateY(-50%) translate3d(0, 0, 0);
  width: 1px;
}
@media (min-width: 768px) {
  .footer__col__title:after {
    content: none;
  }
}
.footer__col__title.--active:after {
  display: none;
}
.footer__col__title.--active + .footer__col__content {
  display: block !important;
}
.footer__col__content {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  line-height: 1.3888888889em;
  display: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer__col__content {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 21px;
    line-height: 1.4em;
    display: block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer__col__content li {
    max-width: 180px;
    max-width: 11.25rem;
  }
}
.footer__col__content li:not(:last-child) {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .footer__buttons {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .footer__buttons > div:first-child {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
.footer__buttons .button {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .footer__buttons .button {
    width: 180px;
    width: 11.25rem;
  }
}
@media (min-width: 1536px) {
  .footer__buttons .button {
    width: 220px;
    width: 13.75rem;
  }
}
.footer__logo {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .footer__logo {
    max-width: 220px;
    padding-right: 10px;
  }
  .footer__logo svg {
    width: 220px;
    width: 13.75rem;
    max-width: 100%;
  }
}
.footer__menu {
  font-weight: 300;
}
.footer__menu li:not(:last-child) {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.footer__logos {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-area: logos;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .footer__logos {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .footer__logos__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__logos__item:not(:last-child) {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .footer__logos__item:not(:last-child) {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    margin-bottom: 0;
  }
}
.footer__logos__item:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .footer__logos__item:nth-child(2) {
    display: block;
  }
}
.footer__logos__item svg,
.footer__logos__item img {
  display: block;
  margin: auto;
  height: auto;
}
@media (max-width: 1023px) {
  .footer__logos__item svg,
.footer__logos__item img {
    width: 96px;
    width: 6rem;
  }
}
@media (min-width: 768px) {
  .footer__logos__item svg,
.footer__logos__item img {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .footer__logos__item svg:not(:first-child),
.footer__logos__item img:not(:first-child) {
    margin-left: 30px;
    margin-left: 1.875rem;
  }
}
@media (max-width: 1023px) {
  .footer__logos__item svg:not(:first-child),
.footer__logos__item img:not(:first-child) {
    display: none;
  }
}
.footer__logos__item svg:not(:last-child),
.footer__logos__item img:not(:last-child) {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .footer__logos__item svg:not(:last-child),
.footer__logos__item img:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer__mobile {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-area: mobile;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .footer__mobile {
    display: none;
  }
}
.footer__bottom {
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(185, 126, 94, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-area: bottom;
}
@media (min-width: 768px) {
  .footer__bottom {
    border-top: 1px solid rgba(210, 85, 46, 0.1);
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__bottom__item {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.3846153846em;
}
.footer__bottom__item:first-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__bottom__item:first-child {
    margin-bottom: 0;
  }
}
.footer__bottom__item a {
  text-decoration: underline;
}
.footer .social {
  margin: auto;
}
.footer a:hover {
  color: #0E0E0E;
}

.otgs-development-site-front-end {
  display: none;
}

.footer-small {
  padding-top: 40px;
}
.footer-small .footer__logos {
  margin-bottom: 40px;
}
.footer-small .footer__logos__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .footer-small .footer__logos__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.footer-small .footer__logos__item .social {
  margin: 0;
}
.footer-small .footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.9375rem;
}
@media (max-width: 767px) {
  .footer-small .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 1.875rem;
  }
}
.footer-small .footer__menu li {
  margin: 0;
}
.footer-small .footer__menu li a {
  font-size: 15px;
  text-decoration: underline;
  padding: 10px 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .footer-small .footer__menu li a {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .footer-small .footer__menu li:not(:last-child)::after {
    content: "-";
  }
}

form label {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
form label span {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
form input[type=text], form input[type=date], form input[type=number], form input[type=tel], form input[type=email], form input[type=password] {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 35px;
  line-height: 1.75em;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 13px;
  padding-top: 0.8125rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #0E0E0E;
  display: block;
  outline: 0;
  width: 100%;
}
form input[type=text]::-webkit-input-placeholder, form input[type=date]::-webkit-input-placeholder, form input[type=number]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
}
form input[type=text]:-moz-placeholder, form input[type=date]:-moz-placeholder, form input[type=number]:-moz-placeholder, form input[type=tel]:-moz-placeholder, form input[type=email]:-moz-placeholder, form input[type=password]:-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
}
form input[type=text]::-moz-placeholder, form input[type=date]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
}
form input[type=text]:-ms-input-placeholder, form input[type=date]:-ms-input-placeholder, form input[type=number]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
}
form input[type=text]::-ms-input-placeholder, form input[type=date]::-ms-input-placeholder, form input[type=number]::-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form input[type=password]::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
}
form input[type=text]::placeholder, form input[type=date]::placeholder, form input[type=number]::placeholder, form input[type=tel]::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
}
form input[type=text]:-ms-input-placeholder, form input[type=date]:-ms-input-placeholder, form input[type=number]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
}
form input[type=text]::-ms-input-placeholder, form input[type=date]::-ms-input-placeholder, form input[type=number]::-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form input[type=password]::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.5;
}
form input[type=checkbox], form input[type=radio] {
  margin: 0;
  margin-right: 15px;
  margin-right: 0.9375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px !important;
     -moz-border-radius: 4px !important;
          border-radius: 4px !important;
  cursor: pointer;
  height: 1.25rem !important;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 1.25rem !important;
}
form input[type=checkbox]:hover, form input[type=radio]:hover {
  background: rgba(0, 0, 0, 0.2);
}
form input[type=checkbox]:checked, form input[type=radio]:checked {
  background-color: #B97E5E;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.25 1.57266L1.66816 17.1545L0.872668 16.359L16.4545 0.777161L17.25 1.57266Z' fill='%23FFFFFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.75 1.54537L16.3318 17.1272L17.1273 16.3317L1.5455 0.749878L0.75 1.54537Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 50% 50%;
     -moz-background-size: 50% 50%;
          background-size: 50% 50%;
  border-color: #0E0E0E;
  -webkit-box-shadow: 0 0 0 2px #FFFFFF inset;
     -moz-box-shadow: 0 0 0 2px #FFFFFF inset;
          box-shadow: 0 0 0 2px #FFFFFF inset;
}
form input[type=radio] {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

@media (min-width: 768px) {
  .form__fields__row {
    grid-gap: 30px;
    grid-gap: 1.875rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .form__fields__row .form__field:not(:last-child) {
    margin-bottom: 0;
  }
}
.form__field {
  color: #B97E5E;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.form__field input {
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
}
.form__field input[type=text],
.form__field input[type=email],
.form__field input[type=tel],
.form__field input[type=date],
.form__field input[type=number],
.form__field select,
.form__field textarea {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 21px;
  line-height: 1.2352941176em;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 14px;
  padding-top: 0.875rem;
  background: #FFFFFF;
  border: 1px solid #B97E5E;
  cursor: pointer;
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
  outline: 0;
  width: 100%;
  color: #0E0E0E;
}
.form__field input::-webkit-input-placeholder,
.form__field textarea::-webkit-input-placeholder {
  /* Edge */
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
  opacity: 0.5;
  color: #0E0E0E;
}
.form__field input:-ms-input-placeholder,
.form__field textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
  opacity: 0.5;
  color: #0E0E0E;
}
.form__field input::-webkit-input-placeholder, .form__field textarea::-webkit-input-placeholder {
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
  opacity: 0.5;
  color: #0E0E0E;
}
.form__field input:-moz-placeholder, .form__field textarea:-moz-placeholder {
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
  opacity: 0.5;
  color: #0E0E0E;
}
.form__field input::-moz-placeholder, .form__field textarea::-moz-placeholder {
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
  opacity: 0.5;
  color: #0E0E0E;
}
.form__field input:-ms-input-placeholder, .form__field textarea:-ms-input-placeholder {
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
  opacity: 0.5;
  color: #0E0E0E;
}
.form__field input::-ms-input-placeholder, .form__field textarea::-ms-input-placeholder {
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
  opacity: 0.5;
  color: #0E0E0E;
}
.form__field input::placeholder,
.form__field textarea::placeholder {
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
  opacity: 0.5;
  color: #0E0E0E;
}
.form__field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.00427 5.7099C6.77437 6.4347 7.97563 6.4347 8.74573 5.7099L13.75 1' stroke='%238E1315' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
}
.form__field textarea {
  height: 140px;
  height: 8.75rem;
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
  margin: 0;
  resize: vertical;
}
.form__field span {
  display: block;
  margin: 0;
}
.form__field label {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form__bottom {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
  position: relative;
}
.form__bottom .wpcf7-spinner {
  left: 50%;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
     -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) translate3d(0, 0, 0);
}

body {
  position: relative;
  overflow-x: hidden;
}

.header {
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 50;
  border: solid transparent;
  background: #FFFFFF;
}
.header.--scrolled .header__side.--right {
  -webkit-transform: translateY(0) translate3d(0, 0, 0);
     -moz-transform: translateY(0) translate3d(0, 0, 0);
          transform: translateY(0) translate3d(0, 0, 0);
}
.header__container {
  display: grid;
  grid-template-areas: "logo left";
  grid-template-columns: 1fr auto;
  height: 70px;
  height: 4.375rem;
}
@media (min-width: 768px) {
  .header__container {
    height: 100px;
    height: 6.25rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-top: 0px;
    padding-top: 0rem;
    grid-template-areas: "left logo right";
    grid-template-columns: 1fr auto 1fr;
  }
}
.header__burger {
  background-color: #FFFFFF;
  border: none;
  right: 20px;
  right: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 45px;
  height: 45px;
}
@media (min-width: 768px) {
  .header__burger {
    width: 73px;
    width: 4.5625rem;
    height: 73px;
    height: 4.5625rem;
  }
}
@media (min-width: 1024px) {
  .header__burger {
    display: none;
  }
}
.header__burger:hover span {
  background: #B97E5E;
}
.header__burger span {
  background: #8E1315;
  display: block;
  height: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 18px;
  -webkit-border-radius: 1000px;
     -moz-border-radius: 1000px;
          border-radius: 1000px;
}
@media (min-width: 768px) {
  .header__burger span {
    width: 28px;
    width: 1.75rem;
  }
}
.header__burger span:not(:last-child) {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .header__burger span:not(:last-child) {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }
}
.header__logo {
  grid-area: logo;
  width: 65px;
  width: 4.0625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .header__logo {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
       -moz-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 100%;
  }
}
.header__logo.--white path {
  fill: #FFFFFF;
}
.header__logo svg {
  display: block;
  width: 45px;
  width: 2.8125rem;
  height: auto;
}
@media (min-width: 768px) {
  .header__logo svg {
    margin: auto;
    width: 65px;
    width: 4.0625rem;
  }
}
.header__logo path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header__logo.--small {
  display: none;
}
@media (min-width: 768px) {
  .header__logo.--small svg {
    height: 66px;
    height: 4.125rem;
  }
}
.header__side {
  grid-area: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__side.--right {
  bottom: 0;
  left: 0;
  position: fixed;
  -webkit-transform: translateY(100%) translate3d(0, 0, 0);
     -moz-transform: translateY(100%) translate3d(0, 0, 0);
          transform: translateY(100%) translate3d(0, 0, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
@media (min-width: 768px) {
  .header__side.--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    grid-area: right;
    position: static;
    text-align: right;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    width: auto;
  }
}
.header__side.--right .header__menu__lang {
  padding-top: 0;
}
.header__side.--right .button {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .header__side.--right .button {
    font-size: 17px !important;
    padding: 10px;
    width: 100% !important;
    background: #B97E5E;
    border-color: #B97E5E;
  }
  .header__side.--right .button:hover {
    background: #FFFFFF;
    color: #B97E5E;
  }
}
.header__side__menu {
  display: none;
}
@media (min-width: 1024px) {
  .header__side__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__side__menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header__side__menu .menu a {
  color: #0E0E0E;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.2em;
  padding-right: 20px;
  padding-right: 1.25rem;
}
.header__side__menu .menu a:hover {
  color: #8E1315;
}
@media (min-width: 1280px) {
  .header__side__menu .menu a {
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}
.header__side__menu .menu .current-menu-item a {
  color: #8E1315;
}
.header__menu {
  background: #FFFFFF;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%) translate3d(0, 0, 0);
     -moz-transform: translateY(-100%) translate3d(0, 0, 0);
          transform: translateY(-100%) translate3d(0, 0, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 555;
  /*.productList__product {
    @include xl {
      @include propertyRem(min-width, 330);
    }
  }*/
}
@media (min-width: 768px) {
  .header__menu {
    overflow: hidden;
  }
}
.header__menu.--active {
  -webkit-transform: translateY(0) translate3d(0, 0, 0);
     -moz-transform: translateY(0) translate3d(0, 0, 0);
          transform: translateY(0) translate3d(0, 0, 0);
}
.header__menu__grid {
  display: grid;
  grid-template-areas: "langue burger" "menus menus" "social social" "side side";
  grid-template-rows: auto 1fr auto auto;
}
@media (max-width: 1023px) {
  .header__menu__grid {
    overflow: auto;
    padding-top: 18px;
  }
}
@media (min-width: 768px) {
  .header__menu__grid {
    height: 100%;
    /*grid-template-areas: 'burger social langue side'
      'menus menus menus side'
      'menus menus menus side';
    grid-template-columns: auto 1fr 1fr;*/
    grid-template-rows: auto 1fr 30%;
  }
}
.header__menu__close {
  grid-area: burger;
  margin-left: auto;
  right: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .header__menu__close {
    padding-left: 70px;
    padding-left: 4.375rem;
    padding-top: 25px;
    padding-top: 1.5625rem;
  }
}
@media (min-width: 1536px) {
  .header__menu__close {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
.header__menu__burger {
  z-index: 2;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 45px;
  height: 45px;
  background: none;
}
@media (min-width: 768px) {
  .header__menu__burger {
    width: 73px;
    width: 4.5625rem;
    height: 73px;
    height: 4.5625rem;
  }
}
.header__menu__burger span {
  background: #8E1315;
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 24px;
}
@media (min-width: 768px) {
  .header__menu__burger span {
    width: 40px;
    width: 2.5rem;
    height: 2px;
  }
}
.header__menu__burger span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
     -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
}
.header__menu__burger span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
     -moz-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
}
.header__menu__social {
  grid-area: social;
  align-self: center;
  position: relative;
}
@media (min-width: 768px) {
  .header__menu__social {
    padding-top: 25px;
    padding-top: 1.5625rem;
  }
}
@media (min-width: 1536px) {
  .header__menu__social {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
.header__menu__social .social {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px;
  position: relative;
}
@media (max-width: 1023px) {
  .header__menu__social .social {
    padding-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .header__menu__social .social {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    position: static;
  }
}
@media (min-width: 768px) {
  .header__menu__social .social__item:not(:last-child) {
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}
.header__menu__social .social a:hover path {
  fill: #B97E5E;
}
.header__menu__social .social svg path {
  fill: #8E1315;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header__menu__menus {
  grid-area: menus;
  scrollbar-color: #8E1315 #B97E5E;
  scrollbar-width: thin;
  text-align: center;
  position: relative;
}
@media (max-width: 1023px) {
  .header__menu__menus {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}
.header__menu__menus::-webkit-scrollbar {
  background-color: #B97E5E;
  height: 5px;
  width: 5px;
}
.header__menu__menus::-webkit-scrollbar-thumb {
  background: #B97E5E;
}
.header__menu__menus__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header__menu__menus__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
}
.header__menu__menus .menu-menu-secondaire-container {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.header__menu__primary {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .header__menu__primary {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
}
@media (min-width: 1536px) {
  .header__menu__primary {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}
.header__menu__primary li:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 1536px) {
  .header__menu__primary li:not(:last-child) {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
  }
}
.header__menu__primary a {
  color: #0E0E0E;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  line-height: 1.2em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .header__menu__primary a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.2em;
  }
}
@media (min-width: 1536px) {
  .header__menu__primary a {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 1.1333333333em;
  }
}
.header__menu__primary a:hover {
  color: #8E1315;
}
.header__menu__secondary {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.header__menu__secondary li:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 1536px) {
  .header__menu__secondary li:not(:last-child) {
    margin-bottom: 21px;
    margin-bottom: 1.3125rem;
  }
}
.header__menu__secondary a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 21px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
}
@media (min-width: 768px) {
  .header__menu__secondary a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    line-height: 1.25em;
  }
}
@media (min-width: 1536px) {
  .header__menu__secondary a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 33px;
    line-height: 1.375em;
  }
}
.header__menu__secondary a:hover {
  color: #B97E5E;
}
.header__menu__side {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #B97E5E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-area: side;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 15px;
  position: relative;
}
@media (min-width: 768px) {
  .header__menu__side {
    padding: 0 10%;
  }
}
@media (min-width: 1024px) {
  .header__menu__side {
    padding: 0 12%;
  }
}
@media (min-width: 768px) {
  .header__menu__side::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    width: 1px;
    background-color: #B97E5E;
    height: 75%;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .header__menu__side::before {
    height: 80%;
  }
}
@media (min-width: 768px) and (max-height: 600px) {
  .header__menu__side::before {
    height: 85%;
  }
}
.header__menu__side img {
  display: block;
}
.header__menu__iframe {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .header__menu__iframe {
    display: block;
  }
}
@media (min-width: 1536px) {
  .header__menu__iframe {
    padding-bottom: 116px;
    padding-bottom: 7.25rem;
  }
}
@media (min-width: 768px) {
  .header__menu__iframe .productBloc img {
    max-width: 200px;
  }
}
@media (min-width: 768px) and (min-width: 1536px) {
  .header__menu__iframe .productBloc img {
    max-width: unset;
  }
}
@media (max-width: 1023px) {
  .header__book {
    max-width: unset;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}
@media (min-width: 768px) {
  .header__book {
    max-width: 175px;
    max-width: 10.9375rem;
  }
}

.info-popin {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  max-width: 100%;
}
.info-popin.--active {
  pointer-events: all;
  opacity: 1;
}
.info-popin.--active .info-popin__container {
  opacity: 1;
  -webkit-transform: translateY(0) translate3d(0, 0, 0);
     -moz-transform: translateY(0) translate3d(0, 0, 0);
          transform: translateY(0) translate3d(0, 0, 0);
}
.info-popin__bg {
  max-width: 900px;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  position: relative;
}
.info-popin__container {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(50px) translate3d(0, 0, 0);
     -moz-transform: translateY(50px) translate3d(0, 0, 0);
          transform: translateY(50px) translate3d(0, 0, 0);
}
.info-popin__img {
  width: 33.333%;
  height: 100%;
}
@media (max-width: 1023px) {
  .info-popin__img {
    display: none;
  }
}
.info-popin__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  position: relative;
  min-height: 300px;
}
@media (min-width: 768px) {
  .info-popin__content {
    width: 66.666%;
    padding-left: 70px;
    padding-right: 10px;
  }
}
.info-popin__title {
  color: #8E1315;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  max-width: 80%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .info-popin__title {
    max-width: 100%;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 44px;
    line-height: 1.2941176471em;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}
.info-popin__text {
  color: #0E0E0E;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .info-popin__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25px;
    line-height: 1.3888888889em;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
.info-popin__close {
  background: #8E1315;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 15px;
  top: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .info-popin__close {
    width: 55px;
    height: 55px;
    right: 25px;
  }
}
.info-popin__close:before, .info-popin__close:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 22px;
}
.info-popin__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
     -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
}
.info-popin__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
     -moz-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
}
.info-popin__close:hover {
  background-color: #FFFFFF;
}
.info-popin__close:hover::after, .info-popin__close:hover::before {
  background-color: #8E1315;
}

.intro {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  /*&__title {
    @include propertyRem(max-width, 1100);
    margin: auto;
    font-weight: 700;
    text-transform: uppercase;
    @include fontSize(40, 50);
    @include propertyRem(margin-bottom, 20);

    @include lg {
      @include fontSize(45, 55);
    }
    @include xl {
      @include fontSize(55, 65);
    }
    @include xxl {
      @include fontSize(70, 80);
    }
  }*/
}
@media (min-width: 768px) {
  .intro {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .intro {
    margin-bottom: 75px;
    margin-bottom: 4.6875rem;
  }
}
.intro__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60vw;
  overflow: hidden;
  max-height: 800px;
  max-height: 50rem;
}
@media (min-width: 768px) {
  .intro__img {
    height: 40vw;
  }
}
@media (min-width: 1024px) {
  .intro__img {
    position: relative;
    width: 55%;
    height: 80vh;
    min-height: 490px;
    min-height: 30.625rem;
  }
}
.intro__img picture {
  width: 100%;
  height: 100%;
}
.intro__img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro__content {
  width: 85%;
  bottom: 0;
  z-index: 2;
  background: #FFFFFF;
  margin: auto;
  position: relative;
  padding: 30px;
  padding: 1.875rem;
  padding-bottom: 0;
}
@media (max-width: 639px) {
  .intro__content {
    margin-top: 50vw;
  }
}
@media (max-width: 1023px) {
  .intro__content {
    margin-top: -15vw;
  }
}
@media (min-width: 1024px) {
  .intro__content {
    position: absolute;
    width: 55%;
    left: 40%;
    bottom: 50%;
    -webkit-transform: translateY(50%) translate3d(0, 0, 0);
       -moz-transform: translateY(50%) translate3d(0, 0, 0);
            transform: translateY(50%) translate3d(0, 0, 0);
    padding: 35px;
    padding: 2.1875rem;
  }
}
@media (min-width: 1280px) {
  .intro__content {
    padding: 40px;
    padding: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .intro__content {
    padding: 50px;
    padding: 3.125rem;
  }
}
.intro__content .subtitle {
  text-transform: uppercase;
}
.intro__subtitle {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25em;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 1536px) {
  .intro__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.3em;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.intro__title {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 45px;
  line-height: 1.2857142857em;
  color: #B97E5E;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .intro__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 1.25em;
  }
}
@media (min-width: 1280px) {
  .intro__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 55px;
    line-height: 1.2222222222em;
  }
}
@media (min-width: 1536px) {
  .intro__title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 70px;
    line-height: 1.1666666667em;
  }
}
.intro__logo {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .intro__logo {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-top: 0;
  }
}
.intro__logo img {
  display: block;
  margin: auto;
  max-width: 130px;
}
@media (min-width: 768px) {
  .intro__logo img {
    max-width: none;
  }
}
.intro__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.4em;
  font-weight: 300;
}
@media (min-width: 768px) {
  .intro__text {
    max-width: 650px;
    max-width: 40.625rem;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .intro__text {
    max-width: 1100px;
    max-width: 68.75rem;
  }
}
@media (min-width: 1536px) {
  .intro__text {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 32px;
    line-height: 1.3913043478em;
  }
}
.intro__text p:not(:last-child) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

/*********************\
    LAZYLOAD MASK
\*********************/
.lazyload-box {
  position: relative;
  display: block;
  width: 100%;
}
.lazyload-box .lazyload,
.lazyload-box .lazyloading {
  opacity: 0;
}
.lazyload-box .lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lazyload-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lazyload-box .masks {
  font-size: 0;
}
.lazyload-box .masks .mask {
  position: relative;
  display: none;
  width: 100%;
  max-width: 100%;
  z-index: -1;
  /** FOR RETINA DISPLAY **/
}
@media (min-width: 1536px) {
  .lazyload-box .masks .mask.mask-xxl {
    display: block;
  }
}
@media (max-width: 1535px) {
  .lazyload-box .masks .mask.mask-xxl {
    display: none;
  }
  .lazyload-box .masks .mask.mask-xl {
    display: block;
  }
}
@media (max-width: 1279px) {
  .lazyload-box .masks .mask.mask-xl {
    display: none;
  }
  .lazyload-box .masks .mask.mask-lg {
    display: block;
  }
}
@media (max-width: 1024px) {
  .lazyload-box .masks .mask.mask-lg {
    display: none;
  }
  .lazyload-box .masks .mask.mask-md {
    display: block;
  }
}
@media (max-width: 768px) {
  .lazyload-box .masks .mask.mask-md {
    display: none;
  }
  .lazyload-box .masks .mask.mask-sm {
    display: block;
  }
}
@media (max-width: 639px) {
  .lazyload-box .masks .mask.mask-sm {
    display: none;
  }
  .lazyload-box .masks .mask.mask-xs {
    display: block;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1536px), (min--moz-device-pixel-ratio: 1.5) and (min-width: 1536px), (-o-min-device-pixel-ratio: 3/2) and (min-width: 1536px), (min-resolution: 144dpi) and (min-width: 1536px) {
  .lazyload-box .masks .mask.mask-xxl {
    display: none;
  }
  .lazyload-box .masks .mask.mask-xxl-2x {
    display: block;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1536px -1), (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1535px), (min--moz-device-pixel-ratio: 1.5) and (min-width: 1535px), (-o-min-device-pixel-ratio: 3/2) and (min-width: 1535px), (min-resolution: 144dpi) and (min-width: 1535px) {
  .lazyload-box .masks .mask.mask-xxl-2x, .lazyload-box .masks .mask.mask-xl {
    display: none;
  }
  .lazyload-box .masks .mask.mask-xl-2x {
    display: block;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1279px), (min--moz-device-pixel-ratio: 1.5) and (max-width: 1279px), (-o-min-device-pixel-ratio: 3/2) and (max-width: 1279px), (min-resolution: 144dpi) and (max-width: 1279px) {
  .lazyload-box .masks .mask.mask-xl-2x, .lazyload-box .masks .mask.mask-lg {
    display: none;
  }
  .lazyload-box .masks .mask.mask-lg-2x {
    display: block;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1024px), (min--moz-device-pixel-ratio: 1.5) and (max-width: 1024px), (-o-min-device-pixel-ratio: 3/2) and (max-width: 1024px), (min-resolution: 144dpi) and (max-width: 1024px) {
  .lazyload-box .masks .mask.mask-lg-2x, .lazyload-box .masks .mask.mask-md {
    display: none;
  }
  .lazyload-box .masks .mask.mask-md-2x {
    display: block;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 768px), (min--moz-device-pixel-ratio: 1.5) and (max-width: 768px), (-o-min-device-pixel-ratio: 3/2) and (max-width: 768px), (min-resolution: 144dpi) and (max-width: 768px) {
  .lazyload-box .masks .mask.mask-md-2x, .lazyload-box .masks .mask.mask-sm {
    display: none;
  }
  .lazyload-box .masks .mask.mask-sm-2x {
    display: block;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 639px), (min--moz-device-pixel-ratio: 1.5) and (max-width: 639px), (-o-min-device-pixel-ratio: 3/2) and (max-width: 639px), (min-resolution: 144dpi) and (max-width: 639px) {
  .lazyload-box .masks .mask.mask-sm-2x, .lazyload-box .masks .mask.mask-xs {
    display: none;
  }
  .lazyload-box .masks .mask.mask-xs-2x {
    display: block;
  }
}
.lazyload-box.auto-width {
  width: auto;
  max-width: 100%;
}

/*********************\
     END LAZYLOAD
\*********************/
.header__side .header__menu__lang {
  display: none;
}
@media (min-width: 1024px) {
  .header__side .header__menu__lang {
    display: block;
  }
}

.header__menu__lang {
  margin-right: 0.625rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.header__menu__lang .wpml-ls-legacy-dropdown {
  width: auto;
  color: #8E1315;
  border: none;
  text-align: left;
}
.header__menu__lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
}
.header__menu__lang .wpml-ls-legacy-dropdown a {
  color: #8E1315 !important;
  border: none;
  background: none !important;
}
.header__menu__lang .wpml-ls-legacy-dropdown a:hover {
  color: #B97E5E !important;
  background: none;
}
.header__menu__lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  background: url("../../images/chevron-down.svg");
  border: none;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  background-position: right center;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: -2px;
}
@media (max-width: 1023px) {
  .header__menu__lang .wpml-ls-legacy-dropdown a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header__menu__lang .menu {
  margin: 20px;
  margin: 1.25rem;
}
.header__menu__lang .menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu__lang .menu li a {
  padding-right: 15px;
  padding-right: 0.9375rem;
  color: #8E1315;
  text-decoration: underline;
}
.header__menu__lang .menu li .sub-menu a {
  color: #0E0E0E;
  text-decoration: none;
}
.header__menu__lang .menu li .sub-menu a:hover {
  color: #8E1315;
  text-decoration: underline;
}

.newsletter {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #B97E5E;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.newsletter__container {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  color: #FFFFFF;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .newsletter__container {
    max-width: 900px;
    max-width: 56.25rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
  }
}
@media (min-width: 1280px) {
  .newsletter__container {
    padding-top: 75px;
    padding-top: 4.6875rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-right: 50px;
    padding-right: 3.125rem;
  }
}
.newsletter__title {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 1.3333333333em;
}
@media (min-width: 1024px) {
  .newsletter__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.newsletter__content {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .newsletter__content {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .newsletter__content {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.newsletter__form {
  max-width: 600px;
  max-width: 37.5rem;
  margin: auto;
}
.newsletter__form__field {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .newsletter__form__field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #FFFFFF;
  }
}
.newsletter__form__field input[type=email] {
  background-color: #FFFFFF;
  display: block;
  border: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  outline: none;
  margin: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 17px;
  line-height: 1em;
  height: 38px;
  height: 2.375rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media (max-width: 1023px) {
  .newsletter__form__field input[type=email] {
    width: 100%;
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .newsletter__form__field input[type=email] {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
}
@media (min-width: 1024px) {
  .newsletter__form__field input[type=email] {
    height: 46px;
    height: 2.875rem;
  }
}
@media (min-width: 1536px) {
  .newsletter__form__field input[type=email] {
    height: 56px;
    height: 3.5rem;
  }
}
.newsletter__form__field input[type=submit] {
  height: 3.8rem;
  height: 38px;
  height: 2.375rem;
  display: block;
  border: 0;
  background-color: #8E1315;
  border: 1px solid #8E1315;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 17px;
  line-height: 1em;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin: 0;
  width: 130px;
  width: 8.125rem;
}
@media (min-width: 1024px) {
  .newsletter__form__field input[type=submit] {
    height: 46px;
    height: 2.875rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1536px) {
  .newsletter__form__field input[type=submit] {
    height: 56px;
    height: 3.5rem;
  }
}
.newsletter__form__field input[type=submit]:hover {
  background-color: #FFFFFF;
  color: #8E1315;
}
.newsletter__form__button {
  grid-area: button;
}
.newsletter__form__button input {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 10px 20px !important;
}
@media (min-width: 768px) {
  .newsletter__form__button input {
    -webkit-border-radius: 0px 1000px 1000px 0px !important;
       -moz-border-radius: 0px 1000px 1000px 0px !important;
            border-radius: 0px 1000px 1000px 0px !important;
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
    height: 100%;
  }
}

.pad__link {
  display: block;
  font-weight: 700;
  padding: 25px;
  background: #B97E5E;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .pad__link {
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .pad__link {
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .pad__link {
    padding-top: 42px;
    padding-top: 2.625rem;
    padding-bottom: 42px;
    padding-bottom: 2.625rem;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .pad__link {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-right: 50px;
    padding-right: 3.125rem;
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
.pad__link.--side {
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}
.pad__link.--brown {
  background-color: #8E1315;
}
.pad__link.--brown .pad__title {
  color: #FFFFFF;
}
.pad__link.--brown svg path {
  fill: #FFFFFF;
}
.pad__link:hover svg {
  -webkit-transform: translateX(1rem) translate3d(0, 0, 0);
     -moz-transform: translateX(1rem) translate3d(0, 0, 0);
          transform: translateX(1rem) translate3d(0, 0, 0);
}
.pad__link svg {
  display: block;
  -webkit-transform: translateX(0) translate3d(0, 0, 0);
     -moz-transform: translateX(0) translate3d(0, 0, 0);
          transform: translateX(0) translate3d(0, 0, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .pad__link svg {
    max-width: 20px;
  }
}
@media (min-width: 1536px) {
  .pad__link svg {
    max-width: unset;
  }
}
.pad__row {
  z-index: 3;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px;
  min-height: 150px;
}
@media (max-width: 1023px) {
  .pad__row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .pad__row.--center {
    grid-gap: 30px;
    grid-gap: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .pad__row.--center {
    grid-gap: 50px;
    grid-gap: 3.125rem;
  }
}
@media (min-width: 768px) {
  .pad__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.pad__title {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 32px;
  line-height: 1.2307692308em;
}
@media (min-width: 1024px) {
  .pad__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.5em;
  }
}
.pad__title:not(:last-child) {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (min-width: 1536px) {
  .pad__title:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1536px) {
  .pad__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 1.2307692308em;
  }
}
.pad__text {
  color: #0E0E0E;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.2222222222em;
}
@media (min-width: 1536px) {
  .pad__text {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 1.2307692308em;
  }
}
.pad__logo:not(:last-child) {
  margin-bottom: 20px;
}
.pad__logo picture {
  max-width: 250px;
  max-width: 15.625rem;
}
.pad__img {
  width: 200px;
  width: 12.5rem;
}
@media (min-width: 1024px) {
  .pad__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.pad__img picture {
  width: 130px;
  width: 8.125rem;
}

.popup {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  position: fixed;
  top: 0;
  -webkit-transition: visibility 0s linear 0.3s;
  -o-transition: visibility 0s linear 0.3s;
  -moz-transition: visibility 0s linear 0.3s;
  transition: visibility 0s linear 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.popup.--show {
  -webkit-transition: visibility 0s linear 0s;
  -o-transition: visibility 0s linear 0s;
  -moz-transition: visibility 0s linear 0s;
  transition: visibility 0s linear 0s;
  visibility: visible;
}
.popup.--show .popup__bg {
  opacity: 1;
}
.popup.--show .popup__container {
  opacity: 1;
  -webkit-transform: translateY(0) translate3d(0, 0, 0);
     -moz-transform: translateY(0) translate3d(0, 0, 0);
          transform: translateY(0) translate3d(0, 0, 0);
}
.popup__bg {
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 1;
}
.popup__container {
  z-index: 2;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(50px) translate3d(0, 0, 0);
     -moz-transform: translateY(50px) translate3d(0, 0, 0);
          transform: translateY(50px) translate3d(0, 0, 0);
  overflow: hidden;
}
.popup__container__bg {
  background-color: #FFFFFF;
  max-width: 345px;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .popup__container__bg {
    max-width: 1000px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.popup__img {
  position: relative;
  width: 36%;
  z-index: 3;
}
.popup__img picture {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.popup__content {
  padding: 50px 25px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .popup__content {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1024px) {
  .popup__content {
    padding-top: 160px;
    padding-top: 10rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-left: 70px;
    padding-left: 4.375rem;
    padding-right: 70px;
    padding-right: 4.375rem;
  }
}
@media (min-width: 1536px) {
  .popup__content {
    padding-top: 130px;
    padding-top: 8.125rem;
  }
}
.popup__content__text {
  position: relative;
  z-index: 3;
}
.popup__close {
  background: #FFFFFF;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .popup__close {
    width: 55px;
    height: 55px;
  }
}
.popup__close:before, .popup__close:after {
  background: #8E1315;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 22px;
}
.popup__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
     -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
}
.popup__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
     -moz-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
}
.popup__title {
  color: #B97E5E;
  font-family: "Ampersand", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .popup__title {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .popup__title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 43px;
    line-height: 1.303030303em;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}
.popup__text {
  color: #0E0E0E;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .popup__text {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 29px;
    line-height: 1.7058823529em;
  }
}
.popup__form .sib-email {
  background-color: #8E1315;
  -webkit-border-radius: 1000px;
     -moz-border-radius: 1000px;
          border-radius: 1000px;
  color: #8E1315;
}
.popup__form .sib-email::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8E1315;
}
.popup__form .sib-email:-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8E1315;
}
.popup__form .sib-email::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8E1315;
}
.popup__form .sib-email:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8E1315;
}
.popup__form .sib-email::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8E1315;
}
.popup__form .sib-email::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8E1315;
}
.popup__form .sib-email:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8E1315;
}
.popup__form .sib-email::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8E1315;
}
.popup__form .check-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8E1315;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .popup__form .check-wrapper {
    margin: 30px 0;
  }
}
@media (min-width: 768px) {
  .popup .newsletter__form__field {
    border: 1px solid #B97E5E;
  }
}
@media (max-width: 1023px) {
  .popup .newsletter__form__field input[type=email] {
    border: 1px solid #B97E5E;
  }
}
.popup .newsletter__form__field input[type=submit] {
  background: #B97E5E;
  border-color: #B97E5E;
}
.popup .newsletter__form__field input[type=submit]:hover {
  color: #B97E5E;
  background: #FFFFFF;
}

.productList {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  /*&__product {
    display: inline-block;
    position: relative;
    z-index: 20;
    width: 220px;

    @include md {
      display: block;
      width: auto;
    }

    &:not(:last-child) {
      margin-right: 30px;

      @include md {
        margin-right: 0;
      }
    }

    &__link {
      @include propertyRem(padding-bottom, 40);
      @include propertyRem(padding-left, 20);
      @include propertyRem(padding-right, 20);
      @include propertyRem(padding-top, 40);
      background: #E5D8D0;
      border: 1px solid #C9AF9E;
      color: #4B2307;
      display: block;
      height: 100%;
      text-align: center;

      &.--small {
        @include propertyRem(padding-bottom, 15);
        @include propertyRem(padding-top, 15);
        max-width: 250px;
        margin: auto;

        @include xxl {
          max-width: unset;
        }
      }
    }

    &__header {
      font-size: 16px;
      @include propertyRem(margin-bottom, 15);
      font-weight: 700;
      text-align: left;
      font-family: 'Flightcase';

      @include xxl {
        @include fontSize(20, 22.2);
      }

      span {
        display: block;
        font-size: 20px;
        line-height: 1.1;

        @include xxl {
          font-size: 30px;
        }
      }
    }

    &__logo {

      @include md {
        @include propertyRem(margin-bottom, 50);
      }

      svg {
        @include propertyRem(max-width, 216);
        display: block;
        height: auto;
        margin: auto;
        width: 100%;
      }

      &.--small {
        margin-bottom: 0;

        svg {
          max-width: 150px;

          @include xxl {
            max-width: 200px;
          }
        }
      }
    }

    &__img {

      @include md {
        @include propertyRem(margin-bottom, 30);
      }

      picture {
        @include propertyRem(max-width, 250);
        margin: auto;
      }
    }

    &__cta {
      font-size: 16px;
      @include propertyRem(margin-bottom, 10);
      letter-spacing: .1em;
      text-transform: uppercase;

      @include xxl {
        @include fontSize(17, 25);
      }
    }

    &__title {
      @include fontSize(18, 27);
      font-weight: 700;
    }
  }*/
}
@media (min-width: 1536px) {
  .productList {
    padding-top: 80px;
    padding-top: 5rem;
  }
}
.productList.--white .productList__title {
  color: #8E1315;
}
.productList.--green {
  background: #8E1315;
}
.productList.--green .productList__title {
  color: #FFFFFF;
}
.productList.--light-green {
  background: #8E1315;
}
.productList.--light-green .productList__title {
  color: #8E1315;
}
.productList__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  color: #8E1315;
  font-family: "Ampersand", serif;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .productList__title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 64px;
    line-height: 1.28em;
    text-align: center;
  }
}
.productList__list {
  max-width: 1200px;
  max-width: 75rem;
  margin: auto;
  overflow: auto;
  scrollbar-color: #8E1315 #8E1315;
  scrollbar-width: thin;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .productList__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productList__list .productBloc:not(:first-child) {
    margin-left: 30px;
  }
}
.productList__list::-webkit-scrollbar {
  background-color: #8E1315;
  height: 5px;
  width: 5px;
}
.productList__list::-webkit-scrollbar-thumb {
  background: #8E1315;
}
@media (min-width: 768px) {
  .productList__list {
    grid-gap: 30px;
    grid-gap: 1.875rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    white-space: normal;
  }
}

.share {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #B97E5E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.share__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
  margin-right: 20px;
  margin-right: 1.25rem;
  font-weight: 400;
  color: #8E1315;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .share__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .share__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.share__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.share__list__item:not(:last-child) {
  margin-right: 20px;
  margin-right: 1.25rem;
}
.share__list__item a {
  display: block;
}
.share__list__item a:hover path {
  fill: #B97E5E;
}
.share__list__item svg {
  height: 20px;
  height: 1.25rem;
  display: block;
  width: auto;
}
.share__list__item svg path {
  fill: #8E1315;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.social {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 162px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.social__item:not(:last-child) {
  margin-right: 20px;
  margin-right: 1.25rem;
}
.social svg {
  display: block;
  height: 25px;
}
.social svg path {
  fill: #8E1315;
}
.social a {
  display: block;
}

/* Colors */
/* Path */
/* Fonts */
/* Breakpoints */
/* Pages */
.page404 {
  position: relative;
}
.page404__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.page404__content {
  max-width: 1050px;
  max-width: 65.625rem;
  position: relative;
  z-index: 45;
}
.page404__title {
  font-size: 140px;
  font-size: 8.75rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #8E1315;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .page404__title {
    font-size: 150px;
    font-size: 9.375rem;
    line-height: 195px;
    line-height: 1.3em;
  }
}
@media (min-width: 1536px) {
  .page404__title {
    font-size: 190px;
    font-size: 11.875rem;
    line-height: 245px;
    line-height: 1.2894736842em;
  }
}
.page404__text {
  color: #0E0E0E;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .page404__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .page404__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.page404__text p {
  margin-bottom: 0;
}
.page404__bottom a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25em;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  color: #B97E5E;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
.page404__bottom a:hover {
  color: #0E0E0E;
}

.actualites__container {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  position: relative;
  z-index: 45;
}
@media (min-width: 768px) {
  .actualites__container {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .actualites__container {
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
}
@media (min-width: 1024px) {
  .actualites__container {
    position: relative;
  }
}
.actualites__grid {
  grid-row-gap: 30px;
  grid-row-gap: 1.875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .actualites__grid {
    grid-column-gap: 30px;
    grid-column-gap: 1.875rem;
    grid-row-gap: 80px;
    grid-row-gap: 5rem;
    grid-template-columns: -webkit-calc((100% - 3.75rem) / 3) -webkit-calc((100% - 3.75rem) / 3) -webkit-calc((100% - 3.75rem) / 3);
    grid-template-columns: -moz-calc((100% - 3.75rem) / 3) -moz-calc((100% - 3.75rem) / 3) -moz-calc((100% - 3.75rem) / 3);
    grid-template-columns: calc((100% - 3.75rem) / 3) calc((100% - 3.75rem) / 3) calc((100% - 3.75rem) / 3);
  }
}
.actualites__grid.--loading {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  position: relative;
}
.actualites__grid.--loading:after {
  border-width: 5px;
  bottom: 20px;
  bottom: 1.25rem;
  height: 60px;
  height: 3.75rem;
  width: 60px;
  width: 3.75rem;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rotate_loading;
     -moz-animation-name: rotate_loading;
       -o-animation-name: rotate_loading;
          animation-name: rotate_loading;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #8E1315;
  border-top-color: #8E1315;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
}
@media (min-width: 1024px) {
  .actualites__item:nth-child(10n+1), .actualites__item:nth-child(10n+7) {
    grid-column: span 2;
  }
  .actualites__item:nth-child(10n+1) .articleMiniature, .actualites__item:nth-child(10n+7) .articleMiniature {
    height: 100%;
  }
  .actualites__item:nth-child(10n+1) .articleMiniature__link, .actualites__item:nth-child(10n+1) .articleMiniature picture, .actualites__item:nth-child(10n+7) .articleMiniature__link, .actualites__item:nth-child(10n+7) .articleMiniature picture {
    height: 100%;
  }
}
.actualites__item.--pad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .actualites__item.--pad {
    grid-row-gap: 40px;
    grid-row-gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .actualites .productList {
    display: none;
  }
}
.actualites .productList__title {
  color: #B97E5E;
}

@-webkit-keyframes rotate_loading {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg) translate3d(0, 0, 0);
            transform: translateX(-50%) rotate(0deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg) translate3d(0, 0, 0);
            transform: translateX(-50%) rotate(360deg) translate3d(0, 0, 0);
  }
}

@-moz-keyframes rotate_loading {
  0% {
    -moz-transform: translateX(-50%) rotate(0deg) translate3d(0, 0, 0);
         transform: translateX(-50%) rotate(0deg) translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translateX(-50%) rotate(360deg) translate3d(0, 0, 0);
         transform: translateX(-50%) rotate(360deg) translate3d(0, 0, 0);
  }
}

@-o-keyframes rotate_loading {
  0% {
    transform: translateX(-50%) rotate(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: translateX(-50%) rotate(360deg) translate3d(0, 0, 0);
  }
}

@keyframes rotate_loading {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg) translate3d(0, 0, 0);
       -moz-transform: translateX(-50%) rotate(0deg) translate3d(0, 0, 0);
            transform: translateX(-50%) rotate(0deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg) translate3d(0, 0, 0);
       -moz-transform: translateX(-50%) rotate(360deg) translate3d(0, 0, 0);
            transform: translateX(-50%) rotate(360deg) translate3d(0, 0, 0);
  }
}
.adresses__container {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  position: relative;
  z-index: 45;
}
.adresses__categories {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  overflow: auto;
  scrollbar-color: #8E1315 #8E1315;
  scrollbar-width: thin;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .adresses__categories {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.adresses__categories::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #8E1315;
  /* or add it to the track */
}
.adresses__categories::-webkit-scrollbar-thumb {
  background: #8E1315;
}
.adresses__categories__container {
  padding: 0 15px;
  text-align: center;
}
.adresses__category:not(:last-child) {
  margin-right: 15px;
}
.adresses__category a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.3333333333em;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #B97E5E;
  color: #B97E5E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 1000px;
     -moz-border-radius: 1000px;
          border-radius: 1000px;
}
.adresses__category a:hover, .adresses__category a.--active {
  color: #FFFFFF;
  background-color: #B97E5E;
}
.adresses__list {
  grid-row-gap: 30px;
  grid-row-gap: 1.875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .adresses__list {
    grid-column-gap: 30px;
    grid-column-gap: 1.875rem;
    grid-row-gap: 60px;
    grid-row-gap: 3.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .adresses__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.restaurantItem {
  height: 100%;
}
.restaurantItem__link {
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.restaurantItem__content {
  margin-left: 30px;
  margin-left: 1.875rem;
  margin-right: 30px;
  margin-right: 1.875rem;
  margin-top: -100px;
  margin-top: -6.25rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #B97E5E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.restaurantItem__title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 30px;
  line-height: 1.3043478261em;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-family: "Ampersand", serif;
  color: #8E1315;
  text-transform: uppercase;
  font-weight: 700;
}
.restaurantItem__text {
  color: #8E1315;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .restaurantItem__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
.restaurantItem__button {
  font-family: "Ampersand", serif;
  color: #8E1315;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .restaurantItem__button {
    font-size: 14px;
    line-height: 18px;
  }
}

.article {
  position: relative;
  z-index: 45;
  padding-top: 25px;
  padding-top: 1.5625rem;
}
@media (min-width: 768px) {
  .article {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
.article__container {
  margin: auto;
}
@media (min-width: 768px) {
  .article__container {
    max-width: 1110px;
    max-width: 69.375rem;
  }
}
.article__header {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.article__back {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article__back a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #B97E5E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .article__back a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .article__back a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.article__back a svg {
  margin-right: 20px;
  margin-right: 1.25rem;
  display: block;
  max-width: 23px;
  max-width: 1.4375rem;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.article__back a span {
  display: block;
}
.article__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 38px;
  line-height: 1.2666666667em;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  color: #B97E5E;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .article__title {
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 71px;
    line-height: 1.1451612903em;
  }
}
@media (min-width: 1536px) {
  .article__title {
    padding-left: 35px;
    padding-left: 2.1875rem;
    padding-right: 35px;
    padding-right: 2.1875rem;
    font-size: 75px;
    font-size: 4.6875rem;
    line-height: 87px;
    line-height: 1.16em;
  }
}
.article__bloc {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
  margin-top: 70px;
  margin-top: 4.375rem;
}
.article__bloc:first-child {
  margin-top: 0;
}
.article__bloc:last-child {
  margin-bottom: 0;
}
.article__bloc__grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .article__bloc__grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
  }
  .article__bloc__grid.--invert .article__bloc__img {
    grid-column: 2;
  }
  .article__bloc__grid.--invert .article__bloc__content {
    grid-row: 1;
  }
}
.article__bloc__img {
  overflow: hidden;
}
.article__bloc__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 38px;
  line-height: 1.2666666667em;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  color: #B97E5E;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
}
.article__bloc__text {
  color: #0E0E0E;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
  font-weight: 300;
  /*@include md {
    @include fontSize(18, 24);
  }*/
}
@media (min-width: 1536px) {
  .article__bloc__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.article__bloc__text b,
.article__bloc__text strong {
  font-weight: 700;
}
.article__bloc__text p:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.article__bloc__bottom:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.bon {
  position: relative;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  /*&__content {
      @include propertyRem(padding-top, 30);
      @include md {
        padding-top: 0;
        margin-bottom: 0;
        max-width: calc(100% - 80px);
      }

      @include xxl {
        max-width: calc(100% - 160px);
      }
    }
  */
}
@media (min-width: 768px) {
  .bon {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .bon {
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
}
.bon__section {
  position: relative;
}
.bon__list {
  position: relative;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .bon__list {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .bon__list {
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
  }
}
.bon__container {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1535px) {
  .bon__container {
    padding-left: 44px;
    padding-left: 2.75rem;
    padding-right: 44px;
    padding-right: 2.75rem;
  }
}
.bon__bg {
  position: relative;
}
.bon__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .bon__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .bon__grid.--invert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.bon__grid.--invert .bon__col {
  text-align: left;
}
.bon__grid.--invert .bon__col .bon__content {
  margin-left: auto;
}
.bon__grid.--invert .bon__title, .bon__grid.--invert .bon__text, .bon__grid.--invert .bon__price {
  color: #8E1315;
}
.bon__col {
  text-align: right;
}
@media (min-width: 768px) {
  .bon__col {
    width: 55%;
  }
}
.bon__col:first-child {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .bon__col:first-child {
    width: 45%;
    margin-top: 0;
  }
}
.bon__col:last-child {
  position: relative;
}
.bon__content {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .bon__content {
    margin-bottom: 0;
    max-width: -webkit-calc(100% - 50px);
    max-width: -moz-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}
@media (min-width: 1536px) {
  .bon__content {
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
.bon__content.--right {
  margin-left: auto;
}
.bon__img {
  overflow: hidden;
}
.bon__img picture {
  max-height: 500px;
  max-height: 31.25rem;
}
@media (min-width: 1024px) {
  .bon__img picture {
    max-height: 400px;
    max-height: 25rem;
  }
}
@media (min-width: 1536px) {
  .bon__img picture {
    max-height: 500px;
    max-height: 31.25rem;
  }
}
.bon__title {
  color: #B97E5E;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 1.3333333333em;
}
@media (min-width: 1024px) {
  .bon__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.bon__title + .bon__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.bon__text {
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  color: #B97E5E;
}
@media (min-width: 1536px) {
  .bon__text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.2727272727em;
  }
}
.bon__price {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}
@media (min-width: 768px) {
  .bon__price {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .bon__price {
    margin-top: 30px;
    margin-top: 1.875rem;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 1.3em;
  }
}
.bon__bottom {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .bon__bottom {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .bon__bottom {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

.contact {
  color: #B97E5E;
  position: relative;
  z-index: 45;
}
.contact__container {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  position: relative;
  z-index: 45;
}
@media (min-width: 768px) {
  .contact__container {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1536px) {
  .contact__container {
    padding-top: 75px;
    padding-top: 4.6875rem;
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
  }
}
.contact__title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #B97E5E;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contact__title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 61px;
    line-height: 1.22em;
    margin-bottom: 90px;
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 1536px) {
  .contact__title {
    font-size: 75px;
    font-size: 4.6875rem;
    line-height: 87px;
    line-height: 1.16em;
  }
}
.contact__grid {
  display: grid;
  grid-row-gap: 40px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .contact__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact__map {
  position: relative;
}
.contact__map iframe {
  height: 225px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .contact__map iframe {
    height: 710px;
    height: 44.375rem;
  }
}
@media (min-width: 768px) {
  .contact__content {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .contact__content {
    padding-left: 60px;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1280px) {
  .contact__content {
    padding-left: 80px;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .contact__content {
    padding-left: 120px;
    padding-left: 7.5rem;
  }
}
.contact__subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  font-family: "Ampersand", serif;
}
@media (min-width: 768px) {
  .contact__subtitle {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 31px;
    line-height: 1.24em;
  }
}
@media (min-width: 1536px) {
  .contact__subtitle {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 37px;
    line-height: 1.2333333333em;
  }
}
.contact__address {
  color: #B97E5E;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  .contact__address {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .contact__address {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.contact__method {
  margin-top: 30px;
  margin-top: 1.875rem;
  color: #B97E5E;
}
.contact__email {
  color: #B97E5E;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  .contact__email {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .contact__email {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.contact__phone {
  color: #B97E5E;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  .contact__phone {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .contact__phone {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.contact__button {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.contact__info {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  border-top: 1px solid #8E1315;
  color: #B97E5E;
}
@media (min-width: 1536px) {
  .contact__info {
    max-width: 80%;
  }
}
.contact__info hr {
  border: 0;
  border-top: 1px solid #8E1315;
  margin-top: 35px;
  margin-top: 2.1875rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.contact__info h2 {
  color: #B97E5E;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.2727272727em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 768px) {
  .contact__info h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    line-height: 1.25em;
  }
}
@media (min-width: 1536px) {
  .contact__info h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.2727272727em;
  }
}
.contact__info h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.2727272727em;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contact__info h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    line-height: 1.25em;
  }
}
@media (min-width: 1536px) {
  .contact__info h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.2727272727em;
  }
}
.contact__info h3:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.contact__info p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  .contact__info p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .contact__info p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}

.event__intro {
  margin: 40px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .event__intro {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    margin-top: 50px;
    margin-top: 3.125rem;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .event__intro {
    margin-bottom: 85px;
    margin-bottom: 5.3125rem;
    margin-top: 120px;
    margin-top: 7.5rem;
  }
}
@media (min-width: 1536px) {
  .event__intro {
    margin-bottom: 120px;
    margin-bottom: 7.5rem;
    margin-top: 170px;
    margin-top: 10.625rem;
  }
}
.event__intro__container {
  max-width: 1040px;
  max-width: 65rem;
  margin: auto;
}
@media (min-width: 768px) {
  .event__intro__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.event__intro__content {
  color: #FFFFFF;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .event__intro__content {
    margin-right: 20px;
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .event__intro__content {
    margin-right: 45px;
    margin-right: 2.8125rem;
  }
}
@media (min-width: 1536px) {
  .event__intro__content {
    margin-right: 75px;
    margin-right: 4.6875rem;
  }
}
.event__intro__title {
  color: #8E1315;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}
@media (min-width: 768px) {
  .event__intro__title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 44px;
    line-height: 1.2941176471em;
  }
}
@media (min-width: 1536px) {
  .event__intro__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 54px;
    line-height: 1.2857142857em;
  }
}
.event__intro__title + .event__intro__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.event__intro__text {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .event__intro__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .event__intro__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.event__intro__logo {
  margin: auto;
  width: 115px;
}
@media (min-width: 768px) {
  .event__intro__logo {
    width: 198px;
    width: 12.375rem;
    margin: 0;
  }
}
.event__intro__logo svg {
  display: block;
  height: auto;
  width: 100%;
}
.event__presentation {
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .event__presentation {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 80px;
    margin-top: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
}
@media (min-width: 1536px) {
  .event__presentation {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    padding-top: 120px;
    padding-top: 7.5rem;
  }
}
.event__presentation:before, .event__presentation:after {
  background: #8E1315;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  position: absolute;
  width: 1px;
  z-index: 2;
}
@media (min-width: 768px) {
  .event__presentation:before, .event__presentation:after {
    height: 100%;
  }
}
.event__presentation:before {
  top: 0;
}
.event__presentation:after {
  bottom: 0;
}
@media (min-width: 768px) {
  .event__presentation:after {
    content: none;
  }
}
@media (min-width: 768px) {
  .event__presentation__container {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    background: #8E1315;
    padding-top: 1px;
  }
}
@media (min-width: 1024px) {
  .event__presentation__container {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}
.event__presentation__bg {
  background: #8E1315;
  padding: 45px 0 70px;
}
@media (min-width: 768px) {
  .event__presentation__bg {
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .event__presentation__row {
    margin-top: 20px;
    margin-top: 1.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1800px) {
  .event__presentation__row {
    margin-top: -50px;
    margin-top: -3.125rem;
  }
}
.event__presentation__row:first-child {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .event__presentation__row:first-child {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-top: -30px;
    margin-top: -1.875rem;
  }
}
@media (min-width: 1536px) {
  .event__presentation__row:first-child {
    margin-top: -80px;
    margin-top: -5rem;
  }
}
@media screen and (min-width: 1800px) {
  .event__presentation__row:first-child {
    margin-bottom: 0;
  }
}
.event__presentation__row:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .event__presentation__row:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}
.event__presentation__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .event__presentation__col:first-child {
    margin-right: 100px;
    margin-right: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .event__presentation__col:first-child {
    margin-right: 200px;
    margin-right: 12.5rem;
  }
}
@media (min-width: 1536px) {
  .event__presentation__col:first-child {
    margin-right: 300px;
    margin-right: 18.75rem;
  }
}
.event__presentation__img {
  overflow: hidden;
}
.event__presentation__img.--left {
  -webkit-border-top-right-radius: 100px;
     -moz-border-radius-topright: 100px;
          border-top-right-radius: 100px;
  margin-right: 25px;
}
@media (min-width: 768px) {
  .event__presentation__img.--left {
    -webkit-border-top-right-radius: 200px;
       -moz-border-radius-topright: 200px;
            border-top-right-radius: 200px;
    -webkit-border-top-right-radius: 12.5rem;
       -moz-border-radius-topright: 12.5rem;
            border-top-right-radius: 12.5rem;
    margin-right: 0;
  }
}
.event__presentation__img.--right {
  -webkit-border-bottom-left-radius: 100px;
     -moz-border-radius-bottomleft: 100px;
          border-bottom-left-radius: 100px;
  margin-left: 25px;
}
@media (min-width: 768px) {
  .event__presentation__img.--right {
    -webkit-border-bottom-left-radius: 200px;
       -moz-border-radius-bottomleft: 200px;
            border-bottom-left-radius: 200px;
    -webkit-border-bottom-left-radius: 12.5rem;
       -moz-border-radius-bottomleft: 12.5rem;
            border-bottom-left-radius: 12.5rem;
    margin-left: 0;
  }
}
.event__presentation__content {
  margin: 40px 0;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .event__presentation__content {
    padding-right: 25px;
    padding-right: 1.5625rem;
    padding-top: 60px;
    padding-top: 3.75rem;
    margin: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .event__presentation__content {
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .event__presentation__content {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
}
@media (min-width: 1536px) {
  .event__presentation__content {
    padding-right: 65px;
    padding-right: 4.0625rem;
  }
}
.event__presentation__title {
  color: #8E1315;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}
@media (min-width: 768px) {
  .event__presentation__title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 44px;
    line-height: 1.2941176471em;
  }
}
@media (min-width: 1536px) {
  .event__presentation__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 54px;
    line-height: 1.2857142857em;
  }
}
.event__presentation__title + .event__presentation__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.event__presentation__text {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .event__presentation__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .event__presentation__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.event__eventItem {
  margin-top: 40px;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .event__eventItem {
    padding-left: 25px;
    padding-left: 1.5625rem;
    margin-top: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .event__eventItem {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .event__eventItem {
    padding-left: 65px;
    padding-left: 4.0625rem;
  }
}
.event__eventItem__bigTitle {
  color: #8E1315;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
}
@media (min-width: 768px) {
  .event__eventItem__bigTitle {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 44px;
    line-height: 1.2941176471em;
    max-width: 550px;
    max-width: 34.375rem;
    margin: auto;
  }
}
@media (min-width: 1536px) {
  .event__eventItem__bigTitle {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 54px;
    line-height: 1.2857142857em;
  }
}
.event__eventItem__container {
  -webkit-border-bottom-right-radius: 50px;
     -moz-border-radius-bottomright: 50px;
          border-bottom-right-radius: 50px;
  -webkit-border-bottom-right-radius: 3.125rem;
     -moz-border-radius-bottomright: 3.125rem;
          border-bottom-right-radius: 3.125rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  background: #0E0E0E;
  position: relative;
}
@media (min-width: 1024px) {
  .event__eventItem__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.event__eventItem__container:before, .event__eventItem__container:after {
  height: 55px;
  height: 3.4375rem;
  background: #8E1315;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 1px;
}
.event__eventItem__container:before {
  top: -40px;
  top: -2.5rem;
}
.event__eventItem__container:after {
  bottom: -40px;
  bottom: -2.5rem;
}
.event__eventItem__date {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8E1315;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
@media (min-width: 1024px) {
  .event__eventItem__date {
    width: 210px;
    width: 13.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event__eventItem__day {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 58px;
  line-height: 1.2888888889em;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .event__eventItem__day {
    margin-right: 0;
  }
}
@media (min-width: 1536px) {
  .event__eventItem__day {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 90px;
    line-height: 1.2857142857em;
  }
}
.event__eventItem__month {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.2777777778em;
  text-transform: uppercase;
}
.event__eventItem__title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 30px;
  line-height: 1.3043478261em;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8E1315;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .event__eventItem__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px;
    line-height: 1.2777777778em;
  }
}
@media (min-width: 1024px) {
  .event__eventItem__title {
    text-align: left;
  }
}
@media (min-width: 1536px) {
  .event__eventItem__title {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 30px;
    line-height: 1.3043478261em;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}
.event__eventItem__bottom {
  text-align: center;
}
.event__quote {
  margin-top: 80px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .event__quote {
    margin-top: 120px;
    margin-top: 7.5rem;
    overflow: visible;
    position: relative;
    z-index: -1;
  }
}
@media (min-width: 1280px) {
  .event__quote {
    margin-top: 170px;
    margin-top: 10.625rem;
  }
}
@media (min-width: 768px) {
  .event__quote + .event__presentation:after {
    height: 80px;
    height: 5rem;
    background: #FFFFFF;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
@media (min-width: 1536px) {
  .event__quote + .event__presentation:after {
    height: 120px;
    height: 7.5rem;
  }
}
.event__quote + section {
  margin-top: -80px;
}
@media (min-width: 1024px) {
  .event__quote + section {
    margin-top: -170px;
    margin-top: -10.625rem;
  }
}
@media (min-width: 1280px) {
  .event__quote + section {
    margin-top: -260px;
    margin-top: -16.25rem;
  }
}
.event__quote__container {
  background: #8E1315;
  padding-bottom: 120px;
  position: relative;
}
@media (min-width: 1024px) {
  .event__quote__container {
    padding-bottom: 320px;
    padding-bottom: 20rem;
  }
}
@media (min-width: 1280px) {
  .event__quote__container {
    padding-bottom: 480px;
    padding-bottom: 30rem;
  }
}
.event__quote__sun {
  left: 0;
  height: 100%;
  opacity: 0.07;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .event__quote__sun {
    height: 1800px;
    height: 112.5rem;
    left: -670px;
    left: -41.875rem;
    top: -580px;
    top: -36.25rem;
    width: 1800px;
    width: 112.5rem;
  }
}
.event__quote__sun svg {
  display: block;
  height: 990px;
  left: 50%;
  position: absolute;
  top: -385px;
  -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
     -moz-transform: translateX(-50%) translate3d(0, 0, 0);
          transform: translateX(-50%) translate3d(0, 0, 0);
  width: 990px;
}
@media (min-width: 1024px) {
  .event__quote__sun svg {
    height: auto;
    position: static;
    width: 100%;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.event__quote__grid {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .event__quote__grid {
    grid-column-gap: 60px;
    grid-column-gap: 3.75rem;
    grid-row-gap: 160px;
    grid-row-gap: 10rem;
    display: grid;
    grid-template-areas: ". right" "quote right" "bottom right";
    grid-template-columns: 920fr 627fr;
    grid-template-rows: 1fr auto auto;
  }
}
.event__quote__bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: bottom;
}
.event__quote__right {
  -webkit-border-top-right-radius: 200px;
     -moz-border-radius-topright: 200px;
          border-top-right-radius: 200px;
  -webkit-border-top-right-radius: 12.5rem;
     -moz-border-radius-topright: 12.5rem;
          border-top-right-radius: 12.5rem;
  margin-top: -80px;
  margin-top: -5rem;
  display: none;
  grid-area: right;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .event__quote__right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.event__quote__text {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #FFFFFF;
  grid-area: quote;
  padding-top: 45px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .event__quote__text {
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-right: 80px;
    padding-right: 5rem;
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 1536px) {
  .event__quote__text {
    padding-left: 100px;
    padding-left: 6.25rem;
    padding-right: 130px;
    padding-right: 8.125rem;
  }
}
.event__quote__quote {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  .event__quote__quote {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .event__quote__quote {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.event__quote__quote + .event__quote__author {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.event__quote__author {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31px;
  line-height: 1.2916666667em;
  font-weight: 700;
  text-transform: uppercase;
}
.event__list {
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .event__list {
    margin-bottom: 120px;
    margin-bottom: 7.5rem;
    margin-top: 120px;
    margin-top: 7.5rem;
  }
}
.event__list__introduction {
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 1024px) {
  .event__list__introduction {
    margin-bottom: -50px;
    margin-bottom: -3.125rem;
  }
}
@media (min-width: 1280px) {
  .event__list__introduction {
    margin-bottom: -100px;
    margin-bottom: -6.25rem;
  }
}
.event__list__img {
  -webkit-border-top-left-radius: 70px;
     -moz-border-radius-topleft: 70px;
          border-top-left-radius: 70px;
  -webkit-border-top-right-radius: 70px;
     -moz-border-radius-topright: 70px;
          border-top-right-radius: 70px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .event__list__img {
    -webkit-border-top-left-radius: 200px;
       -moz-border-radius-topleft: 200px;
            border-top-left-radius: 200px;
    -webkit-border-top-left-radius: 12.5rem;
       -moz-border-radius-topleft: 12.5rem;
            border-top-left-radius: 12.5rem;
    -webkit-border-top-right-radius: 200px;
       -moz-border-radius-topright: 200px;
            border-top-right-radius: 200px;
    -webkit-border-top-right-radius: 12.5rem;
       -moz-border-radius-topright: 12.5rem;
            border-top-right-radius: 12.5rem;
  }
}
@media (min-width: 1024px) {
  .event__list__blocs {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.event__list__bottom {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 1024px) {
  .event__list__bottom {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
.event__bloc {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .event__bloc {
    max-width: 600px;
    max-width: 37.5rem;
  }
}
@media (min-width: 1536px) {
  .event__bloc {
    max-width: 785px;
    max-width: 49.0625rem;
  }
}
.event__bloc:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .event__bloc:not(:last-child) {
    margin-right: 30px;
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
}
.event__bloc__link {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.event__bloc__link:hover .event__bloc__img picture {
  -webkit-transform: scale(1.05) translate3d(0, 0, 0);
     -moz-transform: scale(1.05) translate3d(0, 0, 0);
          transform: scale(1.05) translate3d(0, 0, 0);
}
.event__bloc__img {
  position: relative;
}
.event__bloc__img:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.event__bloc__img picture {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.event__bloc__title {
  bottom: 50%;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  left: 0;
  line-height: 22px;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateY(50%) translate3d(0, 0, 0);
     -moz-transform: translateY(50%) translate3d(0, 0, 0);
          transform: translateY(50%) translate3d(0, 0, 0);
  width: 100%;
}
@media (min-width: 1024px) {
  .event__bloc__title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 44px;
    line-height: 1.2941176471em;
  }
}
@media (min-width: 1536px) {
  .event__bloc__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 54px;
    line-height: 1.2857142857em;
  }
}
.event__form {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  position: fixed;
  top: 0;
  -webkit-transition: visibility 0s linear 0.3s;
  -o-transition: visibility 0s linear 0.3s;
  -moz-transition: visibility 0s linear 0.3s;
  transition: visibility 0s linear 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.event__form.--show {
  -webkit-transition: visibility 0s linear 0s;
  -o-transition: visibility 0s linear 0s;
  -moz-transition: visibility 0s linear 0s;
  transition: visibility 0s linear 0s;
  visibility: visible;
}
.event__form.--show .event__form__bg {
  opacity: 1;
}
.event__form.--show .event__form__container {
  opacity: 1;
  -webkit-transform: translateY(0) translate3d(0, 0, 0);
     -moz-transform: translateY(0) translate3d(0, 0, 0);
          transform: translateY(0) translate3d(0, 0, 0);
}
.event__form__bg {
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 1;
}
.event__form__container {
  background: #8E1315;
  max-height: 100%;
  max-width: 345px;
  opacity: 0;
  overflow: auto;
  padding: 15px;
  position: relative;
  scrollbar-color: #8E1315 #8E1315;
  scrollbar-width: thin;
  -webkit-transform: translateY(50px) translate3d(0, 0, 0);
     -moz-transform: translateY(50px) translate3d(0, 0, 0);
          transform: translateY(50px) translate3d(0, 0, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 2;
}
.event__form__container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #8E1315; /* or add it to the track */
}
.event__form__container::-webkit-scrollbar-thumb {
  background: #8E1315;
}
@media (min-width: 768px) {
  .event__form__container {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    padding-top: 20px;
    padding-top: 1.25rem;
    max-width: 1250px;
    max-width: 78.125rem;
  }
}
@media (min-width: 1024px) {
  .event__form__container {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-left: 65px;
    padding-left: 4.0625rem;
    padding-right: 65px;
    padding-right: 4.0625rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
}
@media (min-width: 1536px) {
  .event__form__container {
    padding-bottom: 45px;
    padding-bottom: 2.8125rem;
    padding-left: 100px;
    padding-left: 6.25rem;
    padding-right: 100px;
    padding-right: 6.25rem;
    padding-top: 45px;
    padding-top: 2.8125rem;
  }
}
.event__form__content {
  position: relative;
}
.event__form__close {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #8E1315;
  cursor: pointer;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 42px;
  z-index: 2;
}
@media (min-width: 1536px) {
  .event__form__close {
    height: 52px;
    width: 52px;
  }
}
.event__form__close:hover {
  background: #8E1315;
}
.event__form__close:hover:before, .event__form__close:hover:after {
  background: #FFFFFF;
}
.event__form__close:before, .event__form__close:after {
  background: #8E1315;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 22px;
}
.event__form__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
     -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
}
.event__form__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
     -moz-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
}
.event__form__title {
  color: #8E1315;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
  padding-right: 55px;
}
@media (min-width: 768px) {
  .event__form__title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 43px;
    line-height: 1.303030303em;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 1536px) {
  .event__form__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 54px;
    line-height: 1.2857142857em;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}

.hp__slider {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  /*.flickity-viewport {
    height: 100% !important;
  }*/
}
@media (min-width: 768px) {
  .hp__slider {
    margin-top: 25px;
    margin-top: 1.5625rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .hp__slider {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-bottom: 75px;
    margin-bottom: 4.6875rem;
  }
}
.hp__slider__container {
  z-index: 1;
}
.hp__slider .flickity-viewport {
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}
.hp__slider .js-home-slider {
  height: auto !important;
}
.hp__slider .flickity-button {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
}
@media (min-width: 1800px) {
  .hp__slider .flickity-button {
    width: 44px;
  }
}
.hp__slider .flickity-button:hover {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
}
.hp__slider .flickity-button.previous {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  z-index: 5;
  background-image: url("../../images/arrow.svg");
  left: 0;
  border-left: 0;
  -webkit-transform: rotate(180deg) translateX(-webkit-calc(100% - 15px));
     -moz-transform: rotate(180deg) translateX(-moz-calc(100% - 15px));
      -ms-transform: rotate(180deg) translateX(calc(100% - 15px));
       -o-transform: rotate(180deg) translateX(calc(100% - 15px));
          transform: rotate(180deg) translateX(calc(100% - 15px));
}
@media (min-width: 768px) {
  .hp__slider .flickity-button.previous {
    -webkit-transform: rotate(180deg) translateX(-webkit-calc(100% + 15px));
       -moz-transform: rotate(180deg) translateX(-moz-calc(100% + 15px));
        -ms-transform: rotate(180deg) translateX(calc(100% + 15px));
         -o-transform: rotate(180deg) translateX(calc(100% + 15px));
            transform: rotate(180deg) translateX(calc(100% + 15px));
  }
}
@media (min-width: 1536px) {
  .hp__slider .flickity-button.previous {
    -webkit-transform: rotate(180deg) translateX(-webkit-calc(100% - 15px));
       -moz-transform: rotate(180deg) translateX(-moz-calc(100% - 15px));
        -ms-transform: rotate(180deg) translateX(calc(100% - 15px));
         -o-transform: rotate(180deg) translateX(calc(100% - 15px));
            transform: rotate(180deg) translateX(calc(100% - 15px));
  }
}
@media (min-width: 1800px) {
  .hp__slider .flickity-button.previous {
    -webkit-transform: rotate(180deg) translateX(-webkit-calc(100% + 30px));
       -moz-transform: rotate(180deg) translateX(-moz-calc(100% + 30px));
        -ms-transform: rotate(180deg) translateX(calc(100% + 30px));
         -o-transform: rotate(180deg) translateX(calc(100% + 30px));
            transform: rotate(180deg) translateX(calc(100% + 30px));
  }
}
.hp__slider .flickity-button.next {
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  background-image: url("../../images/arrow.svg");
  right: 0;
  border-right: 0;
  -webkit-transform: translateX(-webkit-calc(100% - 15px));
     -moz-transform: translateX(-moz-calc(100% - 15px));
      -ms-transform: translateX(calc(100% - 15px));
       -o-transform: translateX(calc(100% - 15px));
          transform: translateX(calc(100% - 15px));
}
@media (min-width: 768px) {
  .hp__slider .flickity-button.next {
    -webkit-transform: translateX(-webkit-calc(100% + 15px));
       -moz-transform: translateX(-moz-calc(100% + 15px));
        -ms-transform: translateX(calc(100% + 15px));
         -o-transform: translateX(calc(100% + 15px));
            transform: translateX(calc(100% + 15px));
  }
}
@media (min-width: 1536px) {
  .hp__slider .flickity-button.next {
    -webkit-transform: translateX(-webkit-calc(100% - 15px));
       -moz-transform: translateX(-moz-calc(100% - 15px));
        -ms-transform: translateX(calc(100% - 15px));
         -o-transform: translateX(calc(100% - 15px));
            transform: translateX(calc(100% - 15px));
  }
}
@media (min-width: 1800px) {
  .hp__slider .flickity-button.next {
    -webkit-transform: translateX(-webkit-calc(100% + 30px));
       -moz-transform: translateX(-moz-calc(100% + 30px));
        -ms-transform: translateX(calc(100% + 30px));
         -o-transform: translateX(calc(100% + 30px));
            transform: translateX(calc(100% + 30px));
  }
}
.hp__slider .flickity-button svg {
  display: none;
}
.hp__slider .flickity-button:disabled {
  display: none;
}
.hp__slider .flickity-page-dots {
  -webkit-border-radius: 1000px;
     -moz-border-radius: 1000px;
          border-radius: 1000px;
  background-color: rgba(142, 19, 21, 0.7);
  bottom: 25px;
  bottom: 1.5625rem;
  display: inline-block;
  right: 50%;
  -webkit-transform: translateX(50%);
     -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
}
@media (min-width: 768px) {
  .hp__slider .flickity-page-dots {
    bottom: 85px;
    bottom: 5.3125rem;
    right: 160px;
    right: 10rem;
  }
}
.hp__slide {
  position: relative;
  width: 100%;
  max-height: 800px;
  max-height: 50rem;
  /*&__title {
    color: $camel;
    font-weight: 700;
    text-transform: uppercase;
    @include fontSize(40, 50);
  @include propertyRem(margin-bottom, 20);

  @include lg {
    @include fontSize(45, 55);
  }
  @include xl {
    @include fontSize(55, 65);
  }
  @include xxl {
    @include fontSize(70, 80);
  }
  }*/
}
@media (min-width: 1024px) {
  .hp__slide {
    height: 80vh;
    min-height: 490px;
    min-height: 30.625rem;
  }
}
.hp__slide__img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 80vw;
  overflow: hidden;
  max-height: 800px;
  max-height: 50rem;
}
@media (min-width: 768px) {
  .hp__slide__img {
    height: 40vw;
  }
}
@media (min-width: 1024px) {
  .hp__slide__img {
    position: relative;
    width: 55%;
    height: 80vh;
    min-height: 490px;
    min-height: 30.625rem;
  }
}
.hp__slide__img picture {
  width: 100%;
  height: 100%;
}
.hp__slide__img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hp__slide__content {
  width: 85%;
  bottom: 0;
  z-index: 2;
  background: #FFFFFF;
  margin: auto;
  position: relative;
  padding: 30px;
  padding: 1.875rem;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .hp__slide__content {
    margin-top: 30vw;
  }
}
@media (max-width: 639px) {
  .hp__slide__content {
    margin-top: 60vw;
  }
}
@media (min-width: 1024px) {
  .hp__slide__content {
    position: absolute;
    width: 55%;
    left: 40%;
    bottom: 50%;
    -webkit-transform: translateY(50%) translate3d(0, 0, 0);
       -moz-transform: translateY(50%) translate3d(0, 0, 0);
            transform: translateY(50%) translate3d(0, 0, 0);
    padding: 35px;
    padding: 2.1875rem;
  }
}
@media (min-width: 1280px) {
  .hp__slide__content {
    padding: 40px;
    padding: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .hp__slide__content {
    padding: 50px;
    padding: 3.125rem;
  }
}
.hp__slide__content .subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.hp__slide__title {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 45px;
  line-height: 1.2857142857em;
  color: #B97E5E;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hp__slide__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 1.25em;
  }
}
@media (min-width: 1280px) {
  .hp__slide__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 55px;
    line-height: 1.2222222222em;
  }
}
@media (min-width: 1536px) {
  .hp__slide__title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 70px;
    line-height: 1.1666666667em;
  }
}
.hp__slide__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 768px) {
  .hp__slide__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .hp__slide__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.hp__slide__buttons {
  margin-top: 30px;
  margin-top: 1.875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .hp__slide__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hp__slide__buttons .button {
  min-width: 230px;
  min-width: 14.375rem;
}
@media (max-width: 1023px) {
  .hp__slide__buttons .button:not(:last-child) {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .hp__slide__buttons .button:not(:last-child) {
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
}
.hp__presentation {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .hp__presentation {
    padding-top: 100px;
    padding-top: 6.25rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .hp__presentation {
    padding-top: 150px;
    padding-top: 9.375rem;
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
  }
}
.hp__presentation__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .hp__presentation__row {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .hp__presentation__row:last-child .hp__presentation__content {
    padding-bottom: 10%;
  }
}
@media (min-width: 768px) {
  .hp__presentation__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 50%;
  }
}
.hp__presentation__content {
  padding-top: 45px;
  padding-top: 2.8125rem;
  text-align: right;
}
@media (min-width: 768px) {
  .hp__presentation__content {
    max-width: 90%;
  }
}
@media (min-width: 1536px) {
  .hp__presentation__content {
    max-width: 80%;
  }
}
.hp__presentation__subtitle {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .hp__presentation__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.1666666667em;
  }
}
.hp__presentation__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hp__presentation__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 47px;
    line-height: 1.175em;
  }
}
@media (min-width: 1536px) {
  .hp__presentation__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.hp__presentation__title + .hp__presentation__text, .hp__presentation__title + .hp__presentation__buttons {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .hp__presentation__title + .hp__presentation__text, .hp__presentation__title + .hp__presentation__buttons {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
.hp__presentation__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
  font-weight: 300;
}
@media (min-width: 768px) {
  .hp__presentation__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.hp__presentation__text + .hp__presentation__buttons {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .hp__presentation__text + .hp__presentation__buttons {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
.hp__presentation__buttons {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .hp__presentation__buttons {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hp__presentation__buttons .button:not(:last-child) {
  margin-right: 15px;
}
.hp__presentation__img {
  overflow: hidden;
}
@media (min-width: 768px) {
  .hp__presentation__img picture {
    min-height: 550px;
    min-height: 34.375rem;
  }
}
.hp__quote {
  background-color: #8E1315;
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  /*&__col {
    flex: 1;
    text-align: right;
    @include md {
      max-width: 50%;
      width: 50%;
    }
    &:first-child {
      @include propertyRem(margin-top, 30);
      @include md{
        margin-top: 0;
      }
    }
    &:last-child {
      position: relative;
    }
  }*/
}
@media (min-width: 1280px) {
  .hp__quote {
    margin-bottom: 75px;
    margin-bottom: 4.6875rem;
    margin-top: 75px;
    margin-top: 4.6875rem;
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
}
.hp__quote__grid {
  position: relative;
  z-index: 2;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .hp__quote__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hp__quote__col {
  text-align: right;
}
@media (min-width: 768px) {
  .hp__quote__col {
    width: 55%;
  }
}
.hp__quote__col:first-child {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .hp__quote__col:first-child {
    width: 45%;
    margin-top: 0;
  }
}
.hp__quote__col:last-child {
  position: relative;
}
@media (min-width: 768px) {
  .hp__quote__text {
    margin-bottom: 0;
    max-width: -webkit-calc(100% - 50px);
    max-width: -moz-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}
@media (min-width: 1536px) {
  .hp__quote__text {
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
.hp__quote__text.--right {
  margin-left: auto;
}
.hp__quote__text svg {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  width: 56px;
  width: 3.5rem;
  height: auto;
}
@media (min-width: 1280px) {
  .hp__quote__text svg {
    width: 95px;
    width: 5.9375rem;
  }
}
.hp__quote__bottom {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media (max-width: 1023px) {
  .hp__quote__bottom {
    display: none;
  }
}
@media (min-width: 768px) {
  .hp__quote__slider {
    display: none;
  }
}
.hp__quote__slider .flickity-button {
  z-index: 3;
  background-color: #B97E5E;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 6px 12px;
     -moz-background-size: 6px 12px;
          background-size: 6px 12px;
  border: 1px solid #B97E5E;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-background-size: 14px 27px;
     -moz-background-size: 14px 27px;
          background-size: 14px 27px;
}
.hp__quote__slider .flickity-button:hover {
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
}
.hp__quote__slider .flickity-button.previous {
  background-image: url("../../images/arrow.svg");
}
.hp__quote__slider .flickity-button.next {
  background-image: url("../../images/arrow.svg");
  margin-left: 20px;
  margin-left: 1.25rem;
}
.hp__quote__slider .flickity-button svg {
  display: none;
}
.hp__quote__slide {
  width: 100%;
  height: 300px;
  margin-right: 30px;
}
.hp__quote__slide picture {
  height: 100%;
}
.hp__quote__text {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  align-self: center;
  color: #FFFFFF;
  font-weight: 300;
  grid-area: quote;
  position: relative;
  z-index: 2;
}
.hp__quote__text__content {
  position: relative;
  z-index: 10;
}
.hp__quote__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .hp__quote__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 47px;
    line-height: 1.175em;
  }
}
@media (min-width: 1536px) {
  .hp__quote__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.hp__quote__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 17px !important;
}
@media (min-width: 768px) {
  .hp__quote__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.1666666667em;
  }
}
.hp__quote__quote {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
}
@media (min-width: 768px) {
  .hp__quote__quote {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.5555555556em;
  }
}
@media (min-width: 1536px) {
  .hp__quote__quote {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.hp__list {
  position: relative;
  z-index: 2;
  color: #8E1315;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .hp__list {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .hp__list {
    padding-top: 75px;
    padding-top: 4.6875rem;
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
  }
}
.hp__list__introduction {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .hp__list__introduction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hp__list__introduction .text {
  /*@include md {
    max-width: calc(100% - 220px);
  }*/
  /*@include xl {
    max-width: 70%;
  }

  @include xxl {
    max-width: 50%;
  }*/
}
.hp__list__introduction .text p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
}
.hp__list__introduction .button {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .hp__list__introduction .button {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}
.hp__list__title {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #8E1315;
  font-weight: 700;
  left: 50%;
  width: 100%;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 1.3333333333em;
}
@media (min-width: 1024px) {
  .hp__list__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.hp__list .white {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .hp__list__blocs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hp__list__bottom {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 1024px) {
  .hp__list__bottom {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
.hp__bloc {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .hp__bloc {
    width: 33%;
  }
}
.hp__bloc:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .hp__bloc:not(:last-child) {
    margin-right: 30px;
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
}
.hp__bloc__link {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.hp__bloc__link:hover .hp__bloc__img picture {
  -webkit-transform: scale(1.05) translate3d(0, 0, 0);
     -moz-transform: scale(1.05) translate3d(0, 0, 0);
          transform: scale(1.05) translate3d(0, 0, 0);
}
.hp__bloc__img {
  position: relative;
}
.hp__bloc__img picture {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: 135px;
}
@media (min-width: 1024px) {
  .hp__bloc__img picture {
    height: 38vw;
  }
}
.hp__bloc__title {
  bottom: 50%;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.2em;
  color: #8E1315;
  font-weight: 300;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateY(50%) translate3d(0, 0, 0);
     -moz-transform: translateY(50%) translate3d(0, 0, 0);
          transform: translateY(50%) translate3d(0, 0, 0);
  white-space: nowrap;
  text-align: right;
  right: 20px;
  right: 1.25rem;
}
@media (max-width: 1023px) {
  .hp__bloc__title {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .hp__bloc__title {
    left: 50%;
    right: unset;
    bottom: 30px;
    bottom: 1.875rem;
    text-align: center;
    -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
       -moz-transform: translateX(-50%) translate3d(0, 0, 0);
            transform: translateX(-50%) translate3d(0, 0, 0);
  }
}
@media (min-width: 1536px) {
  .hp__bloc__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
    line-height: 1.2666666667em;
  }
}
.hp__eventContainer {
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .hp__eventContainer {
    margin-bottom: 120px;
    margin-bottom: 7.5rem;
    margin-top: 120px;
    margin-top: 7.5rem;
  }
}
.hp__eventContainer:hover {
  background: #0E0E0E;
  color: #FFFFFF;
}
.hp__eventContainer:before, .hp__eventContainer:after {
  height: 150px;
  height: 9.375rem;
  background: #8E1315;
  display: block;
  left: 50%;
  position: absolute;
  width: 1px;
}
@media (min-width: 1024px) {
  .hp__eventContainer:before, .hp__eventContainer:after {
    content: "";
  }
}
.hp__eventContainer:before {
  top: 0;
  -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
     -moz-transform: translateY(-50%) translate3d(0, 0, 0);
          transform: translateY(-50%) translate3d(0, 0, 0);
}
.hp__eventContainer:after {
  bottom: 0;
  -webkit-transform: translateY(50%) translate3d(0, 0, 0);
     -moz-transform: translateY(50%) translate3d(0, 0, 0);
          transform: translateY(50%) translate3d(0, 0, 0);
}
@media (min-width: 1024px) {
  .hp__eventContainer__grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.hp__eventContainer__img {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .hp__eventContainer__img {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.hp__eventContainer__img:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .hp__eventContainer__content {
    padding-left: 50px;
    padding-left: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .hp__eventContainer__content {
    padding-left: 100px;
    padding-left: 6.25rem;
  }
}
@media (min-width: 1536px) {
  .hp__eventContainer__content {
    padding-left: 150px;
    padding-left: 9.375rem;
  }
}
.hp__eventContainer__title {
  max-width: 500px;
  max-width: 31.25rem;
  color: #8E1315;
  font-weight: 700;
  margin: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .hp__eventContainer__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 47px;
    line-height: 1.175em;
  }
}
@media (min-width: 1536px) {
  .hp__eventContainer__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.hp__eventContainer__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  max-width: 525px;
  max-width: 32.8125rem;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .hp__eventContainer__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .hp__eventContainer__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.hp__event {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .hp__event {
    padding-bottom: 0;
  }
}
.hp__event__container {
  -webkit-border-bottom-right-radius: 50px;
     -moz-border-radius-bottomright: 50px;
          border-bottom-right-radius: 50px;
  -webkit-border-bottom-right-radius: 3.125rem;
     -moz-border-radius-bottomright: 3.125rem;
          border-bottom-right-radius: 3.125rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  background: #8E1315;
  position: relative;
}
@media (min-width: 1024px) {
  .hp__event__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hp__event__container:before, .hp__event__container:after {
  height: 55px;
  height: 3.4375rem;
  background: #8E1315;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 1px;
}
.hp__event__container:before {
  top: -40px;
  top: -2.5rem;
}
.hp__event__container:after {
  bottom: -40px;
  bottom: -2.5rem;
}
.hp__event__date {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8E1315;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
@media (min-width: 1024px) {
  .hp__event__date {
    width: 210px;
    width: 13.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hp__event__day {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 90px;
  line-height: 1.2857142857em;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .hp__event__day {
    margin-right: 0;
  }
}
.hp__event__month {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.2777777778em;
  text-transform: uppercase;
}
.hp__event__title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 30px;
  line-height: 1.3043478261em;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8E1315;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1024px) {
  .hp__event__title {
    text-align: left;
  }
}
.hp__event__bottom {
  text-align: center;
}
.hp__news {
  position: relative;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .hp__news {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .hp__news {
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
}
.hp__news__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.hp__news__title-wrapper .button {
  display: none;
}
@media (min-width: 768px) {
  .hp__news__title-wrapper .button {
    display: block;
  }
}
.hp__news__bottom {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .hp__news__bottom {
    display: none;
  }
}
.hp__news__title {
  color: #8E1315;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 1.3333333333em;
}
@media (min-width: 1024px) {
  .hp__news__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.hp__news__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .hp__news__grid {
    grid-row-gap: 45px;
    grid-row-gap: 2.8125rem;
  }
}
.hp__news__img {
  width: 100px;
  width: 6.25rem;
}
@media (max-width: 1023px) {
  .hp__news__img {
    display: none;
  }
}
.hp__news__wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hp__news__slider {
  position: relative;
}
.hp__news__slider .flickity-button {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
}
@media (min-width: 1800px) {
  .hp__news__slider .flickity-button {
    width: 44px;
  }
}
.hp__news__slider .flickity-button:hover {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
}
.hp__news__slider .flickity-button.previous {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  z-index: 5;
  background-image: url("../../images/arrow.svg");
  left: 0;
  border-left: 0;
  -webkit-transform: rotate(180deg) translateX(-webkit-calc(100% - 15px));
     -moz-transform: rotate(180deg) translateX(-moz-calc(100% - 15px));
      -ms-transform: rotate(180deg) translateX(calc(100% - 15px));
       -o-transform: rotate(180deg) translateX(calc(100% - 15px));
          transform: rotate(180deg) translateX(calc(100% - 15px));
}
@media (min-width: 768px) {
  .hp__news__slider .flickity-button.previous {
    -webkit-transform: rotate(180deg) translateX(-webkit-calc(100% + 15px));
       -moz-transform: rotate(180deg) translateX(-moz-calc(100% + 15px));
        -ms-transform: rotate(180deg) translateX(calc(100% + 15px));
         -o-transform: rotate(180deg) translateX(calc(100% + 15px));
            transform: rotate(180deg) translateX(calc(100% + 15px));
  }
}
@media (min-width: 1536px) {
  .hp__news__slider .flickity-button.previous {
    -webkit-transform: rotate(180deg) translateX(-webkit-calc(100% - 15px));
       -moz-transform: rotate(180deg) translateX(-moz-calc(100% - 15px));
        -ms-transform: rotate(180deg) translateX(calc(100% - 15px));
         -o-transform: rotate(180deg) translateX(calc(100% - 15px));
            transform: rotate(180deg) translateX(calc(100% - 15px));
  }
}
@media (min-width: 1800px) {
  .hp__news__slider .flickity-button.previous {
    -webkit-transform: rotate(180deg) translateX(-webkit-calc(100% + 30px));
       -moz-transform: rotate(180deg) translateX(-moz-calc(100% + 30px));
        -ms-transform: rotate(180deg) translateX(calc(100% + 30px));
         -o-transform: rotate(180deg) translateX(calc(100% + 30px));
            transform: rotate(180deg) translateX(calc(100% + 30px));
  }
}
.hp__news__slider .flickity-button.next {
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  background-image: url("../../images/arrow.svg");
  right: 0;
  border-right: 0;
  -webkit-transform: translateX(-webkit-calc(100% - 15px));
     -moz-transform: translateX(-moz-calc(100% - 15px));
      -ms-transform: translateX(calc(100% - 15px));
       -o-transform: translateX(calc(100% - 15px));
          transform: translateX(calc(100% - 15px));
}
@media (min-width: 768px) {
  .hp__news__slider .flickity-button.next {
    -webkit-transform: translateX(-webkit-calc(100% + 15px));
       -moz-transform: translateX(-moz-calc(100% + 15px));
        -ms-transform: translateX(calc(100% + 15px));
         -o-transform: translateX(calc(100% + 15px));
            transform: translateX(calc(100% + 15px));
  }
}
@media (min-width: 1536px) {
  .hp__news__slider .flickity-button.next {
    -webkit-transform: translateX(-webkit-calc(100% - 15px));
       -moz-transform: translateX(-moz-calc(100% - 15px));
        -ms-transform: translateX(calc(100% - 15px));
         -o-transform: translateX(calc(100% - 15px));
            transform: translateX(calc(100% - 15px));
  }
}
@media (min-width: 1800px) {
  .hp__news__slider .flickity-button.next {
    -webkit-transform: translateX(-webkit-calc(100% + 30px));
       -moz-transform: translateX(-moz-calc(100% + 30px));
        -ms-transform: translateX(calc(100% + 30px));
         -o-transform: translateX(calc(100% + 30px));
            transform: translateX(calc(100% + 30px));
  }
}
.hp__news__slider .flickity-button svg {
  display: none;
}
.hp__news__slider .flickity-button:disabled {
  display: none;
}
.hp__news__slide {
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  width: 268px;
}
@media (min-width: 640px) {
  .hp__news__slide {
    margin-right: 30px;
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 1024px) {
  .hp__news__slide {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
  }
}
.hp__news__slide .articleMiniature {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hp__news__slide .articleMiniature__img picture {
  height: 50vw;
}
@media (min-width: 768px) {
  .hp__news__slide .articleMiniature__img picture {
    height: 250px;
    height: 15.625rem;
  }
}
@media (min-width: 1024px) {
  .hp__news__slide .articleMiniature__img picture {
    height: 280px;
    height: 17.5rem;
  }
}
@media (min-width: 1280px) {
  .hp__news__slide .articleMiniature__img picture {
    height: 320px;
    height: 20rem;
  }
}
@media (min-width: 1536px) {
  .hp__news__slide .articleMiniature__img picture {
    height: 400px;
    height: 25rem;
  }
}
.hp__news__link {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .hp__news__link {
    text-align: right;
    margin-top: -60px;
    margin-left: auto;
    max-width: 50%;
    position: relative;
    z-index: 5;
  }
}
.hp__banner {
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .hp__banner {
    margin-top: 50px;
    margin-top: 3.125rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 23vw;
  }
}
@media (min-width: 1280px) {
  .hp__banner {
    margin-top: 75px;
    margin-top: 4.6875rem;
    margin-bottom: 75px;
    margin-bottom: 4.6875rem;
  }
}
.hp__banner__img picture {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hp__banner__img:after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hp__banner__content {
  position: relative;
  max-width: 1025px;
  max-width: 64.0625rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center;
  width: 100%;
  margin: auto;
}
@media (max-width: 1023px) {
  .hp__banner__content {
    height: 100%;
  }
}
.hp__banner__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.25em;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hp__banner__subtitle {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 31px;
    line-height: 1.1481481481em;
  }
}
.hp__banner__title {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 1.3333333333em;
}
@media (min-width: 1024px) {
  .hp__banner__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
.hp__banner__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  .hp__banner__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .hp__banner__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.hp__banner__text + .hp__banner__bottom {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .hp__banner__text + .hp__banner__bottom {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}
.hp__contact {
  position: relative;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .hp__contact {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    margin-bottom: 0;
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .hp__contact {
    padding-top: 75px;
    padding-top: 4.6875rem;
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
  }
}
.hp__contact__container {
  position: relative;
}
.hp__contact__grid {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .hp__contact__grid {
    grid-column-gap: 100px;
    grid-column-gap: 6.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .hp__contact__grid {
    grid-column-gap: 0px;
    grid-column-gap: 0rem;
  }
}
.hp__contact__img {
  overflow: hidden;
}
.hp__contact__content {
  color: #B97E5E;
  position: relative;
}
@media (max-width: 1023px) {
  .hp__contact__content {
    padding-top: 30px;
    padding-top: 1.875rem;
  }
}
@media (min-width: 768px) {
  .hp__contact__content {
    padding-left: 50px;
    padding-left: 3.125rem;
  }
}
@media (min-width: 1536px) {
  .hp__contact__content {
    padding-left: 100px;
    padding-left: 6.25rem;
  }
}
.hp__contact__title {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  color: #B97E5E;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 1.3333333333em;
}
@media (min-width: 1024px) {
  .hp__contact__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.hp__contact__address {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.3333333333em;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .hp__contact__address {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .hp__contact__address {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.hp__contact__button {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.hp__contact__button a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25em;
  color: #8E1315;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (min-width: 1536px) {
  .hp__contact__button a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 24px;
    line-height: 1.4117647059em;
  }
}
.hp__contact__info {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  .hp__contact__info {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .hp__contact__info {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.hp__contact__info p:not(:last-child) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.hp__insta {
  position: relative;
  z-index: 4;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .hp__insta {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
}
@media (min-width: 1280px) {
  .hp__insta {
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
}
@media (min-width: 768px) {
  .hp__insta:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #B97E5E;
    width: 100%;
    height: 30%;
    z-index: 0;
    bottom: 0;
    left: 0;
  }
}
.hp__insta__title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #8E1315;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 1.3333333333em;
}
@media (max-width: 1023px) {
  .hp__insta__title {
    max-width: 300px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .hp__insta__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.hp__insta__account {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  color: #8E1315;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 36px;
  line-height: 1.8em;
}
.hp__insta__flux {
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hp__insta__flux {
    margin-left: 40px;
    margin-left: 2.5rem;
  }
}
.hp__insta__flux #sb_instagram {
  max-width: 100rem;
}
@media (max-width: 1023px) {
  .hp__insta__flux #sb_instagram #sbi_images {
    padding: 0 !important;
  }
}
.hp__insta__flux #sb_instagram #sbi_images .sbi_item {
  width: 66.6666666667% !important;
  display: block;
  float: none;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
@media (max-width: 1279px) {
  .hp__insta__flux #sb_instagram #sbi_images .sbi_item {
    margin-right: 30px !important;
  }
}
@media (min-width: 768px) {
  .hp__insta__flux #sb_instagram #sbi_images .sbi_item {
    width: -webkit-calc((100% - 60px) / 3) !important;
    width: -moz-calc((100% - 60px) / 3) !important;
    width: calc((100% - 60px) / 3) !important;
  }
}
@media (min-width: 1024px) {
  .hp__insta__flux #sb_instagram #sbi_images .sbi_item {
    margin-right: 40px !important;
    width: -webkit-calc((100% - 160px) / 4) !important;
    width: -moz-calc((100% - 160px) / 4) !important;
    width: calc((100% - 160px) / 4) !important;
  }
}

.menus__main {
  position: relative;
}
@media (min-width: 768px) {
  .menus__bg {
    background: transparent;
  }
}
.menus__container {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .menus__container {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .menus__container {
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
  }
}
.menus .menuItem {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .menus .menuItem {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .menus .menuItem {
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
}
@media (min-width: 768px) {
  .menus .menuItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.menus .menuItem:nth-child(odd) {
  text-align: right;
}
.menus .menuItem:nth-child(odd) .menuItem__bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menus .menuItem:nth-child(2n) {
  text-align: left;
}
@media (min-width: 768px) {
  .menus .menuItem:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.menus .menuItem:nth-child(2n) .menuItem__content {
  margin-left: auto;
}
.menus .menuItem__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .menus .menuItem__col {
    width: 55%;
  }
}
.menus .menuItem__col:first-child {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .menus .menuItem__col:first-child {
    width: 45%;
    margin-top: 0;
  }
}
.menus .menuItem__col:last-child {
  position: relative;
}
.menus .menuItem__content {
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .menus .menuItem__content {
    margin-bottom: 0;
    max-width: -webkit-calc(100% - 50px);
    max-width: -moz-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}
@media (min-width: 1536px) {
  .menus .menuItem__content {
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
.menus .menuItem__title {
  color: #B97E5E;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 1.3333333333em;
}
@media (min-width: 1024px) {
  .menus .menuItem__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.menus .menuItem__title + .menus .menuItem__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width: 1536px) {
  .menus .menuItem__title + .menus .menuItem__text {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
.menus .menuItem__text {
  font-size: 14px;
  line-height: 20px;
  color: #B97E5E;
}
@media (min-width: 768px) {
  .menus .menuItem__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .menus .menuItem__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.menus .menuItem__bottom {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.menus .menuItem__bottom .button:not(:first-child) {
  margin-left: 20px;
  margin-left: 1.25rem;
}
.menus .menuItem__img {
  overflow: hidden;
}
.menus .menuItem__img picture {
  max-height: 500px;
  max-height: 31.25rem;
}
@media (min-width: 1024px) {
  .menus .menuItem__img picture {
    max-height: 400px;
    max-height: 25rem;
  }
}
@media (min-width: 1536px) {
  .menus .menuItem__img picture {
    max-height: 500px;
    max-height: 31.25rem;
  }
}

.main {
  padding-top: 70px;
  padding-top: 4.375rem;
}
@media (min-width: 768px) {
  .main {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
}

.single, .page, .error404 {
  position: relative;
}

.page__container {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  position: relative;
  z-index: 45;
}
@media (min-width: 768px) {
  .page__container {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1536px) {
  .page__container {
    padding-top: 75px;
    padding-top: 4.6875rem;
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
  }
}
.page__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 1.1333333333em;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #B97E5E;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page__title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 61px;
    line-height: 1.22em;
    margin-bottom: 90px;
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 1536px) {
  .page__title {
    font-size: 75px;
    font-size: 4.6875rem;
    line-height: 87px;
    line-height: 1.16em;
  }
}
.page__content {
  color: #0E0E0E;
}
.page__content h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.1em;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  color: #B97E5E;
  text-transform: uppercase;
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page__content h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
    line-height: 1.2666666667em;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
.page__content h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 32px;
  line-height: 1.28em;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #B97E5E;
  text-transform: uppercase;
  font-family: "Mabry Pro", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page__content h3 {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}
.page__content p {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .page__content p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .page__content p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.page__content ol:not(:last-child),
.page__content ul:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.page__content li {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 1.6em;
  padding-left: 15px;
  position: relative;
  word-break: break-all;
}
@media (min-width: 768px) {
  .page__content li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .page__content li {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.page__content li:not(:last-child) {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.page__content li:before {
  top: 9px;
  top: 0.5625rem;
  background: #B97E5E;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  height: 8px;
  position: absolute;
  width: 8px;
}

.privatisation__demi {
  position: relative;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .privatisation__demi {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .privatisation__demi {
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .privatisation__demi__container {
    padding-left: 44px;
    padding-left: 2.75rem;
    padding-right: 44px;
    padding-right: 2.75rem;
  }
}
.privatisation__demi__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .privatisation__demi__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .privatisation__demi__grid.--invert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.privatisation__demi__grid.--invert .privatisation__demi__col:first-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  text-align: left;
}
.privatisation__demi__col {
  text-align: right;
}
@media (min-width: 768px) {
  .privatisation__demi__col {
    width: 55%;
  }
}
.privatisation__demi__col:first-child {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .privatisation__demi__col:first-child {
    width: 45%;
    margin-top: 0;
  }
}
.privatisation__demi__col:last-child {
  position: relative;
}
.privatisation__demi__content {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .privatisation__demi__content {
    margin-bottom: 0;
    max-width: -webkit-calc(100% - 50px);
    max-width: -moz-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}
@media (min-width: 1536px) {
  .privatisation__demi__content {
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
.privatisation__demi__content.--right {
  margin-left: auto;
}
.privatisation__demi__title {
  color: #B97E5E;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 1.3333333333em;
}
@media (min-width: 1024px) {
  .privatisation__demi__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.privatisation__demi__title + .privatisation__demi__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.privatisation__demi__text {
  color: #B97E5E;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .privatisation__demi__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .privatisation__demi__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.privatisation__demi__bottom {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.privatisation__demi__img {
  overflow: hidden;
}
.privatisation__introduction {
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  background-color: #B97E5E;
}
@media (min-width: 768px) {
  .privatisation__introduction {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .privatisation__introduction__container {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .privatisation__introduction__container {
    padding-left: 44px;
    padding-left: 2.75rem;
    padding-right: 44px;
    padding-right: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .privatisation__introduction__container {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1536px) {
  .privatisation__introduction__container {
    padding-top: 120px;
    padding-top: 7.5rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
  }
}
.privatisation__introduction__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .privatisation__introduction__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.privatisation__introduction__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .privatisation__introduction__col.--left {
    margin-right: 50px;
    margin-right: 3.125rem;
  }
}
@media (min-width: 1024px) {
  .privatisation__introduction__col.--left {
    margin-right: 80px;
    margin-right: 5rem;
  }
}
@media (min-width: 1536px) {
  .privatisation__introduction__col.--left {
    margin-right: 130px;
    margin-right: 8.125rem;
  }
}
@media (min-width: 768px) {
  .privatisation__introduction__col.--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.privatisation__introduction__img.--left {
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .privatisation__introduction__img.--left {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .privatisation__introduction__content {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 1023px) {
  .privatisation__introduction .button {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
.privatisation__introduction__title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .privatisation__introduction__title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 44px;
    line-height: 1.2941176471em;
  }
}
@media (min-width: 1024px) {
  .privatisation__introduction__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 54px;
    line-height: 1.2857142857em;
  }
}
.privatisation__introduction__title + .privatisation__introduction__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.privatisation__introduction__text {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .privatisation__introduction__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
    marg: 100px;
    marg: 6.25rem;
  }
}
@media (min-width: 1536px) {
  .privatisation__introduction__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .privatisation__row:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .privatisation__row {
    margin-top: 20px;
    margin-top: 1.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1536px) {
  .privatisation__row {
    margin-top: -50px;
    margin-top: -3.125rem;
  }
}
@media (min-width: 768px) {
  .privatisation__row:first-child {
    margin-top: -30px;
    margin-top: -1.875rem;
  }
}
@media (min-width: 1536px) {
  .privatisation__row:first-child {
    margin-top: -80px;
    margin-top: -5rem;
  }
}
.privatisation__row:first-child .privatisation__row__img {
  -webkit-border-top-left-radius: 0 !important;
     -moz-border-radius-topleft: 0 !important;
          border-top-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 100px;
     -moz-border-radius-bottomleft: 100px;
          border-bottom-left-radius: 100px;
}
@media (min-width: 768px) {
  .privatisation__row:first-child .privatisation__row__img {
    -webkit-border-bottom-left-radius: 200px;
       -moz-border-radius-bottomleft: 200px;
            border-bottom-left-radius: 200px;
    -webkit-border-bottom-left-radius: 12.5rem;
       -moz-border-radius-bottomleft: 12.5rem;
            border-bottom-left-radius: 12.5rem;
  }
}
.privatisation__row:not(:last-child) {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .privatisation__row:not(:last-child) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .privatisation__row:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .privatisation__row:last-child {
    margin-bottom: 0;
  }
}
.privatisation__row:nth-child(2n) .privatisation__row__col:first-child {
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .privatisation__row:nth-child(2n) .privatisation__row__col:first-child {
    margin-left: 100px;
    margin-left: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .privatisation__row:nth-child(2n) .privatisation__row__col:first-child {
    margin-left: 200px;
    margin-left: 12.5rem;
  }
}
@media (min-width: 1536px) {
  .privatisation__row:nth-child(2n) .privatisation__row__col:first-child {
    margin-left: 300px;
    margin-left: 18.75rem;
  }
}
@media (min-width: 768px) {
  .privatisation__row:nth-child(2n) .privatisation__row__content {
    margin-left: 0;
  }
}
.privatisation__row:nth-child(2n) .privatisation__row__img {
  -webkit-border-top-left-radius: 0 !important;
     -moz-border-radius-topleft: 0 !important;
          border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 100px;
     -moz-border-radius-topright: 100px;
          border-top-right-radius: 100px;
  margin-right: 25px;
}
@media (min-width: 768px) {
  .privatisation__row:nth-child(2n) .privatisation__row__img {
    -webkit-border-top-right-radius: 200px;
       -moz-border-radius-topright: 200px;
            border-top-right-radius: 200px;
    -webkit-border-top-right-radius: 12.5rem;
       -moz-border-radius-topright: 12.5rem;
            border-top-right-radius: 12.5rem;
    margin-right: 0;
  }
}
.privatisation__row__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .privatisation__row__col:first-child {
    margin-right: 100px;
    margin-right: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .privatisation__row__col:first-child {
    margin-right: 200px;
    margin-right: 12.5rem;
  }
}
@media (min-width: 1536px) {
  .privatisation__row__col:first-child {
    margin-right: 300px;
    margin-right: 18.75rem;
  }
}
.privatisation__row__content {
  margin-bottom: 40px;
  padding: 0 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .privatisation__row__content {
    max-width: 510px;
    max-width: 31.875rem;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0;
  }
}
.privatisation__row__title {
  color: #8E1315;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}
@media (min-width: 768px) {
  .privatisation__row__title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 44px;
    line-height: 1.2941176471em;
  }
}
@media (min-width: 1024px) {
  .privatisation__row__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 54px;
    line-height: 1.2857142857em;
  }
}
.privatisation__row__title + .privatisation__row__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.privatisation__row__text {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .privatisation__row__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .privatisation__row__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.privatisation__row__bottom {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.privatisation__row__img {
  -webkit-border-top-left-radius: 100px;
     -moz-border-radius-topleft: 100px;
          border-top-left-radius: 100px;
  overflow: hidden;
  margin-left: 25px;
}
@media (min-width: 768px) {
  .privatisation__row__img {
    -webkit-border-top-left-radius: 200px;
       -moz-border-radius-topleft: 200px;
            border-top-left-radius: 200px;
    -webkit-border-top-left-radius: 12.5rem;
       -moz-border-radius-topleft: 12.5rem;
            border-top-left-radius: 12.5rem;
    margin-left: 0;
  }
}
.privatisation__slider {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .privatisation__slider {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .privatisation__slider {
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
}
@media (min-width: 1024px) {
  .privatisation__slider {
    padding-left: -webkit-calc(30px + (100% - 990px) / 2);
    padding-left: -moz-calc(30px + (100% - 990px) / 2);
    padding-left: calc(30px + (100% - 990px) / 2);
  }
}
@media (min-width: 1280px) {
  .privatisation__slider {
    padding-left: -webkit-calc(30px + (100% - 1230px) / 2);
    padding-left: -moz-calc(30px + (100% - 1230px) / 2);
    padding-left: calc(30px + (100% - 1230px) / 2);
  }
}
@media (min-width: 1536px) {
  .privatisation__slider {
    padding-left: -webkit-calc(15px + (100% - 1630px) / 2);
    padding-left: -moz-calc(15px + (100% - 1630px) / 2);
    padding-left: calc(15px + (100% - 1630px) / 2);
  }
}
.privatisation__slider__img {
  position: relative;
  width: 60%;
  height: 80vw;
  margin-right: 30px;
  margin-right: 1.875rem;
}
@media (min-width: 768px) {
  .privatisation__slider__img {
    width: 25%;
    height: 35vw;
  }
}
@media (min-width: 1024px) {
  .privatisation__slider__img {
    width: 20%;
    height: 30vw;
    margin-right: 45px;
    margin-right: 2.8125rem;
  }
}
.privatisation__slider__img picture {
  height: 100%;
  overflow: hidden;
}
.privatisation__slider__img picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.privatisation__list {
  position: relative;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .privatisation__list {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .privatisation__list {
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .privatisation__list__container {
    padding-left: 44px;
    padding-left: 2.75rem;
    padding-right: 44px;
    padding-right: 2.75rem;
  }
}
.privatisation__list__header {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .privatisation__list__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .privatisation__list__header .text {
    max-width: -webkit-calc(100% - 220px);
    max-width: -moz-calc(100% - 220px);
    max-width: calc(100% - 220px);
  }
}
@media (min-width: 1280px) {
  .privatisation__list__header .text {
    max-width: 70%;
  }
}
@media (min-width: 1536px) {
  .privatisation__list__header .text {
    max-width: 50%;
  }
}
.privatisation__list__header .button {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .privatisation__list__header .button {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}
.privatisation__list__title {
  color: #B97E5E;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 1.3333333333em;
}
@media (min-width: 1024px) {
  .privatisation__list__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.privatisation__list__title + .privatisation__list__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.privatisation__list__text {
  font-size: 14px;
  line-height: 20px;
  color: #B97E5E;
}
@media (min-width: 768px) {
  .privatisation__list__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .privatisation__list__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.privatisation__list__blocs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  padding-left: 20px;
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .privatisation__list__blocs {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .privatisation__list__blocs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: visible;
    white-space: normal;
  }
}
.privatisation__list__bottom {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
.privatisation__bloc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: normal;
}
@media (min-width: 1024px) {
  .privatisation__bloc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: -webkit-calc((100% - 5.62rem) / 4);
    max-width: -moz-calc((100% - 5.62rem) / 4);
    max-width: calc((100% - 5.62rem) / 4);
  }
}
.privatisation__bloc:not(:last-child) {
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media (min-width: 1024px) {
  .privatisation__bloc:not(:last-child) {
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}
.privatisation__bloc__img {
  width: 295px;
}
@media (min-width: 1024px) {
  .privatisation__bloc__img {
    width: auto;
  }
}
.privatisation__bloc__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}
.privatisation__bloc__title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  color: #B97E5E;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .privatisation__bloc__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.2222222222em;
  }
}
@media (min-width: 1536px) {
  .privatisation__bloc__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.3em;
  }
}
.privatisation__bloc__text {
  color: #B97E5E;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .privatisation__bloc__text {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 22px;
    line-height: 1.2941176471em;
  }
}
.privatisation__bloc__bottom {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.privatisation__bloc__link {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  color: #8E1315;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1.3333333333em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .privatisation__bloc__link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.2857142857em;
  }
}
.privatisation__contact {
  margin-top: 45px;
  padding-top: 1px;
  position: relative;
  z-index: 5;
}
.privatisation__contact:not(:last-child) {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .privatisation__contact:not(:last-child) {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}
.privatisation__contact__container {
  position: relative;
}
.privatisation__contact__container__wrapper {
  position: relative;
}
.privatisation__contact__introduction {
  padding: 45px 5px 80px;
  z-index: 2;
  background-color: #8E1315;
}
@media (min-width: 768px) {
  .privatisation__contact__introduction {
    padding: 40px 55px;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width: 1536px) {
  .privatisation__contact__introduction {
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
    padding-top: 70px;
    padding-top: 4.375rem;
  }
}
.privatisation__contact__content {
  margin: auto;
  text-align: center;
  max-width: -webkit-calc(100% - 100px);
  max-width: -moz-calc(100% - 100px);
  max-width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .privatisation__contact__content {
    max-width: 980px;
    max-width: 61.25rem;
  }
}
@media (max-width: 1023px) {
  .privatisation__contact__content svg {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .privatisation__contact__content svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(15%, -50%) rotate(-90deg) scale(1.5);
       -moz-transform: translate(15%, -50%) rotate(-90deg) scale(1.5);
        -ms-transform: translate(15%, -50%) rotate(-90deg) scale(1.5);
         -o-transform: translate(15%, -50%) rotate(-90deg) scale(1.5);
            transform: translate(15%, -50%) rotate(-90deg) scale(1.5);
  }
}
@media (min-width: 1536px) {
  .privatisation__contact__content svg {
    -webkit-transform: translate(20%, -50%) rotate(-90deg) scale(1.8);
       -moz-transform: translate(20%, -50%) rotate(-90deg) scale(1.8);
        -ms-transform: translate(20%, -50%) rotate(-90deg) scale(1.8);
         -o-transform: translate(20%, -50%) rotate(-90deg) scale(1.8);
            transform: translate(20%, -50%) rotate(-90deg) scale(1.8);
  }
}
.privatisation__contact__title {
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 1.3333333333em;
}
@media (min-width: 1024px) {
  .privatisation__contact__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.privatisation__contact__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.privatisation__contact__text, .privatisation__contact__email {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .privatisation__contact__text, .privatisation__contact__email {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .privatisation__contact__text, .privatisation__contact__email {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.privatisation__contact__email {
  font-weight: 600;
  text-decoration: underline;
}
.privatisation__contact__buttons {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .privatisation__contact__buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.privatisation__contact__buttons a:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .privatisation__contact__buttons a:not(:last-child) {
    margin-right: 25px;
    margin-right: 1.5625rem;
    margin-bottom: 0;
  }
}
.privatisation__contact__form {
  max-width: 1050px;
  max-width: 65.625rem;
  color: #B97E5E;
  margin: auto;
  padding-bottom: 30px;
  padding-top: 30px;
}
.privatisation__contact__form .privatisation__contact__title {
  color: #8E1315;
}
@media (min-width: 768px) {
  .privatisation__contact__form {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .privatisation__contact__form {
    max-width: 800px;
    max-width: 50rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width: 1536px) {
  .privatisation__contact__form {
    max-width: 1050px;
    max-width: 65.625rem;
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
    padding-top: 70px;
    padding-top: 4.375rem;
  }
}
.privatisation__contact__form__container {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .privatisation__contact__form__container {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.resto__presentation {
  position: relative;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .resto__presentation {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .resto__presentation {
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
}
@media (min-width: 768px) {
  .resto__presentation__container {
    position: relative;
  }
}
.resto__presentation__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .resto__presentation__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.resto__presentation__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .resto__presentation__col {
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .resto__presentation__col.--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 50px;
    padding-left: 3.125rem;
  }
}
@media (min-width: 1024px) {
  .resto__presentation__col.--right {
    padding-left: 100px;
    padding-left: 6.25rem;
  }
}
@media (min-width: 1536px) {
  .resto__presentation__col.--right {
    padding-left: 160px;
    padding-left: 10rem;
  }
}
.resto__presentation__img.--top {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  margin-top: -80px;
  margin-top: -5rem;
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .resto__presentation__img.--top {
    display: block;
  }
}
.resto__presentation__img.--bottom {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .resto__presentation__img.--bottom {
    margin-right: 0;
    margin-top: 0;
  }
  .resto__presentation__img.--bottom picture {
    max-height: 360px;
    max-height: 22.5rem;
  }
}
.resto__presentation__img.--right {
  overflow: hidden;
}
@media (min-width: 768px) {
  .resto__presentation__img.--right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1536px) {
  .resto__presentation__img.--right picture {
    height: 100%;
  }
}
.resto__presentation__content + .resto__presentation__img {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .resto__presentation__content + .resto__presentation__img {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .resto__presentation__content + .resto__presentation__img {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width: 1536px) {
  .resto__presentation__content + .resto__presentation__img {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
}
.resto__presentation__title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}
@media (min-width: 768px) {
  .resto__presentation__title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 44px;
    line-height: 1.2941176471em;
  }
}
@media (min-width: 1024px) {
  .resto__presentation__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 54px;
    line-height: 1.2857142857em;
  }
}
.resto__presentation__title + .resto__presentation__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.resto__presentation__text {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .resto__presentation__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
    padding-right: 25px;
    padding-right: 1.5625rem;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .resto__presentation__text {
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .resto__presentation__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
    padding-right: 65px;
    padding-right: 4.0625rem;
  }
}
.resto__text {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  background-color: #8E1315;
  position: relative;
  color: #FFFFFF;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .resto__text {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .resto__text {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
}
@media (min-width: 1280px) {
  .resto__text {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
}
.resto__text__container {
  max-width: 768px;
  max-width: 48rem;
  margin: auto;
  text-align: center;
}
@media (min-width: 1536px) {
  .resto__text__container {
    max-width: 1050px;
    max-width: 65.625rem;
  }
}
.resto__text__subtitle {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #8E1315;
  margin-bottom: 17px !important;
}
@media (min-width: 768px) {
  .resto__text__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.1666666667em;
  }
}
.resto__text__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .resto__text__title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 44px;
    line-height: 1.2941176471em;
  }
}
@media (min-width: 1024px) {
  .resto__text__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 54px;
    line-height: 1.2857142857em;
  }
}
.resto__text__title + .resto__text__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.resto__text__content {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .resto__text__content {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .resto__text__content {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.resto__video {
  position: relative;
  background: #8E1315;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .resto__video {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .resto__video {
    margin-bottom: 75px;
    margin-bottom: 4.6875rem;
  }
}
.resto__video__container {
  padding-bottom: 35px;
  padding-top: 1px;
}
@media (min-width: 768px) {
  .resto__video__container {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 1024px) {
  .resto__video__container {
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 1536px) {
  .resto__video__container {
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
  }
}
.resto__video__img {
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .resto__video__img {
    width: 75%;
  }
}
.resto__video__img.--video {
  cursor: pointer;
  position: relative;
  margin: auto;
}
.resto__video__img.--video:after {
  background-image: url("data:image/svg+xml,%3Csvg width='116' height='116' viewBox='0 0 116 116' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58 116C90.0325 116 116 90.0325 116 58C116 25.9675 90.0325 0 58 0C25.9675 0 0 25.9675 0 58C0 90.0325 25.9675 116 58 116ZM53.6037 38.8499C51.0225 37.0568 47.4902 38.904 47.4902 42.0468V74.5535C47.4902 77.6964 51.0225 79.5435 53.6037 77.7505L77.0009 61.4971C79.23 59.9487 79.23 56.6517 77.0009 55.1032L53.6037 38.8499Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  content: "";
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
     -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) translate3d(0, 0, 0);
  height: 36px;
  height: 2.25rem;
  width: 36px;
  width: 2.25rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .resto__video__img.--video:after {
    height: 116px;
    height: 7.25rem;
    width: 116px;
    width: 7.25rem;
  }
}
.resto__video__img.--video picture {
  position: relative;
  z-index: 1;
}
.resto__video__img.--show-video .resto__video__video {
  display: block;
}
.resto__video__video {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.resto__video__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.resto__demi {
  position: relative;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .resto__demi {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .resto__demi {
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
}
.resto__demi__container {
  position: relative;
  z-index: 1;
}
.resto__demi__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .resto__demi__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .resto__demi__grid.--invert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.resto__demi__grid.--invert .resto__demi__col:first-child {
  text-align: left;
}
.resto__demi__col {
  text-align: right;
}
@media (min-width: 768px) {
  .resto__demi__col {
    width: 55%;
  }
}
.resto__demi__col:first-child {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .resto__demi__col:first-child {
    width: 45%;
    margin-top: 0;
  }
}
.resto__demi__col:last-child {
  position: relative;
}
.resto__demi__content {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .resto__demi__content {
    margin-bottom: 0;
    max-width: -webkit-calc(100% - 50px);
    max-width: -moz-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}
@media (min-width: 1536px) {
  .resto__demi__content {
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
.resto__demi__content.--right {
  margin-left: auto;
}
.resto__demi__title {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 1.3333333333em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .resto__demi__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.resto__demi__title + .resto__demi__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.resto__demi__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.3333333333em;
  font-weight: 300;
}
@media (min-width: 768px) {
  .resto__demi__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .resto__demi__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
@media (min-width: 1536px) {
  .resto__demi__text h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 41px;
    line-height: 1.5769230769em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}
.resto__demi__img {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .resto__demi__img {
    margin-left: 0;
  }
}
.resto__demi__img picture {
  max-height: 500px;
  max-height: 31.25rem;
}
@media (min-width: 1024px) {
  .resto__demi__img picture {
    max-height: 400px;
    max-height: 25rem;
  }
}
@media (min-width: 1536px) {
  .resto__demi__img picture {
    max-height: 500px;
    max-height: 31.25rem;
  }
}
.resto__demi .button {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.resto__double-demi {
  background-color: #8E1315;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  position: relative;
}
@media (min-width: 768px) {
  .resto__double-demi {
    padding-top: 150px;
    padding-top: 9.375rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    margin-top: -120px;
    margin-top: -7.5rem;
  }
}
.resto__double-demi__grid {
  display: grid;
  grid-template-areas: "one" "content";
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-column-gap: 160px;
  grid-column-gap: 10rem;
  grid-row-gap: 20px;
  grid-row-gap: 1.25rem;
}
@media (min-width: 768px) {
  .resto__double-demi__grid {
    grid-row-gap: 30px;
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "one content" "two content";
  }
}
@media (min-width: 1536px) {
  .resto__double-demi__grid {
    grid-row-gap: 65px;
    grid-row-gap: 4.0625rem;
  }
}
.resto__double-demi__pic.--one {
  grid-area: one;
}
.resto__double-demi__pic.--two {
  grid-area: two;
}
@media (max-width: 1023px) {
  .resto__double-demi__pic.--two {
    display: none;
  }
}
.resto__double-demi__content {
  grid-area: content;
  align-self: center;
}
.resto__double-demi__title {
  color: #8E1315;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 24px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .resto__double-demi__title {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
    line-height: 1.1555555556em;
  }
}
.resto__double-demi__text {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .resto__double-demi__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 1536px) {
  .resto__double-demi__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 1.6em;
  }
}
.resto__double-demi__text p {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .resto__double-demi__text p {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
  }
}
.resto__double-demi__text h2, .resto__double-demi__text h3, .resto__double-demi__text h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 17px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .resto__double-demi__text h2, .resto__double-demi__text h3, .resto__double-demi__text h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 41px;
    line-height: 1.5769230769em;
  }
}
.resto__banner {
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .resto__banner {
    margin-top: 50px;
    margin-top: 3.125rem;
    min-height: 400px;
    min-height: 25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 30vw;
  }
}
@media (min-width: 1280px) {
  .resto__banner {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
}
@media (min-width: 1536px) {
  .resto__banner {
    min-height: 490px;
    min-height: 30.625rem;
  }
}
.resto__banner:not(:last-child) {
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}
.resto__banner__img {
  z-index: 1;
}
.resto__banner__img picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.resto__banner__content {
  position: relative;
  max-width: 950px;
  max-width: 59.375rem;
  color: #FFFFFF;
  padding: 0 15px;
  text-align: center;
  width: 100%;
  z-index: 2;
  margin: auto;
}
.resto__banner__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .resto__banner__title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 44px;
    line-height: 1.2941176471em;
  }
}
@media (min-width: 1024px) {
  .resto__banner__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 54px;
    line-height: 1.2857142857em;
  }
}
.resto__banner__title + .resto__banner__buttons {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .resto__banner__title + .resto__banner__buttons {
    margin-top: 65px;
    margin-top: 4.0625rem;
  }
}
.resto__banner__buttons {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .resto__banner__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.resto__banner__buttons .button {
  min-width: 170px;
  min-width: 10.625rem;
}
.resto__banner__buttons .button:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .resto__banner__buttons .button:not(:last-child) {
    margin-right: 30px;
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */
