@charset "UTF-8";
/* UTF-8 déclaré en premier ! */
/* --------------------------------------------------------------------------
 * FF framework : Micro framework pour commencer une intégration en toute sérénité.
 *
 * FF framework est sous licence CC-BY : http://creativecommons.org/licenses/by/3.0/fr/
 *
 * CSS est fournie tel quel, sans aucune garantie d'aucun type,
 * l'auteur ne saurait être tenu responsable de quoi que ce soit pour
 * l'utilisation de FF framework.
 *
 * Conventions d'écriture :
 *  > parent
 *  > parent_enfant
 *  > parent-modifieur
 *  > is-etat
 *  > CamelCase pour séparer les mots dans les classes/ids, exemple : primaryNav
 *
 * Sommaire à faire...
 */
/* ==========================================================================
   >>RESET GENERAL
   ========================================================================== */
/* --------------------------------------------------------------------------
   ->Hard reset
   -------------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dialog,
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: 1em;
  font: inherit;
  vertical-align: baseline;
}

/* --------------------------------------------------------------------------
   ->HTML5
   -------------------------------------------------------------------------- */
article,
aside,
datagrid,
datalist,
details,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

abbr,
eventsource,
mark,
meter,
time,
output,
bb {
  display: inline;
}

/* --------------------------------------------------------------------------
   ->Images, iframes
   -------------------------------------------------------------------------- */
img,
iframe {
  border: 0;
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  width: auto;
  height: auto;
}

a img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   ->Autres éléments
   -------------------------------------------------------------------------- */
/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

/* Audio */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Links (Remove the gray background color from active links in IE 10) */
a {
  background-color: transparent;
}

/* --------------------------------------------------------------------------
   ->Modèle de boite
   -------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ==========================================================================
   >>RESET FORMS
   ========================================================================== */
/* --------------------------------------------------------------------------
  ->Reset et normalisation
  -------------------------------------------------------------------------- */
/* Général Reset */
button,
input,
textarea,
select,
optgroup {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  background-color: transparent;
  outline-style: none; /* Supr bordure bleu chrome et safari */
  text-transform: none;
  letter-spacing: inherit;
}

/* Remove border radius safari */
input,
textarea,
select {
  border-radius: 0;
}

/* Boutons */
button {
  padding: 0;
  overflow: visible; /* IE 8/9/10/11 overflow hidden */
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet */
input {
  line-height: normal;
}

/* Normalize checkbox and radio button */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  box-sizing: border-box;
  border-radius: 0px;
}

/* Remove box shadow inputs */
input[type=search],
input[type=text],
input[type=email],
textarea {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* legend normalize */
legend {
  white-space: normal;
}

/* select normalize */
/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
select {
  -webkit-appearance: menulist-button;
}

/* --------------------------------------------------------------------------
   ->Styles Généreaux
   -------------------------------------------------------------------------- */
/* Curseur */
label,
.label,
button,
input[type=submit],
input[type=button],
input[type=reset] {
  cursor: pointer;
}

/* Alignement */
label,
.label,
button,
input,
select {
  vertical-align: middle;
}

/* Désactivé */
button[disabled],
input[disabled] {
  cursor: not-allowed;
}

/* Textarea */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* optgroup */
optgroup {
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   ->Tarte au citron
   -------------------------------------------------------------------------- */
html #tarteaucitronRoot * {
  font-family: var(--wp--preset--font-family--font-main, "GeneralSans") !important;
}

html #tarteaucitronRoot #tarteaucitronAlertBig {
  box-sizing: border-box;
  left: auto;
  right: 2.375rem;
  bottom: 8.375rem;
  width: auto;
  padding: 1.8125rem 2.5rem;
  background: var(--color-main, var(--wp--preset--color--theatre));
  color: #fff;
  text-align: left;
  font-size: 1rem !important;
  line-height: 1.3333;
  z-index: 1;
}
@media only screen and (max-width: 36.25em) {
  html #tarteaucitronRoot #tarteaucitronAlertBig {
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 1.8125rem 0.9375rem;
  }
}

html #tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
html #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
html #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
html #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-size: 1em;
  line-height: inherit;
  color: inherit;
}

html span#tarteaucitronDisclaimerAlert {
  display: block;
  padding: 0;
}

html #tarteaucitronAlertBig #tarteaucitronPersonalize2,
html #tarteaucitronAlertBig #tarteaucitronAllDenied2,
html #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  margin: 0;
  margin-top: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 0.875rem !important;
  line-height: 1.5;
}
html #tarteaucitronAlertBig #tarteaucitronPersonalize2:not(:last-child),
html #tarteaucitronAlertBig #tarteaucitronAllDenied2:not(:last-child),
html #tarteaucitronAlertBig #tarteaucitronCloseAlert:not(:last-child) {
  margin-right: 1.25rem;
}

html #tarteaucitronAlertBig #tarteaucitronPersonalize2,
html #tarteaucitronAlertBig #tarteaucitronAllDenied2 {
  padding: 1em 1.25em;
  border: 1px solid #fff;
  background-color: #fff;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s, opacity 0.25s, transform 0.25s;
  color: var(--color-main, var(--wp--preset--color--theatre));
}
html #tarteaucitronAlertBig #tarteaucitronPersonalize2[disabled],
html #tarteaucitronAlertBig #tarteaucitronAllDenied2[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
html[data-whatinput=keyboard] html #tarteaucitronAlertBig #tarteaucitronPersonalize2:not([disabled]):focus,
html[data-whatinput=keyboard] html #tarteaucitronAlertBig #tarteaucitronAllDenied2:not([disabled]):focus {
  border-color: var(--color-main, var(--wp--preset--color--theatre));
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  color: #fff;
}
@media (hover: hover), (-ms-high-contrast: none) {
  html #tarteaucitronAlertBig #tarteaucitronPersonalize2:not([disabled]):hover,
  html #tarteaucitronAlertBig #tarteaucitronAllDenied2:not([disabled]):hover {
    border-color: var(--color-main, var(--wp--preset--color--theatre));
    background-color: var(--color-main, var(--wp--preset--color--theatre));
    color: #fff;
  }
}
html #tarteaucitronAlertBig #tarteaucitronPersonalize2:not(:last-child),
html #tarteaucitronAlertBig #tarteaucitronAllDenied2:not(:last-child) {
  margin-right: 1.25rem;
}

html #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  background-color: transparent;
  padding: 0;
}
html[data-whatinput=keyboard] html #tarteaucitronAlertBig #tarteaucitronCloseAlert:not([disabled]):focus {
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 1px;
}
@media (hover: hover), (-ms-high-contrast: none) {
  html #tarteaucitronAlertBig #tarteaucitronCloseAlert:not([disabled]):hover {
    text-decoration: underline;
    text-underline-offset: 0.12em;
    text-decoration-thickness: 1px;
  }
}

.tarteaucitronCheck,
.tarteaucitronCross {
  display: none;
}

html #tarteaucitronAlertBig #tarteaucitronAllDenied2 {
  border-color: #fff;
  background-color: white;
  color: #fff;
}
html[data-whatinput=keyboard] html #tarteaucitronAlertBig #tarteaucitronAllDenied2:not([disabled]):focus {
  border-color: var(--color-main, var(--wp--preset--color--theatre));
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  color: #fff;
}
@media (hover: hover), (-ms-high-contrast: none) {
  html #tarteaucitronAlertBig #tarteaucitronAllDenied2:not([disabled]):hover {
    border-color: var(--color-main, var(--wp--preset--color--theatre));
    background-color: var(--color-main, var(--wp--preset--color--theatre));
    color: #fff;
  }
}

html #tarteaucitronRoot #tarteaucitronIcon {
  left: auto;
  right: 2.5rem;
  bottom: 2.5rem;
}
@media only screen and (max-width: 36.25em) {
  html #tarteaucitronRoot #tarteaucitronIcon {
    right: 1.25rem;
    bottom: 1.875rem;
  }
}

.has-menuMobilOpen #tarteaucitronRoot #tarteaucitronIcon {
  display: none !important;
}

html #tarteaucitronIcon #tarteaucitronManager {
  background: var(--color-main, var(--wp--preset--color--theatre));
  color: #fff;
  font-size: 1rem !important;
  line-height: 1.5;
  border-radius: 0;
  padding: 1em 1.25em;
}
html #tarteaucitronIcon #tarteaucitronManager:before {
  content: "Cookies";
  margin-right: 0.2em;
  vertical-align: middle;
}
html #tarteaucitronIcon #tarteaucitronManager:after {
  content: "\e90b";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
html #tarteaucitronIcon #tarteaucitronManager img {
  display: none;
}

/* modale */
html #tarteaucitronRoot * {
  color: var(--color-main, var(--wp--preset--color--theatre));
  font-family: var(--wp--preset--font-family--font-main, "GeneralSans") !important;
}

html #tarteaucitronRoot button#tarteaucitronBack {
  background-color: var(--color-main, var(--wp--preset--color--theatre));
}

html div#tarteaucitronServices {
  box-shadow: none;
}

html #tarteaucitron {
  background-color: #fff;
}

html #tarteaucitron .tarteaucitronBorder,
html #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain,
html #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList,
html #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
html #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border-color: transparent;
  background-color: #fff;
}

html #tarteaucitron #tarteaucitronServices .tarteaucitronLine,
html #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background-color: #fff;
  border: 0;
}

html #tarteaucitronRoot .tarteaucitronH1 {
  color: inherit;
  text-align: left;
}

html #tarteaucitron #tarteaucitronInfo,
html #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: inherit;
  font-weight: inherit;
}

html #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
html #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
html #tarteaucitron #tarteaucitronInfo,
html #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  background-color: transparent;
  color: inherit;
}

html div#tarteaucitronInfo {
  text-align: left !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 1.25rem 0 !important;
  border: 0;
  border-top: 1px solid var(--color-main, var(--wp--preset--color--theatre));
  font-size: 1.25rem !important;
  line-height: 1.4;
}

html #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset .tarteaucitronName {
  float: none;
  display: block;
  margin: 0;
  padding: 1.25rem 0;
  border-top: 1px solid var(--color-main, var(--wp--preset--color--theatre));
}

html #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset .tarteaucitronAsk {
  float: none;
  display: block;
  margin: 0;
  text-align: left !important;
}

html #tarteaucitronRoot .tarteaucitronH2 {
  color: inherit;
  font-size: 1.25rem !important;
  margin: 0 !important;
  line-height: 1.4;
}

html #tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover,
html #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background-color: transparent;
}

html #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
html #tarteaucitron #tarteaucitronClosePanel {
  background-color: #fff;
  color: inherit;
  font-weight: inherit;
  padding: 0 0.75rem;
  line-height: 3.125rem;
  width: auto;
  font-size: 1rem;
  vertical-align: middle;
}
html #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie:after,
html #tarteaucitron #tarteaucitronClosePanel:after {
  content: "\e908";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  vertical-align: middle;
  margin-left: 0.2916666667em;
}

html #tarteaucitron .tarteaucitronBorder,
html #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain,
html #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList,
html #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
html #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border-color: transparent !important;
}

html #tarteaucitron .tarteaucitronBorder {
  border: 0;
}

html div#tarteaucitronServices {
  margin-top: 3.125rem !important;
  padding-bottom: 2.5rem;
  box-sizing: border-box;
}

html #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  padding: 0 2.5rem;
}

html #tarteaucitronRoot .tarteaucitronH1 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 1.2667;
}

html #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
html #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
html #tarteaucitron #tarteaucitronInfo,
html #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: 1.125rem;
  width: auto !important;
}

html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
  margin: 0 !important;
}

html #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
html #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
html #tarteaucitron #tarteaucitronInfo {
  display: block;
}

html #tarteaucitron #tarteaucitronInfo,
html #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  position: static;
  max-width: 100%;
}

html #tarteaucitronRoot .tarteaucitronPlus {
  float: right;
}

html #tarteaucitronRoot .tarteaucitronPlus::before {
  color: inherit;
  content: "\f278";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
}

html #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  padding-bottom: 0.9375rem;
  font-size: 1rem;
  line-height: 1.5;
}

html #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
  padding: 0.625rem 0;
  width: 100% !important;
}

html #tarteaucitron #tarteaucitronServices .tarteaucitronBorder {
  padding: 0 2.5rem;
}

html #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
html #tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background-color: transparent;
  border-top: 1px solid var(--color-main, var(--wp--preset--color--theatre));
  margin-top: 1.25rem;
}

html #tarteaucitron #tarteaucitronServices .tarteaucitronHidden .tarteaucitronLine {
  padding: 1.125rem 0;
  border-top: 1px solid #bbbbbb;
}
html #tarteaucitron #tarteaucitronServices .tarteaucitronHidden .tarteaucitronLine:last-child {
  border-bottom: 1px solid #bbbbbb;
}

html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronHidden ul .tarteaucitronLine {
  padding: 1.125rem 0 !important;
}

html #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName:first-child {
  margin-left: 0;
}

html #tarteaucitron .tarteaucitronH3 {
  font-weight: inherit !important;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 1px;
}

html .tarteaucitronName .tacCurrentStatus,
html .tarteaucitronName .tarteaucitronReadmoreSeparator,
html #tarteaucitron .tarteaucitronName .tarteaucitronReadmoreInfo,
html #tarteaucitron .tarteaucitronName .tarteaucitronReadmoreOfficial,
html #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  font-size: 1rem !important;
  line-height: 1.5;
  color: inherit !important;
  font-weight: inherit;
}

html .tac_activate {
  font-size: 1em;
}
html .tac_activate .tac_float .tarteaucitronAllow {
  display: block;
  margin: 1.25rem auto 0;
}

html #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
html #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
html .tac_activate .tarteaucitronAllow {
  padding: 0.625rem 1.25rem;
  border-radius: 0;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  font-size: 1rem !important;
  line-height: 1.5;
  opacity: 1 !important;
  margin-left: 0;
}
html #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:not(:last-child),
html #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:not(:last-child),
html .tac_activate .tarteaucitronAllow:not(:last-child) {
  margin-right: 0.9375rem;
}

html #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  background-color: #1b870b;
}

html #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: #9c1a1a;
}

a .tarteaucitronAllow {
  display: none !important;
}

