/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container-content {
  width: 90%;
  max-width: 790px;
  margin: 0 auto;
}

.container {
  width: 90%;
  max-width: 996px;
  margin: 0 auto;
}

.container-large {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.heading-1, .heading-2, .heading-3, .input-text {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  line-height: 140%;
}

.heading-1 {
  font-size: 3.125rem;
}

.heading-2 {
  font-size: 2.1875rem;
}

.heading-3 {
  font-size: 0.9375rem;
}

.input-text {
  font-size: 1.125rem;
}

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

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

.text-left {
  text-align: left;
}

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

.main-color {
  color: #163970;
}

.secondary-1-color {
  color: #EBD093;
}

.secondary-2-color {
  color: #E4BB5D;
}

.secondary-3-color {
  color: #BB8011;
}

.secondary-4-color {
  color: #FFFFFF;
}

.subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
}
.subtitle + p {
  margin: 0;
}

.cta_btn_large {
  display: inline-block;
  text-decoration: none;
  background-color: #E4BB5D;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  transition: background-color 0.3s ease;
  padding: 1.3rem 1.5rem;
  margin-top: 2rem;
}
.cta_btn_large:hover {
  background-color: #BB8011;
}

.featured-image {
  margin-top: 3.75rem;
  height: 25rem;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

a.cta_btn {
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  line-height: 130%;
  text-align: center;
  background-color: #E4BB5D;
  color: #FFFFFF;
  padding: 0.785rem 1.2rem 0.785rem 0.785rem;
  transition: all 0.3s ease-out;
}
a.cta_btn::after {
  content: "";
  background-image: url(../../images/arrow_right.svg);
  width: 16px;
  height: 14px;
  display: inline-block;
  position: relative;
  left: 10px;
  top: 2px;
  transition: transform 0.3s ease-out;
}
a.cta_btn:hover {
  background-color: #BB8011;
  padding-right: 2rem;
}
a.cta_btn:hover::after {
  transform: translateX(10px);
}

a {
  text-decoration: none;
}

a:not(.breadcrumb_link, #open-nav, #main-nav a, .cta_btn, .cta_btn_large, .collection-item-cta, .cta-share, .offre_cta, .default-style) {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #E4BB5D;
  text-decoration: none;
}
a:not(.breadcrumb_link, #open-nav, #main-nav a, .cta_btn, .cta_btn_large, .collection-item-cta, .cta-share, .offre_cta, .default-style):hover {
  color: #BB8011;
}

.row {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.col {
  flex: 1;
}

.ela-select {
  position: relative;
  font-family: "Barlow", sans-serif;
  width: 95%;
  margin-left: 5%;
}
.ela-select select {
  display: none;
}
.ela-select .ela-select-selected {
  background-color: #EBD093;
  border: 1px solid #FFFFFF;
}
.ela-select .ela-select-selected::after {
  position: absolute;
  content: "";
  top: 14px;
  top: 10px;
  right: 14px;
  width: 7px;
  height: 7px;
  border: 2px solid transparent;
  border-color: #BB8011 #BB8011 transparent transparent;
  transform: rotateZ(135deg);
}
.ela-select .ela-select-selected.select-arrow-active::after {
  border-color: transparent transparent #BB8011 #BB8011;
  top: 16px;
}
.ela-select .ela-select-items {
  position: absolute;
  background-color: #EBD093;
  color: #163970;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #FFFFFF;
  border-top: none;
}
.ela-select .select-hide {
  display: none;
}
.ela-select .ela-select-items div, .ela-select .ela-select-selected {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 130%;
  padding: 7px 12px;
  cursor: pointer;
}
.ela-select .ela-select-items div {
  color: #163970;
}
.ela-select .ela-select-selected {
  color: #BB8011;
}
.ela-select .ela-select-items div:hover, .ela-select .same-as-selected {
  background-color: #BB8011;
  color: #FFFFFF;
}
.ela-select div.same-as-selected {
  color: #FFFFFF;
}

blockquote {
  font-family: "Baskerville", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #BB8011;
  position: relative;
  padding: 47px 1rem 0;
  margin: 1.875rem 0 0 0;
}
blockquote p {
  color: #BB8011;
  margin: 0;
}
blockquote::before {
  background-image: url(../../images/quotes.svg);
  position: absolute;
  content: "";
  width: 160px;
  height: 116px;
  top: 0;
  left: 0;
  z-index: -1;
}
blockquote .quote-name {
  font-style: italic;
  font-weight: 600;
  font-size: 19px;
  line-height: 140%;
  margin-top: 1.25rem;
}

.faq-list .faq-item {
  border-bottom: 1px solid #E4BB5D;
}
.faq-list .faq-item button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 1rem 0;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #163970;
}
.faq-list .faq-item button::before {
  content: "";
  background-image: url(../../images/arrow_right_blue.svg);
  margin-right: 1rem;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 14px;
  transition: transform 300ms ease-out;
}
.faq-list .faq-item button.active::before {
  transform: rotateZ(90deg);
}
.faq-list .faq-item div {
  padding-left: 2rem;
  display: none;
}

.collection-item-cta {
  text-decoration: none;
}
.collection-item-cta:hover .collection-item-image img {
  scale: 1.1;
}

.video {
  position: relative;
  margin-bottom: 1rem;
}

.video__cover {
  position: relative;
}
.video__cover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.video__cover:hover::before {
  opacity: 0.25;
}

.video__cover--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.video__cover--image img {
  display: block;
}

.video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.playing.video__iframe {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.playing + .video__cover {
  visibility: hidden;
}

.btn-clear {
  display: inline-block;
  width: auto;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

/* Lightbox */
.thumbnail {
  cursor: zoom-in;
  display: block;
  max-width: 100%;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
}

.lightbox.active {
  display: flex;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 9999;
}

.arrow {
  position: absolute;
  top: 50%;
  font-size: 50px;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  transform: rotateZ(45deg);
}

.left-arrow {
  left: 30px;
  border-color: transparent transparent white white;
}

.right-arrow {
  right: 30px;
  border-color: white white transparent transparent;
}

.arrow-container {
  width: 70px;
  height: 100vh;
  position: absolute;
  display: block;
  z-index: 999;
  background: transparent;
  cursor: pointer;
}

.left-arrow-container {
  left: 0;
}

.right-arrow-container {
  right: 0;
}

span#lightbox-counter {
  position: absolute;
  font-family: "Barlow", sans-serif;
  color: white;
  background-color: black;
  padding: 0.3rem 0.5rem;
  bottom: 50px;
}

.title-alt-small {
  font-family: "Baskerville", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 19px;
  line-height: 140%;
  color: #BB8011;
}

.gallery_photo .gallery {
  position: relative;
}
.gallery_photo .gallery img.thumbnail {
  border: 1px solid #EBD093;
}
.gallery_photo .gallery img.thumbnail:not(:first-child):not(:nth-child(2)) {
  display: none;
}
.gallery_photo .gallery span.g_counter {
  display: flex;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #E4BB5D;
  color: #000000;
  top: 1px;
  left: 1px;
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.25rem;
  pointer-events: none;
  padding: 0.5rem 1rem;
}
.gallery_photo .gallery span.g_counter svg {
  margin-left: 20px;
}

section.gallery_photo {
  padding: 4rem 0;
}

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

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

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

* {
  box-sizing: border-box;
}

/* Base Styles */
body {
  font-family: "Baskerville", serif;
  font-size: 20px;
  line-height: 140%;
  margin: 0;
  padding: 0;
}
body h1, body h2, body h3, body h4, body h5, body h6, body a {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #163970;
}

p, ul > li {
  font-family: "Baskerville", serif;
  font-size: 20px;
  line-height: 140%;
  color: #163970;
}
p strong, ul > li strong {
  font-weight: 700;
}

nav.main-nav {
  height: 100vh;
  overflow-y: auto;
  background: #163970;
  width: 100%;
  max-width: 490px;
  position: fixed;
  right: 0;
  padding: 4rem;
  z-index: 11;
  transition: transform 0.3s ease;
  transform: translateX(200%);
}
nav.main-nav.shown {
  transform: translateX(0); /* Slide in from the right */
}
nav.main-nav.hidden {
  transform: translateX(200%); /* Slide out to the right */
}
nav.main-nav #close-nav {
  position: absolute;
  right: 5rem;
  top: 3rem;
}
nav.main-nav #close-nav:hover svg rect {
  fill: #E4BB5D;
}
nav.main-nav ul {
  padding: 0 1rem;
  max-width: 260px;
  margin: 0 auto;
}
nav.main-nav ul li {
  list-style: none;
}
nav.main-nav ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 190%;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
nav.main-nav ul li.active > a, nav.main-nav ul li:hover > a {
  color: #E4BB5D;
  font-weight: 600;
}
nav.main-nav ul li.active > a::before, nav.main-nav ul li:hover > a::before {
  content: url("../../../assets/images/block_icon.svg");
  position: absolute;
  left: -30px;
}
nav.main-nav .socials {
  display: flex;
  justify-content: space-between;
  border-top: 0.5px solid #EBD093;
  max-width: 260px;
  padding-top: 2rem;
  align-items: baseline;
  margin: 2rem auto 0;
}
nav.main-nav .socials .lang-switcher {
  color: #E4BB5D;
  font-weight: 400;
  font-size: 18px;
  line-height: 244%;
  text-decoration: none;
}
nav.main-nav .socials .lang-switcher::before {
  content: url("../../../assets/images/union_icon.svg");
  margin-right: 1rem;
}
nav.main-nav .nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

