/* ---------------------------------------------------------------------------- */
/* Imports */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Variables - Breakpoints de Bootstrap */
/* ---------------------------------------------------------------------------- */
.container {
  position: relative;
  z-index: 1;
}

.container.small {
  max-width: 768px;
}

.container.large {
  max-width: 1840px;
}

@media (min-width: 1280px) {
  .container.container-popup {
    max-width: 1040px;
  }
}

@media (min-width: 1680px) {
  .container.container-popup {
    max-width: 1360px;
  }
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1279.98px) {
  .container,
  .container-xxs,
  .container-xs,
  .container-sm,
  .container-md,
  .container-lg,
  .container-x,
  .container-xl,
  .container-xxl {
    padding: 0 15px !important;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.button, .header, .header img {
  transition: all 0.3s ease;
}

i[class^='icon'],
i[class*=' icon'] {
  display: flex;
  align-items: center;
}

/* ---------------------------------------------------------------------------- */
/* Mixins - Functions */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Font smoothing */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Variables - Colors */
/* ---------------------------------------------------------------------------- */
:root {
  --color-main: #07213e;
  --color-secondary: #e5b19f;
  --color-extra: #f1574a;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-light-grey: #d3d0c7;
  --color-white: #fff;
  --color-black: #000;
}

.background-color-main {
  background-color: #07213e !important;
}

.text-color-main {
  color: #07213e !important;
}

.background-color-secondary {
  background-color: #e5b19f !important;
}

.text-color-secondary {
  color: #e5b19f !important;
}

.background-color-extra {
  background-color: #f1574a !important;
}

.text-color-extra {
  color: #f1574a !important;
}

.background-color-white {
  background-color: #ffffff !important;
}

.text-color-white {
  color: #ffffff !important;
}

.background-color-black {
  background-color: #000000 !important;
}

.text-color-black {
  color: #000000 !important;
}

.background-color-light-grey {
  background-color: #d3d0c7 !important;
}

.text-color-light-grey {
  color: #d3d0c7 !important;
}

::selection {
  color: white;
  background: var(--color-main);
}

/* ---------- Backgrounds ---------- */
/* ---------------------------------------------------------------------------- */
/* Variables - Fonts */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Components - Buttons */
/* ---------------------------------------------------------------------------- */
.text-link {
  display: block;
  font: 700 1.25rem/1.4 "Magnat Head", sans-serif;
}

.text-link:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .text-link {
    font: 700 1.5rem/1.4 "Magnat Head", sans-serif;
  }
}

.text-link.small-font {
  font: 700 1.375rem/1.25 "Magnat Head", sans-serif;
}

@media (min-width: 1024px) {
  .text-link.small-font {
    font: 700 1.375rem/1.25 "Magnat Head", sans-serif;
  }
}

.button {
  text-align: center;
  font: 500 1.375rem/1.25 "Gotham";
  color: var(--color-main);
  text-decoration: none;
  background: none;
  display: inline-block;
  cursor: pointer;
  padding: 0.4375rem 2rem;
}

.button.border-radius {
  border-radius: 30px;
}

.button.small-font {
  font: 700 1.375rem/1.25 "Magnat Head", sans-serif;
  padding: 0.625rem 0.875em;
}

@media (min-width: 1024px) {
  .button.small-font {
    font: 700 1.375rem/1.25 "Magnat Head", sans-serif;
  }
}

.outline-color-main {
  color: #07213e !important;
  border: 2px solid #07213e !important;
}

.outline-color-main:hover {
  box-shadow: inset 0px 0px 0px 1px black !important;
  color: black !important;
  border: 2px solid black !important;
}

.opaque-color-main {
  border: 2px solid #07213e !important;
  background: #07213e !important;
}

.opaque-color-main:hover {
  color: #FFFFFF !important;
  border: 2px solid black !important;
  background: black !important;
}

.outline-color-secondary {
  color: #e5b19f !important;
  border: 2px solid #e5b19f !important;
}

.outline-color-secondary:hover {
  box-shadow: inset 0px 0px 0px 1px #ca5f3b !important;
  color: #ca5f3b !important;
  border: 2px solid #ca5f3b !important;
}

.opaque-color-secondary {
  border: 2px solid #e5b19f !important;
  background: #e5b19f !important;
}

.opaque-color-secondary:hover {
  color: #FFFFFF !important;
  border: 2px solid #ca5f3b !important;
  background: #ca5f3b !important;
}

.outline-color-extra {
  color: #f1574a !important;
  border: 2px solid #f1574a !important;
}

.outline-color-extra:hover {
  box-shadow: inset 0px 0px 0px 1px #ae1a0d !important;
  color: #ae1a0d !important;
  border: 2px solid #ae1a0d !important;
}

.opaque-color-extra {
  border: 2px solid #f1574a !important;
  background: #f1574a !important;
}

.opaque-color-extra:hover {
  color: #FFFFFF !important;
  border: 2px solid #ae1a0d !important;
  background: #ae1a0d !important;
}

.outline-color-white {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

.outline-color-white:hover {
  box-shadow: inset 0px 0px 0px 1px #bfbfbf !important;
  color: #bfbfbf !important;
  border: 2px solid #bfbfbf !important;
}

.opaque-color-white {
  border: 2px solid #ffffff !important;
  background: #ffffff !important;
}

.opaque-color-white:hover {
  color: #FFFFFF !important;
  border: 2px solid #bfbfbf !important;
  background: #bfbfbf !important;
}

.outline-color-black {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}

.outline-color-black:hover {
  box-shadow: inset 0px 0px 0px 1px black !important;
  color: black !important;
  border: 2px solid black !important;
}

.opaque-color-black {
  border: 2px solid #000000 !important;
  background: #000000 !important;
}

.opaque-color-black:hover {
  color: #FFFFFF !important;
  border: 2px solid black !important;
  background: black !important;
}

.outline-color-light-grey {
  color: #d3d0c7 !important;
  border: 2px solid #d3d0c7 !important;
}

.outline-color-light-grey:hover {
  box-shadow: inset 0px 0px 0px 1px #9b9480 !important;
  color: #9b9480 !important;
  border: 2px solid #9b9480 !important;
}

.opaque-color-light-grey {
  border: 2px solid #d3d0c7 !important;
  background: #d3d0c7 !important;
}

.opaque-color-light-grey:hover {
  color: #FFFFFF !important;
  border: 2px solid #9b9480 !important;
  background: #9b9480 !important;
}

/* ---------------------------------------------------------------------------- */
/* Components - Content-text */
/* ---------------------------------------------------------------------------- */
/* ---------- Elements ---------- */
/* Titles */
.suptitle {
  font: 400 1.5625rem/1.3 "Magnat Head", sans-serif;
  margin-bottom: 30px;
}

/* Headings */
.style-h1,
h1 {
  font: 300 4.25rem/1.2 "Magnat Head", sans-serif;
}

@media (min-width: 768px) {
  .style-h1,
  h1 {
    font: 300 4.5rem/1.2 "Magnat Head", sans-serif;
  }
}

@media (min-width: 1280px) {
  .style-h1,
  h1 {
    font: 300 7.25rem/1.2 "Magnat Head", sans-serif;
  }
}

.style-h2,
h2 {
  font: 700 1.375rem/1.35 "Magnat Head", sans-serif;
}

@media (min-width: 768px) {
  .style-h2,
  h2 {
    font: 700 1.625rem/1.35 "Magnat Head", sans-serif;
  }
}

@media (min-width: 1280px) {
  .style-h2,
  h2 {
    font: 700 1.875rem/1.35 "Magnat Head", sans-serif;
  }
}

.style-h3,
h3 {
  font: 600 1.9375rem/1.5 "Magnat Head", sans-serif;
}

@media (min-width: 768px) {
  .style-h3,
  h3 {
    font: 600 1.9375rem/1.5 "Magnat Head", sans-serif;
  }
}

@media (min-width: 1280px) {
  .style-h3,
  h3 {
    font: 600 1.9375rem/1.5 "Magnat Head", sans-serif;
  }
}

.style-h4,
h4 {
  font: 500 1.625rem/1.5 "Magnat Head", sans-serif;
}

@media (min-width: 768px) {
  .style-h4,
  h4 {
    font: 500 1.625rem/1.5 "Magnat Head", sans-serif;
  }
}

@media (min-width: 1280px) {
  .style-h4,
  h4 {
    font: 500 1.75rem/1.5 "Magnat Head", sans-serif;
  }
}

.style-h5,
h5 {
  font: 500 1.25rem/1.5 "Magnat Head", sans-serif;
}

@media (min-width: 768px) {
  .style-h5,
  h5 {
    font: 500 1.25rem/1.5 "Magnat Head", sans-serif;
  }
}

@media (min-width: 1280px) {
  .style-h5,
  h5 {
    font: 500 1.25rem/1.5 "Magnat Head", sans-serif;
  }
}

.style-h6,
h6 {
  font: 300 1rem/1.5 "Magnat Head", sans-serif;
}

@media (min-width: 768px) {
  .style-h6,
  h6 {
    font: 300 1rem/1.5 "Magnat Head", sans-serif;
  }
}

@media (min-width: 1280px) {
  .style-h6,
  h6 {
    font: 300 1rem/1.5 "Magnat Head", sans-serif;
  }
}

/* Paragraphes */
p {
  font: 400 1.25rem/1.65 "Magnat Head", sans-serif;
  margin-bottom: 25px;
}

@media (min-width: 1280px) {
  p {
    font: 400 1.375rem/1.65 "Magnat Head", sans-serif;
  }
}

p strong {
  font-weight: 700;
}

p small {
  font-size: 0.75em;
}

p + *:not(p):not(ol):not(ul) {
  margin-top: 35px;
}

p:last-of-type {
  margin-bottom: 0;
}

/* Listes */
/* Elements */
.big-text {
  font: 700 1.5625rem/1.4 "Magnat Head", sans-serif;
  margin-bottom: 40px;
}

.big-text:last-of-type {
  margin-top: 0;
}

.content-text {
  /* ---------- Images ---------- */
}

.content-text > *:first-child {
  margin-top: 0;
}

.content-text > *:last-child {
  margin-bottom: 0;
}

.content-text hr {
  height: 1px;
  display: block;
  margin: 3rem auto;
  background: #F3F3F3;
  border: none;
  clear: both;
}

.content-text img {
  border-radius: 2px;
}

.content-text .alignleft {
  float: left;
  max-width: 45%;
  margin: 5px 35px 15px 0;
}

.content-text .alignleft.wp-caption {
  margin-right: 2rem;
}

.content-text .alignright {
  float: right;
  max-width: 45%;
  margin: 5px 0 15px 35px;
}

.content-text .alignright.wp-caption {
  margin-left: 2rem;
}

.content-text .aligncenter {
  padding: 10px 0;
  margin: 0 auto 2rem;
  clear: both;
}

.content-text .aligncenter.wp-caption {
  max-width: 100%;
}

.content-text .wp-caption p {
  color: #888;
  font: italic 12px/16px "Magnat Head", sans-serif;
  text-align: center;
  padding: 0 5px;
  margin: 10px 10px 0 0;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.025rem;
}

sub {
  bottom: -0.25rem;
}

/* ---------------------------------------------------------------------------- */
/* Layout - Header */
/* ---------------------------------------------------------------------------- */
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  padding: 2.34375vw 0;
}

@media (min-width: 1440px) {
  .header {
    background: transparent;
    margin-top: 2.34375vw;
  }
}

.header.scrollUp {
  opacity: 0;
  transform: translateY(-100%);
}

.header img {
  max-width: 100%;
}

.header .logo-mobile {
  font-size: 26px;
  letter-spacing: 0.150em;
  font-weight: 700;
  color: var(--color-white);
}

@media screen and (min-width: 640px) {
  .header .logo-mobile {
    font-size: calc(26px + 6 * ((100vw - 640px) / 384));
  }
}

@media screen and (min-width: 1024px) {
  .header .logo-mobile {
    font-size: 32px;
  }
}

.header.shrink {
  margin: 0;
  padding: 0.78125vw 0;
  background: var(--color-main);
}

.header.shrink img {
  max-width: 200px;
}

.header.shrink .main-menu-holder nav ul li a {
  font-size: 18px;
}

@media screen and (min-width: 1280px) {
  .header.shrink .main-menu-holder nav ul li a {
    font-size: calc(18px + 0 * ((100vw - 1280px) / 400));
  }
}

@media screen and (min-width: 1680px) {
  .header.shrink .main-menu-holder nav ul li a {
    font-size: 18px;
  }
}

.header .user-control i:hover {
  cursor: pointer;
}

.header .language-switch {
  padding-right: 0.75em;
  border-right: 1px solid #000;
  margin-right: 0.75em;
}

.header .logo {
  position: relative;
  width: 55px;
}

@media (min-width: 640px) {
  .header .logo {
    width: 60px;
  }
}

.header .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  margin-right: -15px;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}