@media only screen and (max-width: 47.9375em) {
  html #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    padding: 0 0.9375rem;
  }
  html #tarteaucitron #tarteaucitronServices .tarteaucitronBorder {
    padding: 0 0.9375rem;
  }
}
@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
  white-space: normal;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr--video {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* ==========================================================================
   >>Font-Face
========================================================================== */
@font-face {
  font-family: "icomoon";
  src: url(../static/23351f1349f9908b6133.eot?4cuw9r);
  src: url(../static/23351f1349f9908b6133.eot?4cuw9r#iefix) format("embedded-opentype"), url(../static/6df606b5c82b3d2d5bce.ttf?4cuw9r) format("truetype"), url(../static/a486a1734541f4eeee10.woff?4cuw9r) format("woff"), url(../static/e0fa720309ce799305ea.svg?4cuw9r#icomoon) format("svg");
  font-style: normal;
}
@font-face {
  font-family: "Affogato";
  src: url(../static/6172b69fb32b313eb231.woff) format("woff"), url(../static/81c7c9c6b916ec8af08f.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Affogato";
  src: url(../static/4b568b781c57621b96d9.woff) format("woff"), url(../static/41d3c1a812967646ee9a.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Affogato";
  src: url(../static/f94470c5ea3eeb933aa2.woff) format("woff"), url(../static/ced9db03125a76ba8f76.woff2) format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "GeneralSans";
  src: url(../static/4d82f8e0a57d7f8de158.woff) format("woff"), url(../static/64b1bf9966a3bbb94f5c.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url(../static/f7917c077957122793f6.woff) format("woff"), url(../static/23103addec2ccc9cbc17.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url(../static/9ff9c3429a09b987bdec.woff) format("woff"), url(../static/1096c81555467a69cc16.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url(../static/c8cfd56b3d5c42904672.woff) format("woff"), url(../static/33c07568e483102927ef.woff2) format("woff2");
  font-weight: 400;
}
/* ==========================================================================
   >>HELPERS
   ========================================================================== */
/* Clearfix */
.cf:after {
  content: "";
  clear: both;
  display: table;
}

/* Masquage accessible */
/* http://hugogiraudel.com/2016/10/13/css-hide-and-seek/ */
.srOnly {
  position: absolute;
  height: 1px !important;
  width: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.srOnly-focusable:active, .srOnly-focusable:focus {
  position: static;
  width: auto !important;
  height: auto !important;
  clip: auto;
  clip-path: none;
  overflow: visible;
  white-space: normal;
}

/* Allignement des bloc et images (.alignleft, .alignright, .aligncenter sont des classes WP) */
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.blockRight {
  margin-left: auto;
}

img.left {
  margin-right: 1em;
}

img.right {
  margin-left: 1em;
}

img.left,
img.right {
  margin-bottom: 0.3em;
}

/* Masquage */
.is-hide {
  display: none;
}

/* ==========================================================================
   >>HELPERS TYPOS
   ========================================================================== */
/* Allignement du texte */
.txt-l {
  text-align: left;
}

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

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

.txt-j {
  text-align: justify;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

/* Mise en forme */
.txt-uc {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.txt-lc {
  text-transform: none;
}

.txt-it {
  font-style: italic;
}

.txt-b {
  font-weight: 700;
}

.txt-900 {
  font-weight: 900;
}

.txt-lt {
  font-weight: 300;
}

.txt-reg {
  font-weight: 400;
}

.txt-s {
  text-decoration: underline;
}

.txt-line {
  text-decoration: line-through;
}

.txt-ul {
  line-height: 1;
  background-image: linear-gradient(var(--wp--preset--color--theatre), var(--wp--preset--color--theatre));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  display: inline;
  padding-bottom: 0.25rem;
}

.txt-ul-large {
  line-height: 1;
  background-image: linear-gradient(var(--wp--preset--color--theatre), var(--wp--preset--color--theatre));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  display: inline;
  padding-bottom: 0.25rem;
  background-position: 0% 92%;
  background-size: 100% 23%;
  padding-bottom: 0;
}
.page_st .txt-ul-large {
  background-size: 100% 20%;
  padding-bottom: 0.3125rem;
}

/* Couleurs */
.txt-white {
  color: #fff;
}

.txt-black {
  color: #000;
}

.txt-red {
  color: #f00;
}

.txt-color1 {
  color: var(--wp--preset--color--theatre);
}

.txt-color1d {
  color: var(--wp--preset--color--theatre);
}

.txt-color2 {
  color: var(--wp--preset--color--theatre);
}

.txt-color2d {
  color: var(--wp--preset--color--theatre);
}

/* ==========================================================================
   >>HELPERS BLOCS
   ========================================================================== */
/* Wrapper */
.wrapper {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.wrapper_full {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.mw h1,
.mw h2,
.mw p,
.mw ul,
.mw ol,
.mw blockquote {
  max-width: 38.75rem;
}
.mw .mw_full {
  max-width: 100%;
}

/* Cover, contain */
.cv {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cv-img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cv-contain {
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain;
}

.cv-top-left {
  -o-object-position: top left;
     object-position: top left;
  background-position: top left;
}

.cv-top-middle {
  -o-object-position: top center;
     object-position: top center;
  background-position: top center;
}

.cv-top-right {
  -o-object-position: top right;
     object-position: top right;
  background-position: top right;
}

.cv-middle-left {
  -o-object-position: center left;
     object-position: center left;
  background-position: center left;
}

.cv-middle-right {
  -o-object-position: center right;
     object-position: center right;
  background-position: center right;
}

.cv-bottom-left {
  -o-object-position: bottom left;
     object-position: bottom left;
  background-position: bottom left;
}

.cv-bottom-middle {
  -o-object-position: bottom center;
     object-position: bottom center;
  background-position: bottom center;
}

.cv-bottom-right {
  -o-object-position: bottom right;
     object-position: bottom right;
  background-position: bottom right;
}

.filter img {
  filter: grayscale(1);
}
.filter::before, .filter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.filter::before {
  background-color: var(--wp--preset--color--theatre);
  mix-blend-mode: multiply;
  z-index: 1;
}

/* ==========================================================================
   >>ICONES
   ========================================================================== */
.icon-search,
.icon-facebook,
.icon-menu,
.icon-arrow-right,
.icon-instagram {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\f167";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-plus:before {
  content: "\e145";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-close:before {
  content: "\e5cd";
}

.icon-menu:before {
  content: "\f0c9";
}

.icon-angle-down:before {
  content: "\e313";
}

.icon-play:before {
  content: "\f16a";
}

.icon-minus:before {
  content: "\e15b";
}

.icon-search:before {
  content: "\e8b6";
}

/* ==========================================================================
   >>CLASSES WORDPRESS
   ========================================================================== */
.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 0.3em;
}

/* ==========================================================================
   >>BASE
   ========================================================================== */
html {
  width: 100%;
  font-size: 100%; /* 16px dans la plupart des navigateurs */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  background-color: #fff;
  color: #000;
  font-family: var(--wp--preset--font-family--font-main, "GeneralSans");
  font-size: 1em;
  line-height: 1.42;
  font-weight: 500;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.single-spectacle, body.single-post, body.page, body.theatre {
  --color-main: var(--wp--preset--color--theatre);
}
body.single-page_congres, body.single-evenement, body.home_congres, body.single-salle, body.congres {
  --color-main: var(--wp--preset--color--congres);
}

.is-scrollBlocked body {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

/* Sélection */
::-moz-selection {
  background: #000;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #000;
  text-shadow: none;
  color: #fff;
}

/* Empécher le débordement */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%;
}

/* Casser les chaines trop longues */
h1,
h2,
h3,
h4,
h5,
h6,
a,
textarea,
p,
li {
  word-wrap: break-word;
}

/* fix viewport pour Win8 (snap mode) et préparer le jour où le viewport sera supporté */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ==========================================================================
   >>TYPO
   ========================================================================== */
/* --------------------------------------------------------------------------
   ->paragraphes et autres
   -------------------------------------------------------------------------- */
p,
ul,
ol,
dl,
blockquote,
pre,
table,
caption,
figure {
  font-size: 1em; /* equiv 16px */
  line-height: 1.42;
}

/* --------------------------------------------------------------------------
   ->mise en forme du texte
   -------------------------------------------------------------------------- */
/* Gras et italique */
b,
strong {
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

/* Indice et exposant */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

/* --------------------------------------------------------------------------
   ->liens
   -------------------------------------------------------------------------- */
/* Rappel : l'ordre des pseudo-classes doit être : link > visited > hover/focus > active */
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s;
}
a:hover, a:active {
  outline: 0;
}

/* --------------------------------------------------------------------------
   ->listes à puces et numérotées
   -------------------------------------------------------------------------- */
ul,
ol {
  list-style: none;
}

/* --------------------------------------------------------------------------
   ->autres mises en forme
   -------------------------------------------------------------------------- */
/* Abbreviations, sigles, etc. */
abbr[title] {
  border-bottom: dotted 1px;
  cursor: help;
  font-variant: none;
  text-decoration: none;
}

/* Citations
 * cf. https://en.wikipedia.org/wiki/Quotation_mark#Summary_table_for_all_languages
 */
q p,
blockquote p {
  quotes: "« " " »" "“" "”" "‘" "’";
}

q p:before,
blockquote p:before {
  content: open-quote;
}

q p:after,
blockquote p:after {
  content: close-quote;
}

/* Ligne horizontale */
hr {
  height: 1px;
  border: 0;
  color: var(--wp--preset--color--theatre);
  background-color: var(--wp--preset--color--theatre);
  margin: 1em 0;
  padding: 0;
}

/* --------------------------------------------------------------------------
   ->listes à puces et numérotées
   -------------------------------------------------------------------------- */
.t1 {
  font-size: 3.75em;
  line-height: 1.25;
  font-weight: 700;
}

.txt-2-50,
.txt-2-30,
.txt-2-26,
.txt-2-20,
.txt-2-18,
.txt-2-14 {
  font-family: var(--wp--preset--font-family--font-main, "GeneralSans");
}

.txt-50 {
  font-size: 3.125em;
}

.txt-2-50 {
  font-size: 3.125em;
  line-height: 1.2;
}

.txt-2-30 {
  font-size: 1.875em;
  line-height: 1.2;
}

.txt-2-26 {
  font-size: 1.625em;
  line-height: 1.23;
}

.txt-2-20 {
  font-size: 1.25em;
  line-height: 1.3;
}

.txt-2-18 {
  font-size: 1.125em;
  line-height: 1.17;
}

.txt-2-14 {
  font-size: 0.875rem;
  line-height: 1.35;
  letter-spacing: 0.0628571429em;
}

.txt-72 {
  font-size: 4.5rem;
  line-height: 1;
}

.txt-60 {
  font-size: 3.75rem;
  line-height: 1;
}

.txt-36 {
  font-size: 2.25rem;
  line-height: 1.6111111111;
}

.txt-48 {
  font-size: 3rem;
  line-height: 1;
}

.txt-35 {
  font-size: 2.1875rem;
  line-height: 1.37;
}

.txt-30 {
  font-size: 1.875rem;
  line-height: 1.37;
}

.txt-26 {
  font-size: 1.625rem;
  line-height: 1.2692307692;
}

.txt-24 {
  font-size: 1.5rem;
  line-height: 1.3333333333;
}

.txt-20 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.txt-18 {
  font-size: 1.125em;
  line-height: 1.42;
}

.txt-default {
  font-size: 1.1875em;
  line-height: 1.42;
}

.txt-14 {
  font-size: 0.875em;
  line-height: 1.42;
}

.txt-lh-1 {
  line-height: 1;
}

.txt-quote {
  font-size: 1.625em;
  line-height: 1.27;
  font-style: italic;
  color: #4d4d4d;
}

.txt-b {
  font-weight: 700;
}

.txt-eb {
  font-weight: 800;
}

.txt h2 {
  margin-top: 2.13em;
  margin-bottom: 0.568em;
  font-size: 1.125rem;
  font-weight: 600;
}
.txt h2 + h2 {
  margin-top: 0.9375rem;
}
.txt p,
.txt ul {
  margin-bottom: 1.42em;
  font-size: 1.125rem;
}
.txt ul {
  padding-left: 1.25rem;
  list-style-type: disc;
}
.txt ul ul {
  font-size: 1em;
}
.txt blockquote {
  margin-top: 2.13em;
  margin-bottom: 2.13em;
  padding-top: 0.7692307692em;
  padding-bottom: 0.7692307692em;
  border-color: #e6e6e6;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  font-size: 1.625em;
  line-height: 1.27;
  font-style: italic;
  color: #666;
}
.txt a {
  background-image: linear-gradient(to bottom, var(--wp--preset--color--theatre) 50%, rgba(var(--wp--preset--color--theatre), 0) 50%);
  background-repeat: repeat-x;
  background-size: 0.125rem 0.25rem;
  background-position: 0 1.18em;
  text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff;
}
.txt a:hover, .txt a:focus {
  background-image: linear-gradient(to bottom, #000 50%, rgba(0, 0, 0, 0) 50%);
}
.txt img {
  display: block;
  width: 100%;
  height: auto;
}
.txt .img_lgd {
  display: block;
  margin-top: 0.7777777778em;
  font-size: 0.9473684211em;
  font-style: italic;
  color: #666;
  line-height: 1.55;
}
.txt .iframe {
  position: relative;
}
.txt .iframe > span {
  display: block;
  width: 100%;
  padding-top: 56.2%;
}
.txt .iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.txt h2:first-child,
.txt p:first-child,
.txt ul:first-child {
  margin-top: 0;
}
.txt h2:last-child,
.txt p:last-child,
.txt ul:last-child {
  margin-bottom: 0;
}

.txt-side {
  font-family: var(--wp--preset--font-family--font-main, "GeneralSans");
}
.txt-side h2 {
  margin-top: 1.5em;
  color: #000;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}
.txt-side p,
.txt-side ul {
  margin-top: 0.495em;
  margin-bottom: 0.495em;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}
.txt-side ul {
  padding-left: 0.75em;
}
.txt-side ul > li:before {
  content: "-";
  display: inline-block;
  width: 0.75em;
  margin-left: -0.75em;
}
.txt-side:not(.page_header-aside) a {
  background-image: linear-gradient(to bottom, var(--wp--preset--color--theatre) 50%, rgba(var(--wp--preset--color--theatre), 0) 50%);
  background-repeat: repeat-x;
  background-size: 0.125rem 0.25rem;
  background-position: 0 1.18em;
  text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff;
}
.txt-side:not(.page_header-aside) a:hover, .txt-side:not(.page_header-aside) a:focus {
  background-image: linear-gradient(to bottom, #000 50%, rgba(0, 0, 0, 0) 50%);
}
.txt-side h2:first-child,
.txt-side p:first-child,
.txt-side ul:first-child {
  margin-top: 0;
}
.txt-side h2:last-child,
.txt-side p:last-child,
.txt-side ul:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 42.5em) {
  .txt-60 {
    font-size: 1.875em;
  }
  .txt-2-50 {
    font-size: 1.75em;
  }
  .t1 {
    font-size: 1.75em;
  }
  .txt-35 {
    font-size: 1.625em;
  }
  .txt-30 {
    font-size: 1.5em;
  }
  .txt-2-30 {
    font-size: 1.5em;
  }
  .txt-2-26 {
    font-size: 1.375em;
  }
  .txt-48 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .txt-20 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .txt-24 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .txt-quote {
    font-size: 1.375em;
  }
  .txt p,
  .txt ul {
    font-size: 1.125em;
  }
  .txt blockquote {
    font-size: 1.375em;
  }
}
/* ==========================================================================
   >>TABLES
   ========================================================================== */
/* Table css */
.table {
  display: table;
  width: 100%;
}

.table-fixed {
  table-layout: fixed;
}

.table_row,
.tr {
  display: table-row;
  width: 100%;
}

.table_cell,
.td {
  display: table-cell;
  vertical-align: top;
}

/* Lignes de même hauteur (comme github), avec "..." si coupé */
.table-sameHeight,
table.table-sameHeight {
  table-layout: fixed;
}
.table-sameHeight p,
table.table-sameHeight p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==========================================================================
   >>FORMS
   ========================================================================== */
/* --------------------------------------------------------------------------
   ->Styles persos
   -------------------------------------------------------------------------- */
legend,
fieldset {
  display: block;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  border: 0;
  border: 1px solid #9b9b9b;
  height: 2.875rem;
  padding: 0 0.9375rem;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #000;
}

textarea {
  height: auto;
  padding: 0.9375rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-select {
  position: relative;
}
.form-select::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  position: absolute;
  right: 0.9375rem;
  bottom: 1.4375rem;
  transform: translateY(50%);
  color: #757575;
}

textarea {
  line-height: 1.25;
}

label {
  display: block;
  font-weight: 700;
  color: #3b3b3b;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  margin-bottom: 0.3125rem;
}

button {
  display: inline-block;
  width: auto;
  border: none;
}

/* --------------------------------------------------------------------------
   ->Styles invalide
   -------------------------------------------------------------------------- */
select:invalid,
input:invalid,
textarea:invalid {
  box-shadow: none;
  outline: none;
}

.is-full select:invalid,
.is-full input:invalid,
.is-full textarea:invalid,
select.is-error,
input.is-error,
textarea.is-error {
  border-color: #f00;
}

/* --------------------------------------------------------------------------
   ->Styles placeholder
   -------------------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

:-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

/* ==========================================================================
   >>LAYOUT
   ========================================================================== */
/* --------------------------------------------------------------------------
   ->header
   -------------------------------------------------------------------------- */
.main.has-margin {
  margin-top: 7rem;
}
html:not(.has-stickyHeader) .main {
  margin-top: 0;
}

.header {
  width: 100%;
  position: relative;
  z-index: 1000;
  color: #fff;
  font-family: var(--wp--preset--font-family--font-main, "GeneralSans");
}

.header_bg {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 7rem;
  background-color: #000;
}
.has-stickyHeader .header_bg {
  display: none;
}

.header_inner {
  position: absolute;
  bottom: -7rem;
  left: 0;
  width: 100%;
  padding: 0 2.1875rem;
  height: 7rem;
  background-color: #fff;
  color: #000;
  transition: color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.header_inner:after {
  content: "";
  clear: both;
  display: table;
}
.header_inner svg,
.header_inner svg g,
.header_inner svg path {
  transition: fill 0.25s ease-in-out;
  fill: #000 !important;
}
.header_inner .header_trigger {
  color: #000;
}
.has-subnavOpen .header_inner {
  color: #fff;
  background-color: #000;
}
.has-subnavOpen .header_inner svg,
.has-subnavOpen .header_inner svg g,
.has-subnavOpen .header_inner svg path {
  fill: #fff !important;
}
.has-subnavOpen .header_inner .header_trigger {
  color: #fff;
}
.header_inner.is-transparent {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}
.header_inner.is-transparent svg,
.header_inner.is-transparent svg g,
.header_inner.is-transparent svg path {
  fill: #fff !important;
}
.header_inner.is-transparent .header_trigger {
  color: #fff;
}
.has-subnavOpen .header_inner.is-transparent {
  background-color: #000;
}
.has-stickyHeader .header_inner {
  position: fixed;
  bottom: auto;
  top: 0;
}
.has-stickyHeader .admin-bar .header_inner {
  top: 2rem;
}
.has-subnavOpen .header_inner {
  background-position: 0% 0%;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
}
.has-subnavOpen .header_inner .header_logo svg,
.has-subnavOpen .header_inner .header_logo svg g,
.has-subnavOpen .header_inner .header_logo svg path {
  fill: #fff !important;
}
.has-subnavOpen .header_inner .header_trigger {
  color: #fff;
}

.has-stickyHeader .is-bandeau .header_inner {
  top: 7rem;
}

.has-stickyHeader .admin-bar .is-bandeau .header_inner {
  top: 9rem;
}

.header_bandeau {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem 2.1875rem;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  height: 7rem;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.has-stickyHeader .header_bandeau {
  position: fixed;
  bottom: auto;
  top: 0;
  background-position: center top;
}
.has-stickyHeader .admin-bar .header_bandeau {
  top: 2rem;
}
.header:not(.is-bandeau) .header_bandeau {
  display: none;
}
.header_bandeau button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.1875rem;
}
.header_bandeau button::before {
  content: "\e5cd";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5625rem;
}

.header_bandeau_i {
  max-height: 100%;
  overflow-y: auto;
  font-size: 1.125rem;
}
.header_bandeau_i a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1875rem;
}

.header_logo {
  position: absolute;
  top: 50%;
  left: 2.1875rem;
  transform: translateY(-50%);
  transition: margin-top 0.2s;
  color: var(--color-main, var(--wp--preset--color--theatre));
}
.header_logo svg {
  height: 6.25rem;
}

.logo {
  display: flex;
  align-items: center;
  z-index: 1;
}
.logo span {
  margin-bottom: 0.3125rem;
}

.nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 7rem;
}

.nav-main {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding-left: 23.5416666667rem;
}
.nav-main > .nav_i:not(:last-child) {
  margin-right: 1.875rem;
}
.nav-main .has-sub > .nav_link {
  position: relative;
  padding-right: 1.25rem;
}
.nav-main .has-sub > .nav_link::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  display: inline-block;
  font-size: 1.0625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: transform 0.25s ease-in-out;
}
.nav-main .has-sub.is-open > .nav_link::after {
  transform: translateY(-45%) rotate(180deg);
}

.nav-secondary {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.nav-secondary .nav_sub {
  width: 100vw;
  left: auto;
  right: -2.1875rem;
  padding-left: 2.1875rem;
  flex-direction: row-reverse;
  top: 7rem;
}

.nav_i,
.nav_i-social li {
  display: inline-block;
  line-height: 7rem;
}

.nav_link a,
.nav_i-social li a {
  display: block;
  padding: 0 0.46875rem;
  height: 7rem;
  line-height: 7rem;
  font-size: 1.125em;
  letter-spacing: 0.0127777778em;
}
.has-subnavOpen .nav_link a,
.has-subnavOpen .nav_i-social li a {
  color: rgba(255, 255, 255, 0.5);
}
.nav_link a:focus,
.nav_i-social li a:focus {
  outline: 0;
}
.nav_link:first-child a,
.nav_i-social li:first-child a {
  padding-left: 0;
}
.nav_link:last-child a,
.nav_i-social li:last-child a {
  padding-right: 0;
}

.nav-main .nav_i-search:not(:last-child) {
  line-height: 4.9375rem;
  margin: 0;
}
.nav-main .nav_i-search:not(:last-child) .nav_link {
  font-size: 1.5rem;
  margin-right: 2.1875rem;
  line-height: 1.5rem;
}

.has-subnavOpen .is-open .nav_link,
.has-subnavOpen .nav_link:focus,
.has-subnavOpen .nav_link:hover,
.has-subnavOpen .nav_i-search .nav_link,
.has-subnavOpen .nav_i-social a {
  color: #fff;
}

.nav_i > a {
  color: #000;
}
.has-subnavOpen .nav_i > a {
  color: rgba(255, 255, 255, 0.5);
}
.nav_i > a:hover {
  color: #000;
}
.nav_i.nav_i-color a, .nav_i.nav_i-background a {
  color: var(--color-main, var(--wp--preset--color--theatre));
  font-weight: 700;
}
.has-subnavOpen .nav_i.nav_i-color a, .has-subnavOpen .nav_i.nav_i-background a {
  color: #fff;
}

@media only screen and (min-width: 83.125em) {
  .nav_i-search .nav_sub {
    padding-top: 2.875rem;
    width: calc(100vw - 2.1875rem);
    position: absolute;
    right: -2.1875rem;
    left: auto;
    justify-content: center;
    padding-left: 0;
  }
  .nav_i-search .nav_sub .nav_subInner {
    width: 90%;
    max-width: 70.625rem;
  }
  .nav_i-search.is-open .nav_sub {
    display: flex;
  }
}
.nav_sub {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 1.25rem 1.25rem 2.875rem 23.5416666667rem;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  text-align: left;
}
.nav_i-search .nav_sub {
  padding-top: 2.875rem;
}
.is-open .nav_sub {
  display: flex;
}
.nav_sub:before {
  content: " ";
  display: block;
  width: 300%;
  width: 200vw;
  height: 100%;
  position: absolute;
  left: -100vw;
  top: 0;
  border-top: 1px solid #fff;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
}
.nav_sub > * {
  width: 100%;
}
.nav_sub > *:not(:last-child) {
  padding-right: 1.25rem;
}

.nav_subInner {
  position: relative;
  z-index: 1;
  line-height: 1.3;
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 700;
}
.nav_subInner a {
  display: inline-block;
  padding: 0.375rem 0;
}

.nav_si.has-sub {
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 1.75rem;
}

.nav_ssi {
  font-size: 1.25rem;
  line-height: 1.25;
}

.search_input {
  height: auto;
  padding: 0 3.75rem 0 1.25rem;
  font-family: var(--wp--preset--font-family--font-main, "GeneralSans");
  font-size: 1.5rem;
  line-height: 4.375rem;
  height: 4.375rem;
  color: #000;
  background-color: #fff;
  transition: color 0.3s;
  border: none;
}
.search_input:focus {
  color: #000;
}
.search_input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  border: none;
}
.search_input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  border: none;
}
.search_input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  border: none;
}
.search_input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  border: none;
}
@media only screen and (max-width: 83.125em) {
  .search_input {
    background-color: transparent;
    color: #fff;
    font-family: var(--wp--preset--font-family--font-main, "GeneralSans");
  }
  .search_input:focus {
    color: #fff;
  }
  .search_input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    border: none;
  }
  .search_input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    border: none;
  }
  .search_input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    border: none;
  }
  .search_input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    border: none;
  }
}

.search_submit {
  color: #000;
  position: absolute;
  right: 1.25rem;
  height: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.875rem;
  cursor: pointer;
}

.header_trigger {
  display: none;
}

@media only screen and (max-width: 93.75em) {
  .nav-main {
    padding-left: 0;
    width: auto;
    white-space: nowrap;
  }
  .nav_sub {
    padding-left: 0;
  }
}
@media only screen and (max-width: 78.125em) {
  .nav-main > .nav_i:not(:last-child) {
    margin-right: 1.25rem;
  }
}
@media only screen and (max-width: 83.125em) {
  .has-menuMobilOpen .header_inner {
    top: 0;
  }
  .header_inner {
    height: 5.4375rem;
    bottom: -5.4375rem;
  }
  .has-subnavOpen .header_inner, .has-menuMobilOpen .header_inner {
    background-position: 0% 0%;
    background-color: var(--color-main, var(--wp--preset--color--theatre));
  }
  .has-subnavOpen .header_inner .header_logo svg,
  .has-subnavOpen .header_inner .header_logo svg g,
  .has-subnavOpen .header_inner .header_logo svg path, .has-menuMobilOpen .header_inner .header_logo svg,
  .has-menuMobilOpen .header_inner .header_logo svg g,
  .has-menuMobilOpen .header_inner .header_logo svg path {
    fill: #fff !important;
  }
  .has-subnavOpen .header_inner .header_trigger, .has-menuMobilOpen .header_inner .header_trigger {
    color: #fff;
  }
  .header_logo.logo span {
    font-size: 1.5rem;
    line-height: 1.125rem;
    margin-bottom: 0;
  }
  .nav {
    background: var(--color-main, var(--wp--preset--color--theatre));
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    text-align: left;
    overflow: auto;
    height: auto;
  }
  .nav-main {
    width: 100%;
    top: auto;
    left: auto;
    transform: none;
    text-transform: none;
    padding-left: 0;
  }
  .nav-main > .nav_i:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .nav-main > .nav_i:not(:last-child) {
    margin-right: 0;
  }
  .nav-secondary {
    width: 100%;
    bottom: 0;
    top: auto;
    transform: none;
  }
  .nav_i-social {
    padding-left: 2.1875rem;
  }
  .has-stickyHeader .nav,
  .nav {
    top: 5.4375rem;
    margin-top: 0;
  }
  .admin-bar .has-stickyHeader .nav,
  .admin-bar .nav {
    top: 7.4375rem;
  }
  .has-stickyHeader .is-bandeau .nav,
  .is-bandeau .nav {
    top: 10.4375rem;
  }
  .has-menuMobilOpen .nav {
    display: block;
  }
  .nav_list {
    display: block;
    max-width: none;
    width: 100%;
    padding: 0.625rem 0;
  }
  .nav_i {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 700;
    line-height: 2.5rem;
  }
  .nav_i.has-sub > .nav_link::after {
    right: 2.1875rem;
    font-size: 1.875rem;
  }
  .nav_i.nav_i-color a, .nav_i.nav_i-background a {
    color: #fff;
  }
  .nav_i a {
    color: #fff;
  }
  .nav_i a:hover {
    color: #fff;
  }
  .nav_link {
    height: auto;
    padding-left: 2.1875rem;
    display: inline-block;
    line-height: 2.5rem;
    width: 100%;
  }
  .nav_sub {
    position: static;
    padding: 0.3125rem 2.1875rem 1.25rem;
    font-weight: normal;
    flex-wrap: wrap;
  }
  .nav_sub .has-sub {
    font-weight: 700;
  }
  .nav_sub:before {
    display: none;
  }
  .nav_sub > * {
    width: 100%;
    padding-right: 0;
  }
  .nav_i-search .nav_link {
    display: none;
  }
  .nav_i-search .nav_sub {
    display: block;
    padding: 0;
    border-top: none;
  }
  .search_input {
    font-size: 1em;
    padding: 1.25rem 2.3125rem;
    border: none;
    font-weight: bold;
  }
  .search_submit {
    font-size: 1.625em;
    color: rgba(255, 255, 255, 0.5);
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav_i-social {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
  .nav_i-social a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .nav_subInner {
    font-size: 1rem;
    color: #fff;
  }
  .header_trigger {
    display: block;
    height: 3.4375rem;
    position: absolute;
    top: 0;
    right: 2.1875rem;
    font-size: 2rem;
    line-height: 3.4375rem;
    color: #fff;
  }
  .header_trigger span {
    line-height: 3.4375rem;
  }
  .has-menuMobilOpen .header_trigger .icon-menu:before {
    content: "\e5cd";
  }
}
@media only screen and (max-width: 70.625em) {
  .header_inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .header_logo {
    left: 1.25rem;
  }
  .header_trigger {
    right: 1.25rem;
  }
  .nav_link {
    padding-left: 1.25rem;
  }
  .search_input {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .search_submit {
    right: 1.25rem;
  }
  .nav_i.has-sub > .nav_link::after {
    right: 1.25rem;
  }
}
@media only screen and (max-width: 48.875em) {
  .has-stickyHeader .admin-bar .header_bandeau {
    top: 2.875rem;
  }
  .has-stickyHeader .admin-bar .header_inner {
    top: 2.875rem;
  }
  .has-stickyHeader .admin-bar .is-bandeau .header_inner {
    top: 9.875rem;
  }
  #wpadminbar {
    position: fixed;
  }
}
@media only screen and (max-width: 48.875em) {
  .admin-bar .has-stickyHeader .nav,
  .admin-bar .nav {
    top: 8.3125rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .logo {
    left: 1.25rem;
  }
  .search_input {
    padding: 1.25rem;
  }
  .nav_i.has-sub > .nav_link::after {
    right: 1.25rem;
  }
  .nav_link {
    padding-left: 1.25rem;
  }
  .nav_link.has-sub:before {
    right: 1.25rem;
  }
  .header_trigger,
  .search_submit {
    right: 1.25rem;
  }
  .nav_i-social {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .nav_sub {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .header_bandeau {
    padding-left: 1.25rem;
    padding-right: 4.375rem;
  }
  .header_bandeau::before {
    display: none;
  }
  .header_bandeau button {
    right: 1.25rem;
  }
}
@media screen and (max-aspect-ratio: 6/10) {
  .header_bg {
    padding-bottom: 0;
    height: calc(100vh - 7rem);
  }
  .is-bandeau .header_bg {
    height: calc(100vh - 10.4375rem);
  }
  .header_bandeau {
    bottom: 3.4375rem;
  }
  .header_inner {
    bottom: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .logo {
    width: 12.5rem;
  }
}
/* --------------------------------------------------------------------------
   ->content
   -------------------------------------------------------------------------- */
#main,
#footer {
  opacity: 1;
  transition: opacity 0.3s;
}

.ajax-loading #main,
.ajax-loading #footer {
  opacity: 0.15;
}

article.page {
  padding-top: 12.375rem;
}
@media only screen and (max-width: 48em) {
  article.page {
    padding-top: 4.6875rem;
  }
  .admin-bar article.page {
    padding-top: 7.5625rem;
  }
}

article.home {
  padding-top: 6.875rem;
}
@media only screen and (max-width: 48em) {
  article.home {
    padding-top: 4.6875rem;
  }
  .admin-bar article.home {
    padding-top: 7.5625rem;
  }
}

/* ==========================================================================
   >>MODULES
   ========================================================================== */
/* --------------------------------------------------------------------------
  ->Grilles
  -------------------------------------------------------------------------- */
.grid3_i {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  margin-right: 2%;
}
.grid3_i:nth-of-type(3n) {
  margin-right: 0;
}
.grid3_i:nth-of-type(n + 4) {
  margin-top: 3.75rem;
}
.grid3_i.modImg2-empty-line .modImg2_img {
  display: none;
}

@media only screen and (max-width: 43.75em) {
  .grid3_i {
    width: 100%;
    margin-right: 0;
  }
  .grid3_i + .grid3_i {
    margin-top: 3.75rem;
  }
  .grid3_i.modImg2-empty .modImg2_img {
    display: none;
  }
}
.grid2_i {
  display: inline-block;
  width: 46.75%;
  vertical-align: top;
  margin-right: 6.5%;
}
.grid2_i:nth-of-type(2n) {
  margin-right: 0;
}
.grid2_i:nth-of-type(n + 3) {
  margin-top: 2.9375rem;
}

@media only screen and (max-width: 31.25em) {
  .grid2_i {
    width: 100%;
    margin-right: 0;
  }
  .grid2_i + .grid2_i {
    margin-top: 2.9375rem;
  }
}
/* --------------------------------------------------------------------------
  ->Skip links
  -------------------------------------------------------------------------- */
/* Pour avoir le focus chrome oblige a mettre un tabindex à -1, on lui enlève l'outline */
*[tabindex="-1"]:focus {
  outline: none;
}

/* Même styles que WP */
.skipLinks {
  position: fixed;
  left: 0.375em;
  top: 0.4375em;
  z-index: 9999;
}
.skipLinks a {
  display: inline-block;
  padding: 1.0714285714em 1.6428571429em 1em;
  background-color: #f1f1f1;
  color: #21759b;
  font-size: 0.875em;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
}

/* --------------------------------------------------------------------------
   ->Loader
   -------------------------------------------------------------------------- */
.has-loader {
  position: relative;
}

.has-loader:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 2.5em;
  height: 2.5em;
  margin-left: -1.25em;
  margin-top: -1.25em;
  border: 0.1875em solid rgba(255, 255, 255, 0.2);
  border-left-color: #fff;
  border-radius: 50%;
  transform: translateZ(0);
  transition: opacity 0.4s;
  opacity: 0;
  animation: none;
}
.no-opacity .has-loader:after {
  visibility: hidden;
}

.has-loader.is-loading:after {
  opacity: 1;
  animation: spin 1.1s infinite linear;
}
.no-opacity .has-loader.is-loading:after {
  visibility: visible;
}

/* --------------------------------------------------------------------------
   ->Google map
   -------------------------------------------------------------------------- */
.gogoMap {
  width: 100%;
  height: 25em;
  background-color: #e5e3df;
}
.gogoMap img {
  height: 100%; /* Fix bug */
  max-width: none; /* Fix bug */
}
.no-js .gogoMap {
  display: none;
}

.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.gm-style .gm-style-iw-t::after {
  box-shadow: none !important;
}
.gm-style .gm-ui-hover-effect {
  display: none !important;
}

/* --------------------------------------------------------------------------
  ->Breadcrumb
  -------------------------------------------------------------------------- */
.bc {
  font-family: var(--wp--preset--font-family--font-main, "GeneralSans");
  color: #9b9b9b;
  line-height: 1.2;
  font-size: 0.9375em;
}
.bc li {
  display: inline-block;
  padding: 0.25em 0;
}
.bc li:not(:last-child):after {
  content: ">";
  display: inline-block;
  text-align: center;
  width: 1.5em;
  vertical-align: top;
}
.bc a {
  display: inline-block;
  position: relative;
}
.bc a:after, .bc a:before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
}
.bc a:before {
  z-index: 2;
  width: 100%;
  background: #9b9b9b;
}
.bc a:after {
  z-index: 2;
  width: 0;
  background: #000;
  transition: width 0.3s;
}
.bc a:hover, .bc a:focus {
  color: #000;
}
.bc a:hover:after, .bc a:focus:after {
  width: 100%;
  left: 0;
  right: auto;
}
.bc .is-active a {
  background: 0;
}

/* --------------------------------------------------------------------------
  ->Page
  -------------------------------------------------------------------------- */
.page_img {
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.page_header {
  padding: 1.25rem 0 1.875rem 0;
}
.page_header.page_header-404 {
  padding-bottom: 0;
}
.page_header.page_header-archive {
  padding-bottom: 0;
}
.is-search .page_header {
  border: none;
}

.page_title:not(:first-child) {
  margin-top: 3.4375rem;
}
.page_title:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 42.5em) {
  .page_title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

.page_compagnie:not(:first-child) {
  margin-top: 2.8125rem;
}
.page_compagnie:not(:last-child) {
  margin-bottom: -2.1875rem;
}
@media only screen and (max-width: 42.5em) {
  .page_compagnie:not(:last-child) {
    margin-bottom: -2.8125rem;
  }
}

.page_link_map {
  line-height: 1.5625rem;
  background-position: 0 110%;
}

.page_header-txt {
  padding-top: 2.8125rem;
}
@media only screen and (max-width: 42.5em) {
  .page_header-txt {
    padding-top: 1.5625rem;
  }
}

.page_header-aside {
  padding-top: 2.8125rem;
}
@media only screen and (max-width: 42.5em) {
  .page_header-aside {
    padding-top: 1.5625rem;
  }
}
.page_header-aside a {
  width: 100%;
  text-align: center;
}
.page_header-aside p {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
}

.page_st:not(:last-child) {
  margin-bottom: 1.2666666667em;
}

.page_filter {
  padding: 2.5rem 0;
  border-bottom: 1px solid #000;
}
.page_filter a {
  display: inline-block;
  margin-left: 1em;
  padding-bottom: 0.1666666667em;
  border-bottom: 1px solid var(--wp--preset--color--theatre);
}

.page_content:not(.wrapper) {
  width: 100%;
}

.page_content-main {
  padding-top: 2.125rem;
  padding-bottom: 5.9375rem;
}
@media only screen and (max-width: 37.5em) {
  .page_content-main {
    padding-bottom: 1.875rem;
  }
}
.is-404 .page_content-main {
  padding-top: 0.9375rem;
  padding-bottom: 18.75rem;
}

.main-404 .txt-48 {
  margin-bottom: 3.5rem;
  font-weight: 400;
  max-width: 35rem;
}
.main-404 a,
.main-404 .search-button {
  text-decoration: underline;
}

.page_txt,
.page_aside {
  display: table-cell;
  vertical-align: top;
}

.page_txt:not(:last-child) {
  padding-right: 2.5rem;
}

.txt_intro a {
  border-bottom: 1px solid var(--wp--preset--color--theatre);
  transition: color 0.3s;
}
.txt_intro a:hover {
  color: var(--wp--preset--color--theatre);
}

.citation_txt + .citation_src {
  margin-top: 1.3333333333em;
}
.citation_src a {
  display: inline-block;
  padding-bottom: 0.1666666667em;
  color: var(--wp--preset--color--theatre);
  border-bottom: 1px solid var(--wp--preset--color--theatre);
}

.citation_sep {
  padding: 0 0.6666666667em;
}

.page_aside {
  width: 21.5625rem;
}

.page_aside-bottom {
  vertical-align: bottom;
}

.page_rowTitle {
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #000;
}
.grid3 .page_rowTitle {
  border: none;
}
.is-search .grid3 .page_rowTitle {
  padding-bottom: 1.375rem;
  margin-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #000;
}
.page_rowTitle:not(:first-child) {
  margin-top: 2.8em;
}

.is-search .grid3:not(:last-child) {
  margin-bottom: 6.125rem;
}
.is-search .t1 {
  font-size: 3rem;
  line-height: 1.1666666667;
}

.pageSlider {
  height: 33.75rem;
}
.pageSlider_wrapper {
  padding: 0;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 37.5em) {
  .pageSlider_wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-top: 0.0625rem solid #000;
  }
}
.pageSlider .flickity-slider {
  margin-left: calc(50% - 35.3125rem);
}
@media only screen and (max-width: 78.4722222222em) {
  .pageSlider .flickity-slider {
    margin-left: 5%;
  }
}
.pageSlider .slider_i {
  display: inline-block;
  margin-right: 1px;
  height: 100%;
  cursor: pointer;
  filter: grayscale(100%);
  opacity: 0.3;
  transition: opacity 0.3s, filter 0.3s;
}
.pageSlider .slider_i.is-selected {
  opacity: 1;
  filter: grayscale(0%);
}
.pageSlider .slider_i:last-child {
  padding-right: calc(100% - 70.625rem);
}
@media only screen and (max-width: 78.4722222222em) {
  .pageSlider .slider_i:last-child {
    padding-right: 10%;
  }
}
.pageSlider .slider_i:only-child {
  cursor: default;
}
.pageSlider .slider_img {
  display: block;
  height: 33.75rem;
  width: auto;
  min-width: 0.3125rem;
  max-width: none;
  overflow: hidden;
}
.pageSlider .slider_legend {
  padding-top: 1.625em;
}
.pageSlider .slider_video iframe {
  width: 60rem;
  height: 33.75rem;
}

@media only screen and (max-width: 63.125em) {
  .page_txt:not(:last-child) {
    padding-right: 5vw;
  }
  .page_aside {
    width: 10.9375rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .page_txt,
  .page_aside {
    display: block;
  }
  .page_txt:not(:last-child) {
    padding-right: 0;
  }
  .page_content-aside .page_txt,
  .page_aside {
    width: 100%;
  }
  .page_content-aside .page_txt {
    padding-right: 0;
  }
  .page_aside {
    margin-top: 2.5em;
    padding-top: 0;
  }
  .page_aside.no-content {
    margin-top: 0;
  }
  .page_content-main .page_aside p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 25em) {
  .page_aside {
    max-width: 100%;
  }
}
/* --------------------------------------------------------------------------
  ->Archives
  -------------------------------------------------------------------------- */
.archivesRows {
  padding-top: 5.375rem;
  padding-bottom: 6.875rem;
}
.is-search .archivesRows {
  padding-top: 0;
}
.archivesRows.archive-lieux {
  padding-top: 2.5rem;
}

.galleryRows {
  padding-top: 1.25rem;
}

/* --------------------------------------------------------------------------
  ->Evenement
  -------------------------------------------------------------------------- */
.eventRow {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.eventRow_link {
  display: table-row;
}

.eventRow_content,
.eventRow_imgCont {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.page_rowTitle + .eventRow .eventRow_content,
.page_rowTitle + .eventRow .eventRow_imgCont {
  border-top: 0;
}

.eventRow_content:not(:last-child) {
  padding-right: 2.5rem;
}

.eventRow_imgCont {
  width: 32%;
}

.eventRow_txt {
  margin-top: 0.4736842105em;
}

.eventRow_img {
  position: relative;
  overflow: hidden;
}
.eventRow_img:after {
  content: " ";
  display: block;
  padding-top: 66%;
}

@media only screen and (max-width: 43.75em) {
  .eventRow,
  .eventRow_link,
  .eventRow_content,
  .eventRow_imgCont {
    display: block;
  }
  .eventRow_content:not(:last-child) {
    padding-right: 5%;
  }
  .eventRow_imgCont {
    width: 100%;
    border-top: none;
    padding-top: 0;
    max-width: 21.875rem;
  }
}
/* --------------------------------------------------------------------------
  ->Citation
  -------------------------------------------------------------------------- */
.citationRow {
  padding: 1.5555555556em 0;
}
.citationRow > * {
  display: inline-block;
}
.citationRow + .citationRow {
  border-top: 1px solid #e6e6e6;
}
.citationRow a {
  display: inline-block;
  padding-bottom: 0.1666666667em;
  color: var(--wp--preset--color--theatre);
  border-bottom: 1px solid var(--wp--preset--color--theatre);
}

/* --------------------------------------------------------------------------
  ->Accueil
  -------------------------------------------------------------------------- */
.home_section {
  padding-top: 4.0625rem;
  padding-bottom: 5.3125rem;
}
@media only screen and (max-width: 42.5em) {
  .home_section {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}

.homeSlider + .home_section {
  padding-top: 11.875rem;
}

.home_next {
  padding-top: 3.4375rem;
}
.home_next h2 {
  margin-bottom: 2.1875rem;
}
.home_next h3 {
  margin-bottom: 0.625rem;
}

.home_section-titre {
  margin-bottom: 2.1875rem;
}

/* --------------------------------------------------------------------------
  ->Modules image galeries et lieux
  -------------------------------------------------------------------------- */
.modImg2_img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5625rem;
}
.modImg2_img:after {
  content: " ";
  display: block;
  padding-top: 66%;
  background: #e6e6e6;
}

.modImg2-video .modImg2_link:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f16a";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 3em;
  pointer-events: none;
}

.modImg2_links {
  margin-top: 0.375rem;
}
.modImg2_links a {
  margin-top: 0.1875rem;
  display: block;
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
  ->Galerie
  -------------------------------------------------------------------------- */
.gallery:not(:first-child) {
  padding-top: 2.8125rem;
}

.gallery:not(:last-child) {
  padding-bottom: 9.375rem;
}

/* --------------------------------------------------------------------------
  ->Infos pratiques
  -------------------------------------------------------------------------- */
.placesMap {
  height: 70vh;
}

.gogoMap_popup {
  padding: 0.625em 0 0.375em 0.3125em;
  font-size: 1rem;
}
.gogoMap_popup h3 {
  margin-top: 0.1764705882em;
}
.gogoMap_popup p {
  margin-top: 0.75em;
}
.gogoMap_popup a {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
  ->Recherche
  -------------------------------------------------------------------------- */
.pageSearch_form {
  display: table;
  width: 100%;
}
.pageSearch_title {
  display: table-cell;
  white-space: nowrap;
  padding-right: 0.3em;
}
.pageSearch_input {
  position: relative;
  display: table-cell;
  width: 100%;
}
.pageSearch_input input {
  padding: 0 0.625em 0.125em 0;
  height: auto;
  font-weight: bold;
}
.pageSearch_input button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 31.25em) {
  .pageSearch_title, .pageSearch_input {
    display: block;
  }
}
/* --------------------------------------------------------------------------
  ->Accordéon : Styles généraux
  -------------------------------------------------------------------------- */
.txtEncart {
  position: relative;
  margin: 1.875rem 0;
  cursor: pointer;
  max-width: 38.75rem;
  border-bottom: 0.0625rem solid #000;
}
.txtEncart:first-child, *:not(.txtEncart) + .txtEncart {
  border-top: 0.0625rem solid #000;
}
.txtEncart + .txtEncart {
  margin-top: -24px;
}
.txtEncart::before {
  content: "\e145";
  position: absolute;
  top: 0.9375rem;
  right: 0;
  font-family: "icomoon";
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  transition: transform 0.25s ease-in-out, font-size 0.25s ease-in-out;
}
.txtEncart.txtEncart--opened::before {
  transform: rotate(135deg);
  font-size: 1.75rem;
}
.txtEncart.txtEncart--opened .txtEncart_text div {
  padding-bottom: 1.5rem;
}
.txtEncart > p {
  position: relative;
  margin: 0;
  padding: 0.9375rem 0;
  font-size: 1.125rem;
  font-weight: 700;
}
.txtEncart .txtEncart_text {
  overflow: hidden;
  height: 0;
}
.txtEncart .txtEncart_text > div {
  padding: 0;
}

.txtEncart-infos .txtEncart_text p {
  font-family: var(--wp--preset--font-family--font-main, "GeneralSans");
  font-size: 0.7777777778em;
  line-height: 1.5714285714;
}
.txtEncart-infos .txtEncart-multicol {
  -moz-column-count: 2;
       column-count: 2;
}

/* --------------------------------------------------------------------------
  ->Slider accueil
  -------------------------------------------------------------------------- */
.homeSlider {
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  color: #fff;
  background-color: #000;
}
.homeSlider.flickity-enabled {
  white-space: normal;
  overflow: hidden;
}

.homeSlider_i {
  display: inline-block;
  width: 100%;
  white-space: normal;
  vertical-align: top;
}
.flickity-enabled .homeSlider_i {
  display: block;
}

.homeSlider_img {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.homeSlider_cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 25vh;
  background: linear-gradient(rgba(0, 0, 0, 0), black);
}
.homeSlider_cont .wrapper {
  padding: 3.125rem 0;
}

.homeSlider_link:not(:first-child) {
  margin-top: 1.625rem;
}
.homeSlider_link a {
  background-image: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);
  background-repeat: repeat-x;
  background-size: 100% 7px;
  background-position: 100% 118%;
  height: 1.875rem;
  line-height: 1.875rem;
  display: inline-block;
}

.homeSlider_text {
  max-width: 58.5rem;
  color: #fff;
}
.homeSlider_text:not(:first-child) {
  margin-top: 0.3125rem;
}

@media only screen and (max-width: 43.75em) {
  .homeSlider_title {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .homeSlider_img {
    max-height: 36.5625rem;
    z-index: 0;
  }
  .homeSlider_img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), black);
    z-index: 1;
  }
  .homeSlider_link:not(:first-child) {
    margin-top: 1.125rem;
  }
  .homeSlider_cont {
    position: static;
    min-height: none;
    transform: translateY(-9.375rem);
    margin-bottom: -9.375rem;
    background-color: transparent;
    z-index: 1;
  }
}
/* --------------------------------------------------------------------------
  ->Accueil : citation
  -------------------------------------------------------------------------- */
.homeTxt .wrapper {
  margin-top: -5.625rem;
  background-repeat: no-repeat;
  background-position: 100% 5.5rem;
}

.homeTxt_title,
.homeTxt_st,
.homeTxt_text {
  max-width: 58.5rem;
}

.homeTxt_st:not(:first-child) {
  margin-top: 1.25rem;
}

.homeTxt_text:not(:first-child) {
  margin-top: 1.5625rem;
}

.homeTxt_links:not(:first-child) {
  margin-top: 3.625rem;
}
@media only screen and (max-width: 43.75em) {
  .homeTxt_links:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.homeTxt_link {
  padding-top: 0.625rem;
  border-top: 0.3125rem solid #000;
  position: relative;
}
@media only screen and (max-width: 31.25em) {
  .homeTxt_link + .homeTxt_link {
    margin-top: 5%;
  }
}
.homeTxt_link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 37.5em) {
  .homeTxt .wrapper {
    margin-top: -9.375rem;
  }
}
/* --------------------------------------------------------------------------
  ->Accueil : grille modules
  -------------------------------------------------------------------------- */
.modImg {
  position: relative;
}
.modImg:hover img {
  transform: scale(1.05);
}

.modImg_img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.9375rem;
}
.modImg_img img {
  transition: transform 0.25s ease-in-out;
}
.grid3_i .modImg_img {
  margin-bottom: 0.625rem;
}
.modImg_img:after {
  content: " ";
  display: block;
  padding-top: 66%;
}
.modImg_img.filter::before {
  display: block;
  padding-top: 66%;
  position: static;
}
.modImg_img.filter img {
  z-index: -1;
}
.modImg_img.filter::after {
  padding-top: 0;
}

.modImg_st {
  min-height: 3.375rem;
  max-width: 20.375rem;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 31.25em) {
  .modImg_st {
    min-height: 0;
  }
}

.modImg_link-wrapper {
  margin-top: 1.375rem;
}

.modImg_link a::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modImg_date,
.modImg_lieu {
  display: block;
}

/* --------------------------------------------------------------------------
  ->Partenaires
  -------------------------------------------------------------------------- */
.home_partner {
  padding: 5.625em 0 7.1875em;
  background-color: var(--wp--preset--color--theatre);
}

.partnerSlider {
  height: 5.625rem;
}
.partnerSlider_wrapper {
  padding: 3.125em 4.375em 0;
}
.partnerSlider_wrapper.slider-disabled {
  padding-left: 0;
  padding-right: 0;
}
.slider-disabled .partnerSlider {
  height: auto;
}
.partnerSlider .flickity-prev-next-button {
  width: 1.875em;
  height: 1.875em;
  margin: 0;
  top: 50%;
  background: none;
  color: #000;
  transform: translateY(-50%);
}
.partnerSlider .flickity-prev-next-button svg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: none;
}
.partnerSlider .flickity-prev-next-button.previous {
  left: -4.375em;
  right: auto;
}
.partnerSlider .flickity-prev-next-button.next {
  left: auto;
  right: -4.375em;
}
.partnerSlider_i {
  display: inline-block;
  height: 100%;
  padding: 0 2.1875em;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.partnerSlider_i.is-selected {
  opacity: 1;
  pointer-events: auto;
}
.slider-disabled .partnerSlider_i {
  opacity: 1;
  padding-left: 0;
  margin-bottom: 1.25rem;
}
.partnerSlider_img {
  display: block;
  height: 5.625rem;
  width: auto;
  min-width: 0.3125rem;
  max-width: 11.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}

/* --------------------------------------------------------------------------
  ->Inscription newsletter accueil
  -------------------------------------------------------------------------- */
.home_nl {
  width: 100%;
  color: #000;
  padding-bottom: 9.375rem;
}
.home_nl_inner {
  display: flex;
  border: 0.625rem solid #000;
  flex-direction: column;
  padding: 2.8125rem 2.5rem;
}
@media only screen and (max-width: 42.5em) {
  .home_nl_inner {
    padding: 1.125rem 0.9375rem;
  }
}
.home_nl .nl_title {
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 42.5em) {
  .home_nl .nl_title {
    padding-bottom: 0.9375rem;
  }
}
.home_nl .nl_form {
  position: relative;
}
.home_nl .nl_msg {
  display: none;
  opacity: 0;
  padding: 0 3.75em 0 0;
  transition: opacity 0.3s;
}
.home_nl .nl_email {
  height: auto;
  border: none;
  padding: 0 3.75rem 0 1.25rem;
  font-size: 1.5rem;
  line-height: 2.9166666667;
  color: #fff;
  background-color: #000;
  font-weight: 700;
  transition: color 0.3s;
}
.home_nl .nl_email:focus {
  border-color: #fff;
  color: #fff;
}
.home_nl .nl_email::-moz-placeholder {
  color: #fff;
}
.home_nl .nl_email::placeholder {
  color: #fff;
}
@media only screen and (max-width: 42.5em) {
  .home_nl .nl_email {
    padding-left: 1.0625rem;
    font-size: 1.25rem;
    line-height: 3;
  }
}
.home_nl .nl_submit {
  color: var(--wp--preset--color--theatre);
}
.home_nl .nl_submit,
.home_nl .nl_msg_close {
  position: absolute;
  right: 0.6666666667em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.875em;
  cursor: pointer;
}
.home_nl .is-loading .nl_msg,
.home_nl .success .nl_msg,
.home_nl .error .nl_msg {
  display: block;
  opacity: 1;
}
.home_nl .is-loading .nl_email,
.home_nl .is-loading .nl_submit,
.home_nl .success .nl_email,
.home_nl .success .nl_submit,
.home_nl .error .nl_email,
.home_nl .error .nl_submit {
  display: none;
}
.home_nl .is-loading .nl_msg_close {
  display: none;
}

.page_siblings {
  border-top: 1px solid #000;
  padding: 1.875em 0 3.125em;
}
@media only screen and (max-width: 37.5em) {
  .page_siblings {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.siblings {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.siblings_i {
  display: table-cell;
}
.siblings_i span,
.siblings_i strong {
  display: block;
}
.siblings_i-prev {
  padding-right: 1.25em;
}
.siblings_i-next {
  padding-left: 1.25em;
  text-align: right;
}
* + .siblings_i-txt, * + .siblings_i-visuel {
  margin-top: 0.3125rem;
}
.siblings_i-img {
  width: 15.625rem;
  max-width: 100%;
}
.siblings_i-picto {
  width: 3.75rem;
  max-width: 100%;
}
.siblings_i-page.siblings_i-prev {
  background-size: 3.75em 3.75em;
  background-repeat: no-repeat;
  background-position: left 0.25em;
}
.siblings_i-page.siblings_i-next {
  background-size: 3.75em 3.75em;
  background-repeat: no-repeat;
  background-position: right 0.25em;
}
.siblings_i-txt .txt-f3 {
  position: relative;
  display: inline;
}
.siblings_i-txt .txt-f3::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.3125rem;
  height: 0.25rem;
  background-image: linear-gradient(var(--wp--preset--color--theatre), var(--wp--preset--color--theatre));
  background-position: 0% 103%;
  background-repeat: no-repeat;
  background-size: 0% 0.25rem;
  display: inline;
  transition: background-size 0.25s ease-in-out;
}
.siblings_i-visuel img {
  border: 0.25rem solid rgba(var(--wp--preset--color--theatre), 0);
  transition: border-color 0.25s ease-in-out;
}
.siblings_i:hover .siblings_i-txt .txt-f3::before {
  background-position-x: 0%;
  background-size: 100% 0.25rem;
}
.siblings_i:hover .siblings_i-visuel img {
  border-color: rgba(var(--wp--preset--color--theatre), 1);
}

@media only screen and (max-width: 63.125em) {
  .siblings_i-page * + .siblings_i-txt,
  .siblings_i-page * + .siblings_i-visuel {
    margin-top: 0.25em;
  }
  .siblings_i-page.siblings_i-prev {
    padding-left: 0;
    background-size: 2.875em 2.875em;
  }
  .siblings_i-page.siblings_i-next {
    padding-right: 0;
    background-size: 2.875em 2.875em;
  }
}
@media only screen and (max-width: 42.5em) {
  .siblings_i-page.siblings_i-prev {
    padding-left: 0;
    background-size: 2.625em 2.625em;
  }
  .siblings_i-page.siblings_i-next {
    padding-right: 0;
    background-size: 2.625em 2.625em;
  }
}
@media only screen and (max-width: 37.5em) {
  .siblings_i {
    display: block;
    width: 100%;
  }
  .siblings_i-prev {
    padding-right: 0;
  }
  .siblings_i-next {
    padding-left: 0;
  }
  .siblings_i-page.siblings_i-prev, .siblings_i-page.siblings_i-next {
    background-position-y: 0.125em;
  }
  a.siblings_i-prev + a.siblings_i-next {
    margin-top: 1.25em;
    padding-top: 1.25em;
  }
  a.siblings_i-prev + a.siblings_i-next:before {
    position: absolute;
    margin-top: -1.25em;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
  }
  a.siblings_i-page + a.siblings_i-page {
    background-position-y: 2em;
  }
}
/* --------------------------------------------------------------------------
   ->footer
   -------------------------------------------------------------------------- */
.footer {
  padding: 0 0 4.375rem;
  font-family: var(--wp--preset--font-family--font-main, "GeneralSans");
  font-size: 1em;
  line-height: 1.25;
}
.footer a {
  transition: color 0.25s;
}
.footer a:hover {
  color: var(--wp--preset--color--theatre);
}
.footer_nl_alert {
  padding-top: 8.125rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.footer_nl_alert_wrapper {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.footer_nl_alert .footer-alert,
.footer_nl_alert .footer-nl {
  width: calc(41.6666666667% - 0.625rem);
  margin-right: 8.3333333333%;
}
.footer_nl_alert .footer-alert h2,
.footer_nl_alert .footer-nl h2 {
  font-weight: 600;
  color: #000;
  font-size: 1.875rem;
  line-height: 1.2em;
  margin-bottom: 1.25rem;
}
.footer_nl_alert .footer-alert p,
.footer_nl_alert .footer-nl p {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 3.125rem;
}
.footer_nl_alert .footer-alert a,
.footer_nl_alert .footer-nl a {
  padding: 1.0625rem 1.5rem;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  color: #fff;
  font-weight: 600;
}
.footer_nl_alert .footer-nl {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 48em) {
  .footer_nl_alert_wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 3.125rem;
  }
  .footer_nl_alert .footer-alert,
  .footer_nl_alert .footer-nl {
    width: 100%;
  }
}
.footer .footer-alert {
  display: flex;
  flex-direction: column;
}
.footer .footer-alert_btn-container {
  margin-top: auto;
}
.footer .footer-alert_btn-container a {
  display: inline-block;
}
.footer_wrapper {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.footer_sec_nav {
  border-top: 0.0625rem solid #d8d8d8;
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}
.footer_sec_nav .nav_i {
  line-height: 1;
}
.footer_sec_nav_wrapper {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.footer_sec_nav ul {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media only screen and (max-width: 48em) {
  .footer_sec_nav ul {
    row-gap: 0.9375rem;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 48em) {
  .footer_sec_nav .nav_i {
    width: 100%;
  }
}
.footer_sec_nav a {
  padding: 1.25rem 0.9375rem;
  color: var(--color-main, var(--wp--preset--color--theatre));
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.has-subnavOpen .footer_sec_nav a {
  color: var(--color-main, var(--wp--preset--color--theatre));
}
@media only screen and (max-width: 48em) {
  .footer_sec_nav .nav_i-has_border {
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (max-width: 36.25em) {
  .footer_sec_nav .nav_i-has_border {
    width: 100%;
  }
}
.footer_sec_nav .nav_i-has_border a {
  border: 0.0625rem solid var(--color-main, var(--wp--preset--color--theatre));
  border-radius: 0.1875rem;
  padding-inline: 2.8125rem;
}
.footer_coords {
  min-width: 25%;
  padding-right: 1.25rem;
}
.footer_nav {
  font-weight: bold;
}
.footer_partner {
  margin-left: auto;
  margin-right: 0;
}
.footer_partner img {
  max-width: 13.75rem;
}
@media only screen and (max-width: 48em) {
  .footer_wrapper {
    flex-wrap: wrap;
    row-gap: 1.875rem;
  }
  .footer_coords {
    width: 100%;
  }
  .footer_nav {
    width: 100%;
  }
  .footer_partner {
    margin-top: 1.25rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

#nl-form {
  margin-top: auto;
}
#nl-form .input-wrapper .form-100 {
  width: auto;
}
#nl-form form {
  display: flex;
}
#nl-form input {
  height: 3.375rem;
}
#nl-form button {
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  color: #fff;
  font-weight: 600;
  padding-inline: 1.375rem;
  height: 3.375rem;
}

.nl-form-msg {
  color: var(--color-main, var(--wp--preset--color--theatre));
}

.footer_temoignages {
  background-color: #f8f8f8;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.footer_temoignages_wrapper {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  row-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media only screen and (max-width: 48em) {
  .footer_temoignages_wrapper {
    flex-wrap: wrap;
  }
  .footer_temoignages_wrapper .footer_temoignes_left,
  .footer_temoignages_wrapper .footer_temoignages_right {
    width: 100%;
  }
}
.footer_temoignages h2 {
  font-weight: 600;
  color: #000;
  font-size: 3.125rem;
  line-height: 1;
}
@media only screen and (max-width: 36.25em) {
  .footer_temoignages h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
.footer_temoignages h2 .txt-color {
  color: var(--color-main, var(--wp--preset--color--theatre));
}
.footer_temoignages_left {
  width: calc(33.3333333333%);
  position: relative;
  padding-bottom: 5rem;
}
.footer_temoignages_left .slider-arrows {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 48em) {
  .footer_temoignages_left {
    width: 100%;
    padding-bottom: 11.25rem;
    margin-bottom: 1.25rem;
  }
}
.footer_temoignages_right {
  width: calc(66.6666666667%);
}
.footer_temoignages_inner {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.footer_temoignages_inner .testimony-card {
  box-sizing: border-box;
  width: calc(50% - 0.625rem);
}
@media only screen and (max-width: 48em) {
  .footer_temoignages_inner {
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .footer_temoignages {
    padding-top: 0.9375rem;
  }
}

.places {
  display: flex;
  flex-wrap: wrap;
}
.places article {
  border-top: 1px solid #000;
  padding-top: 0.75rem;
}

.places_lieu {
  margin-bottom: 0.625rem;
}

.rubrique-liste {
  margin-top: -2.125rem;
}

.rubrique-item {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #000;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.rubrique-item:first-child {
  border-top: 0.0625rem solid #000;
}
.rubrique-item.has-children:not(:first-child) {
  padding-top: 4.6875rem;
}
.rubrique-item.has-children .rubrique-titre {
  color: #000;
}
.rubrique-item::before {
  content: "›";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 2.1875rem;
  transform: translateY(-50%) translateX(-30px);
  opacity: 0;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.rubrique-item .rubrique-titre {
  margin-bottom: 0;
  font-family: var(--wp--preset--font-family--font-main, "GeneralSans");
  font-size: 2.1875rem;
  line-height: 2.375rem;
  color: #000;
  padding-right: 1.875rem;
  font-weight: 500;
  transition: transform 0.25s ease-in-out;
}
.rubrique-item .rubrique-link {
  line-height: 2.375rem;
  background: none;
  font-family: var(--wp--preset--font-family--font-main, "GeneralSans");
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  background-image: linear-gradient(var(--wp--preset--color--theatre), var(--wp--preset--color--theatre));
  background-position: 0% 103%;
  background-repeat: no-repeat;
  background-size: 0% 0.25rem;
  display: inline;
  transition: background-size 0.25s ease-in-out;
}
.rubrique-item .rubrique-link:hover {
  color: #000;
  background-size: 100% 0.25rem;
  background-image: linear-gradient(to bottom, var(--wp--preset--color--theatre) 50%, rgba(var(--wp--preset--color--theatre), 0) 50%);
}
.rubrique-item .rubrique-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rubrique-item:hover .rubrique-titre {
  transform: translateX(30px);
}
.rubrique-item:hover::before {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

@media only screen and (max-width: 42.5em) {
  .rubrique-item {
    flex-wrap: wrap;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .rubrique-item .rubrique-titre {
    font-size: 1.625rem;
    line-height: 1.75rem;
    width: 100%;
  }
  .rubrique-item .rubrique-link {
    line-height: 1.75rem;
    margin-top: 0.9375rem;
  }
  .rubrique-item::before {
    top: 2.1875rem;
  }
}
.grid {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 5rem;
  margin-bottom: 5rem;
  flex-wrap: wrap;
}
.grid.grid-2 > * {
  width: calc(50% - 0.625rem);
}
@media only screen and (max-width: 48em) {
  .grid.grid-2 > * {
    width: 100%;
  }
}
.grid.grid-3 > * {
  width: calc(33.3333333333% - 0.8333333333rem);
}
@media only screen and (max-width: 48em) {
  .grid.grid-3 > * {
    width: 100%;
  }
}
.grid.grid-4 > * {
  width: calc(25% - 0.9375rem);
}
@media only screen and (max-width: 48em) {
  .grid.grid-4 > * {
    width: 100%;
  }
}
.grid.grid-5 > * {
  width: calc(20% - 1rem);
}
@media only screen and (max-width: 48em) {
  .grid.grid-5 > * {
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .grid {
    row-gap: 2.5rem;
  }
}

.spec-card {
  font-weight: 500;
  position: relative;
}
.spec-card.has-passed {
  opacity: 0.5;
  filter: grayscale(1);
}
.spec-card p {
  margin: 0;
}
.spec-card .spec-card_fig-container {
  margin-bottom: 0.9375rem;
  background-color: #e6e6e6;
  position: relative;
  overflow: hidden;
}
.grid-2 .spec-card .spec-card_fig-container {
  padding-top: 65.4054054054%;
}
.grid-3 .spec-card .spec-card_fig-container {
  padding-top: 100%;
}
.spec-card .spec-card_fig-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease-in-out;
}
.spec-card:hover .spec-card_fig-container img {
  transform: scale(1.05);
}
.spec-card .spec-card_title {
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0.625rem;
}
.spec-card .spec-card_title a {
  color: #000;
  text-decoration: none;
}
.spec-card .spec-card_title a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spec-card .spec-card_categorie {
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  background-color: #fff;
  color: #4d4d4d;
  padding-top: 0.3125rem;
  padding-right: 0.625rem;
}
.spec-card .resa_text {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0.9375rem;
  left: 0.9375rem;
  background-color: #fff;
  padding: 0.375rem 0.625rem;
}
.spec-card .resa_text.var-bullet {
  color: #f00;
}
.spec-card .resa_text.var-bullet::before {
  content: "";
  display: block;
  background-color: #f00;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin-right: 0.4375rem;
}
.spec-card .resa_text.var-full, .spec-card .resa_text.var-red {
  color: #f00;
}
.spec-card .spec-card_subtitle {
  color: #4d4d4d;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.spec-card .spec-card_dates,
.spec-card .spec-card_lieu {
  font-size: 1.0625rem;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.spec-card .spec-card_dates::before,
.spec-card .spec-card_lieu::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5rem;
}
.spec-card .spec-card_lieu::before {
  content: "\e90b";
}
.spec-card .spec-card_dates::before {
  content: "\e917";
}
@media only screen and (max-width: 48em) {
  .grid-2 .spec-card .spec-card_fig-container, .grid-3 .spec-card .spec-card_fig-container {
    padding-top: 100%;
  }
  .spec-card .spec-card_categorie {
    font-weight: 700;
    font-size: 0.875rem;
  }
  .spec-card .spec-card_title {
    font-size: 1.5rem;
  }
}

.event-card {
  font-weight: 500;
  position: relative;
}
.event-card p {
  margin: 0;
}
.event-card .event-card_fig-container {
  margin-bottom: 0.9375rem;
  background-color: #e6e6e6;
  position: relative;
}
.grid-2 .event-card .event-card_fig-container {
  padding-top: 133.333333%;
}
.grid-3 .event-card .event-card_fig-container {
  padding-top: 133.333333%;
}
.event-card .event-card_fig-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card .event-card_title {
  font-weight: 600;
  color: #000;
  font-size: 1.875rem;
  line-height: 1.2em;
  margin-bottom: 0.625rem;
}
.event-card .event-card_title a {
  color: #000;
  text-decoration: none;
}
.event-card .event-card_title a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event-card .resa_text {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0.9375rem;
  left: 0.9375rem;
  background-color: #fff;
  padding: 0.375rem 0.625rem;
}
.event-card .resa_text.var-bullet {
  color: #f00;
}
.event-card .resa_text.var-bullet::before {
  content: "";
  display: block;
  background-color: #f00;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin-right: 0.4375rem;
}
.event-card .resa_text.var-full, .event-card .resa_text.var-red {
  color: #f00;
}
.event-card .event-card_dates,
.event-card .event-card_salle {
  font-size: 1.0625rem;
}
@media only screen and (max-width: 48em) {
  .grid-2 .event-card .event-card_fig-container, .grid-3 .event-card .event-card_fig-container {
    padding-top: 133.333333%;
  }
  .event-card .event-card_title {
    font-size: 1.875rem;
  }
}

.page-card {
  font-weight: 500;
  position: relative;
}
.page-card p {
  margin: 0;
}
.page-card .page-card_fig-container {
  margin-bottom: 0.8125rem;
  background-color: #e6e6e6;
  position: relative;
}
.grid-2 .page-card .page-card_fig-container {
  padding-top: 65.4054054054%;
}
.grid-3 .page-card .page-card_fig-container {
  padding-top: 100%;
}
.page-card .page-card_fig-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-card .page-card_fig-container.is-portrait {
  padding-top: 133.33333333%;
}
.page-card .page-card_title {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #000;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
.page-card .page-card_title a {
  color: #000;
  text-decoration: none;
}
.page-card .page-card_title a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.salle-card {
  font-weight: 500;
  position: relative;
}
.salle-card p {
  margin: 0;
}
.salle-card .salle-card_fig-container {
  margin-bottom: 0.9375rem;
  border-radius: 0.625rem;
  background-color: #e6e6e6;
  overflow: hidden;
  position: relative;
}
.grid-2 .salle-card .salle-card_fig-container {
  padding-top: 65.4054054054%;
}
.grid-3 .salle-card .salle-card_fig-container {
  padding-top: 100%;
}
.salle-card .salle-card_fig-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.salle-card .salle-card_title {
  font-weight: 600;
  color: #000;
  font-size: 1.875rem;
  line-height: 1.2em;
  margin-bottom: 0.625rem;
}
.salle-card .salle-card_title a {
  color: #000;
  text-decoration: none;
}
.salle-card .salle-card_title a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.salle-card .salle-card_surface::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
  display: inline-block;
  padding-right: 0.5rem;
}
.salle-card .salle-card_seats::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
  display: inline-block;
  padding-right: 0.5rem;
}
.salle-card .salle-card_services {
  margin-top: 0.625rem;
}
.salle-card .salle-card_services li {
  display: inline;
}
@media only screen and (max-width: 48em) {
  .grid-2 .salle-card .salle-card_fig-container, .grid-3 .salle-card .salle-card_fig-container {
    padding-top: 43.6%;
  }
  .salle-card .salle-card_title {
    font-size: 1.875rem;
  }
}

.testimony-card {
  font-weight: 500;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 1.875rem;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.14);
}
.testimony-card p {
  margin: 0;
}
.testimony-card .testimony-title {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}
.testimony-card .testimony-text {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 2rem;
  color: #4a4a4a;
}
.testimony-card .testimony-author {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 0;
  margin-top: auto;
  color: #4a4a4a;
}
.testimony-card .testimony-linked_content {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 0;
  color: #4a4a4a;
}
.testimony-card .testimony-linked_content a,
.testimony-card .testimony-linked_content span {
  text-decoration: underline;
  color: #4a4a4a;
}

.bloc-temoignages .swiper-wrapper {
  box-sizing: border-box;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}
.bloc-temoignages .swiper {
  height: auto;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.slider-arrows {
  position: relative;
  width: 7.6875rem;
  height: 3.75rem;
  display: flex;
  background-color: #fff;
}
.slider-arrows .slider-arrow {
  width: 50%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  cursor: pointer;
}
.slider-arrows .slider-arrow.slider-arrow-left::before {
  content: "\e907";
}
.slider-arrows .slider-arrow.slider-arrow-right::before {
  content: "\e908";
}
.slider-arrows .slider-arrow::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider-arrows .slider-arrow.disabled::before, .slider-arrows .slider-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.slider-arrows::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2.5rem;
  width: 0.0625rem;
  background-color: #d8d8d8;
  transform: translate(-50%, -50%) rotate(20deg);
}

.prehome {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
}
.prehome::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
}
.prehome::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.prehome img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.prehome-inner {
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 3;
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%, -50%);
  display: flex;
  -moz-column-gap: 8.3333333333%;
       column-gap: 8.3333333333%;
}
.prehome-inner h1 {
  width: 41.6666666667%;
  font-weight: 600;
  color: #000;
  font-size: 3.125rem;
  line-height: 3.4375rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 36.25em) {
  .prehome-inner h1 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
@media only screen and (max-width: 48em) {
  .prehome-inner {
    top: auto;
    bottom: 0;
    padding-bottom: 1.5625rem;
    transform: translateX(-50%);
  }
  .prehome-inner h1 {
    width: 100%;
    margin-top: auto;
    margin-bottom: 1.875rem;
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
  .prehome-inner .prehome-links {
    width: 100%;
    flex-direction: column;
  }
  .prehome-inner .prehome-links a {
    width: 100%;
    padding: 1.75rem 1.25rem;
  }
  .prehome-inner .prehome-links .prehome-link-name {
    font-size: 1.5rem;
  }
  .prehome-inner .prehome-links .prehome-link-desc {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}

.prehome-links {
  display: flex;
  row-gap: 2.5rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.prehome-links a {
  display: block;
  width: calc(50% - 0.625rem);
  color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  text-align: center;
  padding: 3.125rem 1.5625rem;
}
.prehome-links a span {
  display: block;
}
.prehome-links a .prehome-link-name {
  font-weight: 600;
  color: #000;
  font-size: 1.875rem;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 1.875rem;
}
.prehome-links a .prehome-link-desc {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.0625rem;
}

.prehome-link-theatre {
  background-color: var(--wp--preset--color--theatre);
}

.prehome-link-congres {
  background-color: var(--wp--preset--color--congres);
}

.salle-form,
.contact-form {
  background-color: #f8f8f8;
  padding-top: 6.25rem;
  padding-bottom: 8.125rem;
}
.salle-form h2,
.contact-form h2 {
  font-weight: 600;
  color: #000;
  font-size: 3.125rem;
  color: var(--color-main, var(--wp--preset--color--theatre));
  margin-bottom: wrem2(30);
}
@media only screen and (max-width: 36.25em) {
  .salle-form h2,
  .contact-form h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
.has-empty-page-content .salle-form h2,
.has-empty-page-content .contact-form h2 {
  display: none;
}
.salle-form p,
.contact-form p {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  max-width: 40rem;
  margin-top: 1.4375rem;
  margin-bottom: 1.4375rem;
}
.salle-form button,
.contact-form button {
  display: block;
  margin-top: 5rem;
  padding: 1.25rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  width: 100%;
  font-weight: 700;
}
.salle-form button:focus,
.contact-form button:focus {
  outline: 0.125rem solid #000;
}
.salle-form input,
.salle-form select,
.salle-form textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  font-weight: 500;
}
.salle-form .error,
.contact-form .error {
  color: var(--color-main, var(--wp--preset--color--theatre));
}

.salle-form-inner {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.input-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
}
.input-wrapper .form-100 {
  width: 100%;
}
.input-wrapper .form-50 {
  width: calc(50% - 0.625rem);
}

.protected-form button {
  display: block;
  margin-top: 1.25rem;
  padding: 0.9375rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  width: 100%;
  font-weight: 700;
}
.protected-form button:focus {
  outline: 0.125rem solid #000;
}

.site-switcher {
  position: fixed;
  top: 30vh;
  right: 0;
  z-index: 10000;
  display: flex;
  transform: rotate(5deg) translateX(15px);
  color: #fff;
}
.site-switcher.color-theatre {
  background-color: var(--wp--preset--color--theatre);
}
.site-switcher.color-congres {
  background-color: var(--wp--preset--color--congres);
}
.site-switcher img {
  width: 4.125rem;
  height: 4.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-switcher .site-switcher_inner {
  padding-left: 0.9375rem;
  padding-right: 1.875rem;
  height: 4.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-switcher .site-switcher_inner .site-switcher_title {
  font-size: 1rem;
  font-weight: 600;
}
.site-switcher .site-switcher_inner .site-switcher_desc {
  font-size: 0.75rem;
}
@media only screen and (max-width: 48em) {
  .site-switcher {
    display: none;
  }
}

.sidebar-alert h2 {
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
}
.sidebar-alert .sidebar-alert_text {
  margin-bottom: 2.1875rem;
}
.sidebar-alert a {
  padding: 1.0625rem 1.5rem;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 48em) {
  .sidebar-alert h2 {
    font-size: 1.25rem;
  }
}

.is-search .post_title {
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.5rem;
  margin-top: 2.8125rem;
}
.is-search .page_header {
  padding-bottom: 3.125rem;
}

.search-pages_congres .page_rowTitle {
  margin-top: 1.25rem;
}

#spec-filters {
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #d8d8d8;
  position: sticky;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 48em) {
  #spec-filters {
    position: static;
  }
}

.filters_container {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spec-list .filters_container {
  padding-inline: 0;
}

.spec-filters_reset {
  color: var(--color-main, var(--wp--preset--color--theatre));
  display: flex;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 600;
  padding-block: 0.9375rem;
}
@media only screen and (max-width: 64em) {
  .spec-filters_reset {
    display: none;
  }
}
.spec-filters_reset::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  font-size: 0.875rem;
}
.spec-filters_filters-list {
  color: #9b9b9b;
  font-size: 0.8125rem;
  font-weight: 600;
  display: flex;
  row-gap: 0.9375rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  align-items: center;
}
.spec-filters_filters-list p {
  text-transform: uppercase;
}
@media only screen and (max-width: 48em) {
  .spec-filters_filters-list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }
}
.spec-filters_filter {
  position: relative;
}
.spec-filters_filter::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
}
.spec-filters_filter select {
  text-transform: capitalize;
  font-weight: 600;
  border: 0.0625rem solid #d8d8d8;
  border-radius: 0.1875rem;
  padding-block: 0.78125rem;
  padding-right: 1.875rem;
  z-index: 1;
}
@media only screen and (max-width: 48em) {
  .spec-filters_filter select {
    padding-block: 0.625rem;
    padding-right: 1.5625rem;
  }
}

.header_left {
  width: 66.6666666667%;
  padding-right: 8.3333333333%;
}
.template-archives-spectacle .header_left {
  width: 100%;
}

.header_right {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.template-archives-spectacle .header_right {
  width: 0;
}

@media only screen and (max-width: 48em) {
  .header_left {
    width: 100%;
    padding-right: 0;
  }
  .header_right {
    display: none;
  }
}
.page-header.postType-page, .page-header.postType-spectacle {
  padding-top: 9.375rem;
}
.page-header.template-home {
  padding-top: 0;
}
.page-header figure {
  margin-top: 2.1875rem;
  overflow: hidden;
}
.page-header figure figure,
.page-header figure img {
  height: 100%;
}
.page-header figure img {
  width: 100%;
  max-height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_header-home {
  display: flex;
  align-items: flex-end;
  min-height: 80vh;
  background-color: #e6e6e6;
  position: relative;
}
@media only screen and (max-width: 48em) {
  .page_header-home {
    height: 100vh;
    min-height: auto;
  }
  .admin-bar .page_header-home {
    height: calc(100vh - 2.875rem);
  }
}
.page_header-home img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_header-home::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.page_header-home_container {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 11.875rem;
  padding-bottom: 3.125rem;
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .page_header-home_container {
    display: flex;
    align-items: flex-end;
    padding-bottom: 1.875rem;
  }
}

.page_header-home_saison {
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .page_header-home_saison {
    text-align: center;
    font-size: 0.8125rem;
    margin-bottom: 0.625rem;
  }
}

.page_header-home_inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 48em) {
  .page_header-home_inner {
    width: 100%;
    padding: 0;
  }
}
.page_header-home_inner h1 {
  background-color: transparent;
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 600;
  border-radius: 1.25rem;
  margin-bottom: 5rem;
}
.home-congres .page_header-home_inner h1 {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 48em) {
  .page_header-home_inner h1 {
    text-align: center;
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-bottom: 0.9375rem;
  }
}

.page_header-home_surtitre {
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: transparent;
  color: #fff;
}

.page_header-home-congres-cta {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
}
.page_header-home-congres-cta > * {
  width: calc(50% - 0.625rem);
}
@media only screen and (max-width: 48em) {
  .page_header-home-congres-cta {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .page_header-home-congres-cta > * {
    width: 100%;
  }
}
.page_header-home-congres-cta .page_header-home_text p {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.page_header-home-congres-cta .page_header-home_text h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.page_header-home_cta {
  width: 100%;
  display: flex;
  background-color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media only screen and (max-width: 48em) {
  .page_header-home_cta {
    flex-direction: column;
    align-items: center;
    padding: 0.9375rem 0 1.25rem;
  }
}
.home-congres .page_header-home_cta {
  color: var(--color-main, var(--wp--preset--color--theatre));
  position: relative;
}
.home-congres .page_header-home_cta::before, .home-congres .page_header-home_cta::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-congres .page_header-home_cta::before {
  left: 2rem;
  font-size: 2.5rem;
}
.home-congres .page_header-home_cta.icon-people::before {
  content: "\e90a";
}
.home-congres .page_header-home_cta.icon-curtain::before {
  content: "\e909";
}
.home-congres .page_header-home_cta::after {
  content: "\e906";
  right: 2.5rem;
  font-size: 1.25rem;
}
.page_header-home_cta.bg-congres {
  color: #fff;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
}

.page_header-home_text {
  width: 75%;
  padding: 1.875rem 3.125rem;
}
.home-congres .page_header-home_text {
  width: 100%;
  padding-left: 6.25rem;
}
@media only screen and (max-width: 48em) {
  .home-congres .page_header-home_text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    width: 75%;
  }
}
.page_header-home_text .page_header-home_text-surtitre-container {
  padding-left: 1.0625rem;
  height: 1.0625rem;
  position: relative;
}
.page_header-home_text .page_header-home_text-surtitre-container::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
}
.page_header-home_text .page_header-home_text-surtitre {
  text-transform: uppercase;
  color: var(--color-main, var(--wp--preset--color--theatre));
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 600;
}
.page_header-home_text .page_header-home_text-title {
  color: #000;
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 48em) {
  .page_header-home_text {
    padding: 0;
    text-align: center;
  }
  .page_header-home_text .page_header-home_text-title {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    margin-top: 0.3125rem;
  }
  .page_header-home_text .page_header-home_text-surtitre-container {
    height: auto;
    padding-left: 0;
  }
  .page_header-home_text .page_header-home_text-surtitre-container .page_header-home_text-surtitre {
    font-weight: 500;
    color: #9b9b9b;
  }
  .page_header-home_text .page_header-home_text-surtitre-container::before {
    display: none;
  }
}

.page_header-home_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  min-width: 15.625rem;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  color: #fff;
  position: relative;
  padding-right: 3.125rem;
}
.page_header-home_link::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
.page_header-home_link a {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.0625rem;
  font-weight: 600;
  text-align: center;
}
.page_header-home_link a::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page_header-home_link a::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page_header-home_link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 48em) {
  .page_header-home_link {
    background-color: #fff;
    padding: 0;
    padding-top: 0.3125rem;
  }
  .page_header-home_link a {
    color: var(--color-main, var(--wp--preset--color--theatre));
    font-size: 0.8125rem;
    text-decoration: underline;
  }
  .page_header-home_link::after {
    display: none;
  }
}

.page_header-home-congres_cta {
  border-radius: 1.25rem;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  background-color: #fff;
  color: var(--color-main, var(--wp--preset--color--theatre));
  position: relative;
}
.page_header-home-congres_cta.has-congres-background-color {
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  color: #fff;
}
.page_header-home-congres_cta.has-white-background-color {
  background-color: #fff;
  color: var(--color-main, var(--wp--preset--color--theatre));
}
.page_header-home-congres_cta::before, .page_header-home-congres_cta::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page_header-home-congres_cta::before {
  left: 2rem;
  font-size: 2.5rem;
}
.page_header-home-congres_cta.icon-people::before {
  content: "\e90a";
}
.page_header-home-congres_cta.icon-curtain::before {
  content: "\e909";
}
.page_header-home-congres_cta::after {
  content: "\e906";
  right: 2.5rem;
  font-size: 1.25rem;
}

.page_header-home-congres_text-surtitre,
.page_header-home-congres_text-title {
  color: var(--color-main, var(--wp--preset--color--theatre));
  background-color: transparent;
}
.page_header-home-congres_text-surtitre::-moz-placeholder, .page_header-home-congres_text-title::-moz-placeholder {
  color: currentColor;
  opacity: 0.5;
}
.page_header-home-congres_text-surtitre::placeholder,
.page_header-home-congres_text-title::placeholder {
  color: currentColor;
  opacity: 0.5;
}
.has-congres-background-color .page_header-home-congres_text-surtitre,
.has-congres-background-color .page_header-home-congres_text-title {
  color: #fff;
}
.has-white-background-color .page_header-home-congres_text-surtitre,
.has-white-background-color .page_header-home-congres_text-title {
  color: var(--color-main, var(--wp--preset--color--theatre));
}

.header_container {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-content {
  padding-top: 2.8125rem;
  padding-bottom: 8.125rem;
}
.single-salle .page-content {
  padding-top: 1.25rem;
  padding-bottom: 6.25rem;
}
.home .page-content {
  padding-top: 0;
  padding-bottom: 0;
}
.page-content.archive-actus {
  margin-top: 3.125rem;
  padding-top: 5rem;
  border-top: 0.0625rem solid #d8d8d8;
}
@media only screen and (max-width: 48em) {
  .page-content.archive-actus {
    padding-top: 2.8125rem;
    margin-top: 0;
    border-top: none;
  }
}
.page-content .no-specs_res {
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
}
.page-content > *:not(.contact-form):not(.salle-form):not(.wp-block-temoignages):not(.bloc-temoignages):not(.cta-cover) {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.page-content .slider-single-img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 2.5rem;
}
.page-content .slider-single-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-content .slider-single-img img,
.page-content .slider-single-img iframe,
.page-content .slider-single-img .plyr {
  width: 100%;
  height: 100%;
}
.page-content .slider-single-img .plyr-player {
  height: 100%;
}

.page-txt {
  display: flex;
  font-weight: 400;
}
.page-txt p,
.page-txt li {
  font-size: 1.0625rem;
}
.page-txt p a,
.page-txt li a {
  text-decoration: underline;
}
.page-txt .t1 {
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
}
.page-txt .t2 {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}
.page-txt p,
.page-txt ul,
.page-txt ol,
.page-txt .t1,
.page-txt .t2,
.page-txt .acc,
.page-txt .bloc-encadre,
.page-txt .dl-btn {
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}
.page-txt ul,
.page-txt ol {
  padding-left: 0.9375rem;
}
.page-txt ul {
  list-style: disc;
}
.page-txt ol {
  list-style: decimal;
}
.page-txt .t1 {
  margin-top: 4.375rem;
}
.page-txt .acc {
  margin-top: 4.375rem;
  margin-bottom: 1.625rem;
}
.page-txt .acc + .acc {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 48em) {
  .page-txt {
    flex-direction: column;
  }
}
.page-txt sub,
.page-txt sup {
  position: relative;
  font-size: 0.75em;
  vertical-align: 0;
}
.page-txt sup {
  bottom: 1ex;
}
.page-txt sub {
  top: 0.5ex;
}

.content-main {
  width: 58.3333333333%;
  margin-right: 16.6666666667%;
}

.content-sidebar {
  width: 25%;
}

.content-main > *:first-child,
.content-sidebar > *:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 48em) {
  .content-main,
  .content-sidebar {
    width: 100%;
  }
}

.bloc-specs {
  margin-top: 7.5rem;
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.bloc-specs:first-child {
  margin-top: 3.125rem;
}
.bloc-specs h2 {
  font-weight: 600;
  color: #000;
  font-size: 3.125rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 36.25em) {
  .bloc-specs h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}

.bloc-actus {
  margin-top: 7.5rem;
}
.bloc-actus:first-child {
  margin-top: 3.125rem;
}
.bloc-actus .last-actus_header {
  margin-bottom: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 36.25em) {
  .bloc-actus .last-actus_header {
    margin-bottom: 0.9375rem;
  }
}
.bloc-actus h2 {
  font-weight: 600;
  color: #000;
  font-size: 3.125rem;
  color: var(--color-main, var(--wp--preset--color--theatre));
}
@media only screen and (max-width: 36.25em) {
  .bloc-actus h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
.bloc-actus .last-actus-link {
  color: var(--color-main, var(--wp--preset--color--theatre));
  font-size: 1.5625rem;
  font-weight: 600;
  position: relative;
  padding-right: 1.25rem;
}
.bloc-actus .last-actus-link:hover, .bloc-actus .last-actus-link:focus {
  text-decoration: underline;
}
.bloc-actus .last-actus-link::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
  position: absolute;
  right: 0;
  bottom: 0.3125rem;
  transform: translateX(50%);
  font-weight: 600;
  color: var(--color-main, var(--wp--preset--color--theatre));
}
.bloc-actus .last-actus .grid-2 {
  margin-bottom: 2rem;
}

.wp-block-temoignages {
  background-color: #f8f8f8;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
* + .wp-block-temoignages, .wp-block-temoignages + *, .wp-block-temoignages {
  margin-block-start: 0 !important;
}
.wp-block-temoignages + * {
  padding-top: 1.25rem;
}
.wp-block-temoignages .bloc-temoignages {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media only screen and (max-width: 48em) {
  .wp-block-temoignages .bloc-temoignages {
    flex-direction: column;
  }
}
.wp-block-temoignages .bloc-temoignages-title_container {
  height: 100%;
  width: calc(33.3333333333% - 0.625rem);
  position: relative;
  padding-bottom: 5rem;
}
.wp-block-temoignages .bloc-temoignages-title_container .slider-arrows {
  position: absolute;
  bottom: 0;
  left: 0;
}
.wp-block-temoignages .bloc-temoignages-title_container .slider-arrows.mobile-only {
  display: none;
}
.wp-block-temoignages .bloc-temoignages-title_container .button-link-container {
  margin: 3.125rem 0;
}
.wp-block-temoignages .bloc-temoignages-title_container .button-link-container .button-link {
  vertical-align: top;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  color: #fff;
  font-weight: 600;
  padding: 1.0625rem 1.5rem;
}
@media only screen and (max-width: 48em) {
  .wp-block-temoignages .bloc-temoignages-title_container {
    width: 100%;
    padding-bottom: 11.25rem;
    margin-bottom: 1.25rem;
  }
  .wp-block-temoignages .bloc-temoignages-title_container .slider-arrows.mobile-only {
    display: block;
  }
}
.wp-block-temoignages h2 {
  font-weight: 600;
  color: #000;
  font-size: 3.125rem;
  line-height: 1;
}
@media only screen and (max-width: 36.25em) {
  .wp-block-temoignages h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
.wp-block-temoignages h2 .txt-color {
  color: var(--color-main, var(--wp--preset--color--theatre));
}
@media only screen and (max-width: 48em) {
  .wp-block-temoignages h2 {
    font-size: 1.875rem;
  }
}
.wp-block-temoignages .temoignages-inner {
  height: 100%;
  width: calc(66.6666666667% - 0.625rem);
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.wp-block-temoignages .temoignages-inner .testimony-card {
  width: calc(50% - 0.625rem);
}
.wp-block-temoignages .temoignages-inner .testimony-card .testimony-text {
  overflow: hidden;
  position: relative;
}
.wp-block-temoignages .temoignages-inner .testimony-card .testimony-text.read-more {
  padding-bottom: 2rem;
  max-height: 200px;
  height: auto;
}
.wp-block-temoignages .temoignages-inner .testimony-card .testimony-text.read-more::before {
  cursor: pointer;
  content: "Tout afficher";
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  background: #fff;
  display: block;
  padding: 10px 0 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.wp-block-temoignages .temoignages-inner .testimony-card .testimony-text.extended {
  max-height: 100%;
  height: 100%;
}
.wp-block-temoignages .temoignages-inner .testimony-card .testimony-text.extended::before {
  content: "Afficher moins";
}
@media only screen and (max-width: 48em) {
  .wp-block-temoignages .temoignages-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .wp-block-temoignages {
    padding-top: 0.9375rem;
  }
}

.has-bg-color .wp-block-cover__background {
  background-color: var(--color-main, var(--wp--preset--color--theatre)) !important;
  opacity: 1 !important;
}

.wp-block-cover {
  align-items: center !important;
  justify-content: center !important;
  min-height: 26.875rem !important;
  max-width: none !important;
}
.wp-block-cover .wp-block-cover__inner-container {
  width: 100% !important;
}
@media only screen and (max-width: 48em) {
  .wp-block-cover {
    min-height: auto !important;
    padding-block: 5rem;
  }
}
.wp-block-cover .cover-inner {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-cover .wp-block-cover__inner-container h2,
.wp-block-cover .wp-block-cover__inner-container p,
.wp-block-cover .wp-block-cover__inner-container a {
  background-color: transparent;
  color: #fff;
}
.wp-block-cover .wp-block-cover__inner-container h2 {
  font-weight: 600;
  color: #000;
  font-size: 3.125rem;
  color: #fff;
  margin-bottom: 0.9375rem;
  max-width: 43.75rem;
}
@media only screen and (max-width: 36.25em) {
  .wp-block-cover .wp-block-cover__inner-container h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
.wp-block-cover .wp-block-cover__inner-container p {
  font-weight: 700;
  margin-bottom: 3.125rem;
  max-width: 43.75rem;
}
.wp-block-cover .wp-block-cover__inner-container a {
  padding: 1.25rem 2.1875rem;
  background-color: #fff;
  color: var(--color-main, var(--wp--preset--color--theatre));
  font-size: 0.875rem;
  line-height: 1.1875rem;
  border-radius: 1.84375rem;
  width: auto;
  display: inline-block;
  font-weight: 500;
}

.post_title {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  color: var(--color-main, var(--wp--preset--color--theatre));
}
@media only screen and (max-width: 36.25em) {
  .post_title {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

h2.soustitre {
  font-size: 3.5rem;
  color: var(--color-main, var(--wp--preset--color--theatre));
}

.header_compagnie {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

.header_categorie {
  font-size: 1.5rem;
  color: var(--color-main, var(--wp--preset--color--theatre));
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 36.25em) {
  .header_categorie {
    font-size: 1.25rem;
  }
}

.header_dates {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 36.25em) {
  .header_dates {
    font-size: 1.25rem;
  }
}

.header_lieu {
  font-size: 1.5rem;
  margin-top: 0;
  font-weight: 400;
}
@media only screen and (max-width: 36.25em) {
  .header_lieu {
    font-size: 1.25rem;
  }
}

.resa-link {
  width: 100%;
  padding: 1.5625rem 1.875rem;
  background: var(--color-main, var(--wp--preset--color--theatre));
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.1875em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.resa-link.is-full {
  cursor: not-allowed;
  background-color: #9b9b9b;
}

.resa_mobile {
  display: none;
}
@media only screen and (max-width: 48em) {
  .resa_mobile {
    display: block;
  }
  .resa_mobile .resa-link {
    display: block;
    margin: 0.9375rem;
    width: calc(100% - 1.875rem);
  }
}

.header_chapo {
  font-size: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 36.25em) {
  .header_chapo {
    font-size: 1rem;
    font-weight: 500;
  }
}

.bloc-citation {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.875rem;
}
.bloc-citation p {
  color: var(--color-main, var(--wp--preset--color--theatre));
  font-size: 4.5rem;
  line-height: 5rem;
  line-height: 1.125;
  font-weight: 700;
  background-image: linear-gradient(rgba(200, 136, 66, 0.2), rgba(200, 136, 66, 0.2));
  background-position: 100% 90%;
  background-repeat: no-repeat;
  background-size: 100% 1.25rem;
  background-position-x: 0%;
  display: inline;
}
@media only screen and (max-width: 48em) {
  .bloc-citation p {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 36.25em) {
  .bloc-citation p {
    background-size: 100% 0.625rem;
  }
}
.bloc-citation cite {
  color: var(--color-main, var(--wp--preset--color--theatre));
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 3.125rem;
  padding-left: 21.25rem;
  position: relative;
  display: flex;
  align-items: center;
}
.bloc-citation cite::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20rem;
  height: 1.25rem;
  background-image: linear-gradient(rgba(200, 136, 66, 0.2), rgba(200, 136, 66, 0.2));
  background-position: 100% 90%;
  background-repeat: no-repeat;
  background-size: 100% 1.25rem;
  background-position-x: 0%;
  display: inline;
}
@media only screen and (max-width: 36.25em) {
  .bloc-citation cite::after {
    background-size: 100% 0.625rem;
  }
}
@media only screen and (max-width: 36.25em) {
  .bloc-citation cite::after {
    width: calc(30% - 1.25rem);
    height: 0.625rem;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 36.25em) {
  .bloc-citation cite {
    padding-left: 30%;
    margin-top: 1.75rem;
  }
}
@media only screen and (max-width: 36.25em) {
  .bloc-citation {
    margin-top: 3.125rem;
  }
  .bloc-citation p::before, .bloc-citation p::after {
    display: none;
  }
}

.acc {
  margin-bottom: var(--wp--style--block-gap, 1.25rem);
  margin-top: var(--wp--style--block-gap, 1.25rem);
  border-top: 0.0625rem solid var(--color-main, var(--wp--preset--color--theatre));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.acc_head {
  cursor: pointer;
  height: 3.75rem;
  margin-top: -3.75rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.acc_head h3 {
  background-color: #fff;
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  z-index: 0;
  padding-right: 1.25rem;
  max-width: calc(100% - 5rem);
}
.acc_head::before {
  content: "\e145";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  z-index: 2;
  padding: 0.4375rem;
  border-radius: 50%;
}
.is-active .acc_head::before {
  content: "\e15b";
}
.acc_head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  width: 2.6875rem;
  height: 2.5rem;
  background-color: #fff;
  z-index: 0;
}

.acc_content {
  padding-top: 2.1875rem;
  display: none;
}
.acc_content > *:first-child {
  margin-top: 0;
}
.acc_content > *:last-child {
  margin-bottom: 0;
}

.bloc-encadre {
  border-top: 0.0625rem solid var(--color-main, var(--wp--preset--color--theatre));
  padding-top: 1.5rem;
}
.bloc-encadre > *:first-child {
  margin-top: 0;
}
.bloc-encadre > *:last-child {
  margin-bottom: 0;
}

.dl-btn {
  display: block;
  padding: 2.5rem;
  padding-right: 4.375rem;
  position: relative;
  margin-bottom: var(--wp--style--block-gap, 1.25rem);
  margin-top: var(--wp--style--block-gap, 1.25rem);
  border: 0.0625rem solid var(--color-main, var(--wp--preset--color--theatre));
  transition: background-color 0.25s ease-in-out;
}
.dl-btn::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.875rem;
  color: var(--color-main, var(--wp--preset--color--theatre));
  font-size: 1.5rem;
}
.dl-btn.icon-dl::before {
  content: "\e905";
}
.dl-btn.icon-doc::before {
  content: "\e903";
}
@media only screen and (max-width: 36.25em) {
  .dl-btn {
    padding: 1.25rem;
    padding-right: 5.3125rem;
  }
}
.dl-btn .btn-title {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-main, var(--wp--preset--color--theatre));
  font-family: var(--wp--preset--font-family--font-main, "GeneralSans");
  font-size: 1rem;
}
.dl-btn .btn-title {
  margin: 0;
  background-color: transparent;
}
.dl-btn .btn-title, .dl-btn::before {
  transition: color 0.25s ease-in-out;
}
.dl-btn:hover {
  background-color: var(--color-main, var(--wp--preset--color--theatre));
}
.dl-btn:hover .btn-title, .dl-btn:hover::before {
  color: #fff;
}

.block-slider {
  position: relative;
  padding-bottom: 2.5rem;
  width: calc(50vw + 34.0625rem);
  margin-left: auto;
  margin-right: 0;
}
.block-slider:not(:first-child) {
  margin-top: 6.875rem;
}
.block-slider:not(:last-child) {
  margin-bottom: 5.625rem;
}
@media only screen and (max-width: 68.125em) {
  .block-slider {
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.block-slider .swiper-slide {
  width: 66.6666666667%;
  aspect-ratio: 16/9;
}
.block-slider .swiper-slide img,
.block-slider .swiper-slide iframe,
.block-slider .swiper-slide .plyr {
  width: 100%;
  height: 100%;
}
.block-slider .swiper-slide .plyr-player {
  height: 100%;
}
.block-slider .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 16/9) {
  .block-slider .swiper-slide {
    padding-bottom: 56.25%;
    position: relative;
  }
  .block-slider .swiper-slide img,
  .block-slider .swiper-slide iframe,
  .block-slider .swiper-slide .plyr {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 48em) {
  .block-slider .swiper-slide {
    width: 85%;
  }
}
.block-slider .slider-arrows {
  position: absolute;
  bottom: 2.4375rem;
  left: -0.0625rem;
  z-index: 2;
}
.block-slider .swiper-button-lock {
  display: block;
}
.block-slider .swiper-pagination {
  width: auto;
  left: 0;
  bottom: 0;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
}
.block-slider .swiper-pagination .swiper-pagination-bullet {
  transition: width 0.25s ease-in-out, background-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  border-radius: 0.3125rem;
}
.block-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  width: 1.5625rem;
}
@media only screen and (max-width: 68.125em) {
  .block-slider .swiper-pagination {
    left: 0.9375rem;
  }
}

.bloc-rebonds {
  margin-top: 7.1875rem;
}
.bloc-rebonds .rebond-title {
  font-weight: 600;
  color: #000;
  font-size: 3.125rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 36.25em) {
  .bloc-rebonds .rebond-title {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
.single-spectacle .bloc-rebonds .rebond-title, .single-post .bloc-rebonds .rebond-title, .page .bloc-rebonds .rebond-title {
  color: var(--color-main, var(--wp--preset--color--theatre));
}
.home_congres .bloc-rebonds .rebond-title, .single-page_congres .bloc-rebonds .rebond-title {
  color: #000;
}
@media only screen and (max-width: 36.25em) {
  .bloc-rebonds .rebond-title {
    margin-bottom: 0.9375rem;
  }
}
.bloc-rebonds .bloc-rebonds_inner {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.bloc-rebonds .bloc-rebonds_inner a {
  display: block;
  width: calc(50% - 0.625rem);
  padding: 1.5625rem 1.875rem;
  height: 15.625rem;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  font-weight: 600;
  color: #000;
  font-size: 1.875rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.bloc-rebonds .bloc-rebonds_inner a:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .bloc-rebonds .bloc-rebonds_inner {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .bloc-rebonds .bloc-rebonds_inner a {
    width: 100%;
    font-size: 1.5rem;
    height: 9.375rem;
  }
}

.spec-rebonds {
  margin-top: 7.1875rem;
}
.spec-rebonds .spec-rebonds_header {
  margin-bottom: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 36.25em) {
  .spec-rebonds .spec-rebonds_header {
    margin-bottom: 0.9375rem;
  }
}
.spec-rebonds .spec-rebonds_header .spec-rebond-title {
  font-weight: 600;
  color: #000;
  font-size: 3.125rem;
  color: var(--color-main, var(--wp--preset--color--theatre));
}
@media only screen and (max-width: 36.25em) {
  .spec-rebonds .spec-rebonds_header .spec-rebond-title {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
.spec-rebonds .spec-rebonds_header .spec-rebond-link {
  color: var(--color-main, var(--wp--preset--color--theatre));
  font-size: 1.5625rem;
  font-weight: 600;
  position: relative;
  padding-right: 1.25rem;
}
.spec-rebonds .spec-rebonds_header .spec-rebond-link:hover, .spec-rebonds .spec-rebonds_header .spec-rebond-link:focus {
  text-decoration: underline;
}
.spec-rebonds .spec-rebonds_header .spec-rebond-link::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
  position: absolute;
  right: 0;
  bottom: 0.3125rem;
  transform: translateX(50%);
  font-weight: 600;
  color: var(--color-main, var(--wp--preset--color--theatre));
}
.spec-rebonds .spec-rebonds_inner {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.spec-rebonds .spec-rebonds_inner a {
  display: block;
  width: calc(50% - 0.625rem);
  padding: 1.5625rem 1.875rem;
  height: 15.625rem;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  font-weight: 600;
  color: #000;
  font-size: 1.875rem;
}
@media only screen and (max-width: 48em) {
  .spec-rebonds .spec-rebonds_inner {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .spec-rebonds .spec-rebonds_inner a {
    width: 100%;
    font-size: 1.5rem;
    height: 9.375rem;
  }
}

.event-rebonds {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.1875rem;
}
.event-rebonds .event-rebond-title {
  font-weight: 600;
  color: #000;
  font-size: 3.125rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 36.25em) {
  .event-rebonds .event-rebond-title {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
@media only screen and (max-width: 36.25em) {
  .event-rebonds .event-rebond-title {
    margin-bottom: 0.9375rem;
  }
}
.event-rebonds .event-rebonds_inner {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.event-rebonds .event-rebonds_inner a {
  display: block;
  width: calc(50% - 0.625rem);
  padding: 1.5625rem 1.875rem;
  height: 15.625rem;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  font-weight: 600;
  color: #000;
  font-size: 1.875rem;
}
@media only screen and (max-width: 48em) {
  .event-rebonds .event-rebonds_inner {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .event-rebonds .event-rebonds_inner a {
    width: 100%;
    font-size: 1.5rem;
    height: 9.375rem;
  }
}

.page-sommaire {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.img .img_lgd {
  display: none;
}

.accroche {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
.accroche:not(:first-child) {
  margin-top: 8.75rem;
}
.accroche:not(:last-child) {
  margin-bottom: 8.75rem;
}
.accroche > p {
  color: #9b9b9b;
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.accroche h2 {
  font-weight: 600;
  color: #000;
  font-size: 3.125rem;
  line-height: 3.75rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 36.25em) {
  .accroche h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
.accroche .accroche-inner {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.accroche .accroche-inner > * {
  width: calc(25% - 0.3125rem);
  font-size: 1.5rem;
  padding-top: 1.5625rem;
  position: relative;
}
.accroche .accroche-inner > *::before, .accroche .accroche-inner > *::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.accroche .accroche-inner > *::before {
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--color-main, var(--wp--preset--color--theatre));
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.accroche .accroche-inner > *::after {
  width: 100%;
  border-bottom: 0.0625rem solid var(--color-main, var(--wp--preset--color--theatre));
  transform: translateY(-50%);
}
@media only screen and (max-width: 48em) {
  .accroche .accroche-inner {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .accroche .accroche-inner > * {
    width: 100%;
    padding-top: 0.9375rem;
  }
}

.bloc-chiffres-cle {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
.bloc-chiffres-cle:not(:first-child) {
  margin-top: 8.75rem;
}
.bloc-chiffres-cle:not(:last-child) {
  margin-bottom: 8.75rem;
}
.bloc-chiffres-cle h2 {
  font-weight: 600;
  color: #000;
  font-size: 3.125rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 36.25em) {
  .bloc-chiffres-cle h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
.bloc-chiffres-cle .chiffres-cle-inner {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.bloc-chiffres-cle .chiffres-cle-inner > * {
  width: calc(25% - 0.3125rem);
}
.bloc-chiffres-cle .chiffres-cle-inner > * h3 {
  color: #9b9b9b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 1.5625rem;
}
.bloc-chiffres-cle .chiffres-cle-inner > * p {
  color: #000;
  font-size: 4.375rem;
  line-height: 4.0625rem;
}
@media only screen and (max-width: 48em) {
  .bloc-chiffres-cle .chiffres-cle-inner {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .bloc-chiffres-cle .chiffres-cle-inner > * {
    width: 100%;
  }
  .bloc-chiffres-cle .chiffres-cle-inner > * h3 {
    margin-bottom: 0;
  }
  .bloc-chiffres-cle .chiffres-cle-inner > * p {
    font-size: 3.125rem;
    line-height: 3.4375rem;
  }
}

.bloc-agenda {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.bloc-agenda:not(:first-child) {
  margin-top: 8.75rem;
}
.bloc-agenda:not(:last-child) {
  margin-bottom: 8.75rem;
}
.bloc-agenda h2 {
  font-weight: 600;
  color: #000;
  font-size: 3.125rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 36.25em) {
  .bloc-agenda h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}

.service,
.salle-surface,
.salle-seats {
  list-style-type: none;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #4a4a4a;
}
.service.icon-parking-gratuit::before,
.salle-surface.icon-parking-gratuit::before,
.salle-seats.icon-parking-gratuit::before {
  content: "\e90b";
}
.service.icon-loges::before,
.salle-surface.icon-loges::before,
.salle-seats.icon-loges::before {
  content: "\e90c";
}
.service.icon-cuisines::before,
.salle-surface.icon-cuisines::before,
.salle-seats.icon-cuisines::before {
  content: "\e90d";
}
.service.icon-wi-fi::before,
.salle-surface.icon-wi-fi::before,
.salle-seats.icon-wi-fi::before {
  content: "\e90e";
}
.service.icon-accessible-pmr::before,
.salle-surface.icon-accessible-pmr::before,
.salle-seats.icon-accessible-pmr::before {
  content: "\e90f";
}
.service.icon-terrasse::before,
.salle-surface.icon-terrasse::before,
.salle-seats.icon-terrasse::before {
  content: "\e910";
}
.service.icon-climatisation::before,
.salle-surface.icon-climatisation::before,
.salle-seats.icon-climatisation::before {
  content: "\e911";
}
.service.icon-vestiaire::before,
.salle-surface.icon-vestiaire::before,
.salle-seats.icon-vestiaire::before {
  content: "\e912";
}
.service.icon-ascenceur::before,
.salle-surface.icon-ascenceur::before,
.salle-seats.icon-ascenceur::before {
  content: "\e913";
}
.service.icon-surface::before,
.salle-surface.icon-surface::before,
.salle-seats.icon-surface::before {
  content: "\e915";
}
.service.icon-people::before,
.salle-surface.icon-people::before,
.salle-seats.icon-people::before {
  content: "\e914";
}
.service::before,
.salle-surface::before,
.salle-seats::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.0625rem;
  display: inline-block;
  padding-right: 0.9375rem;
}
.service::before,
.salle-surface::before,
.salle-seats::before {
  color: #000;
}

.salle-infos-wrapper {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.salle-infos-wrapper:not(:first-child) {
  margin-top: 5.625rem;
}
.salle-infos-wrapper:not(:last-child) {
  margin-bottom: 5.625rem;
}
.salle-infos-wrapper h2 {
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1.875rem;
}
.salle-infos-wrapper h2:not(:first-child) {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 48em) {
  .salle-infos-wrapper {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .salle-infos-wrapper .salle-sizes,
  .salle-infos-wrapper .salle-services {
    width: 100%;
  }
}

.salle-sizes {
  width: calc(41.6666666667% - 0.625rem);
}

.salle-services {
  width: calc(58.3333333333% - 0.625rem);
}
.salle-services ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 7.8125rem;
  flex-wrap: wrap;
  row-gap: 0.9375rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.salle-services ul li {
  height: 1.25rem;
}
@media only screen and (max-width: 48em) {
  .salle-services ul {
    height: auto;
  }
}

.salle-surface {
  display: flex;
  align-items: center;
}
.salle-surface textarea {
  width: auto !important;
  border: 0.0625rem solid black;
  padding: 0.1875rem;
}

.salle-seats {
  display: flex;
  align-items: center;
}
.salle-seats textarea {
  width: auto !important;
  border: 0.0625rem solid black;
  padding: 0.1875rem;
}

.salle-seats-container {
  display: flex;
  flex-direction: column;
  row-gap: 0.9375rem;
}

.salle-seats-item {
  display: flex;
  align-items: center;
}
.salle-seats-item textarea {
  margin-right: 0.9375rem;
}

.salle-doc {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.salle-doc h2 {
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
}
.salle-doc .salle-doc-inner a {
  max-width: calc(58.3333333333%);
}

.spec-list {
  margin-top: 7.1875rem;
}
.spec-list h2 {
  font-weight: 600;
  color: #000;
  font-size: 3.125rem;
  margin-bottom: 2.1875rem;
}
@media only screen and (max-width: 36.25em) {
  .spec-list h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
.single-spectacle .spec-list h2, .single-post .spec-list h2, .page .spec-list h2 {
  color: var(--color-main, var(--wp--preset--color--theatre));
}
.home_congres .spec-list h2, .single-page_congres .spec-list h2 {
  color: #000;
}
@media only screen and (max-width: 36.25em) {
  .spec-list h2 {
    margin-bottom: 0.9375rem;
  }
}
.spec-list .grid {
  margin-top: 1.25rem;
}

.bloc-grille {
  max-width: 70.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
  font-weight: 500;
}
.bloc-grille > * {
  width: calc(33% - 0.8333333333rem);
  border-radius: 0.1875rem;
}
.bloc-grille > *.bloc-grille-item:first-child {
  width: calc(66% - 0.4166666667rem);
}
.bloc-grille .bloc-grille-item {
  position: relative;
  min-height: 21.625rem;
  background-color: #9b9b9b;
}
.bloc-grille .bloc-grille-item > * {
  height: 100%;
}
.bloc-grille .bloc-grille-item > .wp-block-cover {
  height: 100% !important;
}
.bloc-grille .bloc-grille-item .wp-block-cover {
  min-height: auto !important;
  height: 100% !important;
  align-items: flex-start !important;
  padding: 0;
}
.bloc-grille .bloc-grille-item .wp-block-cover::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.bloc-grille .bloc-grille-item .wp-block-cover .wp-block-cover__inner-container {
  width: 100% !important;
  height: 100% !important;
}
.bloc-grille .bloc-grille-item .wp-block-cover .wp-block-cover__inner-container a {
  padding: 1.25rem 2.1875rem;
  background-color: transparent;
  color: #fff;
  font-size: initial;
  line-height: initial;
  border-radius: initial;
  width: initial;
  display: block;
  font-weight: initial;
  min-height: 100%;
}
.bloc-grille .bloc-grille-item .wp-block-cover .wp-block-cover__inner-container p {
  font-weight: initial;
  margin-bottom: initial;
  max-width: initial;
}
.bloc-grille .bloc-grille-item .wp-block-cover__background {
  display: none;
}

.bloc-grille-item-title {
  font-size: 2rem;
  font-weight: 600;
}

.bloc-grille-item-desc {
  font-size: 1.125rem;
}

.bloc-grille-item-title,
.bloc-grille-item-desc {
  color: #fff;
  background-color: transparent;
}
.bloc-grille-item-title::-moz-placeholder, .bloc-grille-item-desc::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.bloc-grille-item-title::placeholder,
.bloc-grille-item-desc::placeholder {
  color: #fff;
  opacity: 0.5;
}

/* --------------------------------------------------------------------------
   ->Fullscreen
   -------------------------------------------------------------------------- */
.fs {
  font-family: var(--wp--preset--font-family--font-main, "GeneralSans");
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.fs a,
.fs button {
  color: #fff;
}

.fs_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  width: 100%;
  background-color: #000;
  padding: 0.625rem 1.5625rem;
}

.fs_nav .fs_navWrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 5.75em;
}

.fs_lgde,
.fs_count,
.fs_btn {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  font-weight: 600;
}

.fs_lgde,
.fs_btn {
  width: 100%;
}

.fs_lgde {
  vertical-align: middle;
  padding: 0 0.75rem;
}

.fs_count {
  width: 9.625em;
}

.fs_counter {
  display: block;
  width: 4.375em;
  height: 5.75em;
  position: relative;
  margin: auto;
}
.fs_counter:after {
  content: " ";
  display: block;
  height: 1px;
  width: 2.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.25em;
  background-color: #fff;
  transform: rotate(-45deg);
}

.fs_nb {
  display: block;
  position: absolute;
  padding: 0.3125em;
  line-height: 1;
  letter-spacing: 0.1em;
}

.fs_nb[id=fsIndex] {
  bottom: 50%;
  right: 50%;
}

.fs_nb[id=fsTotal] {
  top: 50%;
  left: 50%;
}

.fs_btn {
  text-align: right;
}
.fs-video .fs_btn, .fs-zoom .fs_btn {
  width: 8.125em;
}

.fs_close {
  height: 5.75rem;
  line-height: 5.75rem;
  padding: 0 0.75rem;
  transition: all 0.3s;
}
.fs_close [class^=icon-] {
  position: relative;
  top: 0.2em;
  display: inline-block;
  margin-left: 0.3076923077em;
  font-size: 1.625em;
}
.fs_inner {
  width: 100%;
  height: 100%;
  padding-top: 7em;
}
.fs_inner iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.fs_inner.has-loader:after {
  margin-top: 2.25em;
}

.fs_slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.fs_slider .flickity-prev-next-button {
  position: fixed;
  z-index: 2005;
  width: 1.25em;
  height: 1.25em;
  margin: 0;
  top: 2.875rem;
  background: none;
  transform: none;
}
.fs_slider .flickity-prev-next-button svg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: none;
}
.fs_slider .flickity-prev-next-button.previous {
  left: auto;
  right: 50%;
  margin-right: 2.5rem;
}
.fs_slider .flickity-prev-next-button.next {
  left: 50%;
  right: auto;
  margin-left: 2.5rem;
}

.fs_slide,
.fs_zoom {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fs_slide img,
.fs_zoom img {
  display: block;
  max-width: 90%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 1;
}

.fs_slide img.flickity-lazyloaded,
.fs_slide img.flickity-lazyerror,
.fs_zoom img {
  opacity: 1;
}

@media only screen and (max-width: 55em) {
  .fs_nav {
    padding-left: 5%;
    padding-right: 5%;
  }
  .fs_lgde {
    font-size: 1em;
    padding-left: 0;
  }
  .fs_close {
    padding-right: 0;
  }
}
@media only screen and (max-width: 38.75em) {
  .fs_lgde {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 30em) {
  .fs_count {
    display: none;
  }
  .fs_slider .flickity-prev-next-button.previous {
    left: auto;
    right: 5%;
    margin-right: 4.75rem;
  }
  .fs_slider .flickity-prev-next-button.next {
    left: auto;
    right: 5%;
    margin-left: 0;
    margin-right: 2.375rem;
  }
  .fs_btn {
    width: 6.25em;
  }
  .fs_close [class^=icon-] {
    margin-left: 0;
  }
  .fs_closeTxt {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .fs-video .fs_btn,
  .fs-zoom .fs_btn {
    width: 3.75em;
  }
}
/* ==========================================================================
   >>EXCEPTIONS
   ========================================================================== */
/* --------------------------------------------------------------------------
   ->animations
   -------------------------------------------------------------------------- */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==========================================================================
   >>PRINT
   ========================================================================== */
@media print {
  /* Général */
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* Liens, abbr */
  p a[href]:after,
  .p a[href]:after {
    content: " (" attr(href) ")";
  }
  p abbr[title]:after,
  .p abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* Pas pour images (classe à ajoutée...), liens internes et js */
  p .linkWithNoTxt a:after,
  p a[href^="javascript:"]:after,
  p a[href^="#"]:after,
  .p .linkWithNoTxt a:after,
  .p a[href^="javascript:"]:after,
  .p a[href^="#"]:after {
    content: "";
  }
  /* Gestion des débordement de page */
  pre,
  blockquote,
  ul,
  ol,
  tr,
  img,
  .homeSlider_cont {
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  caption {
    page-break-after: avoid;
  }
  /* En tete de table */
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  /* Veuves et orphelins */
  p,
  .p,
  blockquote,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  #header {
    display: none;
  }
  .filter::before {
    display: none;
    background-color: none;
  }
  .filter::after {
    display: none;
  }
  .modImg_img.filter::before {
    background-color: transparent;
  }
  .flickity-button {
    display: none;
  }
}

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