/*!
Theme Name: TPA
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tpa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TPA is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400;1,600&display=swap");
:root {
  --body-background-color: #f5ebdc;
  --body-text-color: #454141;
  --table-border-color: #38626d;
}

body.page-template-page-dark-theme,
body.page-template-page-dark-theme-banner,
body.page-template-equipe,
body.page-template-spectacles,
body.tax-spectacles {
  --body-background-color: #38626d;
  --body-text-color: #faf6f0;
  --table-border-color: #faf6f0;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

svg {
  display: block;
}

* {
  box-sizing: border-box;
}

.typography > * {
  margin: 2em 0 0 0;
}
.typography > *:first-child {
  margin-top: 0;
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, .typography p {
  position: relative;
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  font-weight: 600;
}
.typography h1 {
  font-size: 4em;
  letter-spacing: -0.0125em;
}
@media (max-width: 800px) {
  .typography h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 500px) {
  .typography h1 {
    font-size: 3em;
  }
}
.typography h2 {
  font-size: 2em;
  letter-spacing: -0.0125em;
  margin-top: 2em;
}
@media (max-width: 800px) {
  .typography h2 {
    font-size: 1.75em;
  }
}
@media (max-width: 500px) {
  .typography h2 {
    font-size: 1.5em;
  }
}
.typography p {
  line-height: 1.5em;
}
@media (max-width: 800px) {
  .typography p {
    font-size: 0.9375em;
  }
}
@media (max-width: 500px) {
  .typography p {
    font-size: 0.875em;
  }
}
.typography a {
  text-decoration: underline;
}
.typography strong {
  font-weight: 600;
}
.typography em {
  font-style: italic;
}
.typography [id^=gutenslider],
.typography .wp-block-image,
.typography .wp-block-video,
.typography figure.is-type-video {
  margin-top: 4em;
  margin-bottom: 4em;
}
.typography figure.is-type-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.typography figure.is-type-video .wp-block-embed__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.typography figure.is-type-video .wp-block-embed__wrapper iframe {
  position: relative;
  width: 100%;
  height: 100%;
}
.typography .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.typography blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  font-weight: 600;
  font-size: 1.75em;
}
@media (max-width: 800px) {
  .typography blockquote {
    font-size: 1.53125em;
  }
}
@media (max-width: 500px) {
  .typography blockquote {
    font-size: 1.3125em;
  }
}
.typography .is-style-theatrographie {
  margin: 0 -10px;
}
.typography .is-style-theatrographie table td {
  padding: 12px 10px;
  background-image: linear-gradient(to right, var(--table-border-color) 42.85714286%, transparent 0%);
  background-position: 0 100%;
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
.typography .is-style-theatrographie table tr:last-child td {
  background: none;
}
.typography .is-style-calendrier table td {
  vertical-align: top;
  padding: 12px 20px 12px 0;
  background-image: linear-gradient(to right, var(--table-border-color) 42.85714286%, transparent 0%);
  background-position: 0 100%;
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
.typography .is-style-calendrier table td:nth-child(1) {
  width: 5ch;
  font-weight: 600;
  font-size: 2em;
  letter-spacing: -0.025em;
  background: none;
}
.typography .is-style-calendrier table td:nth-child(2) {
  text-align: right;
}
.typography .is-style-calendrier table tr:last-child td {
  background: none;
}

header#global-header {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5vw 10px 5vw;
  background: #faf6f0;
}
header#global-header:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 44px;
  margin-top: -1px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1920' height='44'><path fill='%23faf6f0' d='M0,42.27c158.17,0,290-30.51,450-30.03s431.02,37.97,591.02,30.03C1201.02,34.26,1280-1.56,1440,1.53c160,3.08,326.65,40.75,480,40.75V0H0V42.27z'/></svg>");
}
header#global-header svg.tpa-logo {
  width: 120px;
  height: 95px;
}
header#global-header svg.tpa-logo .tpa-logo-fill {
  fill: #242424;
}
header#global-header svg.tpa-logo .tpa-logo-gradient {
  stop-color: #242424;
}
header#global-header nav#global-nav {
  display: flex;
  margin-right: -5px;
  white-space: nowrap;
}
header#global-header nav#global-nav ul#primary-menu {
  display: flex;
}
header#global-header nav#global-nav ul#primary-menu > li {
  position: relative;
}
header#global-header nav#global-nav ul#primary-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 15px 10px;
  color: #242424;
  font-weight: 600;
  font-size: 12px;
}
header#global-header nav#global-nav ul#primary-menu > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 4px;
  background: #38626d;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition: transform 300ms;
}
header#global-header nav#global-nav ul#primary-menu > li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  width: 300px;
  padding: 10px 0;
  opacity: 0;
  transform: translateY(5px);
  pointer-events: none;
  transition: opacity 300ms, transform 300ms;
  background: rgba(250, 246, 240, 0.9);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@supports (-webkit-backdrop-filter: saturate(200%) blur(20px)) or (backdrop-filter: saturate(200%) blur(20px)) {
  header#global-header nav#global-nav ul#primary-menu > li ul.sub-menu {
    background: rgba(250, 246, 240, 0.5);
    -webkit-backdrop-filter: saturate(200%) blur(20px);
    backdrop-filter: saturate(200%) blur(20px);
  }
}
header#global-header nav#global-nav ul#primary-menu > li ul.sub-menu a {
  position: relative;
  display: block;
  padding: 15px 20px;
  color: #242424;
  font-weight: 600;
  font-size: 12px;
  transition: color 300ms, background 300ms;
}
header#global-header nav#global-nav ul#primary-menu > li ul.sub-menu a:hover {
  color: #fff;
  background: #38626d;
}
header#global-header nav#global-nav ul#primary-menu > li:last-child {
  margin-left: 10px;
}
header#global-header nav#global-nav ul#primary-menu > li:last-child a {
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(56, 98, 109, 0.15);
  transition: all 300ms;
}
header#global-header nav#global-nav ul#primary-menu > li:last-child a:before {
  display: none;
}
header#global-header nav#global-nav ul#primary-menu > li:last-child a:hover {
  color: #fff;
  background: #38626d;
}
header#global-header nav#global-nav ul#primary-menu > li:hover a:before {
  transform: scaleX(1);
}
header#global-header nav#global-nav ul#primary-menu > li:hover ul.sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
header#global-header nav#global-nav .header-social {
  display: flex;
  margin-left: 15px;
}
header#global-header nav#global-nav .header-social a {
  padding: 10px 5px;
  opacity: 0.6;
  transition: opacity 300ms;
}
header#global-header nav#global-nav .header-social a:hover {
  opacity: 1;
}
header#global-header nav#global-nav .header-social svg {
  fill: #242424;
}
header#global-header nav#compact-nav {
  display: none;
}
header#global-header nav#compact-nav .compact-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
header#global-header nav#compact-nav .compact-menu-toggle svg {
  fill: #242424;
}

html.compact-menu header#global-header nav#global-nav {
  display: none;
}
html.compact-menu header#global-header nav#compact-nav {
  display: block;
}

footer#global-footer {
  position: relative;
  z-index: 1;
  padding: 60px 5vw 20px 5vw;
  font-size: 12px;
  color: rgba(69, 65, 65, 0.4);
}
footer#global-footer:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 43px;
  left: 0;
  width: 100%;
  height: calc(100% - 43px);
  background: #faf6f0;
}
footer#global-footer:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1920' height='44'><path fill='%23faf6f0' d='M1920,1.73c-158.17,0-290,30.51-450,30.03S1038.98-6.21,878.98,1.73C718.98,9.74,640,45.56,480,42.47C320,39.39,153.35,1.73,0,1.73V44h1920V1.73z'/></svg>");
}
footer#global-footer > * {
  display: flex;
  justify-content: center;
}
footer#global-footer a {
  color: #38626d;
}
footer#global-footer .footer-social a {
  padding: 10px 5px;
}
footer#global-footer .footer-social svg {
  fill: rgba(69, 65, 65, 0.4);
}
footer#global-footer .footer-phone,
footer#global-footer .footer-email {
  margin-bottom: 10px;
}
footer#global-footer .footer-phone {
  font-size: 16px;
}
footer#global-footer .footer-email {
  font-size: 14px;
}
footer#global-footer .legal-attrib span {
  padding: 0 5px;
}

html.compact-menu-open body {
  overflow: hidden;
}

#compact-menu {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#compact-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(245, 235, 220, 0.95);
  will-change: opacity;
  opacity: 0;
  transition: opacity 600ms;
}
#compact-menu .compact-menu-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: #0d262f;
  overflow: hidden;
  will-change: transform;
  transform: translateX(101%);
  transition: transform cubic-bezier(0.75, 0, 0, 1) 750ms;
}
#compact-menu .compact-menu-modal .compact-menu-toggle {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: #faf6f0;
  border-radius: 50%;
  cursor: pointer;
}
#compact-menu .compact-menu-modal .compact-menu-toggle:before, #compact-menu .compact-menu-modal .compact-menu-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #0d262f;
  border-radius: 2px;
}
#compact-menu .compact-menu-modal .compact-menu-toggle:before {
  width: 2px;
  height: 14px;
}
#compact-menu .compact-menu-modal .compact-menu-toggle:after {
  width: 14px;
  height: 2px;
}
#compact-menu .compact-menu-modal .nav-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#compact-menu .compact-menu-modal nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 100px 50px;
}
#compact-menu .compact-menu-modal nav ul#compact-menu-list > li {
  padding: 10px 0;
}
#compact-menu .compact-menu-modal nav ul#compact-menu-list > li > a {
  font-size: 13px;
  color: #faf6f0;
}
#compact-menu .compact-menu-modal nav ul#compact-menu-list .sub-menu a {
  font-size: 11.5px;
  color: rgba(250, 246, 240, 0.8);
}
#compact-menu .compact-menu-modal nav a {
  display: inline-block;
  padding: 7px 0;
  font-weight: 600;
}
#compact-menu .compact-menu-modal nav .compact-menu-social {
  margin-left: -5px;
}
#compact-menu .compact-menu-modal nav .compact-menu-social svg {
  margin: 0 5px;
  fill: #faf6f0;
}
html.compact-menu-open #compact-menu {
  pointer-events: auto;
}
html.compact-menu-open #compact-menu:before {
  opacity: 1;
}
html.compact-menu-open #compact-menu .compact-menu-modal {
  transform: translateX(0);
}

main {
  padding-top: 50px;
}
main .page-banner {
  position: relative;
  width: 100%;
  height: 50vw;
  min-height: 400px;
}
@media (min-width: 1440px) {
  main .page-banner {
    height: 720px;
  }
}
main .page-banner:before, main .page-banner:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 62px;
  background-color: var(--body-background-color);
}
main .page-banner:before {
  top: 0;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1920' height='62'><path fill='%23000000' d='M0,0v35.5c530.32,51.53,716.6,16.91,1042.51-11.52C1305.1,1.08,1389.68-16.03,1920,35.5V0H0z'/></svg>");
  -webkit-mask-position-x: 150px;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1920' height='62'><path fill='%23000000' d='M0,0v35.5c530.32,51.53,716.6,16.91,1042.51-11.52C1305.1,1.08,1389.68-16.03,1920,35.5V0H0z'/></svg>");
  mask-position-x: 150px;
}
main .page-banner:after {
  bottom: 0;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1920' height='62'><path fill='%23000000' d='M1920,62V26.5C1389.68-25.03,1203.4,9.58,877.49,38.02C614.9,60.92,530.32,78.03,0,26.5V62H1920z'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1920' height='62'><path fill='%23000000' d='M1920,62V26.5C1389.68-25.03,1203.4,9.58,877.49,38.02C614.9,60.92,530.32,78.03,0,26.5V62H1920z'/></svg>");
}
main .page-banner .page-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0;
}
main .page-wrapper {
  padding: 10vh 5vw;
}
main .primary-title {
  font-weight: 600;
  font-size: 4em;
  letter-spacing: -0.025em;
  margin-bottom: 1em;
}
@media (max-width: 800px) {
  main .primary-title {
    font-size: 3.5em;
  }
}
@media (max-width: 500px) {
  main .primary-title {
    font-size: 3em;
  }
}
main .title-logo {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 50px;
}
main .typography-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  cursor: pointer;
}
.card .card-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.card .card-image .card-image-src {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.card .card-meta {
  flex: 1 0 auto;
  padding: 20px;
  color: #242424;
  background: #fff;
}
.card .card-meta .card-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  min-height: 2em;
}
.card .card-meta .card-subtitle {
  margin-top: 25px;
  padding-right: 40px;
  font-weight: 600;
  font-size: 12px;
  opacity: 0.65;
}
.card .card-disclosure {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: rgba(69, 65, 65, 0.65);
  border-radius: 50%;
}
.card .card-disclosure:before, .card .card-disclosure:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
}
.card .card-disclosure:before {
  width: 2px;
  height: 14px;
}
.card .card-disclosure:after {
  width: 14px;
  height: 2px;
}

body.page-template-spectacles .cards-wrapper,
body.tax-spectacles .cards-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
body.page-template-spectacles .cards-title,
body.tax-spectacles .cards-title {
  max-width: 500px;
  margin: 0 auto 0.78125em auto;
}
body.page-template-spectacles .cards-flex-wrapper,
body.tax-spectacles .cards-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body.page-template-spectacles [data-card-group],
body.tax-spectacles [data-card-group] {
  padding-bottom: 50px;
}
body.page-template-spectacles [data-card-group] .card-wrapper,
body.tax-spectacles [data-card-group] .card-wrapper {
  padding: 0 min(20px, 1.25vw) 50px;
  width: 33.3333333333%;
}
@media (max-width: 750px) {
  body.page-template-spectacles [data-card-group],
body.tax-spectacles [data-card-group] {
    padding: 0 min(40px, 2.5vw) 50px;
  }
  body.page-template-spectacles [data-card-group] .card-wrapper,
body.tax-spectacles [data-card-group] .card-wrapper {
    width: 50%;
  }
}
@media (max-width: 550px) {
  body.page-template-spectacles [data-card-group],
body.tax-spectacles [data-card-group] {
    padding: 0 min(60px, 3.75vw) 50px;
  }
  body.page-template-spectacles [data-card-group] .card-wrapper,
body.tax-spectacles [data-card-group] .card-wrapper {
    width: 100%;
  }
}
body.page-template-spectacles .tax-nav,
body.tax-spectacles .tax-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-template-spectacles .tax-nav a,
body.tax-spectacles .tax-nav a {
  display: flex;
  align-items: center;
  padding: 10px min(20px, 1.25vw);
}
@media (max-width: 750px) {
  body.page-template-spectacles .tax-nav a,
body.tax-spectacles .tax-nav a {
    padding: 10px min(40px, 2.5vw);
  }
}
@media (max-width: 550px) {
  body.page-template-spectacles .tax-nav a,
body.tax-spectacles .tax-nav a {
    padding: 10px min(60px, 3.75vw);
  }
}
body.page-template-spectacles .tax-nav a .label,
body.tax-spectacles .tax-nav a .label {
  font-weight: 600;
  font-size: 13px;
  text-decoration: underline;
}
body.page-template-spectacles .tax-nav a .icon,
body.tax-spectacles .tax-nav a .icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
  opacity: 0.8;
  transition: opacity 300ms;
}
body.page-template-spectacles .tax-nav a.prev .icon,
body.tax-spectacles .tax-nav a.prev .icon {
  margin-right: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path fill='%23ffffff' d='M12,24c6.6,0,12-5.4,12-12S18.6,0,12,0S0,5.4,0,12S5.4,24,12,24z M14.3,6.7L14.3,6.7c0.4,0.4,0.4,1,0,1.4L10.4,12l3.9,3.9c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L7.6,12l5.3-5.3C13.3,6.3,13.9,6.3,14.3,6.7z'/></svg>");
}
body.page-template-spectacles .tax-nav a.next,
body.tax-spectacles .tax-nav a.next {
  flex-direction: row-reverse;
}
body.page-template-spectacles .tax-nav a.next .icon,
body.tax-spectacles .tax-nav a.next .icon {
  margin-left: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path fill='%23ffffff' d='M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M9.7,17.3L9.7,17.3c-0.4-0.4-0.4-1,0-1.4l3.9-3.9L9.7,8.1c-0.4-0.4-0.4-1,0-1.4l0,0c0.4-0.4,1-0.4,1.4,0l5.3,5.3l-5.3,5.3C10.7,17.7,10.1,17.7,9.7,17.3z'/></svg>");
}
body.page-template-spectacles .tax-nav a:hover .icon,
body.tax-spectacles .tax-nav a:hover .icon {
  opacity: 1;
}

body.single-spectacle .typography-wrapper .typography h1, body.single-spectacle .typography-wrapper .typography h2, body.single-spectacle .typography-wrapper .typography h3, body.single-spectacle .typography-wrapper .typography h4, body.single-spectacle .typography-wrapper .typography h5, body.single-spectacle .typography-wrapper .typography h6, body.single-spectacle .typography-wrapper .typography p {
  padding-left: 25px;
}
body.single-spectacle .typography-wrapper .typography h1:before, body.single-spectacle .typography-wrapper .typography h2:before, body.single-spectacle .typography-wrapper .typography h3:before, body.single-spectacle .typography-wrapper .typography h4:before, body.single-spectacle .typography-wrapper .typography h5:before, body.single-spectacle .typography-wrapper .typography h6:before, body.single-spectacle .typography-wrapper .typography p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #38626d;
}
body.single-spectacle .typography-wrapper .typography h1 + h1:before, body.single-spectacle .typography-wrapper .typography h1 + h2:before, body.single-spectacle .typography-wrapper .typography h1 + h3:before, body.single-spectacle .typography-wrapper .typography h1 + h4:before, body.single-spectacle .typography-wrapper .typography h1 + h5:before, body.single-spectacle .typography-wrapper .typography h1 + h6:before, body.single-spectacle .typography-wrapper .typography h1 + p:before, body.single-spectacle .typography-wrapper .typography h2 + h1:before, body.single-spectacle .typography-wrapper .typography h2 + h2:before, body.single-spectacle .typography-wrapper .typography h2 + h3:before, body.single-spectacle .typography-wrapper .typography h2 + h4:before, body.single-spectacle .typography-wrapper .typography h2 + h5:before, body.single-spectacle .typography-wrapper .typography h2 + h6:before, body.single-spectacle .typography-wrapper .typography h2 + p:before, body.single-spectacle .typography-wrapper .typography h3 + h1:before, body.single-spectacle .typography-wrapper .typography h3 + h2:before, body.single-spectacle .typography-wrapper .typography h3 + h3:before, body.single-spectacle .typography-wrapper .typography h3 + h4:before, body.single-spectacle .typography-wrapper .typography h3 + h5:before, body.single-spectacle .typography-wrapper .typography h3 + h6:before, body.single-spectacle .typography-wrapper .typography h3 + p:before, body.single-spectacle .typography-wrapper .typography h4 + h1:before, body.single-spectacle .typography-wrapper .typography h4 + h2:before, body.single-spectacle .typography-wrapper .typography h4 + h3:before, body.single-spectacle .typography-wrapper .typography h4 + h4:before, body.single-spectacle .typography-wrapper .typography h4 + h5:before, body.single-spectacle .typography-wrapper .typography h4 + h6:before, body.single-spectacle .typography-wrapper .typography h4 + p:before, body.single-spectacle .typography-wrapper .typography h5 + h1:before, body.single-spectacle .typography-wrapper .typography h5 + h2:before, body.single-spectacle .typography-wrapper .typography h5 + h3:before, body.single-spectacle .typography-wrapper .typography h5 + h4:before, body.single-spectacle .typography-wrapper .typography h5 + h5:before, body.single-spectacle .typography-wrapper .typography h5 + h6:before, body.single-spectacle .typography-wrapper .typography h5 + p:before, body.single-spectacle .typography-wrapper .typography h6 + h1:before, body.single-spectacle .typography-wrapper .typography h6 + h2:before, body.single-spectacle .typography-wrapper .typography h6 + h3:before, body.single-spectacle .typography-wrapper .typography h6 + h4:before, body.single-spectacle .typography-wrapper .typography h6 + h5:before, body.single-spectacle .typography-wrapper .typography h6 + h6:before, body.single-spectacle .typography-wrapper .typography h6 + p:before, body.single-spectacle .typography-wrapper .typography p + h1:before, body.single-spectacle .typography-wrapper .typography p + h2:before, body.single-spectacle .typography-wrapper .typography p + h3:before, body.single-spectacle .typography-wrapper .typography p + h4:before, body.single-spectacle .typography-wrapper .typography p + h5:before, body.single-spectacle .typography-wrapper .typography p + h6:before, body.single-spectacle .typography-wrapper .typography p + p:before {
  top: -2em;
  height: calc(100% + 2em);
}
body.single-spectacle .partner-logos {
  position: relative;
  padding: calc(25px + 5vh) 5vw calc(5vh + 54px) 5vw;
  margin-bottom: -54px;
}
body.single-spectacle .partner-logos:before, body.single-spectacle .partner-logos:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
body.single-spectacle .partner-logos:before {
  top: 0;
  height: 100px;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='100'><path fill='%23000000' d='M1000,100V33.04C885.69,11.96,755.17,0,616.56,0C370.35,0,149.61,37.72,0,97.36V100H1000z'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='100'><path fill='%23000000' d='M1000,100V33.04C885.69,11.96,755.17,0,616.56,0C370.35,0,149.61,37.72,0,97.36V100H1000z'/></svg>");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 1000px) {
  body.single-spectacle .partner-logos:before {
    -webkit-mask-size: 1000px 100px;
    mask-size: 1000px 100px;
    -webkit-mask-position: 50% 0;
    mask-position: 50% 0;
  }
}
body.single-spectacle .partner-logos:after {
  top: 99px;
  height: calc(100% - 99px);
}
body.single-spectacle .partner-logos .partner-logos-wrapper {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
body.single-spectacle .partner-logos .partner-logos-imgs {
  margin-top: 20px;
}
body.single-spectacle .partner-logos .partner-logos-imgs img {
  margin: 20px;
}

body.page-template-equipe .page-wrapper {
  padding-bottom: 0;
}
body.page-template-equipe .cards-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
body.page-template-equipe .cards-title {
  max-width: 500px;
  margin: 0 auto 0.78125em auto;
}
body.page-template-equipe .cards-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body.page-template-equipe [data-card-group] {
  padding-bottom: 50px;
}
body.page-template-equipe [data-card-group] .card-wrapper {
  padding: 0 min(20px, 1.25vw) 50px;
}
body.page-template-equipe [data-card-group]:not([data-card-group="0"]) .card-wrapper {
  width: 33.3333333333%;
}
body.page-template-equipe [data-card-group]:not([data-card-group="0"]) .card-image-src {
  filter: url(#duotone_sepia);
}
@media (max-width: 750px) {
  body.page-template-equipe [data-card-group]:not([data-card-group="0"]) {
    padding: 0 min(40px, 2.5vw) 50px;
  }
  body.page-template-equipe [data-card-group]:not([data-card-group="0"]) .card-wrapper {
    width: 50%;
  }
}
@media (max-width: 550px) {
  body.page-template-equipe [data-card-group]:not([data-card-group="0"]) {
    padding: 0 min(60px, 3.75vw) 50px;
  }
  body.page-template-equipe [data-card-group]:not([data-card-group="0"]) .card-wrapper {
    width: 100%;
  }
}
body.page-template-equipe [data-card-group][data-card-group="0"] .card-wrapper {
  width: 50%;
}
body.page-template-equipe [data-card-group][data-card-group="0"] .card-image-src {
  filter: none;
}
@media (max-width: 550px) {
  body.page-template-equipe [data-card-group][data-card-group="0"] .card-wrapper {
    width: 100%;
  }
}
body.page-template-equipe .partner-association-logos {
  position: relative;
  padding: calc(25px + 5vh) 5vw calc(5vh + 54px) 5vw;
  margin-bottom: -54px;
}
body.page-template-equipe .partner-association-logos:before, body.page-template-equipe .partner-association-logos:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
body.page-template-equipe .partner-association-logos:before {
  top: 0;
  height: 100px;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='1000' height='100'><path fill='%23000000' d='M1000,100V33.04C885.69,11.96,755.17,0,616.56,0C370.35,0,149.61,37.72,0,97.36V100H1000z'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='1000' height='100'><path fill='%23000000' d='M1000,100V33.04C885.69,11.96,755.17,0,616.56,0C370.35,0,149.61,37.72,0,97.36V100H1000z'/></svg>");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 1000px) {
  body.page-template-equipe .partner-association-logos:before {
    -webkit-mask-size: 1000px 100px;
    mask-size: 1000px 100px;
    -webkit-mask-position: 50% 0;
    mask-position: 50% 0;
  }
}
body.page-template-equipe .partner-association-logos:after {
  top: 99px;
  height: calc(100% - 99px);
}
body.page-template-equipe .partner-association-logos .typography h2 {
  color: #454141;
  max-width: 550px;
  margin: 0 auto;
}
body.page-template-equipe .partner-association-logos .partner-association-logos-wrapper {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
body.page-template-equipe .partner-association-logos .partner-association-logos-wrapper.association-group {
  margin-top: 50px;
}
body.page-template-equipe .partner-association-logos .partner-association-logos-imgs {
  margin-top: 20px;
}
body.page-template-equipe .partner-association-logos .partner-association-logos-imgs img {
  margin: 20px;
}

body #popup-overlay {
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 38, 47, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}
body .popup {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10vh 5vw;
  pointer-events: none;
}
body .popup .popup-modal {
  position: relative;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0ms, transform 0ms;
}
body .popup .popup-modal .popup-overflow-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  max-height: min(800px, 80vh);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
@media (max-height: 900px) {
  body .popup .popup-modal .popup-overflow-wrapper {
    max-width: 500px;
  }
}
@media (max-height: 750px) {
  body .popup .popup-modal .popup-overflow-wrapper {
    max-width: 400px;
  }
}
body .popup .popup-modal .popup-scroll-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body .popup .popup-modal .popup-content-wrapper {
  display: none;
}
body .popup .popup-modal .popup-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #faf6f0;
  border-radius: 50%;
  cursor: pointer;
}
body .popup .popup-modal .popup-close:before, body .popup .popup-modal .popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #0d262f;
  border-radius: 2px;
}
body .popup .popup-modal .popup-close:before {
  width: 2px;
  height: 14px;
}
body .popup .popup-modal .popup-close:after {
  width: 14px;
  height: 2px;
}
body .popup .popup-modal .popup-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media (max-height: 900px) {
  body .popup .popup-modal .popup-image {
    padding-bottom: 75%;
  }
}
@media (max-height: 750px) {
  body .popup .popup-modal .popup-image {
    padding-bottom: 56.25%;
  }
}
body .popup .popup-modal .popup-image .popup-image-src {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
body .popup .popup-modal .popup-meta {
  flex: 1 0 auto;
  padding: 40px 30px;
  color: #242424;
  background: #fff;
}
body .popup .popup-modal .popup-meta .popup-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
}
body .popup .popup-modal .popup-meta .popup-subtitle {
  margin-top: 10px;
  padding-right: 40px;
  font-weight: 600;
  font-size: 12px;
  opacity: 0.65;
}
body .popup .popup-modal .popup-meta .popup-content {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.35;
}
body .popup.active .popup-modal {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  transition: opacity 500ms 300ms, transform 500ms 300ms;
}
body .popup.active .popup-modal .popup-content-wrapper {
  display: block;
}
body.overlay-active {
  overflow: hidden;
}
body.overlay-active #popup-overlay {
  opacity: 1;
  pointer-events: all;
}

body.page-template-souvenirs .cards-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
body.page-template-souvenirs .cards-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body.page-template-souvenirs [data-card-group] .card-wrapper {
  padding: 50px min(20px, 1.25vw) 0;
  width: 33.3333333333%;
}
@media (max-width: 750px) {
  body.page-template-souvenirs [data-card-group] {
    padding: 0 min(40px, 2.5vw);
  }
  body.page-template-souvenirs [data-card-group] .card-wrapper {
    width: 50%;
  }
}
@media (max-width: 550px) {
  body.page-template-souvenirs [data-card-group] {
    padding: 0 min(60px, 3.75vw);
  }
  body.page-template-souvenirs [data-card-group] .card-wrapper {
    width: 100%;
  }
}

.souvenir-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background: #38626d;
  overflow: hidden;
  cursor: pointer;
}
.souvenir-card .card-meta {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.souvenir-card .card-meta .lines-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #fff;
}
.souvenir-card .card-disclosure {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}
.souvenir-card .card-disclosure:before, .souvenir-card .card-disclosure:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #38626d;
  border-radius: 2px;
}
.souvenir-card .card-disclosure:before {
  width: 2px;
  height: 14px;
}
.souvenir-card .card-disclosure:after {
  width: 14px;
  height: 2px;
}

body.page-template-contact .typography-wrapper {
  max-width: 500px;
}
body.page-template-contact .typography {
  position: relative;
  padding-left: 25px;
}
body.page-template-contact .typography:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #38626d;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-kerning: normal;
  font-synthesis: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  background-color: var(--body-background-color);
  color: var(--body-text-color);
  opacity: 0;
  transition: opacity 500ms;
}
html.loaded body {
  opacity: 1;
}

a {
  color: #5db0b7;
  text-decoration: none;
  transition: color 300ms;
}
a:hover {
  color: #92cacf;
}

main {
  flex: 1 0 auto;
}

#wpadminbar {
  display: none;
}

::selection {
  color: #ff406c;
  background: transparent;
}

[id^=gutenslider] {
  --gutenslider-arrow-size: 44px !important;
  --gutenslider-arrow-size-md: 44px !important;
  --gutenslider-arrow-size-sm: 44px !important;
  --gutenslider-arrow-x-offset: 15px !important;
  --gutenslider-arrow-x-offset-md: 15px !important;
  --gutenslider-arrow-x-offset-sm: 15px !important;
  --gutenslider-min-height: 70vh !important;
  --gutenslider-min-height-md: 70vh !important;
  --gutenslider-min-height-sm: 70vh !important;
}
[id^=gutenslider] button {
  opacity: 0.8;
  transition: opacity 300ms;
}
[id^=gutenslider] button svg {
  opacity: 0 !important;
  visibility: hidden !important;
}
[id^=gutenslider] button[class$=prev] {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: var(--gutenslider-arrow-size) var(--gutenslider-arrow-size) !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path fill='%23ffffff' d='M12,24c6.6,0,12-5.4,12-12S18.6,0,12,0S0,5.4,0,12S5.4,24,12,24z M14.3,6.7L14.3,6.7c0.4,0.4,0.4,1,0,1.4L10.4,12l3.9,3.9c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L7.6,12l5.3-5.3C13.3,6.3,13.9,6.3,14.3,6.7z'/></svg>") !important;
}
[id^=gutenslider] button[class$=next] {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: var(--gutenslider-arrow-size) var(--gutenslider-arrow-size) !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path fill='%23ffffff' d='M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M9.7,17.3L9.7,17.3c-0.4-0.4-0.4-1,0-1.4l3.9-3.9L9.7,8.1c-0.4-0.4-0.4-1,0-1.4l0,0c0.4-0.4,1-0.4,1.4,0l5.3,5.3l-5.3,5.3C10.7,17.7,10.1,17.7,9.7,17.3z'/></svg>") !important;
}
[id^=gutenslider] button:hover {
  opacity: 1;
}

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