.header .hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.header .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.header .hamburger-inner, .header .hamburger-inner::before, .header .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: var(--color-white);
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.header .hamburger-inner::before, .header .hamburger-inner::after {
  content: "";
  display: block;
}

.header .hamburger-inner::before {
  top: -8px;
}

.header .hamburger-inner::after {
  bottom: -8px;
}

.header.clear-background.shrink {
  background: #dfdcd5;
}

.header.clear-background .logo-mobile {
  color: var(--color-main);
}

.header.clear-background .hamburger-inner, .header.clear-background .hamburger-inner::before, .header.clear-background .hamburger-inner::after {
  background-color: var(--color-main);
}

.header .main-menu-holder nav ul {
  display: flex;
}

.header .main-menu-holder nav ul li {
  position: relative;
  margin-right: 7.8125vw;
}

.header .main-menu-holder nav ul li:last-of-type {
  margin-right: 0;
}

.header .main-menu-holder nav ul li:hover a:after {
  width: 100%;
  left: 0;
}

.header .main-menu-holder nav ul li.current-page-parent > a, .header .main-menu-holder nav ul li.current_page_item > a {
  font-weight: 500;
}

.header .main-menu-holder nav ul li.current-page-parent > a:after, .header .main-menu-holder nav ul li.current_page_item > a:after {
  width: 100%;
  left: 0;
}