a#open-nav {
  position: fixed;
  right: 3rem;
  top: 3rem;
  z-index: 10;
}

a#open-nav-mobile {
  display: none;
}

header {
  position: relative;
}
header .main-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-logo img {
  max-width: 100%;
}
header .header-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

section.hero {
  padding: 3rem 0 10rem;
  border-bottom: 1px solid #EBD093;
}

.hero-content {
  margin-top: 3.5rem;
}
.hero-content h1 {
  margin: 1rem 0;
}

.countdown {
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.countdown .countdown-item {
  border-radius: 13px;
  width: 59px;
  height: 91px;
  background-color: #E4BB5D;
  text-align: center;
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
}
.countdown .countdown-item .countdown-value {
  font-weight: 500;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 0.5rem 0;
}
.countdown .countdown-item .countdown-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  padding-top: 0.5rem;
  border-top: 0.5px solid #FFFFFF;
}

.sponsor-by > span {
  display: block;
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: -0.02em;
  font-family: "Berskville";
  color: #BB8011;
  margin-bottom: 0.5rem;
}

footer.main-footer::before {
  background-image: url(../../images/footer_bg.svg);
  background-size: initial;
  background-position-x: center;
  background-position-y: 0%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.main-footer-content {
  min-height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #E4BB5D;
}
.main-footer-content .container-content {
  z-index: 1;
  font-family: "Baskerville", sans-serif;
  color: #FFFFFF;
}
.main-footer-content .container-content p {
  font-weight: 400;
  font-size: 19px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}
.main-footer-content .container-content span.copyright {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  margin-top: 5rem;
  display: inline-block;
}

footer.main-footer {
  padding-top: 27rem;
  position: relative;
}

section.breadcrumbs {
  margin-top: 8rem;
}
section.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
section.breadcrumbs ul li, section.breadcrumbs ul a {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #BB8011;
}
section.breadcrumbs ul li:first-child {
  position: relative;
  top: 3px;
}

section.contact {
  padding: 8.125rem 0;
}
section.contact .contact-form-container {
  width: 100%;
  background-color: #EBD093;
  padding: 4rem;
}
section.contact .contact-form-container h2 {
  margin-top: 0;
  line-height: 1;
}

.contact-form-container form input, .contact-form-container form textarea {
  width: 100%;
  border: transparent;
  background: transparent;
  border-bottom: 1px solid #FFFFFF;
  padding: 1rem;
  font-family: "Barlow", sans-serif;
  color: #163970;
  font-size: 1.125rem;
}
.contact-form-container form input:focus, .contact-form-container form textarea:focus {
  outline: none;
}
.contact-form-container form input::-moz-placeholder, .contact-form-container form textarea::-moz-placeholder {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #163970;
}
.contact-form-container form input::placeholder, .contact-form-container form textarea::placeholder {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #163970;
}

.contact-form-container form {
  width: 670px;
  margin: 0 auto;
}
.contact-form-container form button, .contact-form-container form input[type=submit] {
  width: 100%;
  border: none;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  background-color: #E4BB5D;
  color: #FFFFFF;
  padding: 0.75rem 0;
  margin-top: 1rem;
  cursor: pointer;
}
.contact-form-container form button:hover, .contact-form-container form input[type=submit]:hover {
  background-color: #BB8011;
  border: none;
}
.contact-form-container form label {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #163970;
  margin-top: 1rem;
  padding-left: 1rem;
  display: block;
}

section.text-temoignage {
  padding: 8.125rem 0;
  border-bottom: 1px solid #EBD093;
}
section.text-temoignage .text-temoignage-container {
  display: flex;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
section.text-temoignage .text-temoignage-container .text-content {
  padding: 1.875rem 0;
  margin-bottom: 1.875rem;
  border: 1px solid #E4BB5D;
  border-right: none;
  border-left: none;
  border-top: none;
  padding-top: 0;
}
section.text-temoignage .text-temoignage-container .text-content p:first-child {
  margin-top: 0;
}
section.text-temoignage .text-temoignage-container .text-content p:first-child:last-child {
  margin-bottom: 0;
}
section.text-temoignage.img-left .text-temoignage-container {
  flex-direction: row-reverse;
}
section.text-temoignage .col:last-child {
  max-width: 380px;
}

section.intro-page {
  padding-bottom: 5rem;
  border-bottom: 1px solid #EBD093;
}
section.intro-page h1 {
  margin-bottom: 3.125rem;
}
section.intro-page .page-description {
  padding-top: 1.875rem;
  border-top: 1px solid #E4BB5D;
}
section.intro-page .page-description p:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 20px;
}

a.footer-link {
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: underline;
  font-size: 1rem;
}
a.footer-link:hover {
  color: #BB8011;
}

section.image-text {
  padding: 8.125rem 0;
  border-bottom: 1px solid #EBD093;
}
section.image-text .image-text-container {
  display: flex;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
section.image-text .image-text-container .image-container {
  width: 100%;
}
section.image-text .image-text-container .image-container img {
  max-width: 380px;
}
section.image-text .image-text-container .text-container {
  flex: 1;
}
section.image-text .image-text-container .text-container h2 {
  margin-top: 0;
}

section.content-temoignage {
  padding: 8.125rem 0 8.125rem;
  border-bottom: 1px solid #E4BB5D;
}
section.content-temoignage h2 {
  margin-top: 0;
}

section.faq {
  padding: 5rem 0 8.125rem;
  border-bottom: 1px solid #EBD093;
}
section.faq h2 {
  margin-top: 0;
}

section.watchmakers {
  padding: 8.125rem 0 8.125rem;
  border-bottom: 1px solid #EBD093;
}
section.watchmakers h2 {
  margin-top: 0;
}

.text-content {
  padding: 1.875rem 0;
  border: 1px solid #E4BB5D;
  border-right: none;
  border-left: none;
  border-top: none;
  padding-top: 0;
}
.text-content p:first-child {
  margin-top: 0;
}
.text-content p:last-child {
  margin-bottom: 0;
}

.text-temoignage-container h2.heading-2 + .text-content, .text-temoignage-container h2.heading-2 + .text-content, .watchmakers h2.heading-2 + .text-content {
  border-top: 1px solid #E4BB5D;
  padding-top: 1rem;
}

.temoignage-2-colonne, .temoignage-3-colonne, .mb50 {
  margin-top: 3.125rem;
}

ul.watchesbrands {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -1.25rem;
}
ul.watchesbrands li {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 140%;
  color: #163970;
  text-transform: uppercase;
}
ul.watchesbrands li:hover a {
  color: #E4BB5D;
}

section.collection-list {
  padding: 8.125rem 0 1.25rem;
  border-bottom: 1px solid #E4BB5D;
}
section.collection-list .collection-item .collection-item-image img {
  display: block;
  border: 1px solid #EBD093;
  width: 100%;
  transition: scale 0.2s ease-out;
}
section.collection-list.collection-v1 .collection-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
section.collection-list.collection-v1 .collection-items a:hover .collection-item-title {
  background-color: #163970;
}
section.collection-list.collection-v1 .collection-items a:hover .collection-item-title > .col:first-child {
  color: #EBD093;
}
section.collection-list.collection-v1 .collection-items .collection-item .collection-item-image {
  width: 483px;
}
section.collection-list.collection-v1 .collection-items .collection-item:nth-child(2n) {
  position: relative;
  top: -550px;
}
section.collection-list.collection-v1 .collection-items::before {
  content: "";
  display: block;
}
section.collection-list.collection-v1 .collection-items .collection-item-title {
  max-width: 360px;
  background: #EBD093;
  padding: 60px 40px;
  -moz-column-gap: normal;
       column-gap: normal;
  position: relative;
  top: -60px;
  left: 100px;
  transition: background-color 300ms ease;
}
section.collection-list.collection-v1 .collection-items .collection-item-title > .col:first-child {
  flex: unset;
  margin-right: 0.5rem;
  font-family: "Baskerville", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 19px;
  line-height: 200%;
  color: #163970;
  transition: color 300ms ease;
}
section.collection-list.collection-v1 .collection-items .collection-item-title > .col:nth-child(2) {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #FFFFFF;
}
section.collection-list.collection-v2 {
  padding-bottom: 8.125rem;
}
section.collection-list.collection-v2 .collection-item-title {
  padding: 10px 0 0;
  -moz-column-gap: normal;
       column-gap: normal;
}
section.collection-list.collection-v2 .collection-item-title > .col:first-child {
  flex: unset;
  margin-right: 0.5rem;
  font-family: "Baskerville", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 19px;
  line-height: 180%;
  color: #163970;
}
section.collection-list.collection-v2 .collection-item-title > .col:nth-child(2) {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: #E4BB5D;
}

section.product-summury {
  padding-bottom: 8.125rem;
  border-bottom: 1px solid #EBD093;
}
section.product-summury .product-summury-container {
  width: 90%;
  max-width: 1099px;
  margin: 2rem auto;
  display: flex;
}
section.product-summury .product-content {
  background: #EBD093;
  padding: 3.75rem 3.75rem 5.625rem;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 8.625rem;
}
section.product-summury .product-content .product-title {
  font-family: "Baskerville", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 19px;
  line-height: 140%;
  color: #163970;
  margin: 0;
}
section.product-summury .product-content .product-brand {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 10px 0;
}
section.product-summury .product-content .watch-name {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 140%;
  color: #163970;
  margin: 0 0 10px;
}
section.product-summury .product-content p {
  font-family: "Baskerville", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #163970;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #E4BB5D;
}
section.product-summury .product-content .title-alt-small {
  margin-bottom: 0;
}
section.product-summury .product-content .price, section.product-summury .product-content .price * {
  font-family: "Barlow", sans-serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 140% !important;
  color: #163970 !important;
}
section.product-summury .product-content .offre_cta {
  display: block;
  width: 100%;
  margin-top: 2.1875rem;
  padding: 10px 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #163970;
  background-color: #FFFFFF;
  transition: all 0.2s ease;
}
section.product-summury .product-content .offre_cta:hover {
  color: #FFFFFF;
  background-color: #BB8011;
}
section.product-summury .product-content .social-share-product {
  margin-top: 0.625rem;
}
section.product-summury .product-content .cta-share {
  display: inline-block;
  padding: 6px;
  background-color: #E4BB5D;
  text-decoration: none;
  width: 60px;
  margin-right: 0.625rem;
  text-align: center;
}
section.product-summury .product-content .cta-share:hover {
  background-color: #BB8011;
}
section.product-summury .product-img img {
  display: block;
}

section.product-infos .row {
  justify-content: space-between;
}
section.product-infos {
  padding: 5rem 0 8.125rem;
  border-bottom: 1px solid #EBD093;
}
section.product-infos .col:nth-child(2) {
  margin-left: -2rem;
  max-width: 585px;
}
section.product-infos .col:nth-child(2) .section-title {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #163970;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 1.875rem 0 1.875rem;
}
section.product-infos .col:nth-child(2) .section-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid transparent;
  border-color: transparent #163970 #163970 transparent;
  transform: rotateZ(45deg);
  right: 15px;
  top: 30px;
}
section.product-infos .col:nth-child(2) .section-title + div {
  border-bottom: 1px solid #E4BB5D;
  padding-bottom: 2.5rem;
}
section.product-infos .col:nth-child(2) .section-title + div p:first-child {
  margin-top: 0;
}
section.product-infos .col:nth-child(2) .section-title + div p:last-child {
  margin-bottom: 0;
}
section.product-infos .col:nth-child(2) .section-title + div.product-presse {
  border-bottom: none;
}
section.product-infos .col:nth-child(2) .section-title + div.product-presse ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.product-infos .col:nth-child(2) .section-title + div.product-presse ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 2px solid rgba(22, 57, 112, 0.2);
}
section.product-infos .col:nth-child(2) .section-title + div.product-presse ul li:first-child {
  border-top: 2px solid rgba(22, 57, 112, 0.2);
}
section.product-infos .col:nth-child(2) .section-title + div.product-presse .download-metas {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #163970;
}
section.product-infos .col:nth-child(2) .cta_btn_large {
  width: 100%;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #BB8011;
  padding: 15px;
  margin-top: 0;
}
section.product-infos .col:nth-child(2) .cta_btn_large:hover {
  color: #FFFFFF;
}
section.product-infos .col:first-child {
  max-width: 190px;
  position: sticky;
  top: 2rem;
  height: -moz-fit-content;
  height: fit-content;
}
section.product-infos .col:last-child {
  position: sticky;
  top: 2rem;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 278px;
  justify-self: end;
}
section.product-infos .col:last-child .brand-infos .brand-logo {
  text-align: center;
}
section.product-infos .col:last-child .brand-infos .brand-desc p {
  font-family: "Baskerville", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #BB8011;
}
section.product-infos .product-page-nav {
  padding: 1.75rem;
  width: 100%;
}
section.product-infos .product-page-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
section.product-infos .product-page-nav ul::before {
  content: "";
  left: -20px;
  position: absolute;
  height: 95px;
  width: 0;
  border-left: 0.5px solid #E4BB5D;
}
section.product-infos .product-page-nav ul li a {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #163970;
  text-transform: uppercase;
  position: relative;
}
section.product-infos .product-page-nav ul li a::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 30px;
  background-color: transparent;
  transition: background-color 0.3s;
}
section.product-infos .product-page-nav ul li a.active::before {
  background-color: #163970;
}

