@font-face {
  font-family: "source-sans-pro-bold";
  src: url("../fonts/Source Sans Pro Bold.woff2") format("woff2"), url("../fonts/Source Sans Pro Bold.woff") format("woff"), url("../fonts/Source Sans Pro Bold.otf") format("opentype"); }

@font-face {
  font-family: "source-sans-pro-regular";
  src: url("../fonts/Source Sans Pro Regular.woff2") format("woff2"), url("../fonts/Source Sans Pro Regular.woff") format("woff"), url("../fonts/Source Sans Pro Regular.otf") format("opentype"); }

@font-face {
  font-family: "source-sans-pro-semibold";
  src: url("../fonts/Source Sans Pro Semibold.woff2") format("woff2"), url("../fonts/Source Sans Pro Semibold.woff") format("woff"), url("../fonts/Source Sans Pro Semibold.otf") format("opentype"); }

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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0; 
  scroll-behavior: smooth;
font-family: 'source-sans-pro-regular';}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; 
  scroll-behavior: smooth;}

html,
body {
  background: #F9F7F7;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth; }

ol,
ul {
  margin-left: 20px;
  list-style-type: disc; }

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

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

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

input,
button,
textarea,
select {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  line-height: 1em;
  text-indent: 0;
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-padding-start: 0;
  outline: none; }

input[type=text],
input[type=reset],
input[type=password],
input[type=search],
input[type=email],
input[type=tel],
input[type=url],
input[type=time],
input[type=week],
input[type=month],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=number],
input[type=submit],
input[type=reset],
input[type=color],
input[type=file],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type=color] {
  width: 1em; }

input::-ms-clear {
  display: none; }

details,
summary {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

mark {
  background: none; }

hr {
  height: 1px;
  margin: 0;
  padding: 0; }

u {
  text-decoration: none; }

table th {
  text-align: left; }

a {
  color: inherit;
  text-decoration: none;
  outline: none; }

html,
body {
  width: 100%;
  font-size: 16px;
  font-family: "source-sans-pro-regular", sans-serif;
  line-height: 24px; }

h1 {
  margin: 20px 0;
  font-size: 48px;
  font-family: "source-sans-pro-bold", sans-serif;
  line-height: 56px; }

h2 {
  margin: 15px 0;
  font-size: 40px;
  font-family: "source-sans-pro-bold", sans-serif;
  line-height: 52px; }
  @media screen and (max-width: 900px) {
    h2 {
      font-size: 20px;
      line-height: 24px; } }

h3 {
  margin: 10px 0;
  font-weight: 550;
  font-size: 31px;
  font-family: "source-sans-pro-bold", sans-serif;
  line-height: 40px; }

h4 {
  margin: 5px 0;
  font-size: 25px;
  font-family: "source-sans-pro-bold", sans-serif;
  line-height: 36px; }

iframe {
  display: block;
  width: 90%;
  margin: 0 auto; }

.Page {
  padding: 0 100px; }
  @media screen and (max-width: 767px) {
    .Page {
      padding: 0 24px; } }

@media screen and (max-width: 599px) {
  .first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } }

table thead tr {
  background-color: #F8F8F8; }
  table thead tr th {
    padding: 9px 13px 11px 15px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid black;
    border-top: 0;
    opacity: .84; }
    table thead tr th:first-child {
      border-left: 0; }
    table thead tr th:last-child {
      border-right: 0; }

table tbody td {
  padding: 8px 13px 11px 15px;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  border-right: 1px solid black; }
  table tbody td:last-child {
    border-right: 0; }

.no-list {
  margin-left: 0;
  list-style: none; }

p a {
  color: var(--primary-500);
  font-size: 16px;
  text-decoration: underline;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  p a:hover {
    color: var(--secondary-500);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }

@media screen and (max-width: 900px) {
  #header {
    max-width: 100%;
    height: 80px; } }

#header .menu:hover .menu-item {
  position: relative;
  opacity: 0.3;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out; }
  #header .menu:hover .menu-item::after {
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-500);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    content: ""; }
  #header .menu:hover .menu-item:hover {
    color: var(--primary-500) !important;
    opacity: 1;
    -webkit-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out; }
    #header .menu:hover .menu-item:hover::after {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

#header .menu:hover .menu-logo {
  opacity: 1; }
  #header .menu:hover .menu-logo::after {
    display: none; }
  #header .menu:hover .menu-logo:hover {
    border: 0; }

#header .menu-desktop .menu-menu1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 120px; }
  #header .menu-desktop .menu-menu1 img {
    margin-left: 101px; }
    @media screen and (max-width: 1060px) {
      #header .menu-desktop .menu-menu1 img {
        margin-left: 40px; } }
  #header .menu-desktop .menu-menu1 .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    list-style: none;
    -webkit-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out; }
    #header .menu-desktop .menu-menu1 .menu .menu-item {
      /* margin-left: 40px; */
      color: rgba(0, 0, 0, 0.47);
      font-family: "source-sans-pro-semibold",sans-serif; }
      #header .menu-desktop .menu-menu1 .menu .current-menu-item {
        color: var(--primary-500);
        position: relative;
        /* text-decoration: underline; */
      }
      #header .menu-desktop .menu-menu1 .menu .current-menu-item::after {
        position: absolute;
        top: 22px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--primary-500);
        /* -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: -webkit-transform 250ms ease-in-out;
        transition: -webkit-transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; */
        content: ""; 
      }
      #header .menu-desktop .menu-menu1 .menu .menu-item:first-child {
        margin-left: 0; }
        @media screen and (max-width: 1060px) {
          #header .menu-desktop .menu-menu1 .menu .menu-item:first-child {
            margin-left: 40px; } }
  #header .menu-desktop .menu-menu1 .call-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 180px;
    height: 40px;
    margin-right: 100px;
    margin-left: 40px;
    color: white;
    background-color: var(--primary-500);
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    #header .menu-desktop .menu-menu1 .call-to-action:hover {
      background-color: var(--secondary-500);
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    @media screen and (max-width: 1060px) {
      #header .menu-desktop .menu-menu1 .call-to-action {
        margin-right: 40px; } }