.header .main-menu-holder nav ul li a {
  font-size: 18px;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-family: "Gotham";
  display: block;
  color: var(--color-white);
}

@media screen and (min-width: 1280px) {
  .header .main-menu-holder nav ul li a {
    font-size: calc(18px + 4 * ((100vw - 1280px) / 400));
  }
}

@media screen and (min-width: 1680px) {
  .header .main-menu-holder nav ul li a {
    font-size: 22px;
  }
}

.header .main-menu-holder nav ul li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -3px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: var(--color-white);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.header.clear-background .main-menu-holder nav ul li a {
  color: var(--color-main);
}

.header.clear-background .main-menu-holder nav ul li a:after {
  background: var(--color-main);
}

/* ---------------------------------------------------------------------------- */
/* Layout - Banner */
/* ---------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .header-logo {
    margin: 0 auto;
    max-width: 70%;
  }
}

.banner {
  position: relative;
  color: #fff;
  height: auto;
  text-align: center;
  padding: 3.64583vw 0;
}

.banner.banner_map.auto-height {
  min-height: 260px;
}

.banner .container {
  z-index: 11;
}

.banner .banner-background {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .banner-background .banner-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 1024px) {
  .banner .banner-background .banner-image {
    background-attachment: fixed;
  }
}

.banner .banner-container {
  display: flex;
  flex-direction: column;
}

.banner .banner-container h1,
.banner .banner-container p {
  color: #fff;
  margin: 0;
}

.banner .banner-container h1 br,
.banner .banner-container p br {
  display: block;
}

.banner .banner-container h1 + *,
.banner .banner-container p + * {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .banner .banner-container h1 + *,
  .banner .banner-container p + * {
    margin-top: 40px;
  }
}

@media (min-width: 1280px) {
  .banner .banner-container h1 + *,
  .banner .banner-container p + * {
    margin-top: 55px;
  }
}

.banner .banner-container p {
  color: var(--color-secondary);
  font: 400 1.75rem/1.52 "Magnat Head", sans-serif;
  letter-spacing: 0.060em;
  font-size: 18px;
}

@media screen and (min-width: 640px) {
  .banner .banner-container p {
    font-size: calc(18px + 6 * ((100vw - 640px) / 1040));
  }
}

@media screen and (min-width: 1680px) {
  .banner .banner-container p {
    font-size: 24px;
  }
}

.banner .banner-container p strong {
  font: 500 2rem/1.52 "Magnat Head", sans-serif;
  font-size: 20px;
}

@media screen and (min-width: 640px) {
  .banner .banner-container p strong {
    font-size: calc(20px + 8 * ((100vw - 640px) / 1040));
  }
}

@media screen and (min-width: 1680px) {
  .banner .banner-container p strong {
    font-size: 28px;
  }
}

.banner .banner-container h1 {
  text-align: left;
  letter-spacing: 0.045em;
  font-size: 32px;
}

@media screen and (min-width: 640px) {
  .banner .banner-container h1 {
    font-size: calc(32px + 64 * ((100vw - 640px) / 1040));
  }
}

@media screen and (min-width: 1680px) {
  .banner .banner-container h1 {
    font-size: 96px;
  }
}

.banner .banner-container h2 {
  margin-bottom: 5px;
}

.banner .banner-container.align-center {
  align-items: center;
}

.banner .banner-container.align-center .banner-content {
  max-width: 1140px;
  text-align: center;
}

.banner .banner-container.align-center .banner-content.inner-page {
  margin: 0 auto;
  padding-bottom: 2.08333vw;
}

.banner .banner-container.align-center .banner-content.inner-page p {
  margin: 40px auto 0;
  max-width: 580px;
  color: var(--color-white) !important;
}

.banner .banner-container.align-center .banner-content.inner-page .bar {
  width: 2px;
  height: 5.72917vw;
  background: var(--color-secondary);
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}

@media (min-width: 768px) {
  .banner .banner-container.align-center .banner-content.inner-page .bar {
    margin-top: 30px;
  }
}

@media (min-width: 1024px) {
  .banner .banner-container.align-center .banner-content.inner-page .bar {
    margin-top: 55px;
  }
}

.banner .banner-container.align-left {
  align-items: flex-start;
}

.banner .banner-container.align-left .banner-content {
  text-align: left;
  max-width: 560px;
}

.banner .banner-container.align-right {
  align-items: flex-end;
}

.banner .banner-container.align-right .banner-content {
  text-align: right;
  max-width: 560px;
}

.banner.clear-background .banner-container.align-center {
  align-items: center;
}

.banner.clear-background .banner-container.align-center .banner-content {
  max-width: 1140px;
  text-align: center;
}

.banner.clear-background .banner-container.align-center .banner-content.inner-page h1,
.banner.clear-background .banner-container.align-center .banner-content.inner-page p {
  color: var(--color-main) !important;
}

.banner.clear-background .banner-container.align-center .banner-content .bar {
  background: var(--color-main) !important;
}

.banner .button-wrapper {
  margin-top: 2.625rem;
  padding: 0 13px;
}

@media (max-width: 1279.98px) {
  .banner .button-wrapper {
    margin-top: 1.5625rem;
    padding: 0;
  }
}

@media (max-width: 639.98px) {
  .banner .button-wrapper {
    margin-top: 0.9375rem;
  }
}

.banner .button-wrapper a + a {
  margin-left: 10px;
}

@media (max-width: 639.98px) {
  .banner .button-wrapper a + a {
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

body {
    padding-top: 215px;
}

@media (max-width: 1440px) {
    body {
        padding-top: 100px;
    }
}