.fluent-select-container {
  position: relative !important;
  display: inline-block;
  width: 96%;
  margin-left: 15px;
}

.fluent-select-selected {
  background-color: #EBD093 !important;
  border: 1px solid #FFFFFF !important;
  padding: 7px 12px !important;
  font-weight: 400 !important;
  font-size: 1.125rem !important;
  line-height: 130% !important;
  font-family: "Barlow", sans-serif !important;
  color: #BB8011 !important;
  cursor: pointer !important;
  width: 100%;
}

.fluent-select-selected::after {
  position: absolute;
  content: "";
  top: 15px;
  right: 14px;
  width: 7px;
  height: 7px;
  border: 2px solid transparent;
  border-color: #BB8011 #BB8011 transparent transparent;
  transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}

.fluent-select-items {
  position: absolute;
  background-color: #EBD093;
  color: #163970;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #FFFFFF;
  border-top: none;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  width: auto;
}

.fluent-select-items div {
  padding: 7px 12px;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 130%;
  font-family: "Barlow", sans-serif !important;
  cursor: pointer;
}

.fluent-select-items div:hover,
.fluent-same-as-selected {
  background-color: #BB8011 !important;
  color: #FFFFFF !important;
}

.fluent-same-as-selected {
  background-color: #BB8011 !important;
  color: #FFFFFF !important;
}