#header .menu-desktop .menu-menu2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120px; }
  #header .menu-desktop .menu-menu2-container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    list-style: none; }
    #header .menu-desktop .menu-menu2-container .menu .menu-item {
      margin-left: 52px;
      font-family: "source-sans-pro-semibold",sans-serif;
      -webkit-transition: opacity 250ms ease-in-out;
      transition: opacity 250ms ease-in-out; }

#header .menu-desktop .menu-menu3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 120px;
  padding: 0 100px; }
  @media screen and (max-width: 1060px) {
    #header .menu-desktop .menu-menu3 {
      padding: 0 40px; } }
  @media screen and (max-width: 950px) {
    #header .menu-desktop .menu-menu3 {
      padding: 0 24px; } }
  #header .menu-desktop .menu-menu3 .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #header .menu-desktop .menu-menu3 .menu .menu-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 44px;
      margin-left: 40px;
      font-family: "source-sans-pro-semibold",sans-serif;
      -webkit-transition: opacity 250ms ease-in-out;
      transition: opacity 250ms ease-in-out; }
      #header .menu-desktop .menu-menu3 .menu .menu-item::after {
        top: 32px; }
      #header .menu-desktop .menu-menu3 .menu .menu-item:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 180px;
        height: 40px;
        color: white;
        background-color: var(--primary-500);
        border-radius: 4px;
        cursor: pointer;
        opacity: 1;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
        #header .menu-desktop .menu-menu3 .menu .menu-item:last-child::after {
          display: none; }
        #header .menu-desktop .menu-menu3 .menu .menu-item:last-child:hover {
          background-color: var(--secondary-500);
          -webkit-transition-duration: 500ms;
          transition-duration: 500ms; }
        @media screen and (max-width: 1060px) {
          #header .menu-desktop .menu-menu3 .menu .menu-item:last-child {
            margin-right: 40px; } }

#header .menu-mobile {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100vw;
  background-color: white; }
  #header .menu-mobile .menu-visible {
    position: relative;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    background-color: white;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08); }
    #header .menu-mobile .menu-visible .burger {
      position: relative;
      z-index: 200;
      display: block;
      width: 18px;
      height: 12px;
      margin-left: 31px;
      cursor: pointer; }
      #header .menu-mobile .menu-visible .burger span:nth-child(1) {
        top: 4px; }
      #header .menu-mobile .menu-visible .burger span:nth-child(2) {
        top: 11px; }
      #header .menu-mobile .menu-visible .burger span:nth-child(3) {
        top: 18px; }
      #header .menu-mobile .menu-visible .burgerspan {
        background: white; }
      #header .menu-mobile .menu-visible .burger.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
      #header .menu-mobile .menu-visible .burger.open span:nth-child(2) {
        top: 60px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0; }
      #header .menu-mobile .menu-visible .burger.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
      #header .menu-mobile .menu-visible .burger span {
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: black;
        border-radius: 9px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out; }
    #header .menu-mobile .menu-visible .logo {
      z-index: 200;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      width: 150px;
      margin-left: calc((100% - 98px - 150px) / 2); }
  #header .menu-mobile .menu-open,
  #header .menu-mobile .menu-mobile-pop {
    position: fixed;
    top: -100vh;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: white;
    -webkit-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out; }
    #header .menu-mobile .menu-open .menu,
    #header .menu-mobile .menu-mobile-pop .menu {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      list-style: none; }
      #header .menu-mobile .menu-open .menu .menu-item,
      #header .menu-mobile .menu-mobile-pop .menu .menu-item {
        margin-bottom: 32px;
        font-size: 20px;
        font-family: "source-sans-pro-semibold",sans-serif; }
        #header .menu-mobile .menu-open .menu .menu-item:last-child,
        #header .menu-mobile .menu-mobile-pop .menu .menu-item:last-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 180px;
          height: 40px;
          color: white;
          background-color: var(--primary-500);
          border-radius: 4px; }
          #header .menu-mobile .menu-open .menu .menu-item:last-child::after,
          #header .menu-mobile .menu-mobile-pop .menu .menu-item:last-child::after {
            content: "";
            width: 0;
            height: 0; }
  #header .menu-mobile .menu-open {
    top: 80px;
    z-index: 100;
    padding-top: 60px;
    -webkit-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out; }

@media screen and (min-width: 901px) {
  #header .menu-desktop {
    display: block; }
  #header .menu-mobile {
    display: none; } }

@media screen and (max-width: 900px) {
  #header .menu-desktop {
    display: none; }
  #header .menu-mobile {
    display: block; } }

#header .menu-desktop .menu-menu1-container {
  width: 50%;
}

#header .menu-desktop #menu-menu1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}