.fluentform * {
  color: #163970;
  font-family: "Barlow", sans-serif !important;
}

.ff-default .ff-el-input--label label {
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}

.contact-form-container form input.ff-el-form-control,
.contact-form-container form textarea.ff-el-form-control {
  width: 100% !important;
  border: transparent !important;
  background: transparent !important;
  border-bottom: 1px solid #FFFFFF !important;
  padding: 1rem !important;
  font-family: "Barlow", sans-serif !important;
  color: #163970 !important;
  font-size: 1.125rem !important;
}

.ff_submit_btn_wrapper .ff_btn_style {
  width: 100% !important;
  border: none !important;
  font-family: "Barlow", sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 130% !important;
  text-transform: uppercase !important;
  text-align: center !important;
  background-color: #E4BB5D !important;
  color: #FFFFFF !important;
  padding: 0.75rem 0 !important;
  margin-top: 1rem !important;
  cursor: pointer !important;
}

.ff_submit_btn_wrapper .ff_btn_style:hover {
  background-color: #BB8011 !important;
  border: none !important;
}

.ff-el-is-required label {
  font-family: "Barlow", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.125rem !important;
  color: #163970 !important;
  margin-top: 1rem !important;
  padding-left: 1rem !important;
  display: block;
}

.ff-el-form-control::-moz-placeholder {
  font-family: "Barlow", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.125rem !important;
  color: #163970 !important;
}