.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 100px 100px 150px 100px;
  background-color: #313131;
  color: #fff; }
  @media screen and (max-width: 1050px) {
    .footer {
      padding: 100px 50px 150px 50px; } }
  @media screen and (max-width: 700px) {
    .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 40px 26px 80px 26px; } }
  .footer ul {
    margin-left: 0;
    list-style: none; }
  .footer .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 340px;
    margin-right: 218px; }
    @media screen and (max-width: 1050px) {
      .footer .contact {
        margin-right: 150px; } }
    @media screen and (max-width: 900px) {
      .footer .contact {
        margin-right: 100px; } }
    @media screen and (max-width: 700px) {
      .footer .contact {
        margin-right: 0px; } }
    .footer .contact .input-description {
      max-width: 292px;
      margin-top: 40px;
      color: #fff;
      font-size: 18px; }
    .footer .contact .form-newsletter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 286px;
      height: 44px;
      margin-top: 23px;
      background: #fff;
      border: 1px solid var(--primary-500);
      border-radius: 6px; }
      .footer .contact .form-newsletter input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 242px;
        height: 44px;
        padding-left: 20px; }
      .footer .contact .form-newsletter button {
        width: 44px;
        height: 44px;
        margin-top: -1px;
        background-color: var(--primary-500);
        border-radius: 0 6px 6px 0;
        cursor: pointer;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
        .footer .contact .form-newsletter button:hover {
          background-color: var(--secondary-500);
          -webkit-transition-duration: 500ms;
          transition-duration: 500ms; }
    .footer .contact .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      margin-top: 44px; }
      @media screen and (max-width: 378px) {
        .footer .contact .social {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      .footer .contact .social .social-description {
        display: none; }
        @media screen and (max-width: 700px) {
          .footer .contact .social .social-description {
            display: block;
            margin-bottom: 18px;
            color: black;
            font-weight: 600;
            font-size: 16px; } }
      .footer .contact .social a img {
        margin-right: 10px;
      }
      .footer .contact .social a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 30px;
        margin-bottom: 10px;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms; }
        .footer .contact .social a:hover {
          color: var(--primary-500);
          -webkit-transition-duration: 250ms;
          transition-duration: 250ms; }
        @media screen and (max-width: 378px) {
          .footer .contact .social a {
            margin-bottom: 15px; } }
        .footer .contact .social a:last-child {
          margin-right: 0; }
          @media screen and (max-width: 378px) {
            .footer .contact .social a:last-child {
              margin-bottom: 0; } }
  .footer .menu-footer {
    margin-right: 138px; }
    @media screen and (max-width: 900px) {
      .footer .menu-footer {
        margin-right: 75px; } }
    @media screen and (max-width: 700px) {
      .footer .menu-footer {
        margin-top: 42px;
        margin-right: 0; } }
    .footer .menu-footer:last-child {
      margin-right: 0; }
    .footer .menu-footer .menu-footer-title {
      color: black;
      font-weight: 600;
      font-family: 'source-sans-pro-bold'; }
    .footer .menu-footer .menu-item {
      margin-top: 16px;
      color: #7b7b7b;
      font-size: 16px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .footer .menu-footer .menu-item:first-child {
        margin-top: 19px; }
      .footer .menu-footer .menu-item:hover {
        color: var(--primary-500);
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }

.contact__img
{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}

.contact__img h5
{
  text-transform: uppercase;
  font-size: 200%;
  font-family: 'source-sans-pro-bold';
}

.contact_imcContent
{
  width: 100%;
}

.cards {
  z-index: 0;
  margin: 0 -100px 120px -100px; }
  @media screen and (max-width: 767px) {
    .cards {
      margin: 0 -24px 60px -24px; } }
  .cards .cards-container-nocarrousel,
  .cards .cards-container-carrousel,
  .cards .cards-container {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0 100px; }
    @media screen and (max-width: 1050px) {
      .cards .cards-container-nocarrousel,
      .cards .cards-container-carrousel,
      .cards .cards-container {
        padding: 30px 50px; } }
    @media screen and (max-width: 900px) {
      .cards .cards-container-nocarrousel,
      .cards .cards-container-carrousel,
      .cards .cards-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px 24px; } }
  .cards .cards-container-nocarrousel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cards .cards-container-carrousel {
    padding: 0;
    overflow: hidden; }
  .cards .button-container {
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    background-color: white; }
    @media screen and (max-width: 900px) {
      .cards .button-container {
        display: none; } }
    .cards .button-container .cards-button-prev,
    .cards .button-container .cards-button-next {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 64px;
      height: 120px;
      background-color: rgba(0, 0, 0, 0.04);
      border-radius: 8px;
      cursor: pointer; }
      .cards .button-container .cards-button-prev svg,
      .cards .button-container .cards-button-next svg {
        cursor: pointer; }
        .cards .button-container .cards-button-prev svg polygon,
        .cards .button-container .cards-button-next svg polygon {
          fill: black; }
    .cards .button-container .left-arrow {
      -webkit-transform: rotateZ(180deg);
      transform: rotateZ(180deg); }
  .cards .button-container-next {
    position: absolute;
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .cards .btn-hidden {
    display: none; }
  .cards .container-scrollbar {
    z-index: 100;
    display: block;
    width: auto;
    height: 10px;
    margin: 0 24px 24px 24px; }
    .cards .container-scrollbar .swiper-scrollbar {
      height: 4px; }
      .cards .container-scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
        background-color: var(--primary-500); }
    @media screen and (min-width: 501px) {
      .cards .container-scrollbar {
        margin: 0 50px; } }
    @media screen and (min-width: 901px) {
      .cards .container-scrollbar {
        display: none; } }
  .cards .container-scrollbar-hidden {
    display: none; }
  .cards .titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 100px; }
    @media screen and (max-width: 1050px) {
      .cards .titles {
        padding: 0 50px; } }
    @media screen and (max-width: 500px) {
      .cards .titles {
        padding: 0 24px; } }
  @media screen and (min-width: 501px) {
    .cards .title-link {
      display: block; }
    .cards .title-link-mobile {
      display: none; } }
  @media screen and (max-width: 500px) {
    .cards .title-link {
      display: none; }
    .cards .title-link-mobile {
      display: block;
      margin-bottom: 60px;
      padding: 0 24px; } }
  .cards .big .swiper-slide,
  .cards .medium .swiper-slide,
  .cards .small .swiper-slide {
    background-color: white;
    border: 2px solid #d8d8d8;
    border-radius: 7px;
    cursor: pointer; }
    .cards .big .swiper-slide .informations .subtitle,
    .cards .medium .swiper-slide .informations .subtitle,
    .cards .small .swiper-slide .informations .subtitle {
      color: var(--primary-500);
      font-weight: 550;
      font-size: 16px;
      font-family: source-sans-pro-semibold;
      line-height: 24px;
      text-transform: uppercase; }
    .cards .big .swiper-slide .informations .description,
    .cards .medium .swiper-slide .informations .description,
    .cards .small .swiper-slide .informations .description {
      color: #646464; }
  .cards .big,
  .cards .medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .cards .big li,
    .cards .medium li {
      width: 30%;
      max-width: 520px;
      height: auto;
      margin-right: 5%;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .cards .big li:last-child,
      .cards .medium li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 900px) {
        .cards .big li,
        .cards .medium li {
          width: auto;
          min-width: 386px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 500px) {
        .cards .big li,
        .cards .medium li {
          min-width: 0;
          max-width: 100%; } }
      .cards .big li:hover,
      .cards .medium li:hover {
        -webkit-box-shadow: 0 4px 20px #d8d8d8;
        box-shadow: 0 4px 20px #d8d8d8;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
      .cards .big li .image,
      .cards .medium li .image {
        width: 100%;
        height: auto;
        max-height: 224px; }
        .cards .big li .image img,
        .cards .medium li .image img {
          display: block;
          width: auto;
          max-width: 100%;
          height: 100%;
          margin: auto;
          -o-object-fit: cover;
          object-fit: cover;
          border-radius: 7px 7px 0 0; }
      .cards .big li .informations,
      .cards .medium li .informations {
        padding: 26px 23px 19px 23px; }
        .cards .big li .informations .subtitle,
        .cards .medium li .informations .subtitle {
          margin-bottom: 7px;
          color: var(--primary-500);
          font-weight: 550;
          font-size: 16px;
          font-family: source-sans-pro-semibold;
          line-height: 24px;
          text-transform: uppercase; }
        .cards .big li .informations h4,
        .cards .medium li .informations h4 {
          margin-bottom: 5px; }
        .cards .big li .informations .description,
        .cards .medium li .informations .description {
          margin-bottom: 16px;
          color: #646464; }
  .cards .small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px; }
    .cards .small li {
      width: 49%;
      max-width: 700px;
      height: auto;
      margin-top: 32px;
      margin-right: 0;
      padding: 23px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .cards .small li:first-child, .cards .small li:nth-child(2) {
        margin-top: 0; }
      .cards .small li:hover {
        border-color: var(--primary-500);
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
      @media screen and (max-width: 1050px) {
        .cards .small li {
          width: 100%; }
          .cards .small li:nth-child(2) {
            margin-top: 32px; } }
      .cards .small li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .cards .small li a .image {
          width: auto;
          height: 104px;
          margin-right: 24px; }
          @media screen and (max-width: 500px) {
            .cards .small li a .image {
              height: 52px; } }
          .cards .small li a .image img {
            width: auto;
            height: 100%; }
        .cards .small li a .informations {
          margin-right: 24px; }
          @media screen and (max-width: 500px) {
            .cards .small li a .informations .subtitle {
              font-size: 13px; }
            .cards .small li a .informations h4 {
              font-size: 20px; }
            .cards .small li a .informations .description {
              font-size: 14px; } }
        @media screen and (max-width: 500px) {
          .cards .small li a svg {
            min-width: 24px; } }
        .cards .small li a svg polygon {
          fill: var(--secondary-500); }
  .cards .no-swipper-wrapper:not(.small) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-self: center; }
    @media screen and (max-width: 685px) {
      .cards .no-swipper-wrapper:not(.small) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .cards .no-swipper-wrapper:not(.small) .swiper-slide {
      width: 30%;
      min-width: 320px;
      margin-right: 0;
      margin-bottom: 32px;
      margin-left: 5%; }
      .cards .no-swipper-wrapper:not(.small) .swiper-slide:nth-child(3n+1) {
        margin-left: 0; }
      @media screen and (min-width: 2100px) {
        .cards .no-swipper-wrapper:not(.small) .swiper-slide {
          width: 22%;
          margin-left: 4%; }
          .cards .no-swipper-wrapper:not(.small) .swiper-slide:nth-child(3n+1) {
            margin-left: 4%; }
          .cards .no-swipper-wrapper:not(.small) .swiper-slide:nth-child(4n+1) {
            margin-left: 0; } }
      @media screen and (max-width: 1270px) {
        .cards .no-swipper-wrapper:not(.small) .swiper-slide {
          width: 45%;
          margin-left: 10%; }
          .cards .no-swipper-wrapper:not(.small) .swiper-slide:nth-child(3n+1) {
            margin-left: 10%; }
          .cards .no-swipper-wrapper:not(.small) .swiper-slide:nth-child(2n+1) {
            margin-left: 0; } }
      @media screen and (max-width: 767px) {
        .cards .no-swipper-wrapper:not(.small) .swiper-slide {
          display: block;
          width: 100%;
          min-width: 250px;
          margin: auto;
          margin-bottom: 24px; }
          .cards .no-swipper-wrapper:not(.small) .swiper-slide:nth-child(3n+1) {
            margin-left: auto; }
          .cards .no-swipper-wrapper:not(.small) .swiper-slide:nth-child(2n+1) {
            margin-left: auto; } }

@media screen and (max-width: 767px) {
  .cards-container-carrousel .big .swiper-slide {
    max-width: 85%; } }

.btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 18px 24px;
  color: white;
  font-size: 16px;
  font-family: "source-sans-pro-semibold";
  line-height: 24px;
  background-color: var(--primary-500);
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media screen and (max-width: 767px) {
    .btn-primary {
      padding: 8px; } }
  .btn-primary svg {
    margin-right: 12px; }
  .btn-primary:hover {
    background-color: var(--secondary-500);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
  .btn-primary:disabled {
    background-color: #8d1558; }

.btn-secondary {
  padding: 16px;
  color: var(--primary-500);
  font-size: 16px;
  font-family: "source-sans-pro-semibold";
  line-height: 24px;
  background-color: white;
  border: 1.5px solid var(--primary-500);
  cursor: pointer;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media screen and (max-width: 767px) {
    .btn-secondary {
      padding: 8px; } }
  .btn-secondary:hover {
    color: var(--secondary-500);
    border-color: var(--secondary-500);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }

.btn-tertiary a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: var(--primary-500);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .btn-tertiary a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-family: "source-sans-pro-semibold"; }
  .btn-tertiary a svg {
    margin-top: 2px; }
    .btn-tertiary a svg polygon {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      fill: var(--primary-500); }

.btn-tertiary:hover a {
  color: var(--secondary-500);
  text-decoration: underline;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

.btn-tertiary:hover polygon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  fill: var(--secondary-500); }

.headerSite {
  position: relative;
  margin: 0 -100px 120px -100px; }
  @media screen and (max-width: 767px) {
    .headerSite {
      margin: 0 -24px 60px -24px; } }

.header-container {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
  overflow: hidden; }
  .header-container .btn-swipper {
    position: absolute;
    top: 48%;
    z-index: 50;
    width: auto;
    cursor: pointer; }
  .header-container .btn-swipper-prev {
    left: 100px; }
    @media screen and (max-width: 414px) {
      .header-container .btn-swipper-prev {
        left: 0; } }
    .header-container .btn-swipper-prev svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .header-container .btn-swipper-next {
    right: 100px; }
    @media screen and (max-width: 414px) {
      .header-container .btn-swipper-next {
        right: 0; } }
  .header-container li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .header-container li .header-title {
    position: absolute;
    top: 33%;
    left: 200px;
    z-index: 50;
    max-width: 60%;
    color: white; }
    @media screen and (max-width: 768px) {
      .header-container li .header-title {
        font-size: 20px;
        font-family: "source-sans-pro-semibold";
        line-height: 28px;
        letter-spacing: -0.2px; } }
    @media screen and (max-width: 414px) {
      .header-container li .header-title {
        top: 79px;
        left: 48px;
        max-width: 77%; } }
  @media screen and (max-width: 414px) {
    .header-container li {
      height: 296px; } }

.image-container {
  position: relative; }
  @media screen and (max-width: 414px) {
    .image-container {
      height: 272px; } }
  .image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .image-container .header-title {
    position: absolute;
    top: 33%;
    left: 200px;
    z-index: 50;
    max-width: 60%;
    color: white; }
    @media screen and (max-width: 768px) {
      .image-container .header-title {
        font-size: 20px;
        font-family: "source-sans-pro-semibold";
        line-height: 28px;
        letter-spacing: -.2px; } }
    @media screen and (max-width: 414px) {
      .image-container .header-title {
        top: 79px;
        left: 48px;
        max-width: 77%; } }

.mediumHeader,
.smallHeader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 331px;
  padding: 0 200px;
  background-color: var(--primary-500); }
  .mediumHeader .header-title,
  .smallHeader .header-title {
    color: white; }
    @media screen and (max-width: 768px) {
      .mediumHeader .header-title,
      .smallHeader .header-title {
        font-size: 20px;
        font-family: "source-sans-pro-semibold";
        line-height: 28px;
        letter-spacing: -.2px; } }

.smallHeader {
  min-height: 205px; }
  @media screen and (max-width: 767px) {
    .smallHeader {
      height: 116px;
      padding: 0  24px; } }

@media screen and (max-width: 1100px) {
  .mediumHeader {
    padding: 0  100px; } }

@media screen and (max-width: 767px) {
  .mediumHeader {
    height: 376px;
    padding: 0  24px; } }

.searchHeader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 420px; }
  .searchHeader .header-title {
    width: 89%;
    margin-top: 87px; }
    @media screen and (max-width: 900px) {
      .searchHeader .header-title {
        font-size: 25px; } }
  .searchHeader .searchBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 89%;
    height: 96px;
    margin-top: 37px;
    padding-right: 16px;
    background-color: white;
    border: 4px solid rgba(31, 4, 16, 0.08);
    border-radius: 8px; }
    @media screen and (max-width: 767px) {
      .searchHeader .searchBar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        height: 116px;
        padding: 18px 8px 8px 8px; } }
    .searchHeader .searchBar .inputSearch {
      width: 100%;
      margin-left: 40px;
      color: rgba(31, 4, 16, 0.86);
      font-size: 25px; }
      @media screen and (max-width: 767px) {
        .searchHeader .searchBar .inputSearch {
          margin-left: 24px;
          font-size: 20px; } }
    .searchHeader .searchBar .btn-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media screen and (max-width: 767px) {
        .searchHeader .searchBar .btn-search {
          width: 100%;
          margin-top: 18px; } }
      .searchHeader .searchBar .btn-search .select_category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        height: auto;
        margin-left: 29px;
        padding: 20px 24px;
        font-size: 20px;
        background-color: rgba(31, 4, 16, 0.08);
        border-radius: 4px; }
        @media screen and (max-width: 767px) {
          .searchHeader .searchBar .btn-search .select_category {
            width: 100%;
            margin: 0;
            padding: 8px;
            font-size: 16px; } }
      .searchHeader .searchBar .btn-search .fake_submit {
        margin-left: 16px; }
        @media screen and (max-width: 767px) {
          .searchHeader .searchBar .btn-search .fake_submit {
            margin-left: 8px; } }

.info-cards {
  position: absolute;
  bottom: -60px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 86%;
  height: 120px;
  margin-left: 7%;
  padding: 0 9%;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 16px 21px 35px rgba(22, 22, 22, 0.04);
  box-shadow: 16px 21px 35px rgba(22, 22, 22, 0.04); }
  @media screen and (max-width: 1100px) {
    .info-cards {
      padding: 0 3%; } }
  @media screen and (max-width: 900px) {
    .info-cards {
      position: relative;
      bottom: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      margin-top: -80px;
      margin-left: 0;
      padding: 19px 24px 34px 24px; } }
  .info-cards .block-title-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .info-cards .block-title-info .icon-info {
      margin-top: 4px;
      margin-right: 22px; }
      @media screen and (max-width: 900px) {
        .info-cards .block-title-info .icon-info {
          display: none; } }
      .info-cards .block-title-info .icon-info path {
        fill: var(--primary-500); }
    .info-cards .block-title-info .info-card-title {
      max-width: 120px;
      font-size: 20px;
      line-height: 24px; }
      @media screen and (max-width: 900px) {
        .info-cards .block-title-info .info-card-title {
          max-width: none; } }
  @media screen and (max-width: 900px) {
    .info-cards .block-info {
      margin-top: 16px; } }
  .info-cards .block-info .title-info {
    color: #1F0410;
    font-weight: 600;
    font-size: 16px;
    font-family: "source-sans-pro-semibold";
    font-style: normal;
    line-height: 20px; }
  .info-cards .block-info .description-info {
    margin-top: 5px;
    color: #1F0410;
    font-weight: normal;
    font-size: 16px;
    font-family: "source-sans-pro-regular";
    font-style: normal;
    line-height: 20px;
    letter-spacing: -.2px;
    opacity: .84; }
    @media screen and (max-width: 900px) {
      .info-cards .block-info .description-info {
        margin-top: 0; } }

.article-cards {
  position: absolute;
  bottom: -41px;
  width: 86%;
  height: auto;
  margin-left: 7%;
  padding: 70px 7%;
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-box-shadow: 16px 21px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 16px 21px 60px rgba(0, 0, 0, 0.08); }
  .article-cards .article-category {
    color: var(--primary-500);
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .3px;
    text-transform: uppercase; }
  .article-cards .article-excerpt {
    color: #1F0410;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.2px;
    opacity: .64; }

@media screen and (max-width: 900px) {
  .article-cards {
    top: auto;
    z-index: 50;
    width: calc(100% - 48px);
    height: auto;
    margin: 0 24px;
    padding: 25px 24px 26px 24px; } }

.shop-cards {
  position: absolute;
  bottom: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 86%;
  height: 160px;
  margin-left: 7%;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 16px 21px 35px rgba(22, 22, 22, 0.04);
  box-shadow: 16px 21px 35px rgba(22, 22, 22, 0.04); }
  .shop-cards .shop-img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px;
    height: 100%;
    -webkit-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.08); }
    .shop-cards .shop-img-container img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .shop-cards .shop-right-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 48px; }
  .shop-cards .btn-mobile {
    display: none; }

@media screen and (max-width: 767px) {
  .shop-cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 48px);
    height: auto;
    margin-left: 24px;
    padding: 21px 12px 12px 12px; }
    .shop-cards .shop-img-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 25%;
      height: 50px;
      margin-right: 15px;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .shop-cards .shop-img-container img {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .shop-cards .shop-right-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 70%;
      height: auto;
      padding: 0; }
      .shop-cards .shop-right-card .btn-desktop {
        display: none; }
    .shop-cards .btn-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      margin: 18px 0 0 0; } }

.offer-cards {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 84%;
  height: 324px;
  margin-left: 8%;
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-box-shadow: 16px 21px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 16px 21px 60px rgba(0, 0, 0, 0.08); }
  .offer-cards .offer-img-container {
    width: 393px;
    height: 100%; }
    .offer-cards .offer-img-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .offer-cards .offer-info {
    margin-left: 138px; }
    .offer-cards .offer-info .offer-logo-container {
      display: none; }
    .offer-cards .offer-info .offer-category {
      color: var(--primary-500);
      font-weight: 600;
      font-size: 13px;
      line-height: 20px;
      letter-spacing: .3px;
      text-transform: uppercase; }
    .offer-cards .offer-info h2 {
      margin-top: 9px; }
    .offer-cards .offer-info .offer-excerpt {
      margin-top: 12px; }
    .offer-cards .offer-info .btn-primary {
      width: 184px;
      margin-top: 26px; }