.ff-el-form-control::placeholder {
  font-family: "Barlow", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.125rem !important;
  color: #163970 !important;
}

.fluentform .ff-el-group {
  margin-bottom: 5px !important;
}

.ff-default .ff-el-form-control {
  border-radius: unset !important;
}

.mobile-logo-container {
  display: none;
  background-color: #E4BB5D;
  padding: 10px 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}

@media (max-width: 1600px) {
  .content-temoignage .container-large.row {
    row-gap: 20px;
    flex-wrap: wrap;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  section.product-summury .product-content {
    padding: 1.75rem 1.75rem 3.625rem;
  }
  section.product-summury .product-img {
    min-width: 50%;
  }
  section.product-summury .product-img img {
    max-width: 100%;
  }
  section.product-summury .product-content {
    flex: 1;
    min-width: 380px;
  }
  .featured-image {
    background-attachment: scroll;
  }
}
@media (max-width: 600px) {
  main {
    padding-top: 80px;
  }
  .mobile-logo-container {
    display: block;
    z-index: 5;
  }
  .main-logo-container {
    display: none;
  }
  a#open-nav-mobile {
    display: block;
    position: absolute;
    right: 2rem;
    top: 25px;
  }
  a#open-nav-mobile svg rect {
    fill: #FFFFFF;
  }
  a#open-nav {
    display: none;
  }
  nav.main-nav {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
  section.text-temoignage .text-temoignage-container, section.text-temoignage.img-left .text-temoignage-container {
    flex-direction: column;
  }
  section.text-temoignage .text-temoignage-container .col img, section.text-temoignage.img-left .text-temoignage-container .col img {
    width: 100%;
  }
  section.text-temoignage .text-temoignage-container .col:first-child, section.text-temoignage.img-left .text-temoignage-container .col:first-child {
    margin-bottom: 2rem;
  }
  section.text-temoignage .text-temoignage-container .col:last-child, section.text-temoignage.img-left .text-temoignage-container .col:last-child {
    max-width: 100%;
  }
  section.text-temoignage .text-temoignage-container .cta_btn, section.text-temoignage.img-left .text-temoignage-container .cta_btn {
    display: inline-block;
    width: 100%;
  }
  .contact-form-container form {
    width: 100%;
  }
  .contact-form-container form .ela-select {
    width: 100%;
    margin-left: 0;
  }
  .row {
    flex-direction: column;
  }
  footer.main-footer {
    margin-top: unset;
  }
  footer.main-footer.is-iphone {
    padding-bottom: 90%;
  }
  .main-footer-content .container-content span.copyright {
    margin-top: 1rem;
  }
  section.contact {
    position: relative;
    z-index: 2;
  }
  section.breadcrumbs {
    margin-top: 2rem;
  }
  section.collection-list.collection-v1 .collection-items {
    grid-template-columns: 1fr;
  }
  section.collection-list.collection-v1 .collection-items .collection-item .collection-item-image {
    width: 100%;
  }
  section.collection-list.collection-v1 .collection-items .collection-item:nth-child(2n) {
    position: static;
    top: unset;
  }
  section.collection-list.collection-v1 .collection-items .collection-item-title {
    max-width: 88.88%;
    left: 5.56%;
    padding: 1.25rem 0.9375rem;
    flex-direction: row;
    top: 0;
    transform: translateY(-50%);
  }
  section.collection-list.collection-v1 .collection-items .collection-item-title > .col:nth-child(2) {
    font-size: 1.5625rem;
  }
  .heading-1 {
    font-size: 2.2rem;
  }
  section.collection-list {
    padding-top: 2rem;
  }
  section.image-text .image-text-container {
    flex-direction: column;
  }
  .temoignage-2-colonne .temoignage-2-colonne .col:not(:last-child),
  .temoignage-3-colonne .col:not(:last-child) {
    margin-bottom: 2rem;
  }
  .temoignage-2-colonne .temoignage-2-colonne .col img,
  .temoignage-3-colonne .col img {
    width: 100%;
    display: block;
  }
  .grid-3, .grid-4 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  section.collection-list.collection-v2 .collection-item-title > .col:nth-child(2) {
    font-size: 20px;
  }
  section.product-summury .product-summury-container {
    flex-direction: column;
  }
  section.product-summury .product-summury-container img {
    max-width: 100%;
  }
  section.product-summury .product-content {
    margin-top: 0;
    padding: 2.75rem 1.75rem 4.625rem;
  }
  section.product-summury {
    padding-bottom: 4rem;
  }
  section.product-summury .product-summury-container {
    flex-direction: column;
  }
  section.product-summury .product-summury-container img {
    max-width: 100%;
  }
  section.product-summury .product-content {
    margin-top: 0;
    padding: 2.75rem 1.75rem 4.625rem;
  }
  section.product-infos .col:first-child {
    position: static;
  }
  section.product-infos {
    padding: 2rem 0;
  }
  section.product-infos .col:nth-child(2) {
    margin-left: 0;
  }
  .product-media .video__cover--image img {
    max-width: 100%;
  }
  .product-media .gallery img {
    max-width: 100%;
  }
  section.product-infos .col:last-child {
    position: static;
    max-width: 100%;
  }
  section.product-infos .col:first-child {
    display: none;
  }
  section.product-infos .container-large .row {
    flex-direction: column-reverse;
  }
  .featured-image {
    background-attachment: unset;
  }
  .gallery {
    grid-template-columns: 1fr;
  }
  .gallery img.thumbnail {
    width: 100%;
  }
}/*# sourceMappingURL=theme.css.map */