@media screen and (max-width: 767px) {
  .offer-cards {
    top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 48px);
    height: auto;
    margin-left: 24px;
    border-radius: 4px; }
    .offer-cards .offer-img-container {
      width: 100%;
      height: 180px;
      overflow: hidden;
      border-radius: 4px 4px 0 0; }
      .offer-cards .offer-img-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .offer-cards .offer-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0;
      padding: 21px 12px 12px 12px; }
      .offer-cards .offer-info .offer-logo-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 25%;
        height: 50px;
        margin-right: 15px;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .offer-cards .offer-info .offer-logo-container img {
          max-width: 100%;
          max-height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
      .offer-cards .offer-info .offer-category {
        display: none; }
      .offer-cards .offer-info .offer-description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 70%;
        height: auto;
        padding: 0; }
        .offer-cards .offer-info .offer-description h2 {
          margin: 0; }
        .offer-cards .offer-info .offer-description .offer-excerpt {
          margin-top: 1px; }
      .offer-cards .offer-info .btn-primary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-top: 18px; } }

.event-cards {
  position: absolute;
  top: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  height: auto;
  margin-left: 7%;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-box-shadow: 16px 21px 35px rgba(22, 22, 22, 0.04);
  box-shadow: 16px 21px 35px rgba(22, 22, 22, 0.04); }
  .event-cards .event-img-container {
    width: 85%;
    height: auto; }
    .event-cards .event-img-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .event-cards .event-info {
    padding: 53px 56px 56px 36px; }
    .event-cards .event-info .event-date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-bottom: 45px; }
      .event-cards .event-info .event-date p {
        font-size: 25px;
        line-height: 28px; }
      .event-cards .event-info .event-date h2 {
        margin: 0;
        line-height: 28px; }
    .event-cards .event-info .event-title {
      margin-bottom: 24px; }
    .event-cards .event-info .event-shop {
      color: var(--primary-500);
      font-size: 25px;
      line-height: 28px;
      opacity: .84; }
    .event-cards .event-info .event-adress {
      margin-top: 57px;
      color: var(--primary-500);
      opacity: .84; }
    .event-cards .event-info .btn-primary {
      margin-top: 50px; }

@media screen and (max-width: 900px) {
  .event-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 400px;
    overflow: hidden; }
    .event-cards .event-img-container {
      width: 100%;
      height: 180px;
      -o-object-fit: cover;
      object-fit: cover; }
      .event-cards .event-img-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .event-cards .event-info {
      padding: 21px 16px 12px 16px; }
      .event-cards .event-info .event-date {
        position: absolute;
        top: 108px;
        left: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        margin: 0;
        background-color: white;
        border-radius: 4px; }
        .event-cards .event-info .event-date p {
          margin-top: -2px;
          font-size: 13px;
          line-height: 24px; }
        .event-cards .event-info .event-date h2 {
          margin: 0;
          line-height: 24px; }
      .event-cards .event-info .event-title {
        margin-bottom: 1px; }
      .event-cards .event-info .event-shop {
        color: var(--primary-500);
        font-size: 16px;
        line-height: 24px;
        opacity: .84; }
      .event-cards .event-info .event-adress {
        display: none; }
      .event-cards .event-info .btn-primary {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-top: 18px; } }

.popup-event-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8); }

.popup-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 71%;
  height: auto;
  background-color: white;
  border-radius: 8px; }
  .popup-event .event-form {
    width: 62%; }
    .popup-event .event-form .event-form-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 80px;
      padding: 10px 20px;
      font-size: 20px;
      line-height: 28px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .popup-event .event-form form {
      padding: 25px 107px;
      /* On mouse-over, add a grey background color */
      /* When the checkbox is checked, add a blue background */
      /* Create the checkmark/indicator (hidden when not checked) */
      /* Show the checkmark when checked */
      /* Style the checkmark/indicator */ }
      .popup-event .event-form form .mc-field-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 28px; }
        .popup-event .event-form form .mc-field-group label {
          margin-bottom: 6px;
          color: black;
          font-weight: 600;
          font-size: 16px;
          line-height: 24px; }
        .popup-event .event-form form .mc-field-group input {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 100%;
          height: 44px;
          padding-left: 16px;
          background: #FFFFFF;
          border: 1px solid rgba(0, 0, 0, 0.236233);
          border-radius: 6px; }
      .popup-event .event-form form .checkmark-basic {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 50;
        width: 28px;
        height: 28px;
        cursor: pointer;
        opacity: 0; }
      .popup-event .event-form form .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        width: 28px;
        height: 28px;
        background: #FFFFFF;
        border: 2px solid rgba(31, 4, 16, 0.08);
        border-radius: 4px;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms; }
      .popup-event .event-form form .cgu input:hover ~ .checkmark {
        background-color: var(--secondary-500);
        border: 0;
        opacity: .3;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms; }
      .popup-event .event-form form .cgu input:checked ~ .checkmark {
        background-color: var(--primary-500);
        border: 0;
        border-color: white; }
      .popup-event .event-form form .checkmark:after {
        position: absolute;
        display: none;
        content: ""; }
      .popup-event .event-form form .cgu input:checked ~ .checkmark:after {
        display: block; }
      .popup-event .event-form form .checkmark:after {
        top: 7px;
        left: 11px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .popup-event .event-form form .cgu {
        position: relative;
        display: block;
        margin-bottom: 12px;
        padding-left: 44px;
        font-size: 13px;
        line-height: 20px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .popup-event .event-form form .btn-primary {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-top: 36px; }
      .popup-event .event-form form .cgu-not-accepted {
        margin-top: 10px;
        color: red;
        font-size: 13px;
        opacity: 0; }
      .popup-event .event-form form #mc_embed_signup_scroll .mce_inline_error {
        margin: 0;
        color: red;
        font-weight: 200;
        font-size: 13px;
        background-color: white; }
      .popup-event .event-form form #mce-error-response {
        margin-bottom: 20px;
        color: red;
        font-weight: 200;
        font-size: 13px; }
        .popup-event .event-form form #mce-error-response a {
          text-decoration: underline; }
      .popup-event .event-form form #mce-success-response {
        opacity: 0; }
  .popup-event .event-img {
    position: relative;
    width: 38%;
    height: auto; }
    .popup-event .event-img .exit {
      position: absolute;
      top: 33px;
      right: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      cursor: pointer; }
      .popup-event .event-img .exit img {
        width: 20px;
        height: 20px; }
    .popup-event .event-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 0 8px 8px 0; }

@media screen and (max-width: 900px) {
  .popup-event-background {
    padding: 16px; }
  .popup-event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    .popup-event .event-img {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      height: 150px; }
    .popup-event .event-form {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      padding: 21px 24px 12px 24px; }
      .popup-event .event-form .event-form-title {
        height: auto;
        margin-bottom: 25px;
        padding: 0;
        border: 0; }
      .popup-event .event-form form {
        padding: 0; }
        .popup-event .event-form form .mc-field-group {
          margin-bottom: 18px; }
          .popup-event .event-form form .mc-field-group label {
            font-size: 13px; }
          .popup-event .event-form form .mc-field-group input {
            height: 40px; }
        .popup-event .event-form form .cgu-not-accepted {
          margin-top: 5px; } }

.popup-redirection-background {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8); }

.popup-redirection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 604px;
  padding: 105px;
  background: #FFFFFF;
  border-radius: 8px; }
  .popup-redirection .img-container {
    width: 80px;
    height: 81px;
    margin-bottom: 33px;
    background-color: var(--primary-500);
    border-radius: 50%; }
    .popup-redirection .img-container img {
      margin-top: 28px;
      margin-left: 20px; }
  .popup-redirection h4 {
    margin-bottom: 9px; }
  .popup-redirection p {
    margin-bottom: 51px; }

@media screen and (max-width: 900px) {
  .popup-redirection-background {
    padding: 16px; }
  .popup-redirection {
    padding: 96px 12px 12px 12px; }
    .popup-redirection .img-container {
      margin-bottom: 29px; }
    .popup-redirection h4 {
      margin-bottom: 5px; }
    .popup-redirection p {
      margin-bottom: 122px;
      padding: 0 24px;
      text-align: center; }
    .popup-redirection .btn-primary {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; } }

.popup-event-hidden {
  display: none; }

.page_404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .page_404 .right {
    width: 35%;
    margin-left: 106px; }
    .page_404 .right h1 {
      margin-bottom: 19px; }
    .page_404 .right p {
      margin-bottom: 56px; }
    .page_404 .right .btn-primary {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }

@media screen and (max-width: 767px) {
  .page_404 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 85px 24px; }
    .page_404 .left {
      margin-bottom: 32px; }
      .page_404 .left img {
        width: 85px;
        height: auto; }
    .page_404 .right {
      width: 100%;
      margin: 0; }
      .page_404 .right h1 {
        margin-bottom: 16px; }
      .page_404 .right p {
        margin-bottom: 48px; }
      .page_404 .right .btn-primary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; } }

#cookie-banner {
  position: fixed;
  bottom: 60px;
  left: 7%;
  z-index: 500;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 86%;
  padding: 24px 24px 24px 28px;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16); }
  #cookie-banner.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #cookie-banner img {
    margin-right: 28px; }
  #cookie-banner p {
    width: 60%;
    margin-right: 56px; }
  #cookie-banner .btn-primary {
    margin-right: 16px; }

@media screen and (max-width: 767px) {
  #cookie-banner {
    left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 48px);
    padding: 32px; }
    #cookie-banner img {
      display: none; }
    #cookie-banner p {
      width: 100%;
      margin-right: 0;
      margin-bottom: 16px; }
    #cookie-banner button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; }
    #cookie-banner .btn-primary {
      margin-right: 0;
      margin-bottom: 12px; } }

.custom_message {
  margin: 0 -100px 0 -100px;
  padding: 11px 0 13px 0;
  color: white;
  font-weight: 600;
  text-align: center;
  background-color: var(--primary-500); }
  @media screen and (max-width: 767px) {
    .custom_message {
      margin: 0 -24px 0 -24px; } }


.newletters
{
  width: 100%;
  background: #fff;
  margin: 10% auto;
  margin-top: 15%;
}

.newletters__container
{
  display: flex;
  align-content: center;
}

.newletters_img
{
  width: 70%;
}

.newletters_img img
{
  width: 100%;
}

.newletters_content
{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 2.5%;
  /* align-items: center; */
}

.newletters_content h4
{
  margin: 0;
  font-weight: normal;
}

.newletters_content p
{
  margin: 0;
  font-size: 18px;
}

.newletters_content a
{
  justify-content: center;
}

.footer .menu-footer .menu-footer-title, .footer .menu-footer .menu-item
{
  color: #fff;
}

/* .footer .menu-footer .menu-footer-title
{
  color: var(--primary-500);
} */

.footer .menu-footer .menu-item
{
  font-weight: normal;
}


/*# sourceMappingURL=app.css.map */
