@charset "UTF-8";
/*!
* www.KNACSS.com V6.0.0 (27 septembre 2016) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/* 1- Normalize (basic reset) */
/* 2- Base (basic styles) */
/* 3- Print (print quick reset) */
/* 4- Stylings (minor stylings) */
/* 5- Misc (skip links, hyphens) */
/* 6- Tables (data tables consistency) */
/* 7- Forms (forms consistency) */
/* 8- Media object */
/* 9- Autogrid object */
/* 10- Global Layout (alignment, modules, positionning) */
/* 11- Helpers (width and spacers helpers) */
/* (12- WordPress reset (disabled by default)) */
/* 13- Responsive (Responsive Web Design helpers) */
/* 14- Grid Layout (grillade) */
/* ---------------------------------- */
/* ==Normalize (basic reset)          */
/* ---------------------------------- */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: 0.625em;
}

body {
  font-size: 1.4rem;
  background-color: #fff;
  color: #000;
  font-family: sans-serif;
  line-height: 1.5;
}

a {
  color: #333;
}
a:hover, a:focus, a:active {
  color: #000;
}

ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: middle;
}

blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}

/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.5;
}

h1, .h1-like {
  font-size: 3.2rem;
  font-family: sans-serif;
}

h2, .h2-like {
  font-size: 2.8rem;
  font-family: sans-serif;
}

h3, .h3-like {
  font-size: 2.4rem;
}

h4, .h4-like {
  font-size: 2rem;
}

h5, .h5-like {
  font-size: 1.8rem;
}

h6, .h6-like {
  font-size: 1.6rem;
}

/* alternate font-sizing */
.smaller {
  font-size: 0.6em;
}

.small {
  font-size: 0.8em;
}

.big {
  font-size: 1.2em;
}

.bigger {
  font-size: 1.5em;
}

.biggest {
  font-size: 2em;
}

code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal;
}

em,
.italic,
address,
cite,
i,
var {
  font-style: italic;
}

/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
.h1-like:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
.h5-like:first-child,
h6:first-child,
.h6-like:first-child {
  margin-top: 0;
}

/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }
  p,
  .p-like,
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  ul,
  ol {
    color: #000;
    margin: auto;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  /* no orphans, no widows */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3;
  }
  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }
  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  caption {
    page-break-after: avoid;
  }
  a {
    color: #000;
  }
  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
}
/* ----------------------------- */
/* ==Stylings (minor stylings)   */
/* ----------------------------- */
/* styling elements */
code, kbd, mark {
  border-radius: 2px;
}

kbd {
  padding: 0 2px;
  border: 1px solid #999;
}

code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}

pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}

mark {
  padding: 2px 4px;
}

sup,
sub {
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

blockquote {
  position: relative;
  padding-left: 3em;
}

blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.3);
}

blockquote > footer {
  margin-top: 0.75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}

blockquote > footer::before {
  content: "— ";
}

q {
  font-style: normal;
}

q,
.q {
  quotes: "“ " " ”";
}

q:lang(fr),
.q:lang(fr) {
  quotes: "« " " »";
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}

/* tables */
table,
.table {
  border: 1px solid #ccc;
}

caption {
  padding: 1rem;
  color: #555;
  font-style: italic;
}

td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  text-align: left;
}

/* ----------------------------- */
/* ==Misc (skip links, hyphens)  */
/* ----------------------------- */
/* styling skip links */
.skip-links {
  position: absolute;
}
.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}
.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}

@media (max-width: 544px) {
  /* you shall not pass */
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media (max-width: 544px) {
  .no-wrapping {
    word-wrap: normal;
    -webkit-hyphens: manual;
            hyphens: manual;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
/* ----------------------------- */
/* ==Tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 2rem;
}

.table {
  display: table;
}

#recaptcha_table,
.table-auto {
  table-layout: auto;
}

td,
th {
  vertical-align: top;
  min-width: 2rem;
  cursor: default;
}

/* ----------------------------- */
/* ==Forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate,
* github.com/nathansmith/formalize and www.sitepen.com
*/
/* buttons */
.btn {
  display: inline-block;
}

/* forms items */
form,
fieldset {
  border: none;
}

input,
button,
select,
label,
.btn {
  font-family: inherit;
  font-size: inherit;
}

button,
input,
optgroup,
select,
textarea {
  color: #000;
}

label {
  vertical-align: middle;
  cursor: pointer;
}

legend {
  border: 0;
  white-space: normal;
}

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical;
}

select {
  -webkit-appearance: menulist-button;
}

/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
/* 'x' appears on right of search input when text is entered. This removes it */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: #777;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777;
}

.btn:focus,
input[type=button]:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* unstyled forms */
button.unstyled,
input[type=button].unstyled,
input[type=submit].unstyled,
input[type=reset].unstyled {
  padding: 0;
  border: none;
  line-height: 1;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button.unstyled:focus,
input[type=button].unstyled:focus,
input[type=submit].unstyled:focus,
input[type=reset].unstyled:focus {
  box-shadow: none;
  outline: none;
}

/* Media object */
@media (min-width: 545px) {
  .o-media {
    display: flex;
    align-items: flex-start;
  }
  .o-media-content {
    flex: 1;
    min-width: 0; /* avoid min-width:auto */
  }
}
/* Media variants */
@media (min-width: 545px) {
  .o-media--reverse {
    flex-direction: row-reverse;
  }
  .o-media-figure--center {
    align-self: center;
  }
}
/* Autogrid object */
@media (min-width: 545px) {
  [class^=autogrid],
  [class*=" autogrid"] {
    display: flex;
  }
  [class^=autogrid] > *,
  [class*=" autogrid"] > * {
    flex: 1;
    min-width: 0; /* avoid min-width:auto */
  }
}
/* Autogrid variants */
@media (min-width: 545px) {
  .has-gutter > *:not(:first-child) {
    margin-left: 1rem;
  }
  [class*="--reverse"] {
    flex-direction: row-reverse;
  }
}
/* ----------------------------- */
/* ==Global Layout               */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.bfc {
  overflow: hidden;
}

/* blocks that needs to be placed under floats */
.clear {
  clear: both;
}

/* blocks that must contain floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}

/* simple blocks alignment */
.left {
  margin-right: auto;
}

.right {
  margin-left: auto;
}

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

/* text and contents alignment */
.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

/* floating elements */
.fl {
  float: left;
}

img.fl {
  margin-right: 1rem;
}

.fr {
  float: right;
}

img.fr {
  margin-left: 1rem;
}

img.fl,
img.fr {
  margin-bottom: 0.5rem;
}

/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}

/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
[class*=flex-container],
.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container-h {
  flex-direction: row;
}

.flex-container-v {
  flex-direction: column;
}

.flex-item-fluid {
  flex: 1;
  min-width: 0;
}

.flex-item-first,
.grid-item-first {
  order: -1;
}

.flex-item-medium,
.grid-item-medium {
  order: 0;
}

.flex-item-last,
.grid-item-last {
  order: 1;
}

.flex-item-center,
.grid-item-center {
  margin: auto;
}

/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */
/* State Helpers */
/* ------------- */
/* invisible for all */
.is-hidden,
[hidden] {
  display: none;
}

/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden, .pagination-bottom .nbr-items, .pagination-top .pagination, .pagination li > a.navprev span, .pagination li > a.navnext span {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.is-disabled,
[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}

ul.is-unstyled,
ul.unstyled {
  list-style: none;
  padding-left: 0;
}

/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33.3333%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w66 {
  width: 66.6666%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.w50p {
  width: 50px;
}

.w100p {
  width: 100px;
}

.w150p {
  width: 150px;
}

.w200p {
  width: 200px;
}

.w300p {
  width: 300px;
}

@media (min-width: 401px) {
  .w400p {
    width: 400px;
  }
  .w500p {
    width: 500px;
  }
  .w600p {
    width: 600px;
  }
}
@media (min-width: 701px) {
  .w700p {
    width: 700px;
  }
  .w800p {
    width: 800px;
  }
}
@media (min-width: 961px) {
  .w960p {
    width: 960px;
  }
  .mw960p {
    max-width: 960px;
  }
  .w1140p {
    width: 1140px;
  }
  .mw1140p {
    max-width: 1140px;
  }
}
.wauto {
  width: auto;
}

/* Spacing Helpers */
/* --------------- */
.man,
.ma0 {
  margin: 0 !important;
}

.pan,
.pa0 {
  padding: 0 !important;
}

.mas {
  margin: 1rem !important;
}

.mam {
  margin: 2rem !important;
}

.mal {
  margin: 4rem !important;
}

.pas {
  padding: 1rem !important;
}

.pam {
  padding: 2rem !important;
}

.pal {
  padding: 4rem !important;
}

.mtn,
.mt0 {
  margin-top: 0 !important;
}

.mts {
  margin-top: 1rem !important;
}

.mtm {
  margin-top: 2rem !important;
}

.mtl {
  margin-top: 4rem !important;
}

.mrn,
.mr0 {
  margin-right: 0 !important;
}

.mrs {
  margin-right: 1rem !important;
}

.mrm {
  margin-right: 2rem !important;
}

.mrl {
  margin-right: 4rem !important;
}

.mbn,
.mb0 {
  margin-bottom: 0 !important;
}

.mbs {
  margin-bottom: 1rem !important;
}

.mbm {
  margin-bottom: 2rem !important;
}

.mbl {
  margin-bottom: 4rem !important;
}

.mln,
.ml0 {
  margin-left: 0 !important;
}

.mls {
  margin-left: 1rem !important;
}

.mlm {
  margin-left: 2rem !important;
}

.mll {
  margin-left: 4rem !important;
}

.mauto {
  margin: auto !important;
}

.mtauto {
  margin-top: auto !important;
}

.mrauto {
  margin-right: auto !important;
}

.mbauto {
  margin-bottom: auto !important;
}

.mlauto {
  margin-left: auto !important;
}

.ptn,
.pt0 {
  padding-top: 0 !important;
}

.pts {
  padding-top: 1rem !important;
}

.ptm {
  padding-top: 2rem !important;
}

.ptl {
  padding-top: 4rem !important;
}

.prn,
.pr0 {
  padding-right: 0 !important;
}

.prs {
  padding-right: 1rem !important;
}

.prm {
  padding-right: 2rem !important;
}

.prl {
  padding-right: 4rem !important;
}

.pbn,
.pb0 {
  padding-bottom: 0 !important;
}

.pbs {
  padding-bottom: 1rem !important;
}

.pbm {
  padding-bottom: 2rem !important;
}

.pbl {
  padding-bottom: 4rem !important;
}

.pln,
.pl0 {
  padding-left: 0 !important;
}

.pls {
  padding-left: 1rem !important;
}

.plm {
  padding-left: 2rem !important;
}

.pll {
  padding-left: 4rem !important;
}

/* ----------------------------- */
/* ==WordPress reset             */
/* ----------------------------- */
/*
Author: Geoffrey Crofte, Alsacréations
Contributors: Automattic, Geoffrey Crofte
Description: Reset styles for WordPress usage of KNACSS
*/
.comment-navigation,
.paging-navigation,
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.alignnone {
  margin: 0.25em 1.5em 1.5em 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 1.5em auto;
}

.alignleft {
  float: left;
  margin: 0 1.5em 0.25em 0;
}

.alignright {
  float: right;
  margin: 0 0 0.25em 1.5em;
}

.entry-content,
.comment-content {
  clear: both;
}
.entry-content::after, .entry-content::before,
.comment-content::after,
.comment-content::before {
  content: "";
  display: table;
}

.widget + .widget {
  margin: 1.5em 0 0;
}

.widget select {
  max-width: 100%;
}

/* === 5.1 Posts - post_class === */
/* === 5.2 Pages - body_class === */
/* === 5.3 Posts and Pages - Contents === */
.hentry {
  margin: 0 0 1.5em;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

img.wp-smiley {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: none;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  margin: 1em 0;
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */
/* large screens */
/* ------------- */
@media (min-width: 1201px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }
  .large-visible {
    display: block !important;
  }
  .large-no-float {
    float: none;
  }
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }
  .large-w33 {
    width: 33.333333% !important;
  }
  .large-w50 {
    width: 50% !important;
  }
  .large-w66 {
    width: 66.666666% !important;
  }
  .large-w75 {
    width: 75% !important;
  }
  .large-w100,
  .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for large screens */
  .large-man,
  .large-ma0 {
    margin: 0 !important;
  }
}
/* medium screens */
/* -------------- */
@media (min-width: 769px) and (max-width: 1200px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }
  .medium-visible {
    display: block !important;
  }
  .medium-no-float {
    float: none;
  }
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }
  .medium-w33 {
    width: 33.333333% !important;
  }
  .medium-w50 {
    width: 50% !important;
  }
  .medium-w66 {
    width: 66.666666% !important;
  }
  .medium-w75 {
    width: 75% !important;
  }
  .medium-w100,
  .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for medium screens */
  .medium-man,
  .medium-ma0 {
    margin: 0 !important;
  }
}
/* small screens */
/* ------------- */
@media (min-width: 545px) and (max-width: 768px) {
  /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }
  .small-visible {
    display: block !important;
  }
  .small-no-float {
    float: none;
  }
  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }
  .small-w33 {
    width: 33.333333% !important;
  }
  .small-w50 {
    width: 50% !important;
  }
  .small-w66 {
    width: 66.666666% !important;
  }
  .small-w75 {
    width: 75% !important;
  }
  .small-w100,
  .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for small screens */
  .small-man,
  .small-ma0 {
    margin: 0 !important;
  }
  .small-pan,
  .small-pa0 {
    padding: 0 !important;
  }
}
/* tiny screens */
/* ------------ */
@media (max-width: 544px) {
  /* quick small resolution reset */
  .mod,
  .col,
  fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .flex-container {
    flex-direction: column;
  }
  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }
  .tiny-visible {
    display: block !important;
  }
  .tiny-no-float {
    float: none;
  }
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }
  .tiny-w33 {
    width: 33.333333% !important;
  }
  .tiny-w50 {
    width: 50% !important;
  }
  .tiny-w66 {
    width: 66.666666% !important;
  }
  .tiny-w75 {
    width: 75% !important;
  }
  .tiny-w100,
  .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for tiny screens */
  .tiny-man,
  .tiny-ma0 {
    margin: 0 !important;
  }
  .tiny-pan,
  .tiny-pa0 {
    padding: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Grillade : Simple Grid System    */
/* ---------------------------------- */
/* Doc : http://grillade.knacss.com */
/* Grids common rules (for mono- and multi-lines grid) */
@media (min-width: 545px) {
  [class*=" grid"] > *,
  [class^=grid] > * {
    box-sizing: border-box;
    min-width: 0; /* avoid min-width: auto */
    min-height: 0; /* avoid min-height: auto */
  }
  [class*=" grid"].has-gutter,
  [class^=grid].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=" grid"].has-gutter > *,
  [class^=grid].has-gutter > * {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=" grid"].has-gutter-l,
  [class^=grid].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=" grid"].has-gutter-l > *,
  [class^=grid].has-gutter-l > * {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=" grid"].has-gutter-xl,
  [class^=grid].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=" grid"].has-gutter-xl > *,
  [class^=grid].has-gutter-xl > * {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  /* Mono-line grid system (.grid) */
  .grid {
    display: flex;
  }
  .grid > * {
    flex: 1 1 0%;
  }
  /* Multi-line grid system (.grid-X) */
  [class*=" grid-"],
  [class^=grid-] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  [class*=" grid-"] > *,
  [class^=grid-] > * {
    flex: 0 0 auto;
    width: calc(100% - 0.01px); /* @bugfix IE https://github.com/alsacreations/KNACSS/issues/133; */
  }
  [class*=" grid-"].has-gutter > *,
  [class^=grid-].has-gutter > * {
    width: calc(100% - 1rem - 0.01px);
  }
  [class*=" grid-"].has-gutter-l > *,
  [class^=grid-].has-gutter-l > * {
    width: calc(100% - 2rem - 0.01px);
  }
  [class*=" grid-"].has-gutter-xl > *,
  [class^=grid-].has-gutter-xl > * {
    width: calc(100% - 4rem - 0.01px);
  }
}
/* Grid offsets */
.push {
  margin-left: auto;
}

.pull {
  margin-right: auto;
}

/* Grid order */
.grid-item-first {
  order: -1;
}

.grid-item-last {
  order: 1;
}

[class*="--reverse"] {
  flex-direction: row-reverse;
}

@media (min-width: 545px) {
  [class*=grid-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=grid-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  [class*=grid-2].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  [class*=grid-2].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
  }
  [class*=grid-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=grid-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  [class*=grid-3].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  [class*=grid-3].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
  }
  [class*=grid-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=grid-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  [class*=grid-4].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  [class*=grid-4].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
  [class*=grid-5] > * {
    width: calc(100% / 5 - 0.01px);
  }
  [class*=grid-5].has-gutter > * {
    width: calc(100% / 5 - 1rem - 0.01px);
  }
  [class*=grid-5].has-gutter-l > * {
    width: calc(100% / 5 - 2rem - 0.01px);
  }
  [class*=grid-5].has-gutter-xl > * {
    width: calc(100% / 5 - 4rem - 0.01px);
  }
  [class*=grid-6] > * {
    width: calc(100% / 6 - 0.01px);
  }
  [class*=grid-6].has-gutter > * {
    width: calc(100% / 6 - 1rem - 0.01px);
  }
  [class*=grid-6].has-gutter-l > * {
    width: calc(100% / 6 - 2rem - 0.01px);
  }
  [class*=grid-6].has-gutter-xl > * {
    width: calc(100% / 6 - 4rem - 0.01px);
  }
  [class*=grid-7] > * {
    width: calc(100% / 7 - 0.01px);
  }
  [class*=grid-7].has-gutter > * {
    width: calc(100% / 7 - 1rem - 0.01px);
  }
  [class*=grid-7].has-gutter-l > * {
    width: calc(100% / 7 - 2rem - 0.01px);
  }
  [class*=grid-7].has-gutter-xl > * {
    width: calc(100% / 7 - 4rem - 0.01px);
  }
  [class*=grid-8] > * {
    width: calc(100% / 8 - 0.01px);
  }
  [class*=grid-8].has-gutter > * {
    width: calc(100% / 8 - 1rem - 0.01px);
  }
  [class*=grid-8].has-gutter-l > * {
    width: calc(100% / 8 - 2rem - 0.01px);
  }
  [class*=grid-8].has-gutter-xl > * {
    width: calc(100% / 8 - 4rem - 0.01px);
  }
  [class*=grid-9] > * {
    width: calc(100% / 9 - 0.01px);
  }
  [class*=grid-9].has-gutter > * {
    width: calc(100% / 9 - 1rem - 0.01px);
  }
  [class*=grid-9].has-gutter-l > * {
    width: calc(100% / 9 - 2rem - 0.01px);
  }
  [class*=grid-9].has-gutter-xl > * {
    width: calc(100% / 9 - 4rem - 0.01px);
  }
  [class*=grid-10] > * {
    width: calc(100% / 10 - 0.01px);
  }
  [class*=grid-10].has-gutter > * {
    width: calc(100% / 10 - 1rem - 0.01px);
  }
  [class*=grid-10].has-gutter-l > * {
    width: calc(100% / 10 - 2rem - 0.01px);
  }
  [class*=grid-10].has-gutter-xl > * {
    width: calc(100% / 10 - 4rem - 0.01px);
  }
  [class*=grid-11] > * {
    width: calc(100% / 11 - 0.01px);
  }
  [class*=grid-11].has-gutter > * {
    width: calc(100% / 11 - 1rem - 0.01px);
  }
  [class*=grid-11].has-gutter-l > * {
    width: calc(100% / 11 - 2rem - 0.01px);
  }
  [class*=grid-11].has-gutter-xl > * {
    width: calc(100% / 11 - 4rem - 0.01px);
  }
  [class*=grid-12] > * {
    width: calc(100% / 12 - 0.01px);
  }
  [class*=grid-12].has-gutter > * {
    width: calc(100% / 12 - 1rem - 0.01px);
  }
  [class*=grid-12].has-gutter-l > * {
    width: calc(100% / 12 - 2rem - 0.01px);
  }
  [class*=grid-12].has-gutter-xl > * {
    width: calc(100% / 12 - 4rem - 0.01px);
  }
}
/* Sizing individual children */
@media (min-width: 545px) {
  .full {
    flex: 0 0 auto;
    width: calc(100% - 0.01px);
  }
  .has-gutter .full {
    width: calc(100% - 1rem - 0.01px);
  }
  .has-gutter-l .full {
    width: calc(100% - 2rem - 0.01px);
  }
  .has-gutter-xl .full {
    width: calc(100% - 4rem - 0.01px);
  }
  .one-half {
    flex: 0 0 auto;
    width: calc(50% - 0.01px);
  }
  .has-gutter .one-half {
    width: calc(50% - 1rem - 0.01px);
  }
  .has-gutter-l .one-half {
    width: calc(50% - 2rem - 0.01px);
  }
  .has-gutter-xl .one-half {
    width: calc(50% - 4rem - 0.01px);
  }
  .one-third {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 0.01px);
  }
  .has-gutter .one-third {
    width: calc(33.3333333333% - 1rem - 0.01px);
  }
  .has-gutter-l .one-third {
    width: calc(33.3333333333% - 2rem - 0.01px);
  }
  .has-gutter-xl .one-third {
    width: calc(33.3333333333% - 4rem - 0.01px);
  }
  .one-quarter {
    flex: 0 0 auto;
    width: calc(25% - 0.01px);
  }
  .has-gutter .one-quarter {
    width: calc(25% - 1rem - 0.01px);
  }
  .has-gutter-l .one-quarter {
    width: calc(25% - 2rem - 0.01px);
  }
  .has-gutter-xl .one-quarter {
    width: calc(25% - 4rem - 0.01px);
  }
  .one-fifth {
    flex: 0 0 auto;
    width: calc(20% - 0.01px);
  }
  .has-gutter .one-fifth {
    width: calc(20% - 1rem - 0.01px);
  }
  .has-gutter-l .one-fifth {
    width: calc(20% - 2rem - 0.01px);
  }
  .has-gutter-xl .one-fifth {
    width: calc(20% - 4rem - 0.01px);
  }
  .two-thirds {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 0.01px);
  }
  .has-gutter .two-thirds {
    width: calc(66.6666666667% - 1rem - 0.01px);
  }
  .has-gutter-l .two-thirds {
    width: calc(66.6666666667% - 2rem - 0.01px);
  }
  .has-gutter-xl .two-thirds {
    width: calc(66.6666666667% - 4rem - 0.01px);
  }
  .three-quarters {
    flex: 0 0 auto;
    width: calc(75% - 0.01px);
  }
  .has-gutter .three-quarters {
    width: calc(75% - 1rem - 0.01px);
  }
  .has-gutter-l .three-quarters {
    width: calc(75% - 2rem - 0.01px);
  }
  .has-gutter-xl .three-quarters {
    width: calc(75% - 4rem - 0.01px);
  }
}
/* Responsive Small Breakpoint */
@media (min-width: 545px) and (max-width: 768px) {
  [class*=-small-4] > * {
    width: calc(25% - 0.01px);
  }
  [class*=-small-4].has-gutter > * {
    width: calc(25% - 1rem - 0.01px);
  }
  [class*=-small-4].has-gutter-l > * {
    width: calc(25% - 2rem - 0.01px);
  }
  [class*=-small-4].has-gutter-xl > * {
    width: calc(25% - 4rem - 0.01px);
  }
  [class*=-small-3] > * {
    width: calc(33.3333333333% - 0.01px);
  }
  [class*=-small-3].has-gutter > * {
    width: calc(33.3333333333% - 1rem - 0.01px);
  }
  [class*=-small-3].has-gutter-l > * {
    width: calc(33.3333333333% - 2rem - 0.01px);
  }
  [class*=-small-3].has-gutter-xl > * {
    width: calc(33.3333333333% - 4rem - 0.01px);
  }
  [class*=-small-2] > * {
    width: calc(50% - 0.01px);
  }
  [class*=-small-2].has-gutter > * {
    width: calc(50% - 1rem - 0.01px);
  }
  [class*=-small-2].has-gutter-l > * {
    width: calc(50% - 2rem - 0.01px);
  }
  [class*=-small-2].has-gutter-xl > * {
    width: calc(50% - 4rem - 0.01px);
  }
  [class*=-small-1] > * {
    width: calc(100% - 0.01px);
  }
  [class*=-small-1].has-gutter > * {
    width: calc(100% - 1rem - 0.01px);
  }
  [class*=-small-1].has-gutter-l > * {
    width: calc(100% - 2rem - 0.01px);
  }
  [class*=-small-1].has-gutter-xl > * {
    width: calc(100% - 4rem - 0.01px);
  }
}
/* ----------------------------- */
/* ==Own stylesheet              */
/* ----------------------------- */
/* Here should go your own CSS styles */
.selector {
  background-image: url("/app/themes/wwp_child_theme/assets/raw/svg/view/svg/sprite.view.svg");
}

.svg-youtube-blue, .social-networks .youtube > a::after, .svg-vague-menu-mobile, .svg-user, .svg-twitter-blue, .social-networks .twitter > a::after, .svg-tips, .svg-sun-cloud, .svg-sun, .svg-star_s, .svg-star_grey, .svg-star_darkgrey, .svg-star_blue, .svg-sharesocial-white, .svg-sharesocial, .svg-search, .svg-reouverture-blue, .svg-rain_copie, .svg-rain, .svg-preparation, .svg-play, .svg-parcours-mediumblue-old, .svg-parcours-mediumblue-ios, .svg-parcours-mediumblue, .svg-otarie, .svg-news, .svg-motifs-marins, .svg-mobile-infos, .svg-mobile-especes, .svg-menu-tickets-darkblue, .svg-menu-shop-white, .svg-menu-shop-darkblue, .svg-menu-shop-blue, .svg-menu-schedules-white, .svg-menu-schedules-blue, .svg-menu-news-white, .svg-menu-news-darkblue, .svg-menu-news-blue, .svg-menu-infos-darkblue, .svg-menu-infos-blue, .svg-menu-chevron-bas-lightblue, .svg-menu, .svg-logo-txt-for-dark-bg, .svg-logo-tripadvisor, .svg-logo-institut-marin-blanc, .svg-logo-for-light-bg, .svg-logo-for-dark-bg, .svg-logo-fb, .svg-linkedin-blue, .social-networks .linkedin > a::after, .svg-link-plus, .home-first-block-links span::after, .svg-institut-monogramme-white, .svg-instagram-blue, .social-networks .instagram > a::after, .svg-infos-blue, .svg-infos, .svg-information-white, .svg-icon-calendar, .svg-icon-account-white, .svg-icon-account-darkblue, .svg-ico-weather, .svg-ico-video, .svg-ico-times, .svg-ico-scroll-txt, .svg-ico-scroll-small, .svg-ico-scroll-blue, .svg-ico-scroll, .bx-wrapper .bx-prev::before, .bx-wrapper .bx-prev::after, .bx-wrapper .bx-next::before, .bx-wrapper .bx-next::after, .svg-ico-prices, .svg-ico-plus, .svg-ico-menu, .svg-ico-download-white, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after, .svg-ico-download, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after, a.link-download::after,
.link-download > a::after,
.wp-block-file > a::after, .svg-ico-close, .svg-ico-alert, .svg-header-parcours-scene, .svg-facebook-blue, .social-networks .facebook > a::after, .svg-ext-link-blue, .card .card-block .card-readmore-link[target=_blank]::before,
.item .card-block .card-readmore-link[target=_blank]::before, a.link[target=_blank]::before, .svg-ext-link, .svg-especes-blue, .svg-especes, .svg-e-boutique, .svg-counter, .svg-cloud, .svg-close-mobile-white, .svg-close-mobile-black, .svg-chevron-right-white, .svg-chevron-left-white-s, .svg-chevron-left-white, .svg-check-mobile, .svg-check-green, .svg-billetterie-gold, .svg-billetterie, .svg-billeterie-blue, .svg-avatar, .svg-arrow_right_w_s, .btn.btn-icon:after, .svg-arrow_right_verylightblue, .pagination li > a.navnext, .svg-arrow_right_s, .link-external::before, .svg-arrow_right, .svg-arrow_left_verylightblue, .pagination li > a.navprev, .svg-arrow_left, .svg-arrow_large_left, .svg-arrow_down, .arrow_down.icon-class, .arrow_down, .svg-arrow-prev, .arrow-prev.icon-class, .link-nav-next span:before, .link-nav-prev span:before, .svg-arrow-circle-green, .svg-arrow-circle-blue, .svg-alert-warning, .svg-alert-success, .svg-alert-info, .svg-alert-danger, .svg-alert-curved-border-lightblue, .svg-alert-curved-border-2 {
  background: url("svg/sprite.view.svg") no-repeat;
}

.svg-alert-curved-border-2 {
  background-position: 0 0;
}

.svg-alert-curved-border-2-dims {
  width: 36.78px;
  height: 138px;
}

.svg-alert-curved-border-lightblue {
  background-position: 5.8546369106% 0;
}

.svg-alert-curved-border-lightblue-dims {
  width: 36.78px;
  height: 138px;
}

.svg-alert-danger {
  background-position: 94.9737051793% 0;
}

.svg-alert-danger-dims {
  width: 37.5px;
  height: 36.8px;
}

.svg-alert-info {
  background-position: 94.9737051793% 6.3977746871%;
}

.svg-alert-info-dims {
  width: 37.5px;
  height: 36.8px;
}

.svg-alert-success {
  background-position: 94.9737051793% 12.7955493741%;
}

.svg-alert-success-dims {
  width: 37.5px;
  height: 36.8px;
}

.svg-alert-warning {
  background-position: 94.9737051793% 19.1933240612%;
}

.svg-alert-warning-dims {
  width: 37.5px;
  height: 36.8px;
}

.svg-arrow-circle-blue {
  background-position: 45.7711442786% 41.5890909091%;
}

.svg-arrow-circle-blue-dims {
  width: 62px;
  height: 62px;
}

.svg-arrow-circle-green {
  background-position: 0 93.6909090909%;
}

.svg-arrow-circle-green-dims {
  width: 62px;
  height: 62px;
}

.svg-arrow-prev, .arrow-prev.icon-class, .link-nav-next span:before, .link-nav-prev span:before {
  background-position: 98.0588235294% 29.0887372014%;
}

.svg-arrow-prev-dims, .arrow-prev.icon-class, .link-nav-next span:before, .link-nav-prev span:before {
  width: 19px;
  height: 26px;
}

.svg-arrow_down, .arrow_down.icon-class, .arrow_down {
  background-position: 87.5961192957% 0;
}

.svg-arrow_down-dims, .arrow_down.icon-class, .arrow_down {
  width: 108.4px;
  height: 126.7px;
}

.svg-arrow_large_left {
  background-position: 98.5163297045% 55.5204081633%;
}

.svg-arrow_large_left-dims {
  width: 22px;
  height: 24px;
}

.svg-arrow_left {
  background-position: 25.7606869517% 64.8152634767%;
}

.svg-arrow_left-dims {
  width: 129.3px;
  height: 116.7px;
}

.svg-arrow_left_verylightblue, .pagination li > a.navprev {
  background-position: 30.0647249191% 80.5782295013%;
}

.svg-arrow_left_verylightblue-dims, .pagination li > a.navprev {
  width: 47px;
  height: 42.33px;
}

.svg-arrow_right {
  background-position: 49.8973305955% 64.8152634767%;
}

.svg-arrow_right-dims {
  width: 129.3px;
  height: 116.7px;
}

.svg-arrow_right_s, .link-external::before {
  background-position: 99.757480315% 15.0545728265%;
}

.svg-arrow_right_s-dims, .link-external::before {
  width: 30px;
  height: 27.46px;
}

.svg-arrow_right_verylightblue, .pagination li > a.navnext {
  background-position: 37.6699029126% 80.5782295013%;
}

.svg-arrow_right_verylightblue-dims, .pagination li > a.navnext {
  width: 47px;
  height: 42.33px;
}

.svg-arrow_right_w_s, .btn.btn-icon:after {
  background-position: 99.757480315% 19.7705479452%;
}

.svg-arrow_right_w_s-dims, .btn.btn-icon:after {
  width: 30px;
  height: 28px;
}

.svg-avatar {
  background-position: 67.1065989848% 59.6710037175%;
}

.svg-avatar-dims {
  width: 74px;
  height: 74px;
}

.svg-billeterie-blue {
  background-position: 94.747217806% 43.3159722222%;
}

.svg-billeterie-blue-dims {
  width: 36px;
  height: 36px;
}

.svg-billetterie {
  background-position: 94.6358814749% 67.0146605337%;
}

.svg-billetterie-dims {
  width: 35.26px;
  height: 31.53px;
}

.svg-billetterie-gold {
  background-position: 64.2579390797% 69.3400035106%;
}

.svg-billetterie-gold-dims {
  width: 47.8px;
  height: 42.3px;
}

.svg-check-green {
  background-position: 42.7097791798% 98.6837606838%;
}

.svg-check-green-dims {
  width: 31px;
  height: 27px;
}

.svg-check-mobile {
  background-position: 98.3633540373% 78.6395939086%;
}

.svg-check-mobile-dims {
  width: 21px;
  height: 21px;
}

.svg-chevron-left-white {
  background-position: 39.5198098257% 92.3476702509%;
}

.svg-chevron-left-white-dims {
  width: 34px;
  height: 54px;
}

.svg-chevron-left-white-s {
  background-position: 97.6055469954% 82.192893401%;
}

.svg-chevron-left-white-s-dims {
  width: 16px;
  height: 21px;
}

.svg-chevron-right-white {
  background-position: 44.9080824089% 92.3476702509%;
}

.svg-chevron-right-white-dims {
  width: 34px;
  height: 54px;
}

.svg-close-mobile-black {
  background-position: 98.8237129485% 59.6020408163%;
}

.svg-close-mobile-black-dims {
  width: 24px;
  height: 24px;
}

.svg-close-mobile-white {
  background-position: 94.5968253968% 72.8821490468%;
}

.svg-close-mobile-white-dims {
  width: 35px;
  height: 35px;
}

.svg-cloud {
  background-position: 0 82.5994637684%;
}

.svg-cloud-dims {
  width: 111.8px;
  height: 56.27px;
}

.svg-counter {
  background-position: 18.9170896785% 81.3882978723%;
}

.svg-counter-dims {
  width: 74px;
  height: 48px;
}

.svg-e-boutique {
  background-position: 70.2164638964% 69.1458078068%;
}

.svg-e-boutique-dims {
  width: 32.1px;
  height: 40.7px;
}

.svg-especes {
  background-position: 44.0149268013% 33.9735381989%;
}

.svg-especes-dims {
  width: 37.94px;
  height: 26.25px;
}

.svg-especes-blue {
  background-position: 77.3131757727% 78.3661971831%;
}

.svg-especes-blue-dims {
  width: 37.94px;
  height: 26.25px;
}

.svg-ext-link {
  background-position: 98.6390532544% 63.5755517827%;
}

.svg-ext-link-dims {
  width: 22.8px;
  height: 23px;
}

.svg-ext-link-blue, .card .card-block .card-readmore-link[target=_blank]::before,
.item .card-block .card-readmore-link[target=_blank]::before, a.link[target=_blank]::before {
  background-position: 98.6390532544% 67.480475382%;
}

.svg-ext-link-blue-dims, .card .card-block .card-readmore-link[target=_blank]::before,
.item .card-block .card-readmore-link[target=_blank]::before, a.link[target=_blank]::before {
  width: 22.8px;
  height: 23px;
}

.svg-facebook-blue, .social-networks .facebook > a::after {
  background-position: 92.9879856452% 37.0331770019%;
}

.svg-facebook-blue-dims, .social-networks .facebook > a::after {
  width: 24.1px;
  height: 36.3px;
}

.svg-header-parcours-scene {
  background-position: 13.9582542694% 0;
}

.svg-header-parcours-scene-dims {
  width: 138px;
  height: 50.8px;
}

.svg-ico-alert {
  background-position: 51.968% 80.25%;
}

.svg-ico-alert-dims {
  width: 40px;
  height: 40px;
}

.svg-ico-close {
  background-position: 99.9148264984% 0;
}

.svg-ico-close-dims {
  width: 31px;
  height: 31px;
}

.svg-ico-download, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after, a.link-download::after,
.link-download > a::after,
.wp-block-file > a::after {
  background-position: 94.898089172% 25.4231433506%;
}

.svg-ico-download-dims, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after, a.link-download::after,
.link-download > a::after,
.wp-block-file > a::after {
  width: 37px;
  height: 33px;
}

.svg-ico-download-white, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after {
  background-position: 94.898089172% 31.1226252159%;
}

.svg-ico-download-white-dims, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after {
  width: 37px;
  height: 33px;
}

.svg-ico-menu {
  background-position: 56.9417973904% 48.1681765228%;
}

.svg-ico-menu-dims {
  width: 51.11px;
  height: 36.89px;
}

.svg-ico-plus {
  background-position: 98.5623152326% 71.3006613532%;
}

.svg-ico-plus-dims {
  width: 22.3px;
  height: 22.3px;
}

.svg-ico-prices {
  background-position: 81.3987240829% 89.7735191638%;
}

.svg-ico-prices-dims {
  width: 38px;
  height: 38px;
}

.svg-ico-scroll, .bx-wrapper .bx-prev::before, .bx-wrapper .bx-prev::after, .bx-wrapper .bx-next::before, .bx-wrapper .bx-next::after {
  background-position: 9.8412698413% 93.5208711434%;
}

.svg-ico-scroll-dims, .bx-wrapper .bx-prev::before, .bx-wrapper .bx-prev::after, .bx-wrapper .bx-next::before, .bx-wrapper .bx-next::after {
  width: 35px;
  height: 61px;
}

.svg-ico-scroll-blue {
  background-position: 15.3968253968% 93.5208711434%;
}

.svg-ico-scroll-blue-dims {
  width: 35px;
  height: 61px;
}

.svg-ico-scroll-small {
  background-position: 93.8519685039% 78.9480069324%;
}

.svg-ico-scroll-small-dims {
  width: 30px;
  height: 35px;
}

.svg-ico-scroll-txt {
  background-position: 77.3904761905% 36.7984790875%;
}

.svg-ico-scroll-txt-dims {
  width: 35px;
  height: 86px;
}

.svg-ico-times {
  background-position: 50.6172248804% 91.203539823%;
}

.svg-ico-times-dims {
  width: 38px;
  height: 47px;
}

.svg-ico-video {
  background-position: 98.8237129485% 33.5255972696%;
}

.svg-ico-video-dims {
  width: 24px;
  height: 26px;
}

.svg-ico-weather {
  background-position: 87.4593301435% 89.7735191638%;
}

.svg-ico-weather-dims {
  width: 38px;
  height: 38px;
}

.svg-icon-account-darkblue {
  background-position: 63.6373801917% 89.9301919721%;
}

.svg-icon-account-darkblue-dims {
  width: 39px;
  height: 39px;
}

.svg-icon-account-white {
  background-position: 69.8674121406% 89.9301919721%;
}

.svg-icon-account-white-dims {
  width: 39px;
  height: 39px;
}

.svg-icon-calendar {
  background-position: 37.9181102362% 99.5344827586%;
}

.svg-icon-calendar-dims {
  width: 30px;
  height: 32px;
}

.svg-information-white {
  background-position: 99.1330203443% 37.9624573379%;
}

.svg-information-white-dims {
  width: 26px;
  height: 26px;
}

.svg-infos {
  background-position: 29.0373718824% 99.6048931141%;
}

.svg-infos-dims {
  width: 27.89px;
  height: 32.41px;
}

.svg-infos-blue {
  background-position: 33.4149518921% 99.6048931141%;
}

.svg-infos-blue-dims {
  width: 27.89px;
  height: 32.41px;
}

.svg-instagram-blue, .social-networks .instagram > a::after {
  background-position: 58.368% 80.25%;
}

.svg-instagram-blue-dims, .social-networks .instagram > a::after {
  width: 40px;
  height: 40px;
}

.svg-institut-monogramme-white {
  background-position: 45.8471760797% 25.0453720508%;
}

.svg-institut-monogramme-white-dims {
  width: 63px;
  height: 61px;
}

.svg-link-plus, .home-first-block-links span::after {
  background-position: 98.5163297045% 75.0440677966%;
}

.svg-link-plus-dims, .home-first-block-links span::after {
  width: 22px;
  height: 22px;
}

.svg-linkedin-blue, .social-networks .linkedin > a::after {
  background-position: 45.1290322581% 80.25%;
}

.svg-linkedin-blue-dims, .social-networks .linkedin > a::after {
  width: 45px;
  height: 40px;
}

.svg-logo-fb {
  background-position: 89.170846395% 63.6070175439%;
}

.svg-logo-fb-dims {
  width: 27px;
  height: 42px;
}

.svg-logo-for-dark-bg {
  background-position: 40.1442125237% 0;
}

.svg-logo-for-dark-bg-dims {
  width: 138px;
  height: 92px;
}

.svg-logo-for-light-bg {
  background-position: 0 26.4743122434%;
}

.svg-logo-for-light-bg-dims {
  width: 138px;
  height: 90.74px;
}

.svg-logo-institut-marin-blanc {
  background-position: 0 44.013007254%;
}

.svg-logo-institut-marin-blanc-dims {
  width: 138px;
  height: 92.29px;
}

.svg-logo-tripadvisor {
  background-position: 83.6295025729% 52.8468809074%;
}

.svg-logo-tripadvisor-dims {
  width: 82px;
  height: 83px;
}

.svg-logo-txt-for-dark-bg {
  background-position: 40.1442125237% 15.9755504619%;
}

.svg-logo-txt-for-dark-bg-dims {
  width: 138px;
  height: 36.12px;
}

.svg-menu {
  background-position: 99.9148264984% 5.2901023891%;
}

.svg-menu-dims {
  width: 31px;
  height: 26px;
}

.svg-menu-chevron-bas-lightblue {
  background-position: 98.2108527132% 85.0268456376%;
}

.svg-menu-chevron-bas-lightblue-dims {
  width: 20px;
  height: 16px;
}

.svg-menu-infos-blue {
  background-position: 94.747217806% 49.4800693241%;
}

.svg-menu-infos-blue-dims {
  width: 36px;
  height: 35px;
}

.svg-menu-infos-darkblue {
  background-position: 94.747217806% 55.5459272097%;
}

.svg-menu-infos-darkblue-dims {
  width: 36px;
  height: 35px;
}

.svg-menu-news-blue {
  background-position: 83.6096% 42.2595155709%;
}

.svg-menu-news-blue-dims {
  width: 40px;
  height: 34px;
}

.svg-menu-news-darkblue {
  background-position: 71.4672% 47.9273356401%;
}

.svg-menu-news-darkblue-dims {
  width: 40px;
  height: 34px;
}

.svg-menu-news-white {
  background-position: 64.768% 79.4169550173%;
}

.svg-menu-news-white-dims {
  width: 40px;
  height: 34px;
}

.svg-menu-schedules-blue {
  background-position: 0 99.8788927336%;
}

.svg-menu-schedules-blue-dims {
  width: 34px;
  height: 34px;
}

.svg-menu-schedules-white {
  background-position: 5.3882725832% 99.8788927336%;
}

.svg-menu-schedules-white-dims {
  width: 34px;
  height: 34px;
}

.svg-menu-shop-blue {
  background-position: 88.3139717425% 42.1865284974%;
}

.svg-menu-shop-blue-dims {
  width: 28px;
  height: 33px;
}

.svg-menu-shop-darkblue {
  background-position: 10.6750392465% 99.7063903282%;
}

.svg-menu-shop-darkblue-dims {
  width: 28px;
  height: 33px;
}

.svg-menu-shop-white {
  background-position: 15.0706436421% 99.7063903282%;
}

.svg-menu-shop-white-dims {
  width: 28px;
  height: 33px;
}

.svg-menu-tickets-darkblue {
  background-position: 19.4662480377% 99.7063903282%;
}

.svg-menu-tickets-darkblue-dims {
  width: 28px;
  height: 33px;
}

.svg-mobile-especes {
  background-position: 64.7285945073% 48.09375%;
}

.svg-mobile-especes-dims {
  width: 46px;
  height: 36px;
}

.svg-mobile-infos {
  background-position: 75.4944532488% 89.9301919721%;
}

.svg-mobile-infos-dims {
  width: 34px;
  height: 39px;
}

.svg-motifs-marins {
  background-position: 13.9582542694% 9.3849877145%;
}

.svg-motifs-marins-dims {
  width: 138px;
  height: 70.71px;
}

.svg-news {
  background-position: 57.1334405145% 90.5623901582%;
}

.svg-news-dims {
  width: 43px;
  height: 43px;
}

.svg-otarie {
  background-position: 87.1369017842% 34.4842330305%;
}

.svg-otarie-dims {
  width: 65.3px;
  height: 50.7px;
}

.svg-parcours-mediumblue {
  background-position: 26.1859582543% 26.3067596935%;
}

.svg-parcours-mediumblue-dims {
  width: 138px;
  height: 87.42px;
}

.svg-parcours-mediumblue-ios {
  background-position: 26.1859582543% 43.3852398384%;
}

.svg-parcours-mediumblue-ios-dims {
  width: 138px;
  height: 84.77px;
}

.svg-parcours-mediumblue-old {
  background-position: 66.330170778% 0;
}

.svg-parcours-mediumblue-old-dims {
  width: 138px;
  height: 87.42px;
}

.svg-play {
  background-position: 98.8237129485% 24.5230769231%;
}

.svg-play-dims {
  width: 24px;
  height: 27px;
}

.svg-preparation {
  background-position: 94.2974683544% 85.013864818%;
}

.svg-preparation-dims {
  width: 33px;
  height: 35px;
}

.svg-rain {
  background-position: 66.330170778% 18.4430379747%;
}

.svg-rain-dims {
  width: 138px;
  height: 138px;
}

.svg-rain_copie {
  background-position: 0 67.7278481013%;
}

.svg-rain_copie-dims {
  width: 138px;
  height: 138px;
}

.svg-reouverture-blue {
  background-position: 89.170846395% 70.554586676%;
}

.svg-reouverture-blue-dims {
  width: 27px;
  height: 38.6px;
}

.svg-search {
  background-position: 94.5968253968% 91.0797227036%;
}

.svg-search-dims {
  width: 35px;
  height: 35px;
}

.svg-sharesocial {
  background-position: 31.4515197994% 93.1270670305%;
}

.svg-sharesocial-dims {
  width: 58.67px;
  height: 58.67px;
}

.svg-sharesocial-white {
  background-position: 21.7714002969% 93.1321163926%;
}

.svg-sharesocial-white-dims {
  width: 58.7px;
  height: 58.7px;
}

.svg-star_blue {
  background-position: 99.1330203443% 42.3993174061%;
}

.svg-star_blue-dims {
  width: 26px;
  height: 26px;
}

.svg-star_darkgrey {
  background-position: 99.1330203443% 46.8361774744%;
}

.svg-star_darkgrey-dims {
  width: 26px;
  height: 26px;
}

.svg-star_grey {
  background-position: 99.1330203443% 51.2730375427%;
}

.svg-star_grey-dims {
  width: 26px;
  height: 26px;
}

.svg-star_s {
  background-position: 98.2108527132% 88.3040540541%;
}

.svg-star_s-dims {
  width: 20px;
  height: 20px;
}

.svg-sun {
  background-position: 83.5363659728% 68.3237538867%;
}

.svg-sun-dims {
  width: 81.35px;
  height: 81.35px;
}

.svg-sun-cloud {
  background-position: 86.8796664231% 23.2417360678%;
}

.svg-sun-cloud-dims {
  width: 103.81px;
  height: 66.86px;
}

.svg-tips {
  background-position: 24.0506329114% 99.7063903282%;
}

.svg-tips-dims {
  width: 33px;
  height: 33px;
}

.svg-twitter-blue, .social-networks .twitter > a::after {
  background-position: 94.747217806% 61.452031115%;
}

.svg-twitter-blue-dims, .social-networks .twitter > a::after {
  width: 36px;
  height: 33.5px;
}

.svg-user {
  background-position: 99.6006289308% 9.8106712565%;
}

.svg-user-dims {
  width: 29px;
  height: 31px;
}

.svg-vague-menu-mobile {
  background-position: 66.330170778% 40.2248394004%;
}

.svg-vague-menu-mobile-dims {
  width: 138px;
  height: 51.6px;
}

.svg-youtube-blue, .social-networks .youtube > a::after {
  background-position: 71.168% 78.9932885906%;
}

.svg-youtube-blue-dims, .social-networks .youtube > a::after {
  width: 40px;
  height: 30.9px;
}

/*scss/base/_colors.scss*/
.sea-black {
  background: #1D1C17;
}

.sea-gold {
  background: #DFBF98;
}

.sea-grey {
  background: #D1CFD4;
}

.sea-lightgrey {
  background: #f2f2f3;
}

.sea-blue {
  background: #174AC3;
}

.sea-lightblue {
  background: #CBF1FF;
}

.sea-darkblue {
  background: #1D4196;
}

.sea-green {
  background: #449F91;
}

.colors:before,
.colors:after {
  content: " ";
  display: table;
}

.colors:after {
  clear: both;
}

.colors {
  *zoom: 1;
}

.color {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
  padding: 10px;
  color: #fff;
  font-size: 12px;
}

.colorFixed {
  position: fixed;
  z-index: 3000;
  right: 0;
  top: 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.57);
}
.colorFixed .color {
  float: none;
  margin-right: 0;
  width: 70px;
  height: 50px;
}

/*scss/base/_fonts.scss*/
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk2wotYKNnBcif.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk2wotYKNnBcif.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  font-size: 62.5%; /* 10px */
  font-size: 0.625em; /* fix */
}

body {
  font-family: "Mulish", sans-serif;
  color: #1D1C17;
}

p, .p-like, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption, details, figure {
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.033rem;
}

.font {
  font-weight: normal;
  margin-top: 0;
  color: #6B6B6B;
}
.font span {
  display: block;
}

.font1 {
  font-family: "Mulish", sans-serif;
}

/*scss/base/_mixins.scss*/
.arrow_down {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(3);
  background-repeat: no-repeat;
}

/*scss/base/_containers.scss*/
#containers ~ .component {
  width: 100%;
  max-width: 1600px;
}
#containers ~ .component .container, #containers ~ .component .nbr-items, #containers ~ .component .pagination, #containers ~ .component .block-hero > *, #containers ~ .component .container-s, #containers ~ .component .container-l, #containers ~ .component .container-xl, #containers ~ .component ul.breadcrumb {
  margin-bottom: 2rem;
  padding: 1rem;
  background: #E5E1DF;
  text-align: center;
}

.container, .nbr-items, .pagination, .block-hero > *, .container-m, .container-s, .container-l, .container-xl, ul.breadcrumb {
  position: relative;
  display: block;
  margin: 0 auto;
}

.container, .nbr-items, .pagination, .block-hero > * {
  width: 960px;
}
@media (max-width: 960px) {
  .container, .nbr-items, .pagination, .block-hero > * {
    position: relative;
    margin: 0;
    width: 100%;
    padding-right: 2em;
    padding-left: 2em;
  }
}
@media (max-width: 640px) {
  .container, .nbr-items, .pagination, .block-hero > * {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.container-s {
  width: 640px;
}

.container-m {
  width: 768px;
}
@media (max-width: 768px) {
  .container-m {
    width: 100%;
    margin: 0;
    padding-right: 2em;
    padding-left: 2em;
  }
}
@media (max-width: 640px) {
  .container-m {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.container-l {
  width: 1024px;
}
@media (max-width: 1024px) {
  .container-l {
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.container-xl, ul.breadcrumb {
  width: 1440px;
}
@media (max-width: 1440px) {
  .container-xl, ul.breadcrumb {
    width: 100%;
    margin: 0;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .container-xl .container-l, ul.breadcrumb .container-l, .container-xl .container, .container-xl .nbr-items, .container-xl .pagination, .container-xl .block-hero > *, ul.breadcrumb .container, ul.breadcrumb .nbr-items, ul.breadcrumb .pagination, ul.breadcrumb .block-hero > * {
    padding-right: 0;
    padding-left: 0;
  }
}

/*scss/base/_grids.scss*/
.atomsWrap [class*=grid-3] > *, .atomsWrap .grid-perso > *, .compWrap [class*=grid-3] > *, .compWrap .grid-perso > * {
  margin-bottom: 1rem;
  padding: 1rem;
}
.atomsWrap [class*=grid-3] > *:nth-child(even), .atomsWrap .grid-perso > *:nth-child(even), .compWrap [class*=grid-3] > *:nth-child(even), .compWrap .grid-perso > *:nth-child(even) {
  background-color: #C9C4C2;
}
.atomsWrap [class*=grid-3] > *:nth-child(odd), .atomsWrap .grid-perso > *:nth-child(odd), .compWrap [class*=grid-3] > *:nth-child(odd), .compWrap .grid-perso > *:nth-child(odd) {
  background-color: #ADAAA8;
}
.atomsWrap .grid-perso > *, .compWrap .grid-perso > * {
  width: calc(100% / 4 - 0.01px);
}
.atomsWrap .grid-perso.has-gutter > *, .compWrap .grid-perso.has-gutter > * {
  width: calc(100% / 4 - 5rem - 0.01px);
}
.atomsWrap .grid-perso.has-gutter-l > *, .compWrap .grid-perso.has-gutter-l > * {
  width: calc(100% / 4 - 2rem - 0.01px);
}
.atomsWrap .grid-perso.has-gutter-xl > *, .compWrap .grid-perso.has-gutter-xl > * {
  width: calc(100% / 4 - 4rem - 0.01px);
}

/*scss/base/_useful-classes.scss*/
.text-center {
  text-align: center;
}
@media (max-width: 480px) {
  .text-center {
    width: 100%;
  }
}

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

/*scss/atoms/_headings.scss*/
h1, .h1-like, h2, .h2-like, h3, .h3-like, h4, .h4-like {
  font-family: "Mulish", sans-serif;
}
@media (max-width: 767px) {
  h1, .h1-like, h2, .h2-like, h3, .h3-like, h4, .h4-like {
    -webkit-hyphens: initial;
            hyphens: initial;
  }
}

h1, .h1-like,
h2, .h2-like {
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 900;
}
h1 span, .h1-like span,
h2 span, .h2-like span {
  display: block;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.2em;
}

h3,
.default-page-h3-like,
.h3-like {
  position: relative;
  margin-top: 6rem;
  padding-left: 3rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  color: #1D4196;
}
h3:before,
.default-page-h3-like:before,
.h3-like:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3px;
  height: 78%;
  min-height: 4rem;
  background-color: #D1CFD4;
}

h4, .h4-like {
  font-size: 1.8rem;
}

.home-title {
  margin-bottom: 5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.45rem;
  text-transform: uppercase;
}
.home-title span,
.home-title .home-title-emphasize {
  display: block;
  margin-bottom: 0.2em;
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: 0.144rem;
  text-transform: none;
}

@media (max-width: 1024px) {
  h1 span {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  h1, .h1-like,
  h2, .h2-like {
    font-size: 3rem;
  }
  h1 span, .h1-like span,
  h2 span, .h2-like span {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .home-title span,
  .home-title .home-title-emphasize {
    font-size: 5.5rem;
  }
  h2, .h2-like {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .home-title {
    font-size: 1.5rem;
    -webkit-hyphens: initial;
            hyphens: initial;
  }
  .home-title span, .home-title .home-title-emphasize {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  h1, .h1-like,
  h2, .h2-like {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
  }
  .container .h1-like, .nbr-items .h1-like, .pagination .h1-like, .block-hero > * .h1-like {
    max-width: none;
    margin-bottom: 3rem;
  }
  .home-title {
    font-size: 1.3rem;
  }
  .default-page-h3-like,
  .h3-like {
    font-size: 2.2rem;
  }
}
/*scss/atoms/_buttons.scss*/
.component .btn {
  margin-bottom: 2rem;
}

a.link {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-bottom: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #1D4196;
  text-decoration: none;
  font-style: initial !important;
  overflow: hidden;
  border-left: 3px solid #1D4196;
  transition: all 0.2s;
}
a.link::after {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #C2DEFD;
  transform: translate(-100%, -50%);
  transition: all 0.4s;
}
a.link, a.link:hover {
  color: #1D4196;
}
a.link:hover::after {
  transform: translate(0, -50%);
}
a.link[target=_blank] {
  position: relative;
  padding-right: 2rem;
  min-height: 23px;
  display: inline-flex;
  align-items: center;
}
a.link[target=_blank]::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  margin-left: 15px;
  transform: translateX(0);
  transition: all 0.4s;
}

.link-external {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}
.link-external::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.link-external:hover {
  font-weight: 900;
  font-style: italic;
}
.link-external:hover::before {
  transform: scale(1.2) !important;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  min-height: 46px;
  margin-bottom: 0;
  padding: 0 3rem;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #1D4196;
  border-radius: 2.5rem;
  white-space: nowrap;
  transition: all 0.25s;
}
.btn, .btn:active {
  color: #1D4196;
  background: none;
}
.btn:hover, .btn:focus {
  color: #fff;
  background-color: #1D4196;
  text-decoration: none;
}
.btn:active {
  outline: 0;
}
@media (max-width: 320px) {
  .btn {
    height: 40px;
    min-height: 40px;
    font-size: 1.1rem;
  }
}

a.btn {
  text-decoration: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-gold, .btn-gold:active {
  color: #1D4196;
  background-color: #DFBF98;
  border-color: #DFBF98;
}
.btn-gold:hover, .btn-gold:focus {
  color: #DFBF98;
  background-color: #1D4196;
  border-color: #1D4196;
}

.btn.btn--white, .btn.btn--white:active {
  color: white;
  border-color: white;
  background: none;
}
.btn.btn--white:hover, .btn.btn--white:focus {
  background-color: #174AC3;
  border-color: #174AC3;
}

.btn.btn--red, .btn.btn--red:active {
  color: #D12C2E;
  border-color: #D12C2E;
  background: none;
}
.btn.btn--red:hover, .btn.btn--red:focus {
  background-color: white;
  border-color: white;
}

.text-center .btn {
  margin-bottom: 3rem;
}

.link-nav {
  padding: 0;
  border-left: 0;
}
.link-nav span {
  display: inline-block;
  width: 5.5rem;
  height: 5.5rem;
  color: #fff;
  text-align: center;
  line-height: 5.5rem;
  background-color: #1D4196;
  vertical-align: middle;
  border-radius: 50%;
}
.link-nav:hover span {
  background-color: #DFBF98;
}

.link-nav-prev span,
.link-nav-next span {
  position: relative;
}
.link-nav-prev span:before,
.link-nav-next span:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.link-nav-prev span {
  margin-right: 2.5rem;
}
.link-nav-prev span:before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}

.link-nav-next span {
  margin-left: 2.5rem;
}
.link-nav-next span:before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

a.link-download,
.link-download > a,
.wp-block-file > a {
  display: inline-flex;
  align-items: center;
  padding-left: 9rem;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  position: relative;
}
a.link-download::before,
.link-download > a::before,
.wp-block-file > a::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  display: inline-block;
  width: 7rem;
  height: 7rem;
  background-color: none;
  border: 2px solid #449F91;
  vertical-align: middle;
  transition: all 0.3s;
}
a.link-download::after,
.link-download > a::after,
.wp-block-file > a::after {
  position: absolute;
  top: 0;
  left: 2rem;
  margin: auto;
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
a.link-download:hover::before, a.link-download:focus::before,
.link-download > a:hover::before,
.link-download > a:focus::before,
.wp-block-file > a:hover::before,
.wp-block-file > a:focus::before {
  background-color: #449F91;
}
a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(0);
  background-repeat: no-repeat;
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
a.link-download span,
.link-download > a span,
.wp-block-file > a span {
  margin-left: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
}
.block-text a.link-download,
.block-text .link-download > a,
.block-text .wp-block-file > a {
  margin-bottom: 4rem;
}

.btn.btn-icon {
  position: relative;
  padding-right: 6rem;
}
.btn.btn-icon:after {
  content: "";
  background-image: url("../../assets/final/svg/view/svg/sprite.view.svg") !important;
  position: absolute;
  top: calc(50% - 1.4rem);
  right: 1.8rem;
  pointer-events: none;
}

@media (max-width: 768px) {
  .btn {
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .btn {
    max-width: 100%;
  }
  .link-download {
    display: block;
    margin-top: 2rem;
    text-align: center;
    font-size: 1.5rem;
  }
  .link-download span {
    display: block;
    text-align: center;
    font-size: 1.5rem;
  }
  .link-download .ico-download {
    display: block;
    width: 50px;
    height: 50px;
    margin: 1rem auto;
  }
}
/*scss/atoms/_alert.scss*/
.alert-success .title {
  color: #3c763d;
  background-color: #dff0d8;
}

.alert-info .title {
  color: #FBA900;
  background-color: #FFFFFF;
}

.alert-warning .title {
  color: #FBA900;
  background-color: #FFFFFF;
}

.alert-error .title,
.form-errors {
  color: #d32F2f;
  background-color: #f2d0d0;
}

.infos-alert {
  display: inline-block;
  margin: 2rem auto 5rem;
  border: 1px solid #DFBF98;
}
.infos-alert > div {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.infos-alert > div:nth-child(2) {
  padding: 1rem 2rem;
}

.infos-alert-ico {
  width: 7.5rem;
  height: 7.5rem;
  border-right: 1px solid #DFBF98;
  text-align: center !important;
}
.infos-alert-ico svg {
  display: inherit;
  height: 4rem;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .infos-alert {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .infos-alert-ico {
    width: 6.5rem;
    height: 5.5rem;
  }
}
@media (max-width: 640px) {
  .infos-alert {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .infos-alert {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .infos-alert > div {
    font-size: 1.2rem;
    text-align: left;
  }
  .infos-alert > div:nth-child(2) {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 320px) {
  .infos-alert {
    padding-right: 0;
  }
  .infos-alert > div:nth-child(2) {
    padding: 1rem 1rem;
  }
}
/*scss/atoms/_chapo.scss*/
.chapo {
  margin-bottom: 6rem;
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.044rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .chapo {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

/*scss/atoms/_lists.scss*/
.list-unordered, .big-list {
  list-style-type: none;
  text-indent: -4.5rem;
  margin-bottom: 6rem;
  margin-left: 4rem;
}
.list-unordered li, .big-list li {
  margin-bottom: 3rem;
  color: #1D4196;
  font-size: 2rem;
  line-height: 3.3rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.036rem;
}
.list-unordered li:before, .big-list li:before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  margin-right: 2rem;
  background-color: #1D4196;
  vertical-align: middle;
}
.list-unordered a, .big-list a {
  color: #1D4196;
}

.list-ordered {
  counter-reset: seaquarium;
  margin-left: 6rem;
  padding-left: 0;
  text-indent: -3rem;
}
.list-ordered li {
  list-style-type: none;
  margin-bottom: 4rem;
  font-size: 3.5rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: #fff;
}
.list-ordered li:before {
  position: relative;
  top: -0.25rem;
  content: counter(seaquarium, decimal-leading-zero);
  counter-increment: seaquarium;
  display: inline-block;
  min-width: 3rem;
  font-size: 2.5rem;
  color: #DFBF98;
  vertical-align: middle;
}

.component .list-ordered li {
  color: #1D1C17;
}

@media (max-width: 640px) {
  .list-unordered, .big-list {
    padding-left: 3rem;
  }
}
@media (max-width: 480px) {
  .list-ordered {
    margin-left: 2rem;
    padding-left: 0;
    text-indent: -1rem;
  }
  .list-unordered, .big-list {
    margin-left: 0;
  }
  .list-ordered li, .list-unordered, .big-list li {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 320px) {
  .list-ordered li, .list-unordered, .big-list li {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
/*scss/atoms/_breadcrumb.scss*/
.breadcrumb-wrapper {
  display: flex;
  align-items: center;
  height: 36px;
  margin-bottom: 10rem;
}
@media (max-width: 1023px) {
  .breadcrumb-wrapper {
    display: none;
  }
}

ul.breadcrumb {
  display: block;
  margin-top: -1rem;
  margin-bottom: 0;
  list-style: none;
  line-height: 1;
  padding: 1rem 0 0 12px;
  border-left: 1px solid #0067AB;
}
@media (max-width: 1439px) {
  ul.breadcrumb {
    padding-right: 2em !important;
    padding-left: 2em !important;
    border-left: 0;
  }
}

li.breadcrumb-item {
  display: inline-block;
}
li.breadcrumb-item span {
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
}
li.breadcrumb-item a {
  text-decoration: none;
}
li.breadcrumb-item::before {
  position: relative;
  top: 1px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}

/*scss/atoms/_icons.scss*/
.arrow_down.icon-class {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(0.5);
  background-repeat: no-repeat;
}
.arrow_down.icon-class:hover {
  transform: scale(1);
}

.arrow-prev.icon-class {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}

.icon-item {
  display: inline-block;
  width: 70px;
  margin-right: 1em;
  text-align: center;
}
.icon-item span {
  display: block;
}

/*scss/atoms/_loader.scss*/
.component .spinner-white {
  float: right;
  margin-left: 3rem;
}

.loader {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url("/app/themes/wwp_child_theme/assets/raw/images/loaders/loader_puff.svg") !important;
  background-color: #00AFF0;
}
.loader.small {
  transform: scale(0.5);
}

.loader-alt {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url("/app/themes/wwp_child_theme/assets/raw/images/loaders/loader_puff_blue.svg") !important;
}
.loader-alt.small {
  transform: scale(0.5);
}

.button-loader,
.loading .btn {
  position: relative;
  padding-right: 5rem;
}
.button-loader:after,
.loading .btn:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-image: url("/app/themes/wwp_child_theme/assets/raw/images/loaders/loader_puff.svg") !important;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
}

/*scss/atoms/_img-caption.scss*/
figcaption,
.wp-caption-text {
  position: relative;
  margin-left: 4.5rem;
  padding-top: 1rem;
  padding-left: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  text-align: left;
}
figcaption:before,
.wp-caption-text:before {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  display: block;
  width: 3px;
  height: 7rem;
  background-color: #1D4196;
}

/*scss/atoms/_modal.scss*/
.modal-home {
  padding: 2rem;
  background-color: #174AC3;
}
.modal-home,
.modal-home a {
  color: #fff;
}

.modal-home-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-home-title {
  margin: 0;
  font-size: 6.5rem;
  line-height: 5.4rem;
  letter-spacing: 0.144rem;
  font-weight: 800;
  text-align: center;
}

.modal-home-content {
  max-width: 93rem;
  margin: 0 auto;
}

.modal-home-btn-wrapper {
  margin-top: 6rem;
  text-align: center;
}
.modal-home-btn-wrapper .btn {
  border-color: #DFBF98;
}
.modal-home-btn-wrapper .btn:hover {
  color: #fff;
  background-color: #1D4196;
  border-color: #fff;
}

.modaal-content-container .btn {
  border-color: #DFBF98;
}
.modaal-content-container .btn:hover {
  color: #fff;
  background-color: #1D4196;
  border-color: #fff;
}
.modaal-content-container .entry-header {
  text-align: center;
}

/*scss/atoms/_block-text.scss*/
.block-text {
  margin-bottom: 8rem;
  max-width: 64rem;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (min-width: 860px) {
  .block-text h2,
  .block-text .chapo {
    margin-left: -8rem;
  }
}
@media (min-width: 1024px) {
  .block-text h2,
  .block-text .chapo {
    margin-left: -16rem;
  }
}
@media (max-width: 480px) {
  .block-text {
    max-width: 92%;
    margin-right: 4%;
    margin-left: 4%;
    margin-bottom: 2rem;
    font-size: 1.7rem;
    line-height: 3rem;
  }
  .container .block-text, .nbr-items .block-text, .pagination .block-text, .block-hero > * .block-text {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.block-text-centered {
  margin-left: auto;
  margin-right: auto;
}

.block-text-large {
  max-width: 80rem;
}

/*scss/molecules/_card.scss*/
.card,
.item {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 16rem 14rem 8rem;
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #F6F5F6;
}
.card .img-wrap,
.item .img-wrap {
  position: relative;
  flex: 0 0 32rem;
  height: 32rem;
  margin-left: -8rem;
  margin-bottom: -8rem;
  overflow: hidden;
}
.card .img-wrap img,
.item .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  max-height: 100%;
  width: auto;
  min-width: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}
.card .card-block,
.item .card-block {
  flex-basis: 100%;
  z-index: 2;
}
.card .card-block a,
.item .card-block a {
  text-decoration: none;
}
.card .card-block .card-content,
.item .card-block .card-content {
  margin-top: -6px;
  padding: 0 5rem 0 3.5rem;
}
.card .card-block .news-item-category,
.item .card-block .news-item-category {
  align-self: flex-start;
  margin-left: -4rem;
  padding: 1.5rem 6.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.45rem;
  line-height: 4.8rem;
  color: #1D4196;
  text-transform: uppercase;
  border: 1px solid #D1CFD4;
}
.card .card-block .card-title,
.item .card-block .card-title {
  margin-bottom: 2rem;
  padding-left: 0;
  font-size: 3rem;
  line-height: 1.2;
}
.card .card-block .card-title::before,
.item .card-block .card-title::before {
  content: none;
}
.card .card-block .card-text,
.card .card-block .card-readmore-link,
.item .card-block .card-text,
.item .card-block .card-readmore-link {
  margin-left: 5rem;
}
.card .card-block .card-text,
.item .card-block .card-text {
  margin-bottom: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.033rem;
  color: #1D1C17;
}
.card .card-block .card-date,
.item .card-block .card-date {
  display: inline-flex;
  gap: 0.3em;
  margin-bottom: 2rem;
  padding: 3px 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #1D4196;
  color: #FFF;
}
.card .card-block .card-readmore-link,
.item .card-block .card-readmore-link {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #1D4196;
  text-decoration: none;
  font-style: initial !important;
  overflow: hidden;
  border-left: 3px solid #1D4196;
  transition: all 0.2s;
}
.card .card-block .card-readmore-link::after,
.item .card-block .card-readmore-link::after {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #C2DEFD;
  transform: translate(-100%, -50%);
  transition: all 0.4s;
}
.card .card-block .card-readmore-link, .card .card-block .card-readmore-link:hover,
.item .card-block .card-readmore-link,
.item .card-block .card-readmore-link:hover {
  color: #1D4196;
}
.card .card-block .card-readmore-link:hover::after,
.item .card-block .card-readmore-link:hover::after {
  transform: translate(0, -50%);
}
.card .card-block .card-readmore-link[target=_blank],
.item .card-block .card-readmore-link[target=_blank] {
  position: relative;
  padding-right: 2rem;
  min-height: 23px;
  display: inline-flex;
  align-items: center;
}
.card .card-block .card-readmore-link[target=_blank]::before,
.item .card-block .card-readmore-link[target=_blank]::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  margin-left: 15px;
  transform: translateX(0);
  transition: all 0.4s;
}
@media (max-width: 1023px) {
  .card,
  .item {
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
  }
  .card .img-wrap,
  .item .img-wrap {
    margin-left: 0;
    margin-bottom: 0;
  }
  .card .card-block .card-content,
  .item .card-block .card-content {
    margin-top: 0;
    padding: 3rem 3rem 3rem 2rem;
  }
  .card .card-block .card-text,
  .item .card-block .card-text {
    margin-left: 4rem;
  }
  .card .card-block .card-readmore-link,
  .item .card-block .card-readmore-link {
    margin-left: 4rem;
  }
}

/*scss/molecules/_timeline.scss*/
ul.timeline {
  display: block;
  margin: auto;
  width: 100px;
  padding: 10rem 0;
  list-style: none;
  margin: 0 auto;
  border-right: 1px solid #fff;
}
ul.timeline li {
  position: relative;
  text-align: right;
}
ul.timeline li:after {
  content: " ";
  position: absolute;
  top: 34px;
  right: -7px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFFFFF;
  cursor: pointer;
}
ul.timeline li:before {
  position: absolute;
  top: 28px;
  right: -13px;
  content: " ";
  width: 22px;
  height: 22px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
ul.timeline li span {
  opacity: 0;
  transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
ul.timeline li > a {
  display: block;
  padding: 3rem 0;
  padding-right: 3rem;
  text-decoration: none;
}
ul.timeline li:hover:before, ul.timeline li:focus:before, ul.timeline li.active:before {
  transform: scale(1.4);
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}
ul.timeline li:hover span, ul.timeline li:focus span, ul.timeline li.active span {
  opacity: 1;
}

/*scss/molecules/_timeline-horizontal.scss*/
.component ul.timeline.timeline-horizontal {
  margin-top: 10rem;
}

ul.timeline.timeline-horizontal {
  width: 100%;
  display: inline-block;
  padding: 0;
  text-align: center;
  border-top: 1px solid #fff;
  border-right: 0;
}
ul.timeline.timeline-horizontal li {
  display: inline-block;
  min-width: 10rem;
  text-align: center;
}
ul.timeline.timeline-horizontal li:before {
  top: -13px;
  left: calc(50% - 12px);
}
ul.timeline.timeline-horizontal li:after {
  top: -7px;
  left: calc(50% - 6px);
}
ul.timeline.timeline-horizontal li > a {
  padding-right: 0;
}
ul.timeline.timeline-horizontal li.active:before, ul.timeline.timeline-horizontal li:hover:before {
  top: -12px;
  left: calc(50% - 11px);
}

/*scss/molecules/_social-networks.scss*/
.social-networks {
  display: flex;
  margin-left: -1rem;
}
.social-networks div {
  width: 35px;
  height: 30px;
  margin-right: 7px;
  margin-left: 7px;
  text-indent: -9999em;
}
.social-networks a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.social-networks .facebook > a::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.social-networks .twitter > a::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.social-networks .youtube > a::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.social-networks .instagram > a::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.social-networks .linkedin > a::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.social-networks a:hover, .social-networks a:focus {
  opacity: 0.5;
}

/*scss/molecules/_block-visit.scss*/
.block-visit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  padding-bottom: 8rem;
  color: #fff;
  background: #0A2139 url(/app/themes/wwp_child_theme/assets/raw/images/poisson-pourquoi-1024x569-min.jpg) center center no-repeat;
  background-size: cover;
}
.block-visit .home-title {
  margin-bottom: 16rem;
}

.block-visit .home-title,
.block-visit-list,
.block-visit-link {
  position: relative;
  z-index: 2;
}

.block-visit-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block-visit-list li {
  flex-basis: 33.3333%;
  display: flex;
  align-items: center;
  position: relative;
}
.block-visit-list li:nth-child(2) {
  justify-content: center;
}
.block-visit-list li:last-child {
  justify-content: flex-end;
}
.block-visit-list li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 4rem;
  background-color: #fff;
  border-radius: 50%;
}
.block-visit-list a {
  display: block;
  padding: 1rem;
}

.block-visit-link {
  display: block;
  padding: 0;
  font-size: 1.8rem;
  line-height: 4.8rem;
  letter-spacing: 0.45rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  border: none;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s;
}
.block-visit-link:hover, .block-visit-link:focus {
  color: #fff;
  opacity: 1;
}

.block-visit-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-visit-background > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.block-visit-background > div:not(.active) {
  opacity: 0;
  display: none;
}

@media (max-width: 768px) {
  .block-visit-list,
  .block-visit-list li {
    flex-direction: column;
    flex-basis: auto;
    align-items: center;
  }
  .block-visit-list li {
    margin: 1rem 0;
  }
  .block-visit-list li:not(:last-child):after {
    position: relative;
    margin-top: 1rem;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .block-visit .home-title {
    margin-bottom: 7rem;
  }
  .block-visit-list {
    min-height: 27vh;
  }
}
/*scss/molecules/_block-insert.scss*/
.block-insert:after {
  content: "";
  display: table;
  clear: both;
}
.block-insert > div {
  float: right;
  width: calc(100% + 22rem);
  margin-right: -50%;
  margin-bottom: 10rem;
  padding: 6rem 5rem 6rem 8rem;
  background-color: #f2f2f3;
}
@media (max-width: 768px) {
  .block-insert > div {
    width: 90%;
    padding: 3rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .block-insert > div {
    width: 108%;
    margin-right: -4%;
    margin-left: -4%;
    margin-bottom: 6rem;
  }
}

.block-insert-title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 4.8rem;
  font-weight: 400;
  color: #1D1C17;
  letter-spacing: 0.45rem;
  text-transform: uppercase;
}
.block-insert-title:after {
  content: "";
  display: block;
  width: 6.5rem;
  height: 3px;
  margin-left: -3.2rem;
  background-color: #DFBF98;
}

.block-insert-content {
  margin: 0;
  max-width: 55rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.45rem;
}
@media (max-width: 480px) {
  .block-insert-content {
    max-width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
  }
}

/*scss/molecules/_modal-home-list.scss*/
.modal-home-list .list-ordered {
  margin-top: 6rem;
  margin-bottom: 8rem;
}
.modal-home-list .btn-gold {
  color: #1D4196;
  border-color: #DFBF98;
}
.modal-home-list .btn-gold:hover, .modal-home-list .btn-gold:focus, .modal-home-list .btn-gold:active {
  color: #fff;
  background-color: #1D4196;
  border-color: #1D4196;
}

.component .modal-home-list .list-ordered li {
  color: #fff;
}

/*scss/molecules/_block-hero.scss*/
.block-hero {
  position: relative;
  margin-bottom: 10rem;
  padding: 6rem;
  background-color: #f2f2f3;
}
.block-hero:before, .block-hero:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0.15rem;
  height: 3.5rem;
  background-color: #174AC3;
}
.block-hero:before {
  top: -1.8rem;
}
.block-hero:after {
  bottom: -1.8rem;
}
.block-hero p {
  max-width: 100%;
  font-weight: 300;
  font-style: italic;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #174AC3;
  text-align: center;
}
.block-hero a {
  color: #174AC3;
}
@media (max-width: 768px) {
  .block-hero p {
    padding-right: 0;
    padding-left: 0;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .block-hero {
    margin: 6rem 0;
    padding: 4rem 2rem;
  }
  .block-hero p {
    font-size: 2rem;
  }
}

/*scss/molecules/_news-item.scss*/
/*scss/molecules/_home-live.scss*/
.home-live {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100vh;
  margin-top: 0;
  padding: 9rem 0 6.5rem;
  overflow: hidden;
  background-color: #0A2139;
}
.home-live:after {
  content: "";
  display: table;
  clear: both;
}
.home-live .container, .home-live .nbr-items, .home-live .pagination, .home-live .block-hero > * {
  z-index: 2;
}
.home-live .home-title {
  margin-bottom: 10rem;
  color: #fff;
}

.home-live-img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 70%;
}

.home-live-content {
  float: right;
  max-width: 38rem;
}

.home-live-link {
  padding-left: 1.5rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff !important;
  text-decoration: none;
  border-left: 3px solid #fff;
}
.home-live-link:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .home-live-img {
    height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
    left: auto;
    right: 0;
  }
}
@media (max-width: 960px) {
  .home-live .home-title {
    margin-bottom: 34rem;
  }
  .home-live-img {
    right: -50%;
  }
}
@media (max-width: 480px) {
  .home-live {
    height: auto;
  }
  .home-live .home-title {
    margin-bottom: 5rem;
  }
  .home-live-content {
    max-width: 100%;
  }
  .home-live-img {
    left: auto;
    right: -85%;
    top: -27%;
  }
}
/*scss/molecules/_page-live.scss*/
#civilizWidget {
  width: auto !important;
  height: auto !important;
  margin-bottom: 2rem;
}

#civilizWidget #civilizWidget-content {
  position: static !important;
}

#civilizWidget #civilizWidget-footer {
  display: none;
}

#civilizWidget #civilizWidget-content #civilizRatings-list {
  overflow: visible !important;
}

#civilizWidget #civilizWidget-content #civilizRatings-list li:first-child {
  display: block !important;
  padding: 0 !important;
}

.authorContainer,
#civilizWidget #civilizWidget-content #civilizRatings-list li,
#civilizWidget #civilizWidget-content #civilizRatings-list hr {
  display: none !important;
}

.ratingAuthor,
.ratingDate {
  font-size: 1.3rem !important;
  color: #1D4196 !important;
}

.ratingAuthor {
  display: inline-block;
  margin: 1.5rem 1rem 3.5rem 2.5rem !important;
  line-height: 2.5rem;
  letter-spacing: 0.029rem;
  font-weight: 800 !important;
  text-transform: uppercase;
}
.ratingAuthor:after {
  content: "";
  display: block;
  height: 3px;
  width: 6rem;
  margin-top: 5px;
  margin-left: -4.5rem;
  background-color: #DFBF98;
}
.ratingAuthor + span {
  display: none;
}

#civilizWidget #civilizWidget-content #civilizRatings-list li.ratingContainer {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  border-top: 1px solid #D1CFD4 !important;
}
#civilizWidget #civilizWidget-content #civilizRatings-list li.ratingContainer:last-child {
  border-bottom: 1px solid #D1CFD4 !important;
}

#civilizWidget #civilizWidget-content #civilizRatings-list .ratingContainer .ratingDescription {
  max-height: 18rem !important;
  padding: 0 4.5rem 2.5rem !important;
  font-size: 2.8rem !important;
  line-height: 3.7rem;
  letter-spacing: 0.1rem;
  font-style: italic;
}

#civilizWidget html, #civilizWidget body, #civilizWidget div, #civilizWidget span, #civilizWidget applet, #civilizWidget object, #civilizWidget iframe, #civilizWidget h1, #civilizWidget h2, #civilizWidget h3, #civilizWidget h4, #civilizWidget h5, #civilizWidget h6, #civilizWidget p, #civilizWidget blockquote, #civilizWidget pre, #civilizWidget a, #civilizWidget abbr, #civilizWidget acronym, #civilizWidget address, #civilizWidget big, #civilizWidget cite, #civilizWidget code, #civilizWidget del, #civilizWidget dfn, #civilizWidget em, #civilizWidget img, #civilizWidget ins, #civilizWidget kbd, #civilizWidget q, #civilizWidget s, #civilizWidget samp, #civilizWidget small, #civilizWidget strike, #civilizWidget strong, #civilizWidget sub, #civilizWidget sup, #civilizWidget tt, #civilizWidget var, #civilizWidget b, #civilizWidget u, #civilizWidget i, #civilizWidget center, #civilizWidget dl, #civilizWidget dt, #civilizWidget dd, #civilizWidget ol, #civilizWidget ul, #civilizWidget li, #civilizWidget fieldset, #civilizWidget form, #civilizWidget label, #civilizWidget legend, #civilizWidget table, #civilizWidget caption, #civilizWidget tbody, #civilizWidget tfoot, #civilizWidget thead, #civilizWidget tr, #civilizWidget th, #civilizWidget td, #civilizWidget article, #civilizWidget aside, #civilizWidget canvas, #civilizWidget details, #civilizWidget embed, #civilizWidget figure, #civilizWidget figcaption, #civilizWidget footer, #civilizWidget header, #civilizWidget hgroup, #civilizWidget menu, #civilizWidget nav, #civilizWidget output, #civilizWidget ruby, #civilizWidget section, #civilizWidget summary, #civilizWidget time, #civilizWidget mark, #civilizWidget audio, #civilizWidget video {
  font-family: "Mulish", sans-serif !important;
}

#civilizWidget #civilizWidget-footer span#civilizTag,
#civilizWidget #civilizWidget-footer span#civilizTag strong {
  color: #1D4196 !important;
}

#civilizWidget #civilizWidget-footer span#civilizTag {
  float: none !important;
  border-left: 1px solid #1D4196;
  padding-left: 1rem;
  margin-left: 1rem;
}

.page-live #civilizWidget #civilizWidget-header {
  position: static !important;
  min-height: 9rem;
  margin-bottom: 4rem;
  text-align: center;
  background: rgba(0, 0, 0, 0) !important;
  border-bottom: none !important;
}
.page-live #civilizWidget #civilizWidget-header .placeContainer .placeName {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #1D4196;
}
.page-live #civilizWidget #civilizWidget-header .placeRatingContainer .scoreContainer {
  background: url("/app/themes/wwp_child_theme/assets/raw/images/star-green.png") no-repeat !important;
  background-size: contain !important;
  opacity: 0.5;
}
.page-live #civilizWidget #civilizWidget-header .placeRatingContainer .scoreContainer.star {
  opacity: 1;
}
.page-live #civilizWidget #civilizWidget-content #civilizRatings-list li.ratingContainer {
  display: block !important;
}
.page-live #civilizWidget #civilizWidget-footer {
  display: block;
  position: static !important;
  text-align: center;
  background: transparent;
}
.page-live #civilizWidget #civilizWidget-footer a#placeRatingsFeed {
  float: none;
  color: #1D4196;
}

@media (max-width: 1024px) {
  #civilizWidget #civilizWidget-content #civilizRatings-list .ratingContainer .ratingDescription {
    max-height: 16rem !important;
    font-size: 2.5rem !important;
    line-height: 3.2rem;
  }
  .ratingAuthor {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 480px) {
  .page-live #civilizWidget #civilizWidget-content #civilizRatings-list li.ratingContainer {
    padding-right: 0;
    padding-left: 0;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #civilizWidget #civilizWidget-content #civilizRatings-list .ratingContainer .ratingDescription {
    padding: 0 1rem 2.5rem !important;
    font-size: 2.2rem !important;
    line-height: 3rem;
  }
  .ratingAuthor {
    margin-bottom: 1.5rem !important;
  }
}
/*scss/molecules/_home-group-access.scss*/
.home-group-access {
  height: calc(100vh - 60px);
  background-color: #0A2139;
  overflow: hidden;
}
.home-group-access a, .home-group-access div {
  color: #fff;
  letter-spacing: 0.45rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.home-group-access-links {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  list-style-type: none;
}
.home-group-access-links li {
  flex: 1 1 33.333%;
}
.home-group-access-links a, .home-group-access-links div {
  display: block;
  height: 100%;
  position: relative;
}
.home-group-access-links a:before, .home-group-access-links div:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-group-access-links a:after, .home-group-access-links div:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(23, 74, 174, 0.65);
  transition: background 0.4s;
}
.home-group-access-links a span, .home-group-access-links div span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-block;
  width: 90%;
  text-align: center;
  transform: translate(-50%);
}
.home-group-access-links a:hover:after {
  background-color: rgba(0, 4, 36, 0.7);
}
.home-group-access-links li:first-child {
  margin-bottom: 9rem;
  background: url(/app/themes/wwp_child_theme/assets/raw/images/bg-home-group-1.jpg) center center no-repeat;
  background-size: cover;
}
.home-group-access-links li:nth-child(2) {
  align-self: flex-start;
  background: url(/app/themes/wwp_child_theme/assets/raw/images/bg-home-group-2.jpg) center center no-repeat;
  background-size: cover;
}
.home-group-access-links li:nth-child(2) a:before, .home-group-access-links li:nth-child(2) div:before {
  padding-top: 200%;
}
.home-group-access-links li:last-child {
  align-self: flex-end;
  background: url(/app/themes/wwp_child_theme/assets/raw/images/bg-home-group-3.jpg) center center no-repeat;
  background-size: cover;
}
.home-group-access-links li:last-child a:before, .home-group-access-links li:last-child div:before {
  padding-top: 200%;
}

@media (max-width: 768px) {
  .home-group-access-links {
    align-items: flex-start;
    height: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .home-group-access-links li {
    flex-basis: 50%;
    max-width: 50%;
  }
  .home-group-access-links li:nth-child(2) {
    margin-top: -50%;
    order: 3;
  }
  .home-group-access-links li:last-child {
    order: 2;
    margin-top: 10rem;
  }
}
@media (max-width: 480px) {
  .home-group-access {
    height: auto;
    padding: 0;
  }
  .home-group-access .container, .home-group-access .nbr-items, .home-group-access .pagination, .home-group-access .block-hero > * {
    padding-right: 0;
    padding-left: 0;
  }
  .home-group-access-links {
    justify-content: flex-start;
  }
  .home-group-access-links li:first-child {
    margin-bottom: 0;
  }
  .home-group-access-links li:last-child {
    margin-top: 0;
  }
  .home-group-access-links a span,
  .home-group-access-links div span {
    font-size: 1.3rem;
  }
  .home-group-access-links li:nth-child(2) a:before,
  .home-group-access-links li:nth-child(2) div:before {
    padding-top: 100%;
  }
  .home-group-access-links li:nth-child(2) a span, .home-group-access-links li:nth-child(3) a span,
  .home-group-access-links li:nth-child(2) div span, .home-group-access-links li:nth-child(3) div span {
    top: 45%;
  }
}
@media (max-width: 320px) {
  .home-group-access-links a span,
  .home-group-access-links div span {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
  }
}
/*scss/molecules/_home-social-images.scss*/
.home-social-images {
  display: flex;
  flex-wrap: wrap;
}
.home-social-images div {
  position: relative;
  width: 25%;
  background-color: red;
}
.home-social-images div:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-social-images div:nth-child(3n) {
  width: 50%;
}
.home-social-images div:nth-child(3n):before {
  padding-top: 50%;
}
.home-social-images div:hover a {
  opacity: 1;
  color: #fff;
}

.home-social-images-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.8rem;
  letter-spacing: 0.25rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: rgba(0, 4, 36, 0.65);
  opacity: 0;
  transition: opacity 0.2s;
}

.home-social-images-link-img span,
.home-social-images-link-video span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-social-images-link-img span:before,
.home-social-images-link-video span:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.33);
  border-radius: 50%;
  display: block;
}
.home-social-images-link-img span, .home-social-images-link-img span:before,
.home-social-images-link-video span,
.home-social-images-link-video span:before {
  width: 5.5rem;
  height: 5.5rem;
}
.home-social-images-link-img span svg,
.home-social-images-link-video span svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.home-social-images-link-img svg {
  width: 2.5rem;
  height: 2.9rem;
}

.home-social-images-link-video svg {
  width: 2.8rem;
  height: 2.8rem;
}

/*scss/molecules/_opening-times.scss*/
.opening-times {
  max-width: 30rem;
  padding: 0;
  list-style-type: none;
}
.opening-times li {
  display: flex;
  justify-content: space-between;
  min-width: 32rem;
}
.opening-times div {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.opening-times div:first-of-type {
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .opening-times {
    max-width: 100% !important;
  }
  .opening-times li {
    min-width: auto !important;
  }
  .opening-times div {
    font-size: 1.3rem;
  }
}
/*scss/molecules/_block-openings-access.scss*/
.block-openings-access .infos-alert > div:nth-child(2) {
  padding: 1rem 4rem 1rem 6rem;
}

.block-openings-access-content {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: -1rem;
  margin-left: -1rem;
}
.block-openings-access-content > * {
  width: calc(50% - 2rem - 0.01em);
  margin-right: 1rem;
  margin-left: 1rem;
}

.block-openings-access-map {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.block-openings-access-map img {
  width: 100%;
}

.block-openings-access-infos {
  padding-left: 3rem;
}
.block-openings-access-infos address {
  padding-left: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
  font-style: normal;
  border-left: 3px solid #DFBF98;
}
.block-openings-access-infos address p {
  margin: 0;
}
.block-openings-access-infos table, .block-openings-access-infos tr, .block-openings-access-infos td {
  border: none;
}
.block-openings-access-infos table.opening-times {
  width: 100%;
  max-width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
}
.block-openings-access-infos caption {
  font-style: normal;
  font-weight: 700;
  color: #1D1C17;
  text-align: left;
  margin: 0;
  padding: 0;
}
.block-openings-access-infos tr {
  margin-top: 0;
  margin-bottom: 2rem;
}
.block-openings-access-infos td {
  padding: 0;
}
.block-openings-access-infos > p {
  line-height: 2.5rem;
}

.map-infobox .item-info {
  color: #000;
}
.map-infobox .close {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .block-openings-access-content {
    font-size: 1.3rem;
  }
  .block-openings-access-infos {
    width: 50%;
    padding-left: 0rem;
    margin-left: 4rem;
  }
  .opening-times {
    max-width: 90%;
  }
  .opening-times div {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .block-openings-access .infos-alert .count-down-wrap span:not(.current-state) {
    display: block;
  }
}
@media (max-width: 767px) {
  .block-openings-access-content {
    display: block;
    margin-top: 4rem;
    margin-right: 0;
    margin-left: 0;
  }
  .block-openings-access-content > * {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .block-openings-access-map {
    margin-bottom: 2rem;
  }
  .block-openings-access-map img {
    width: 100%;
  }
  .block-openings-access-infos address {
    padding-left: 0;
    border-left: none;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .block-openings-access .infos-alert {
    display: flex;
    justify-content: center;
  }
  .block-openings-access .infos-alert > div:nth-child(1) {
    display: none;
  }
  .block-openings-access .infos-alert > div:nth-child(2) {
    padding: 1rem 0 1rem 3rem;
  }
  .block-openings-access .infos-alert .count-down-wrap {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
  .block-openings-access-map {
    margin-top: 2rem;
  }
  .block-openings-access-map img {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .block-openings-access .infos-alert > div:nth-child(2) {
    padding: 1rem 0 1rem 2.5rem;
  }
  .block-openings-access .infos-alert .count-down-wrap .current-state-opened {
    position: relative;
    right: auto;
    top: auto;
  }
}
/*scss/molecules/_block-weather.scss*/
.block-weather {
  display: flex;
  padding: 2rem 0;
  /*padding: 10rem 2rem 12rem;*/
}
.block-weather > div {
  flex-basis: 50%;
}
.block-weather .block-weather-ico svg {
  max-width: 70%;
}
.block-weather svg use {
  fill: white;
}

.block-weather-title {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #DFBF98;
  letter-spacing: 0.45rem;
  text-transform: uppercase;
}

.block-weather-current-day {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-weather-current-day > div {
  display: flex;
  align-items: center;
}
.block-weather-current-day .block-weather-ico {
  width: 13.5rem;
  height: 13.5rem;
}
.block-weather-current-day .block-weather-ico svg {
  max-width: 70%;
}
.block-weather-current-day .block-weather-temperature {
  margin-top: 0;
  margin-left: 3rem;
  font-size: 5rem;
  letter-spacing: 0.111rem;
}

.block-weather-next-days {
  display: flex;
  align-items: center;
  padding-left: 4rem;
  border-left: 3px solid #DFBF98;
}
.block-weather-next-days ul {
  display: flex;
  flex-basis: 100%;
  padding: 0;
  list-style-type: none;
}
.block-weather-next-days li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  text-align: center;
}

.block-weather-day {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 2.5rem;
  letter-spacing: 0.029rem;
  text-transform: uppercase;
}

.block-weather-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 9rem;
  border: 1px solid #fff;
  border-radius: 50%;
}

.block-weather-temperature {
  margin-top: 2.5rem;
  font-size: 4rem;
  line-height: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.089rem;
}

@media (max-width: 767px) {
  .block-weather {
    flex-direction: column;
    padding-top: 8rem;
  }
  .block-weather > div {
    flex-basis: auto;
  }
  .block-weather-ico {
    width: 8rem;
    height: 8rem;
  }
  .block-weather-current-day {
    margin-bottom: 3rem;
  }
  .block-weather-current-day > div {
    justify-content: center;
  }
  .block-weather-current-day .block-weather-ico {
    width: 10rem;
    height: 10rem;
  }
  .block-weather-next-days {
    padding-left: 1rem;
    border-left: none;
  }
  .block-weather-next-days ul {
    justify-content: center;
    margin-left: 0;
  }
}
/*scss/molecules/_block-prices.scss*/
.block-prices-container {
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-bottom: 6rem;
}
.block-prices-container > div {
  flex-basis: 50%;
  margin-right: 1rem;
  margin-left: 1rem;
}
.block-prices-container > div:first-child {
  padding-right: 2rem;
}
.block-prices-container > div:last-child {
  padding-left: 3rem;
  border-left: 3px solid #DFBF98;
}
.block-prices-container > div p:not(:last-of-type) {
  margin-bottom: 2rem;
}
.block-prices-container p {
  margin-top: 0;
  font-size: 1.4rem;
}

.block-prices-container-title {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: #DFBF98;
  line-height: 4.8rem;
  text-transform: uppercase;
}

.block-prices-container-group-title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .header-content .block-prices-container {
    flex-direction: column;
  }
  .header-content .block-prices-container > div p:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .header-content .block-prices-container > div:last-child {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 3px solid #DFBF98;
  }
}
@media (max-width: 800px) {
  /*  .block-prices-container > div {
      padding-right: 0;
    }*/
  .block-prices-container > div p:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 639px) {
  .block-prices-container {
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .block-prices-container > div {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0 !important;
  }
  .block-prices-container > div:last-child {
    margin-top: 0;
    padding-left: 0;
    border: none;
  }
}
/*scss/molecules/_home-first-block.scss*/
.home-first-block {
  position: relative;
  align-items: center;
  height: 100vh;
  min-height: 630px;
  padding: 2rem 0 0 0;
  color: #fff;
  background-color: #0A2139;
  background: url(/app/themes/wwp_child_theme/assets/raw/images/home-2.jpg) bottom center no-repeat;
  background-size: cover;
}
.home-first-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: radial-gradient(circle at 51% 51%, rgba(0, 0, 0, 0) 0%, #000000 127%);
}
.home-first-block a.scroll-link {
  bottom: 2rem;
  right: 4rem;
}
.home-first-block video {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .home-first-block a.scroll-link {
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .home-first-block {
    height: 100vh;
  }
  .home-first-block a.scroll-link {
    display: none;
  }
  .home-first-block video {
    max-height: 100%;
    min-height: auto;
  }
}
@media (max-height: 740px) {
  .home-first-block {
    min-height: auto !important;
  }
}

.home-first-block-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .home-first-block-content {
    padding: 0 2rem 10rem 2rem;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s;
  }
  .is-sticky + .site-content .home-first-block-content {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-first-block-links {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.home-first-block-links li {
  flex: 0 1 43rem;
}
.home-first-block-links li a {
  position: relative;
  display: block;
  height: 100%;
  min-height: 18rem;
  color: white;
  overflow: hidden;
}
.home-first-block-links li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: 0.77;
  background-image: linear-gradient(0deg, rgb(5, 10, 34) 0%, rgba(5, 10, 34, 0) 60%);
  transition: all 0.4s;
}
.home-first-block-links img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.home-first-block-links span {
  position: absolute;
  bottom: 4rem;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 3rem;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.home-first-block-links span::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all 0.4s;
}
.home-first-block-links li a:hover::before,
.home-first-block-links li a:focus::before {
  background-image: linear-gradient(0deg, rgb(5, 10, 34) 0%, rgba(5, 10, 34, 0) 100%);
}
.home-first-block-links li a:hover span::after,
.home-first-block-links li a:focus span::after {
  transform: scale(2);
}
@media (max-width: 1600px) {
  .home-first-block-links {
    max-width: calc(100vw - 32rem);
  }
  .home-first-block-links span {
    bottom: 3rem;
  }
}
@media (max-width: 1440px) {
  .home-first-block-links span {
    bottom: 2rem;
  }
}
@media (max-width: 1280px) {
  .home-first-block-links li a {
    min-height: 16rem;
  }
}
@media (max-width: 960px) {
  .home-first-block-links {
    max-width: calc(100vw - 20rem);
  }
}
@media (max-width: 767px) {
  .home-first-block-links {
    display: block;
    max-width: 100vw;
    padding: 0;
  }
  .home-first-block-links li {
    margin: 1rem 0;
  }
  .home-first-block-links li a {
    min-height: 12rem;
    border-radius: 20px;
  }
}

/*scss/molecules/_discovery-item.scss*/
.discovery-item {
  height: calc(100vh - 25rem);
  position: relative;
}
.discovery-item .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-color: #1D4196;
}
.discovery-item .presentation {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  color: white;
}
.discovery-item .presentation h2 {
  margin-left: 0;
  font-size: 3.8rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-weight: 900;
}
.discovery-item .presentation .see-more {
  margin-left: 6rem;
  color: white;
}
.discovery-item .presentation .see-more::after {
  background-color: #174AC3;
}
.discovery-item .arrow {
  position: absolute;
  bottom: 8rem;
  width: 100%;
  text-align: center;
}
.discovery-item .arrow svg {
  width: 3.7rem;
  height: 6rem;
}
.discovery-item .scroll-link {
  display: none;
}
@media (max-width: 768px) {
  .discovery-item .presentation {
    top: 26%;
  }
  .discovery-item .presentation h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .discovery-item {
    height: 30vh;
  }
  .discovery-item .presentation {
    top: 2rem !important;
  }
  .discovery-item .presentation h2 {
    font-size: 2.4rem;
    -webkit-hyphens: initial;
            hyphens: initial;
  }
}
@media (max-width: 320px) {
  .discovery-item .presentation h2 {
    font-size: 3.3rem;
  }
}

/*scss/molecules/_page-nav.scss*/
.page-nav {
  margin-top: 50px;
}
.page-nav nav {
  display: flex;
  justify-content: center;
}
.page-nav nav a {
  position: relative;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  min-height: 23rem;
  padding-left: 5%;
  text-decoration: none;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s;
}
.page-nav nav a span {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
  border-left: 3px solid white;
  overflow-x: hidden;
}
.page-nav nav a span::after {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #174AC3;
  transform: translate(-100%, -50%);
  transition: all 0.4s;
}
@media (hover: hover) {
  .page-nav {
    /*Ne pas appliquer evenements hover sur touch screens*/
  }
  .page-nav nav a:hover span::after,
  .page-nav nav a:focus span::after {
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  .page-nav nav a span {
    font-size: 1.2rem;
    padding-right: 0;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 480px) {
  .page-nav nav a {
    padding-right: 4% !important;
    padding-left: 4% !important;
  }
}

/*scss/molecules/_pagination.scss*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  padding: 1rem 0;
}
.pagination li {
  display: inline-block;
}
.pagination li > a {
  text-decoration: none;
  color: #95aeea;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}
.pagination li > a.navprev, .pagination li > a.navnext {
  border: none;
  transition: transform 0.4s;
}
.pagination li > a.navprev {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.pagination li > a.navnext {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.pagination li.select > a {
  color: #1D4196;
}
.pagination li.select span {
  font-weight: bold;
}
.pagination li:last-child {
  margin-left: 2rem;
}
.pagination li:first-child {
  margin-left: 2rem;
}

.nbr-items {
  position: relative;
  z-index: 1;
  margin-top: 13rem;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  /*  &::after {
      content: "";
      position: absolute;
      bottom: -1rem;
      left: 0;
      right: 0;
      z-index: -1;
      height: 1px;
      background-color: $lightgrey;
    }*/
}
.nbr-items::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  z-index: -1;
  height: 2px;
  background-color: #B5DFFE;
}

.pagination-top {
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  .nbr-items {
    margin-top: 2rem;
  }
}
.home-photos {
  position: relative;
  min-height: 16rem;
  padding: 5rem 0;
  background: #fff;
}

/*scss/molecules/_push.scss*/
.push {
  padding: 3rem 3rem;
  background: #000F39 url("/app/themes/wwp_child_theme/assets/raw/svg/institut-monogramme-white.svg") no-repeat 2rem 3rem;
  color: white;
  border-radius: 5px;
}
.push span {
  display: block;
  font-size: 1.3rem;
}
.push .push-headings {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 53px;
  margin-bottom: 2rem;
  padding-left: 8rem;
}
.push .push-headings span {
  flex: 0 0 100%;
}
.push .push-title {
  font-size: 1.9rem;
  font-weight: 800;
}
.push .push-description {
  font-weight: 700;
}
.push .push-text {
  opacity: 0.8;
}
@media (max-width: 1179px) {
  .push {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .push .push-headings {
    padding-left: 6rem;
  }
}

@media (min-width: 1180px) {
  .push-right,
  .push-left {
    position: absolute;
    top: 13rem;
    max-width: 205px;
    padding: 3rem 2rem;
  }
  .push-right .push-headings,
  .push-left .push-headings {
    margin-top: 6rem;
    padding-left: 0;
  }
  .push-left {
    left: -8rem;
  }
  .push-right {
    right: -8rem;
  }
}
.atoms-main .push {
  position: static !important;
  margin: 3rem;
}

/*scss/molecules/_news-item.scss*/
/*scss/components/_dropdown.scss*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
}

.dropdown, .dropup {
  position: relative;
}
.dropdown:after, .dropup:after {
  display: table;
  content: " ";
}
.dropdown .btn, .dropup .btn {
  margin-bottom: 0;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin-top: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li > a {
  display: block;
  padding: 1rem 2rem;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #C9C4C2;
}

.dropdown-menu > li:last-child > a {
  border-bottom: none;
}

.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.open > .dropdown-menu {
  display: block;
}

/*scss/components/_tabs.scss*/
.js-tabcontent[aria-hidden=true] {
  display: none;
}

/* styles with JS */
.js-tablist {
  display: table;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.js-tablist__item {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  text-align: center;
  border-right: 4px solid #fff;
}

.js-tablist__item > a {
  line-height: 1.1;
  display: block;
  min-height: 3em;
  padding: 0.9em 0.5em 0.5em 0.5em;
  border-bottom: 0;
  color: #fff;
  background: #00AFF0;
  cursor: pointer;
}

.js-tablist__item > a:focus, .js-tablist__item > a:hover, .js-tablist__item > a:active, .js-tablist__item > a[aria-selected=true] {
  color: #000;
  background: #E5E1DF;
}
.js-tablist__item > a:focus {
  outline: 1px dotted;
}

.js-tabcontent {
  padding: 2em;
  background: #E5E1DF;
}

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
body.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}
.modaal-wrapper .site-content {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 9999;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 54px;
  height: 54px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close::before, .modaal-close::after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 2px;
  height: 3.5rem;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close::before {
  transform: rotate(-45deg);
}
.modaal-close::after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 0;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #484848;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #484848;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}
@media (max-width: 767px) {
  .modaal-video-wrap {
    margin: 0;
  }
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.modaal-video-story .modaal-inner-wrapper {
  display: block;
  width: 50%;
  margin: 0 auto;
  height: auto;
}
.modaal-video-story .modaal-inner-wrapper .modaal-video-wrap {
  position: relative;
  width: 100%;
  margin: auto 0;
  padding: 1em;
  background: #fff;
}
.modaal-video-story .modaal-inner-wrapper .modaal-video-container {
  height: 470px;
  box-shadow: none;
}
.modaal-video-story .modaal-inner-wrapper .modaal-close {
  position: absolute;
  top: 62px;
  right: 8px;
  background: #fff;
}
.modaal-video-story .modaal-inner-wrapper .modaal-close:before, .modaal-video-story .modaal-inner-wrapper .modaal-close:after {
  background: #000;
}
.modaal-video-story + .modaal-overlay {
  opacity: 0 !important;
}

.modaal-content-container {
  width: 100%;
  padding-top: 0;
}

.modaal-container {
  padding-top: 3rem;
  color: #fff;
  background: #1D4196;
  overflow: hidden !important;
}

.modaal-close {
  position: fixed;
  right: 6px;
  width: 54px;
  height: 54px;
  background: none;
}
.modaal-close::before, .modaal-close::after {
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1px);
  width: 1px;
  height: 2rem;
}

.modaal-fullscreen .modaal-close {
  display: flex;
  justify-content: center;
  top: 4rem;
  right: 4rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
}
.modaal-fullscreen .modaal-close:focus, .modaal-fullscreen .modaal-close:hover {
  background-color: #fff;
}
.modaal-fullscreen .modaal-close:focus::before, .modaal-fullscreen .modaal-close:focus::after, .modaal-fullscreen .modaal-close:hover::before, .modaal-fullscreen .modaal-close:hover::after {
  width: 2px;
  background: #DFBF98;
}

.modaal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow-x: auto;
}
.modaal-content .entry-header {
  height: auto;
  background: none;
  margin-top: 0 !important;
}
.modaal-content .entry-header .headings {
  height: auto;
  max-width: none;
}
.modaal-content .list-ordered {
  margin-left: 0 !important;
}
.modaal-content .list-ordered li {
  list-style-type: none;
  margin-bottom: 4rem;
  font-size: 3.3rem;
  line-height: 3rem;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 1024px) {
  .modaal-fullscreen .modaal-close {
    top: 3rem;
    right: 3rem;
  }
}
@media (max-width: 768px) {
  .modaal-content-container {
    max-height: 80%;
  }
  .modaal-content-container .infos-alert {
    margin-bottom: 3rem;
  }
  .modaal-content .list-ordered {
    margin-left: 6rem !important;
  }
}
@media (max-width: 767px) {
  .modaal-container {
    padding-top: 9rem;
  }
  .modaal-content {
    align-items: flex-start;
  }
  .modaal-content .block-text-centered {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .modaal-content .list-ordered {
    margin-left: 0 !important;
    padding-right: 4%;
    padding-left: 4%;
  }
  .modaal-content .list-ordered li {
    text-align: center;
    font-size: 2.2rem;
  }
  .modaal-content .list-ordered li::before {
    display: block;
    position: static;
  }
  .modaal-content-container {
    padding-right: 4%;
    padding-left: 4%;
  }
  .modaal-fullscreen .modaal-close {
    top: 2rem;
    right: 2rem;
    width: 5rem;
    height: 5rem;
  }
}
/*scss/components/_cookies.scss*/
.cookies-wrap p, .cookies-wrap a {
  margin-right: 1rem;
}
.cookies-wrap p {
  display: inline-block;
}
.cookies-wrap button {
  display: inline-block;
  margin: 0;
  padding: 0 1rem;
}

/*scss/components/_modal_video.scss*/
/** Specific modal video **/
/*scss/components/_accordion.scss*/
.js-accordion button, .js-accordion div {
  width: 100%;
}

.js-accordion__panel[aria-hidden=true] {
  display: none;
}

.js-accordion__header {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 1em;
  font-size: 2rem;
  background-color: #E5E1DF;
  border: none;
}
.js-accordion__header[aria-expanded=true] {
  margin-top: 0;
  color: #FFFFFF;
  background-color: #00AFF0;
}
.js-accordion__header[aria-expanded=true]:before {
  content: "- ";
}
.js-accordion__header[aria-expanded=false]:before {
  content: "+ ";
}
.js-accordion__header[aria-selected=true]:after {
  content: " (selected)";
}
.js-accordion__header[aria-selected=false]:after {
  content: " (unselected)";
}

.js-accordion__panel {
  display: block;
  margin: 0;
  padding: 1em;
  overflow: hidden;
  opacity: 1;
  max-height: 100em;
  /* magic number for max-height = enough height */
  visibility: visible;
  transition: visibility 0.5s ease, max-height 0.2s ease, opacity 1s ease;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  transition-delay: 0s;
}

.my-accordion-name__title {
  display: none;
}

/* This is the hidden state */
[aria-hidden=true].js-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
  transition: visibility 0.5s ease;
}

/*scss/components/_embed-video.scss*/
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 3.5rem;
  width: 3.5rem;
  left: 8rem;
  bottom: 2rem;
  position: absolute;
  background-color: #fff;
  cursor: pointer;
}
.youtube-player .play:after {
  content: "play";
}

/*scss/components/_slider.scss*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* ****************************************
   GENERAL STYLES FOR ALL TECHNILUM SLIDERS
******************************************* */
/*Remove plugin styles*/
.bx-wrapper {
  box-shadow: none;
  border: none;
  background: transparent;
  margin-bottom: 0;
}

/*General styles*/
.bx-wrapper .bx-viewport {
  /*height: 100vh !important;*/
}
.bx-wrapper .bx-controls-direction a {
  top: 0;
  bottom: 0;
  width: 6rem;
  height: 6rem;
  margin: auto;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  background: none;
  overflow: hidden;
}
.bx-wrapper .bx-prev::before, .bx-wrapper .bx-prev::after, .bx-wrapper .bx-next::before, .bx-wrapper .bx-next::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.bx-wrapper .bx-prev {
  left: 2%;
  padding-left: 1rem;
}
.bx-wrapper .bx-prev::before {
  transform: rotate(90deg);
}
.bx-wrapper .bx-next {
  right: 2%;
}
.bx-wrapper .bx-next::before {
  transform: rotate(-90deg);
}
.bx-wrapper .bx-pager {
  text-align: left;
  width: 100% !important;
  display: flex;
  position: relative;
  bottom: 0;
  padding: 0;
  height: 4px;
  overflow: hidden;
}
.bx-wrapper .bx-pager .bx-pager-item {
  flex: 1;
}
.bx-wrapper .bx-pager .bx-pager-item a {
  width: 100%;
  border-radius: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #D1CFD4;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #DFBF98;
}
.bx-wrapper .bx-controls-auto {
  right: 100px !important;
  bottom: 2px;
  width: 50px !important;
}
.bx-wrapper .bx-controls-auto .bx-stop, .bx-wrapper .bx-controls-auto .bx-start {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  margin: 0;
  color: rgba(0, 0, 0, 0);
  background: none;
  overflow: hidden;
  transition: all 0.4s;
}
.bx-wrapper .bx-controls-auto .bx-stop::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-start::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid rgba(0, 0, 0, 0);
  border-bottom: 11px solid rgba(0, 0, 0, 0);
  transition: all 0.4s;
}
.bx-wrapper .slide-text {
  position: absolute;
  bottom: 15%;
  left: 15%;
}
.bx-wrapper .slide-project {
  font-size: 4rem;
  color: #fff;
}
.bx-wrapper .slide-place {
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.7rem;
}
.bx-wrapper .slide-links {
  display: inline-flex;
  padding-top: 6rem;
}
.bx-wrapper .slide-links a {
  margin-right: 6rem;
  color: #fff;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}

.bx-wrapper .bx-controls-auto a,
.bx-wrapper .bx-controls-direction a {
  z-index: 9997;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

.bx-wrapper:hover .bx-controls-auto a,
.bx-wrapper:hover .bx-controls-direction a, .bx-wrapper:focus .bx-controls-auto a,
.bx-wrapper:focus .bx-controls-direction a {
  opacity: 1;
}

/*scss/components/_img-list.scss*/
.img-list-container {
  text-align: center;
}

.img-list-container .bp-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 64rem;
  margin: 20px auto;
  padding: 0;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.img-list-container .bp-list > * {
  width: calc(100% / 2 - 0.01px);
}
.img-list-container .bp-list.has-gutter > * {
  width: calc(100% / 2 - 5rem - 0.01px);
}
.img-list-container .bp-list.has-gutter-l > * {
  width: calc(100% / 2 - 2rem - 0.01px);
}
.img-list-container .bp-list.has-gutter-xl > * {
  width: calc(100% / 2 - 4rem - 0.01px);
}
.img-list-container .bp-list > * {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  width: calc(100% / 2 - 1.5rem - 0.01px);
}
.img-list-container .bp-list .bdp-img-item {
  min-width: 305px;
  margin-bottom: 1.5rem;
  list-style-type: none;
}
.img-list-container .bp-list .bdp-img-item:nth-child(odd) {
  text-align: right;
}
.img-list-container .bp-list a, .img-list-container .bp-list img {
  display: block;
  height: auto;
  width: 100%;
}
.img-list-container .bp-list a {
  position: relative;
  height: 300px;
  text-decoration: none;
  overflow: hidden;
}
.img-list-container .bp-list a:after {
  content: attr(data-title);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  color: #fff;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 800;
  background-color: #1D4196;
  opacity: 0;
  transition: opacity 0.4s;
}
.img-list-container .bp-list img {
  display: block;
  height: auto;
  min-height: 100%;
  width: 100%;
  max-width: none;
}
@media (hover: hover) {
  .img-list-container .bp-list {
    /*Ne pas appliquer evenements hover sur touch screens*/
  }
  .img-list-container .bp-list a:hover:after,
  .img-list-container .bp-list a:focus:after {
    opacity: 0.9;
  }
}
@media (max-width: 767px) {
  .img-list-container .bp-list {
    width: 100%;
    min-width: none;
  }
}

.count-down-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  opacity: 1;
  color: #000;
  white-space: nowrap;
}
.count-down-wrap > * {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 0.2rem;
  letter-spacing: 0.03em;
  color: #000;
}
.count-down-wrap .current-state {
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  /* &::after {
    @include svgIcon(information-white, 1);
    margin-right: -5px;
    margin-left: 5px;
  }*/
}
.count-down-wrap .current-state::before {
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: none;
}
.count-down-wrap .current-state-opened::before {
  background-color: #449F91;
}
.count-down-wrap .current-state-closed::before {
  background-color: #FF4848;
}
.count-down-wrap .next-state-wrap {
  flex-wrap: wrap;
  line-height: 1.2;
  font-size: 1.3rem;
  font-weight: 700;
}
.count-down-wrap .next-state-wrap span {
  margin: 0;
  color: #FF4848 !important;
}
.count-down-wrap .next-state-wrap span.next-state-in {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.count-down-wrap .next-state-wrap span.next-state-time {
  padding-left: 0.4em;
}
.count-down-wrap .next-state-wrap span.horaires {
  color: white !important;
}
@media (max-width: 1024px) {
  .count-down-wrap .current-state {
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .count-down-wrap .current-state {
    font-size: 1.1rem;
  }
}

.modaal-content .count-down-wrap, .modaal-content .count-down-wrap span, .header-bar-links .count-down-wrap, .header-bar-links .count-down-wrap span {
  color: white;
}

/*scss/components/_thumb-video-modale.scss*/
/***
Wonderful fix to avoid core conflicts with knacss and more
***/
iframe {
  border: none;
}

.atomsWrap .atoms-side_show-small, .compWrap .atoms-side_show-small {
  width: inherit !important;
  margin-left: 0;
}
.atomsWrap .atoms-main, .compWrap .atoms-main {
  padding-left: 307px !important;
}
.atomsWrap .subTitle, .compWrap .subTitle {
  display: block;
  margin-bottom: 12px;
  color: #00AFF0;
  max-height: 25px;
  font-size: 1.8rem;
}
.atomsWrap .compTitle, .compWrap .compTitle {
  max-height: none;
  padding-left: 10px;
  font-size: 2rem;
}
.atomsWrap hr, .compWrap hr {
  margin: 2em 0 2em;
}

.compWrap {
  max-width: 1000px;
}

.compWrap ul.nav-tabs {
  list-style: none;
  padding-left: 0;
}
.compWrap ul.nav-tabs li {
  display: inline-block;
}
.compWrap ul.nav-tabs li > a {
  display: block;
  padding: 1em;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

/**
 *	IE Compatibility - For Knacss helpers
 */
/*Inline declaration*/
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

}*/ /*IE 10-11*/
[class*=grid-2] {
  -ms-grid-columns: 1fr 1fr;
  /*-ms-grid-rows: 1fr 1rem 1fr;*/ /*If more than one row*/
}
[class*=grid-2].has-gutter {
  -ms-grid-columns: 1fr 1rem 1fr;
}
[class*=grid-2].has-gutter-l {
  -ms-grid-columns: 1fr 2rem 1fr;
}
[class*=grid-2].has-gutter-xl {
  -ms-grid-columns: 1fr 4rem 1fr;
}
[class*=grid-2] > *:nth-child(1) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 1;
}
[class*=grid-2] > *:nth-child(2) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 2;
}
[class*=grid-2] > *:nth-child(3) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 1; /*If 2 rows*/
}
[class*=grid-2] > *:nth-child(4) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 2; /*If 2 rows*/
}
[class*=grid-2].has-gutter > *:nth-child(2), [class*=grid-2].has-gutter-l > *:nth-child(2), [class*=grid-2].has-gutter-xl > *:nth-child(2) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 3;
}
[class*=grid-2].has-gutter > *:nth-child(3), [class*=grid-2].has-gutter-l > *:nth-child(3), [class*=grid-2].has-gutter-xl > *:nth-child(3) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 1; /*If 2 rows*/
}
[class*=grid-2].has-gutter > *:nth-child(4), [class*=grid-2].has-gutter-l > *:nth-child(4), [class*=grid-2].has-gutter-xl > *:nth-child(4) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 3; /*If 2 rows*/
}

[class*=grid-3] {
  -ms-grid-columns: 1fr 1fr 1fr;
  /*-ms-grid-rows: 1fr 1rem 1fr 1rem 1fr;*/ /*If more than one row*/
}
[class*=grid-3].has-gutter {
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
}
[class*=grid-3].has-gutter-l {
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
}
[class*=grid-3].has-gutter-xl {
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
}
[class*=grid-3] > *:nth-child(1) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 1;
}
[class*=grid-3] > *:nth-child(2) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 2;
}
[class*=grid-3] > *:nth-child(3) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 3;
}
[class*=grid-3] > *:nth-child(4) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 1; /*If 2 rows*/
}
[class*=grid-3] > *:nth-child(5) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 2; /*If 2 rows*/
}
[class*=grid-3] > *:nth-child(6) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 3; /*If 2 rows*/
}
[class*=grid-3].has-gutter > *:nth-child(2), [class*=grid-3].has-gutter-l > *:nth-child(2), [class*=grid-3].has-gutter-xl > *:nth-child(2) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 3;
}
[class*=grid-3].has-gutter > *:nth-child(3), [class*=grid-3].has-gutter-l > *:nth-child(3), [class*=grid-3].has-gutter-xl > *:nth-child(3) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 5;
}
[class*=grid-3].has-gutter > *:nth-child(4), [class*=grid-3].has-gutter-l > *:nth-child(4), [class*=grid-3].has-gutter-xl > *:nth-child(4) {
  -ms-grid-row: 3; /*If more than one row*/
  -ms-grid-column: 1; /*If 2 rows*/
}
[class*=grid-3].has-gutter > *:nth-child(5), [class*=grid-3].has-gutter-l > *:nth-child(5), [class*=grid-3].has-gutter-xl > *:nth-child(5) {
  -ms-grid-row: 3; /*If more than one row*/
  -ms-grid-column: 3; /*If 2 rows*/
}
[class*=grid-3].has-gutter > *:nth-child(6), [class*=grid-3].has-gutter-l > *:nth-child(6), [class*=grid-3].has-gutter-xl > *:nth-child(6) {
  -ms-grid-row: 3; /*If more than one row*/
  -ms-grid-column: 5; /*If 2 rows*/
}

[class*=grid-4] {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  /*-ms-grid-rows: 1fr 1rem 1fr 1rem 1fr;*/ /*If more than one row*/
}
[class*=grid-4].has-gutter {
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
}
[class*=grid-4].has-gutter-l {
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
}
[class*=grid-4].has-gutter-xl {
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr 4rem 1fr;
}
[class*=grid-4] > *:nth-child(1) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 1;
}
[class*=grid-4] > *:nth-child(2) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 2;
}
[class*=grid-4] > *:nth-child(3) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 3;
}
[class*=grid-4] > *:nth-child(4) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 4; /*If 2 rows*/
}
[class*=grid-4] > *:nth-child(5) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 1; /*If 2 rows*/
}
[class*=grid-4] > *:nth-child(6) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 2; /*If 2 rows*/
}
[class*=grid-4] > *:nth-child(7) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 3; /*If 2 rows*/
}
[class*=grid-4] > *:nth-child(8) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 4; /*If 2 rows*/
}
[class*=grid-4].has-gutter > *:nth-child(2), [class*=grid-4].has-gutter-l > *:nth-child(2), [class*=grid-4].has-gutter-xl > *:nth-child(2) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 3;
}
[class*=grid-4].has-gutter > *:nth-child(3), [class*=grid-4].has-gutter-l > *:nth-child(3), [class*=grid-4].has-gutter-xl > *:nth-child(3) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 5;
}
[class*=grid-4].has-gutter > *:nth-child(4), [class*=grid-4].has-gutter-l > *:nth-child(4), [class*=grid-4].has-gutter-xl > *:nth-child(4) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 7; /*If 2 rows*/
}
[class*=grid-4].has-gutter > *:nth-child(5), [class*=grid-4].has-gutter-l > *:nth-child(5), [class*=grid-4].has-gutter-xl > *:nth-child(5) {
  -ms-grid-row: 3; /*If more than one row*/
  -ms-grid-column: 1; /*If 2 rows*/
}
[class*=grid-4].has-gutter > *:nth-child(6), [class*=grid-4].has-gutter-l > *:nth-child(6), [class*=grid-4].has-gutter-xl > *:nth-child(6) {
  -ms-grid-row: 3; /*If more than one row*/
  -ms-grid-column: 3; /*If 2 rows*/
}
[class*=grid-4].has-gutter > *:nth-child(7), [class*=grid-4].has-gutter-l > *:nth-child(7), [class*=grid-4].has-gutter-xl > *:nth-child(7) {
  -ms-grid-row: 3; /*If more than one row*/
  -ms-grid-column: 5; /*If 2 rows*/
}
[class*=grid-4].has-gutter > *:nth-child(8), [class*=grid-4].has-gutter-l > *:nth-child(8), [class*=grid-4].has-gutter-xl > *:nth-child(8) {
  -ms-grid-row: 3; /*If more than one row*/
  -ms-grid-column: 7; /*If 2 rows*/
}

[class*=grid-5] {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
}

[class*=grid-6] {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

/*!
* www.KNACSS.com V6.0.0 (27 septembre 2016) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/* 1- Normalize (basic reset) */
/* 2- Base (basic styles) */
/* 3- Print (print quick reset) */
/* 4- Stylings (minor stylings) */
/* 5- Misc (skip links, hyphens) */
/* 6- Tables (data tables consistency) */
/* 7- Forms (forms consistency) */
/* 8- Media object */
/* 9- Autogrid object */
/* 10- Global Layout (alignment, modules, positionning) */
/* 11- Helpers (width and spacers helpers) */
/* (12- WordPress reset (disabled by default)) */
/* 13- Responsive (Responsive Web Design helpers) */
/* 14- Grid Layout (grillade) */
/* ---------------------------------- */
/* ==Normalize (basic reset)          */
/* ---------------------------------- */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: 0.625em;
}

body {
  font-size: 1.4rem;
  background-color: #fff;
  color: #000;
  font-family: sans-serif;
  line-height: 1.5;
}

a {
  color: #333;
}
a:hover, a:focus, a:active {
  color: #000;
}

ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: middle;
}

blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}

/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.5;
}

h1, .h1-like, .content-modale-scene .entry-content h2 {
  font-size: 3.2rem;
  font-family: sans-serif;
}

h2, .h2-like {
  font-size: 2.8rem;
  font-family: sans-serif;
}

h3, .h3-like, .module-newsletter .nl-title {
  font-size: 2.4rem;
}

h4, .h4-like {
  font-size: 2rem;
}

h5, .h5-like {
  font-size: 1.8rem;
}

h6, .h6-like {
  font-size: 1.6rem;
}

/* alternate font-sizing */
.smaller {
  font-size: 0.6em;
}

.small {
  font-size: 0.8em;
}

.big {
  font-size: 1.2em;
}

.bigger {
  font-size: 1.5em;
}

.biggest {
  font-size: 2em;
}

code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal;
}

em,
.italic,
address,
cite,
i,
var {
  font-style: italic;
}

/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
.h1-like:first-child,
.content-modale-scene .entry-content h2:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
.module-newsletter .nl-title:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
.h5-like:first-child,
h6:first-child,
.h6-like:first-child {
  margin-top: 0;
}

/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }
  p,
  .p-like,
  h1,
  .h1-like,
  .content-modale-scene .entry-content h2,
  h2,
  .h2-like,
  h3,
  .h3-like,
  .module-newsletter .nl-title,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  ul,
  ol {
    color: #000;
    margin: auto;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  /* no orphans, no widows */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3;
  }
  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }
  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
  .h1-like,
  .content-modale-scene .entry-content h2,
  h2,
  .h2-like,
  h3,
  .h3-like,
  .module-newsletter .nl-title,
  caption {
    page-break-after: avoid;
  }
  a {
    color: #000;
  }
  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
}
/* ----------------------------- */
/* ==Stylings (minor stylings)   */
/* ----------------------------- */
/* styling elements */
code, kbd, mark {
  border-radius: 2px;
}

kbd {
  padding: 0 2px;
  border: 1px solid #999;
}

code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}

pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}

mark {
  padding: 2px 4px;
}

sup,
sub {
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

blockquote {
  position: relative;
  padding-left: 3em;
}

blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.3);
}

blockquote > footer {
  margin-top: 0.75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}

blockquote > footer::before {
  content: "— ";
}

q {
  font-style: normal;
}

q,
.q {
  quotes: "“ " " ”";
}

q:lang(fr),
.q:lang(fr) {
  quotes: "« " " »";
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}

/* tables */
table,
.table {
  border: 1px solid #ccc;
}

caption {
  padding: 1rem;
  color: #555;
  font-style: italic;
}

td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  text-align: left;
}

/* ----------------------------- */
/* ==Misc (skip links, hyphens)  */
/* ----------------------------- */
/* styling skip links */
.skip-links {
  position: absolute;
}
.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}
.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}

@media (max-width: 544px) {
  /* you shall not pass */
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media (max-width: 544px) {
  .no-wrapping {
    word-wrap: normal;
    -webkit-hyphens: manual;
            hyphens: manual;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
/* ----------------------------- */
/* ==Tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 2rem;
}

.table {
  display: table;
}

#recaptcha_table,
.table-auto {
  table-layout: auto;
}

td,
th {
  vertical-align: top;
  min-width: 2rem;
  cursor: default;
}

/* ----------------------------- */
/* ==Forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate,
* github.com/nathansmith/formalize and www.sitepen.com
*/
/* buttons */
.btn, a.wp-block-button__link {
  display: inline-block;
}

/* forms items */
form,
fieldset {
  border: none;
}

input,
button,
select,
label,
.btn,
a.wp-block-button__link {
  font-family: inherit;
  font-size: inherit;
}

button,
input,
optgroup,
select,
textarea {
  color: #000;
}

label {
  vertical-align: middle;
  cursor: pointer;
}

legend {
  border: 0;
  white-space: normal;
}

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical;
}

select {
  -webkit-appearance: menulist-button;
}

/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
/* 'x' appears on right of search input when text is entered. This removes it */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: #777;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777;
}

.btn:focus, a.wp-block-button__link:focus,
input[type=button]:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* unstyled forms */
button.unstyled,
input[type=button].unstyled,
input[type=submit].unstyled,
input[type=reset].unstyled {
  padding: 0;
  border: none;
  line-height: 1;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button.unstyled:focus,
input[type=button].unstyled:focus,
input[type=submit].unstyled:focus,
input[type=reset].unstyled:focus {
  box-shadow: none;
  outline: none;
}

/* Media object */
@media (min-width: 545px) {
  .o-media {
    display: flex;
    align-items: flex-start;
  }
  .o-media-content {
    flex: 1;
    min-width: 0; /* avoid min-width:auto */
  }
}
/* Media variants */
@media (min-width: 545px) {
  .o-media--reverse {
    flex-direction: row-reverse;
  }
  .o-media-figure--center {
    align-self: center;
  }
}
/* Autogrid object */
@media (min-width: 545px) {
  [class^=autogrid],
  [class*=" autogrid"] {
    display: flex;
  }
  [class^=autogrid] > *,
  [class*=" autogrid"] > * {
    flex: 1;
    min-width: 0; /* avoid min-width:auto */
  }
}
/* Autogrid variants */
@media (min-width: 545px) {
  .has-gutter > *:not(:first-child) {
    margin-left: 1rem;
  }
  [class*="--reverse"] {
    flex-direction: row-reverse;
  }
}
/* ----------------------------- */
/* ==Global Layout               */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.bfc {
  overflow: hidden;
}

/* blocks that needs to be placed under floats */
.clear {
  clear: both;
}

/* blocks that must contain floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}

/* simple blocks alignment */
.left {
  margin-right: auto;
}

.right {
  margin-left: auto;
}

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

/* text and contents alignment */
.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

/* floating elements */
.fl {
  float: left;
}

img.fl {
  margin-right: 1rem;
}

.fr {
  float: right;
}

img.fr {
  margin-left: 1rem;
}

img.fl,
img.fr {
  margin-bottom: 0.5rem;
}

/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}

/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
[class*=flex-container],
.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container-h {
  flex-direction: row;
}

.flex-container-v {
  flex-direction: column;
}

.flex-item-fluid {
  flex: 1;
  min-width: 0;
}

.flex-item-first,
.grid-item-first {
  order: -1;
}

.flex-item-medium,
.grid-item-medium {
  order: 0;
}

.flex-item-last,
.grid-item-last {
  order: 1;
}

.flex-item-center,
.grid-item-center {
  margin: auto;
}

/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */
/* State Helpers */
/* ------------- */
/* invisible for all */
.is-hidden,
[hidden] {
  display: none;
}

/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden, .infos-event-component dt, .items-filters form .place-wrap, .module-newsletter form .email-wrap label, .form-nolabel form div.form-group:not(.checkbox-wrap):not(.radio-wrap) > label, form.auto-submit .submitFormField, .home-institut-block h2 span, .pagination-bottom .nbr-items, .pagination-top .pagination, .pagination li > a.navprev span, .pagination li > a.navnext span {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.is-disabled,
[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}

ul.is-unstyled,
ul.unstyled {
  list-style: none;
  padding-left: 0;
}

/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33.3333%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w66 {
  width: 66.6666%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.w50p {
  width: 50px;
}

.w100p {
  width: 100px;
}

.w150p {
  width: 150px;
}

.w200p {
  width: 200px;
}

.w300p {
  width: 300px;
}

@media (min-width: 401px) {
  .w400p {
    width: 400px;
  }
  .w500p {
    width: 500px;
  }
  .w600p {
    width: 600px;
  }
}
@media (min-width: 701px) {
  .w700p {
    width: 700px;
  }
  .w800p {
    width: 800px;
  }
}
@media (min-width: 961px) {
  .w960p {
    width: 960px;
  }
  .mw960p {
    max-width: 960px;
  }
  .w1140p {
    width: 1140px;
  }
  .mw1140p {
    max-width: 1140px;
  }
}
.wauto {
  width: auto;
}

/* Spacing Helpers */
/* --------------- */
.man,
.ma0 {
  margin: 0 !important;
}

.pan,
.pa0 {
  padding: 0 !important;
}

.mas {
  margin: 1rem !important;
}

.mam {
  margin: 2rem !important;
}

.mal {
  margin: 4rem !important;
}

.pas {
  padding: 1rem !important;
}

.pam {
  padding: 2rem !important;
}

.pal {
  padding: 4rem !important;
}

.mtn,
.mt0 {
  margin-top: 0 !important;
}

.mts {
  margin-top: 1rem !important;
}

.mtm {
  margin-top: 2rem !important;
}

.mtl {
  margin-top: 4rem !important;
}

.mrn,
.mr0 {
  margin-right: 0 !important;
}

.mrs {
  margin-right: 1rem !important;
}

.mrm {
  margin-right: 2rem !important;
}

.mrl {
  margin-right: 4rem !important;
}

.mbn,
.mb0 {
  margin-bottom: 0 !important;
}

.mbs {
  margin-bottom: 1rem !important;
}

.mbm {
  margin-bottom: 2rem !important;
}

.mbl {
  margin-bottom: 4rem !important;
}

.mln,
.ml0 {
  margin-left: 0 !important;
}

.mls {
  margin-left: 1rem !important;
}

.mlm {
  margin-left: 2rem !important;
}

.mll {
  margin-left: 4rem !important;
}

.mauto {
  margin: auto !important;
}

.mtauto {
  margin-top: auto !important;
}

.mrauto {
  margin-right: auto !important;
}

.mbauto {
  margin-bottom: auto !important;
}

.mlauto {
  margin-left: auto !important;
}

.ptn,
.pt0 {
  padding-top: 0 !important;
}

.pts {
  padding-top: 1rem !important;
}

.ptm {
  padding-top: 2rem !important;
}

.ptl {
  padding-top: 4rem !important;
}

.prn,
.pr0 {
  padding-right: 0 !important;
}

.prs {
  padding-right: 1rem !important;
}

.prm {
  padding-right: 2rem !important;
}

.prl {
  padding-right: 4rem !important;
}

.pbn,
.pb0 {
  padding-bottom: 0 !important;
}

.pbs {
  padding-bottom: 1rem !important;
}

.pbm {
  padding-bottom: 2rem !important;
}

.pbl {
  padding-bottom: 4rem !important;
}

.pln,
.pl0 {
  padding-left: 0 !important;
}

.pls {
  padding-left: 1rem !important;
}

.plm {
  padding-left: 2rem !important;
}

.pll {
  padding-left: 4rem !important;
}

/* ----------------------------- */
/* ==WordPress reset             */
/* ----------------------------- */
/*
Author: Geoffrey Crofte, Alsacréations
Contributors: Automattic, Geoffrey Crofte
Description: Reset styles for WordPress usage of KNACSS
*/
.comment-navigation,
.paging-navigation,
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.alignnone {
  margin: 0.25em 1.5em 1.5em 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 1.5em auto;
}

.alignleft {
  float: left;
  margin: 0 1.5em 0.25em 0;
}

.alignright {
  float: right;
  margin: 0 0 0.25em 1.5em;
}

.entry-content,
.comment-content {
  clear: both;
}
.entry-content::after, .entry-content::before,
.comment-content::after,
.comment-content::before {
  content: "";
  display: table;
}

.widget + .widget {
  margin: 1.5em 0 0;
}

.widget select {
  max-width: 100%;
}

/* === 5.1 Posts - post_class === */
/* === 5.2 Pages - body_class === */
/* === 5.3 Posts and Pages - Contents === */
.hentry {
  margin: 0 0 1.5em;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

img.wp-smiley {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: none;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  margin: 1em 0;
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */
/* large screens */
/* ------------- */
@media (min-width: 1201px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }
  .large-visible {
    display: block !important;
  }
  .large-no-float {
    float: none;
  }
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }
  .large-w33 {
    width: 33.333333% !important;
  }
  .large-w50 {
    width: 50% !important;
  }
  .large-w66 {
    width: 66.666666% !important;
  }
  .large-w75 {
    width: 75% !important;
  }
  .large-w100,
  .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for large screens */
  .large-man,
  .large-ma0 {
    margin: 0 !important;
  }
}
/* medium screens */
/* -------------- */
@media (min-width: 769px) and (max-width: 1200px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }
  .medium-visible {
    display: block !important;
  }
  .medium-no-float {
    float: none;
  }
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }
  .medium-w33 {
    width: 33.333333% !important;
  }
  .medium-w50 {
    width: 50% !important;
  }
  .medium-w66 {
    width: 66.666666% !important;
  }
  .medium-w75 {
    width: 75% !important;
  }
  .medium-w100,
  .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for medium screens */
  .medium-man,
  .medium-ma0 {
    margin: 0 !important;
  }
}
/* small screens */
/* ------------- */
@media (min-width: 545px) and (max-width: 768px) {
  /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }
  .small-visible {
    display: block !important;
  }
  .small-no-float {
    float: none;
  }
  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }
  .small-w33 {
    width: 33.333333% !important;
  }
  .small-w50 {
    width: 50% !important;
  }
  .small-w66 {
    width: 66.666666% !important;
  }
  .small-w75 {
    width: 75% !important;
  }
  .small-w100,
  .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for small screens */
  .small-man,
  .small-ma0 {
    margin: 0 !important;
  }
  .small-pan,
  .small-pa0 {
    padding: 0 !important;
  }
}
/* tiny screens */
/* ------------ */
@media (max-width: 544px) {
  /* quick small resolution reset */
  .mod,
  .col,
  fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .flex-container {
    flex-direction: column;
  }
  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }
  .tiny-visible {
    display: block !important;
  }
  .tiny-no-float {
    float: none;
  }
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }
  .tiny-w33 {
    width: 33.333333% !important;
  }
  .tiny-w50 {
    width: 50% !important;
  }
  .tiny-w66 {
    width: 66.666666% !important;
  }
  .tiny-w75 {
    width: 75% !important;
  }
  .tiny-w100,
  .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for tiny screens */
  .tiny-man,
  .tiny-ma0 {
    margin: 0 !important;
  }
  .tiny-pan,
  .tiny-pa0 {
    padding: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Grillade : Simple Grid System    */
/* ---------------------------------- */
/* Doc : http://grillade.knacss.com */
/* Grids common rules (for mono- and multi-lines grid) */
@media (min-width: 545px) {
  [class*=" grid"] > *,
  [class^=grid] > * {
    box-sizing: border-box;
    min-width: 0; /* avoid min-width: auto */
    min-height: 0; /* avoid min-height: auto */
  }
  [class*=" grid"].has-gutter,
  [class^=grid].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=" grid"].has-gutter > *,
  [class^=grid].has-gutter > * {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=" grid"].has-gutter-l,
  [class^=grid].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=" grid"].has-gutter-l > *,
  [class^=grid].has-gutter-l > * {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=" grid"].has-gutter-xl,
  [class^=grid].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=" grid"].has-gutter-xl > *,
  [class^=grid].has-gutter-xl > * {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  /* Mono-line grid system (.grid) */
  .grid {
    display: flex;
  }
  .grid > * {
    flex: 1 1 0%;
  }
  /* Multi-line grid system (.grid-X) */
  [class*=" grid-"],
  [class^=grid-] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  [class*=" grid-"] > *,
  [class^=grid-] > * {
    flex: 0 0 auto;
    width: calc(100% - 0.01px); /* @bugfix IE https://github.com/alsacreations/KNACSS/issues/133; */
  }
  [class*=" grid-"].has-gutter > *,
  [class^=grid-].has-gutter > * {
    width: calc(100% - 1rem - 0.01px);
  }
  [class*=" grid-"].has-gutter-l > *,
  [class^=grid-].has-gutter-l > * {
    width: calc(100% - 2rem - 0.01px);
  }
  [class*=" grid-"].has-gutter-xl > *,
  [class^=grid-].has-gutter-xl > * {
    width: calc(100% - 4rem - 0.01px);
  }
}
/* Grid offsets */
.push {
  margin-left: auto;
}

.pull {
  margin-right: auto;
}

/* Grid order */
.grid-item-first {
  order: -1;
}

.grid-item-last {
  order: 1;
}

[class*="--reverse"] {
  flex-direction: row-reverse;
}

@media (min-width: 545px) {
  [class*=grid-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=grid-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  [class*=grid-2].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  [class*=grid-2].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
  }
  [class*=grid-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=grid-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  [class*=grid-3].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  [class*=grid-3].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
  }
  [class*=grid-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=grid-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  [class*=grid-4].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  [class*=grid-4].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
  [class*=grid-5] > * {
    width: calc(100% / 5 - 0.01px);
  }
  [class*=grid-5].has-gutter > * {
    width: calc(100% / 5 - 1rem - 0.01px);
  }
  [class*=grid-5].has-gutter-l > * {
    width: calc(100% / 5 - 2rem - 0.01px);
  }
  [class*=grid-5].has-gutter-xl > * {
    width: calc(100% / 5 - 4rem - 0.01px);
  }
  [class*=grid-6] > * {
    width: calc(100% / 6 - 0.01px);
  }
  [class*=grid-6].has-gutter > * {
    width: calc(100% / 6 - 1rem - 0.01px);
  }
  [class*=grid-6].has-gutter-l > * {
    width: calc(100% / 6 - 2rem - 0.01px);
  }
  [class*=grid-6].has-gutter-xl > * {
    width: calc(100% / 6 - 4rem - 0.01px);
  }
  [class*=grid-7] > * {
    width: calc(100% / 7 - 0.01px);
  }
  [class*=grid-7].has-gutter > * {
    width: calc(100% / 7 - 1rem - 0.01px);
  }
  [class*=grid-7].has-gutter-l > * {
    width: calc(100% / 7 - 2rem - 0.01px);
  }
  [class*=grid-7].has-gutter-xl > * {
    width: calc(100% / 7 - 4rem - 0.01px);
  }
  [class*=grid-8] > * {
    width: calc(100% / 8 - 0.01px);
  }
  [class*=grid-8].has-gutter > * {
    width: calc(100% / 8 - 1rem - 0.01px);
  }
  [class*=grid-8].has-gutter-l > * {
    width: calc(100% / 8 - 2rem - 0.01px);
  }
  [class*=grid-8].has-gutter-xl > * {
    width: calc(100% / 8 - 4rem - 0.01px);
  }
  [class*=grid-9] > * {
    width: calc(100% / 9 - 0.01px);
  }
  [class*=grid-9].has-gutter > * {
    width: calc(100% / 9 - 1rem - 0.01px);
  }
  [class*=grid-9].has-gutter-l > * {
    width: calc(100% / 9 - 2rem - 0.01px);
  }
  [class*=grid-9].has-gutter-xl > * {
    width: calc(100% / 9 - 4rem - 0.01px);
  }
  [class*=grid-10] > * {
    width: calc(100% / 10 - 0.01px);
  }
  [class*=grid-10].has-gutter > * {
    width: calc(100% / 10 - 1rem - 0.01px);
  }
  [class*=grid-10].has-gutter-l > * {
    width: calc(100% / 10 - 2rem - 0.01px);
  }
  [class*=grid-10].has-gutter-xl > * {
    width: calc(100% / 10 - 4rem - 0.01px);
  }
  [class*=grid-11] > * {
    width: calc(100% / 11 - 0.01px);
  }
  [class*=grid-11].has-gutter > * {
    width: calc(100% / 11 - 1rem - 0.01px);
  }
  [class*=grid-11].has-gutter-l > * {
    width: calc(100% / 11 - 2rem - 0.01px);
  }
  [class*=grid-11].has-gutter-xl > * {
    width: calc(100% / 11 - 4rem - 0.01px);
  }
  [class*=grid-12] > * {
    width: calc(100% / 12 - 0.01px);
  }
  [class*=grid-12].has-gutter > * {
    width: calc(100% / 12 - 1rem - 0.01px);
  }
  [class*=grid-12].has-gutter-l > * {
    width: calc(100% / 12 - 2rem - 0.01px);
  }
  [class*=grid-12].has-gutter-xl > * {
    width: calc(100% / 12 - 4rem - 0.01px);
  }
}
/* Sizing individual children */
@media (min-width: 545px) {
  .full {
    flex: 0 0 auto;
    width: calc(100% - 0.01px);
  }
  .has-gutter .full {
    width: calc(100% - 1rem - 0.01px);
  }
  .has-gutter-l .full {
    width: calc(100% - 2rem - 0.01px);
  }
  .has-gutter-xl .full {
    width: calc(100% - 4rem - 0.01px);
  }
  .one-half {
    flex: 0 0 auto;
    width: calc(50% - 0.01px);
  }
  .has-gutter .one-half {
    width: calc(50% - 1rem - 0.01px);
  }
  .has-gutter-l .one-half {
    width: calc(50% - 2rem - 0.01px);
  }
  .has-gutter-xl .one-half {
    width: calc(50% - 4rem - 0.01px);
  }
  .one-third {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 0.01px);
  }
  .has-gutter .one-third {
    width: calc(33.3333333333% - 1rem - 0.01px);
  }
  .has-gutter-l .one-third {
    width: calc(33.3333333333% - 2rem - 0.01px);
  }
  .has-gutter-xl .one-third {
    width: calc(33.3333333333% - 4rem - 0.01px);
  }
  .one-quarter {
    flex: 0 0 auto;
    width: calc(25% - 0.01px);
  }
  .has-gutter .one-quarter {
    width: calc(25% - 1rem - 0.01px);
  }
  .has-gutter-l .one-quarter {
    width: calc(25% - 2rem - 0.01px);
  }
  .has-gutter-xl .one-quarter {
    width: calc(25% - 4rem - 0.01px);
  }
  .one-fifth {
    flex: 0 0 auto;
    width: calc(20% - 0.01px);
  }
  .has-gutter .one-fifth {
    width: calc(20% - 1rem - 0.01px);
  }
  .has-gutter-l .one-fifth {
    width: calc(20% - 2rem - 0.01px);
  }
  .has-gutter-xl .one-fifth {
    width: calc(20% - 4rem - 0.01px);
  }
  .two-thirds {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 0.01px);
  }
  .has-gutter .two-thirds {
    width: calc(66.6666666667% - 1rem - 0.01px);
  }
  .has-gutter-l .two-thirds {
    width: calc(66.6666666667% - 2rem - 0.01px);
  }
  .has-gutter-xl .two-thirds {
    width: calc(66.6666666667% - 4rem - 0.01px);
  }
  .three-quarters {
    flex: 0 0 auto;
    width: calc(75% - 0.01px);
  }
  .has-gutter .three-quarters {
    width: calc(75% - 1rem - 0.01px);
  }
  .has-gutter-l .three-quarters {
    width: calc(75% - 2rem - 0.01px);
  }
  .has-gutter-xl .three-quarters {
    width: calc(75% - 4rem - 0.01px);
  }
}
/* Responsive Small Breakpoint */
@media (min-width: 545px) and (max-width: 768px) {
  [class*=-small-4] > * {
    width: calc(25% - 0.01px);
  }
  [class*=-small-4].has-gutter > * {
    width: calc(25% - 1rem - 0.01px);
  }
  [class*=-small-4].has-gutter-l > * {
    width: calc(25% - 2rem - 0.01px);
  }
  [class*=-small-4].has-gutter-xl > * {
    width: calc(25% - 4rem - 0.01px);
  }
  [class*=-small-3] > * {
    width: calc(33.3333333333% - 0.01px);
  }
  [class*=-small-3].has-gutter > * {
    width: calc(33.3333333333% - 1rem - 0.01px);
  }
  [class*=-small-3].has-gutter-l > * {
    width: calc(33.3333333333% - 2rem - 0.01px);
  }
  [class*=-small-3].has-gutter-xl > * {
    width: calc(33.3333333333% - 4rem - 0.01px);
  }
  [class*=-small-2] > * {
    width: calc(50% - 0.01px);
  }
  [class*=-small-2].has-gutter > * {
    width: calc(50% - 1rem - 0.01px);
  }
  [class*=-small-2].has-gutter-l > * {
    width: calc(50% - 2rem - 0.01px);
  }
  [class*=-small-2].has-gutter-xl > * {
    width: calc(50% - 4rem - 0.01px);
  }
  [class*=-small-1] > * {
    width: calc(100% - 0.01px);
  }
  [class*=-small-1].has-gutter > * {
    width: calc(100% - 1rem - 0.01px);
  }
  [class*=-small-1].has-gutter-l > * {
    width: calc(100% - 2rem - 0.01px);
  }
  [class*=-small-1].has-gutter-xl > * {
    width: calc(100% - 4rem - 0.01px);
  }
}
/* ----------------------------- */
/* ==Own stylesheet              */
/* ----------------------------- */
/* Here should go your own CSS styles */
.selector {
  background-image: url("/app/themes/wwp_child_theme/assets/raw/svg/view/svg/sprite.view.svg");
}

.svg-youtube-blue, .social-networks .youtube > a::after, .svg-vague-menu-mobile, .svg-user, .svg-twitter-blue, .social-networks .twitter > a::after, .svg-tips, .svg-sun-cloud, .svg-sun, .svg-star_s, .svg-star_grey, .svg-star_darkgrey, .svg-star_blue, .svg-sharesocial-white, .svg-sharesocial, .svg-search, .svg-reouverture-blue, .svg-rain_copie, .svg-rain, .svg-preparation, .svg-play, .video-item .video-play::after, .svg-parcours-mediumblue-old, .svg-parcours-mediumblue-ios, .svg-parcours-mediumblue, .svg-otarie, .svg-news, .svg-motifs-marins, .svg-mobile-infos, .svg-mobile-especes, .svg-menu-tickets-darkblue, .svg-menu-shop-white, .svg-menu-shop-darkblue, .svg-menu-shop-blue, .svg-menu-schedules-white, .svg-menu-schedules-blue, .svg-menu-news-white, .svg-menu-news-darkblue, .svg-menu-news-blue, .svg-menu-infos-darkblue, .svg-menu-infos-blue, .svg-menu-chevron-bas-lightblue, .svg-menu, .svg-logo-txt-for-dark-bg, .svg-logo-tripadvisor, .svg-logo-institut-marin-blanc, .svg-logo-for-light-bg, .svg-logo-for-dark-bg, .svg-logo-fb, .svg-linkedin-blue, .social-networks .linkedin > a::after, .svg-link-plus, .home-first-block-links span::after, .svg-institut-monogramme-white, .svg-instagram-blue, .social-networks .instagram > a::after, .svg-infos-blue, .svg-infos, .svg-information-white, .svg-icon-calendar, .month-filter button.month-filter-toggle::before, .svg-icon-account-white, body.page-ticketing .entry-header a.btn-ticketing-account:hover::before, body.page-ticketing .entry-header a.btn-ticketing-account:focus::before, .svg-icon-account-darkblue, body.page-ticketing .entry-header .btn-ticketing-account::before, .svg-ico-weather, .svg-ico-video, .svg-ico-times, .svg-ico-scroll-txt, .svg-ico-scroll-small, .svg-ico-scroll-blue, body.page-reouverture .scroll-link::after, .svg-ico-scroll, .bx-wrapper .bx-prev::before, .bx-wrapper .bx-prev::after, .bx-wrapper .bx-next::before, .bx-wrapper .bx-next::after, .svg-ico-prices, .svg-ico-plus, .svg-ico-menu, .svg-ico-download-white, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after, .svg-ico-download, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after, a.link-download::after,
.link-download > a::after,
.wp-block-file > a::after, .svg-ico-close, .svg-ico-alert, .svg-header-parcours-scene, .svg-facebook-blue, .social-networks .facebook > a::after, .svg-ext-link-blue, .card .card-block .card-readmore-link[target=_blank]::before,
.item .card-block .card-readmore-link[target=_blank]::before, a.link[target=_blank]::before, .home-engagements-block .news-item-links a[target=_blank]::before, .home-animations .news-item-links a[target=_blank]::before, .svg-ext-link, .svg-especes-blue, .svg-especes, .svg-e-boutique, .svg-counter, .svg-cloud, .svg-close-mobile-white, .svg-close-mobile-black, .alert .close-trigger::after, .svg-chevron-right-white, .infos-pratiques-modaal .bx-wrapper .bx-next::after,
body.page-infos .bx-wrapper .bx-next::after, .modale-slider-next span::after, .svg-chevron-left-white-s, body.single-wwp-event .breadcrumb-wrapper li.breadcrumb-item::before,
body.single-wwp-actu .breadcrumb-wrapper li.breadcrumb-item::before,
body.single-sqm-partners .breadcrumb-wrapper li.breadcrumb-item::before, .svg-chevron-left-white, .infos-pratiques-modaal .bx-wrapper .bx-prev::after,
body.page-infos .bx-wrapper .bx-prev::after, .modale-slider-prev span::before, .svg-check-mobile, .svg-check-green, .svg-billetterie-gold, .svg-billetterie, .svg-billeterie-blue, .svg-avatar, .svg-arrow_right_w_s, .home-webtv .link-external::before, .btn.btn-icon:after, a.btn-icon.wp-block-button__link:after, .svg-arrow_right_verylightblue, .pagination li > a.navnext, .svg-arrow_right_s, .link-external::before, .svg-arrow_right, .svg-arrow_left_verylightblue, .pagination li > a.navprev, .svg-arrow_left, .svg-arrow_large_left, .svg-arrow_down, .arrow_down.icon-class, .arrow_down, .svg-arrow-prev, .arrow-prev.icon-class, .link-nav-next span:before, .link-nav-prev span:before, .svg-arrow-circle-green, .scolaires-bdp-wrapper ul.bp-list .cta-arrow, li.cta-scolaires .cta-arrow, .svg-arrow-circle-blue, .scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a:hover .cta-arrow, li.cta-scolaires:hover .cta-arrow, li.cta-scolaires:focus .cta-arrow, .svg-alert-warning, .alert.alert-warning .toggle-trigger::before, .svg-alert-success, .alert.alert-success .toggle-trigger::before, .svg-alert-info, .alert.alert-info .toggle-trigger::before, .alert .toggle-trigger::before, .svg-alert-danger, .alert.alert-danger .toggle-trigger::before, .svg-alert-curved-border-lightblue, .svg-alert-curved-border-2 {
  background: url("svg/sprite.view.svg") no-repeat;
}

.svg-alert-curved-border-2 {
  background-position: 0 0;
}

.svg-alert-curved-border-2-dims {
  width: 36.78px;
  height: 138px;
}

.svg-alert-curved-border-lightblue {
  background-position: 5.8546369106% 0;
}

.svg-alert-curved-border-lightblue-dims {
  width: 36.78px;
  height: 138px;
}

.svg-alert-danger, .alert.alert-danger .toggle-trigger::before {
  background-position: 94.9737051793% 0;
}

.svg-alert-danger-dims, .alert.alert-danger .toggle-trigger::before {
  width: 37.5px;
  height: 36.8px;
}

.svg-alert-info, .alert.alert-info .toggle-trigger::before, .alert .toggle-trigger::before {
  background-position: 94.9737051793% 6.3977746871%;
}

.svg-alert-info-dims, .alert.alert-info .toggle-trigger::before, .alert .toggle-trigger::before {
  width: 37.5px;
  height: 36.8px;
}

.svg-alert-success, .alert.alert-success .toggle-trigger::before {
  background-position: 94.9737051793% 12.7955493741%;
}

.svg-alert-success-dims, .alert.alert-success .toggle-trigger::before {
  width: 37.5px;
  height: 36.8px;
}

.svg-alert-warning, .alert.alert-warning .toggle-trigger::before {
  background-position: 94.9737051793% 19.1933240612%;
}

.svg-alert-warning-dims, .alert.alert-warning .toggle-trigger::before {
  width: 37.5px;
  height: 36.8px;
}

.svg-arrow-circle-blue, .scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a:hover .cta-arrow, li.cta-scolaires:hover .cta-arrow, li.cta-scolaires:focus .cta-arrow {
  background-position: 45.7711442786% 41.5890909091%;
}

.svg-arrow-circle-blue-dims, .scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a:hover .cta-arrow, li.cta-scolaires:hover .cta-arrow, li.cta-scolaires:focus .cta-arrow {
  width: 62px;
  height: 62px;
}

.svg-arrow-circle-green, .scolaires-bdp-wrapper ul.bp-list .cta-arrow, li.cta-scolaires .cta-arrow {
  background-position: 0 93.6909090909%;
}

.svg-arrow-circle-green-dims, .scolaires-bdp-wrapper ul.bp-list .cta-arrow, li.cta-scolaires .cta-arrow {
  width: 62px;
  height: 62px;
}

.svg-arrow-prev, .arrow-prev.icon-class, .link-nav-next span:before, .link-nav-prev span:before {
  background-position: 98.0588235294% 29.0887372014%;
}

.svg-arrow-prev-dims, .arrow-prev.icon-class, .link-nav-next span:before, .link-nav-prev span:before {
  width: 19px;
  height: 26px;
}

.svg-arrow_down, .arrow_down.icon-class, .arrow_down {
  background-position: 87.5961192957% 0;
}

.svg-arrow_down-dims, .arrow_down.icon-class, .arrow_down {
  width: 108.4px;
  height: 126.7px;
}

.svg-arrow_large_left {
  background-position: 98.5163297045% 55.5204081633%;
}

.svg-arrow_large_left-dims {
  width: 22px;
  height: 24px;
}

.svg-arrow_left {
  background-position: 25.7606869517% 64.8152634767%;
}

.svg-arrow_left-dims {
  width: 129.3px;
  height: 116.7px;
}

.svg-arrow_left_verylightblue, .pagination li > a.navprev {
  background-position: 30.0647249191% 80.5782295013%;
}

.svg-arrow_left_verylightblue-dims, .pagination li > a.navprev {
  width: 47px;
  height: 42.33px;
}

.svg-arrow_right {
  background-position: 49.8973305955% 64.8152634767%;
}

.svg-arrow_right-dims {
  width: 129.3px;
  height: 116.7px;
}

.svg-arrow_right_s, .link-external::before {
  background-position: 99.757480315% 15.0545728265%;
}

.svg-arrow_right_s-dims, .link-external::before {
  width: 30px;
  height: 27.46px;
}

.svg-arrow_right_verylightblue, .pagination li > a.navnext {
  background-position: 37.6699029126% 80.5782295013%;
}

.svg-arrow_right_verylightblue-dims, .pagination li > a.navnext {
  width: 47px;
  height: 42.33px;
}

.svg-arrow_right_w_s, .home-webtv .link-external::before, .btn.btn-icon:after, a.btn-icon.wp-block-button__link:after {
  background-position: 99.757480315% 19.7705479452%;
}

.svg-arrow_right_w_s-dims, .home-webtv .link-external::before, .btn.btn-icon:after, a.btn-icon.wp-block-button__link:after {
  width: 30px;
  height: 28px;
}

.svg-avatar {
  background-position: 67.1065989848% 59.6710037175%;
}

.svg-avatar-dims {
  width: 74px;
  height: 74px;
}

.svg-billeterie-blue {
  background-position: 94.747217806% 43.3159722222%;
}

.svg-billeterie-blue-dims {
  width: 36px;
  height: 36px;
}

.svg-billetterie {
  background-position: 94.6358814749% 67.0146605337%;
}

.svg-billetterie-dims {
  width: 35.26px;
  height: 31.53px;
}

.svg-billetterie-gold {
  background-position: 64.2579390797% 69.3400035106%;
}

.svg-billetterie-gold-dims {
  width: 47.8px;
  height: 42.3px;
}

.svg-check-green {
  background-position: 42.7097791798% 98.6837606838%;
}

.svg-check-green-dims {
  width: 31px;
  height: 27px;
}

.svg-check-mobile {
  background-position: 98.3633540373% 78.6395939086%;
}

.svg-check-mobile-dims {
  width: 21px;
  height: 21px;
}

.svg-chevron-left-white, .infos-pratiques-modaal .bx-wrapper .bx-prev::after,
body.page-infos .bx-wrapper .bx-prev::after, .modale-slider-prev span::before {
  background-position: 39.5198098257% 92.3476702509%;
}

.svg-chevron-left-white-dims, .infos-pratiques-modaal .bx-wrapper .bx-prev::after,
body.page-infos .bx-wrapper .bx-prev::after, .modale-slider-prev span::before {
  width: 34px;
  height: 54px;
}

.svg-chevron-left-white-s, body.single-wwp-event .breadcrumb-wrapper li.breadcrumb-item::before,
body.single-wwp-actu .breadcrumb-wrapper li.breadcrumb-item::before,
body.single-sqm-partners .breadcrumb-wrapper li.breadcrumb-item::before {
  background-position: 97.6055469954% 82.192893401%;
}

.svg-chevron-left-white-s-dims, body.single-wwp-event .breadcrumb-wrapper li.breadcrumb-item::before,
body.single-wwp-actu .breadcrumb-wrapper li.breadcrumb-item::before,
body.single-sqm-partners .breadcrumb-wrapper li.breadcrumb-item::before {
  width: 16px;
  height: 21px;
}

.svg-chevron-right-white, .infos-pratiques-modaal .bx-wrapper .bx-next::after,
body.page-infos .bx-wrapper .bx-next::after, .modale-slider-next span::after {
  background-position: 44.9080824089% 92.3476702509%;
}

.svg-chevron-right-white-dims, .infos-pratiques-modaal .bx-wrapper .bx-next::after,
body.page-infos .bx-wrapper .bx-next::after, .modale-slider-next span::after {
  width: 34px;
  height: 54px;
}

.svg-close-mobile-black, .alert .close-trigger::after {
  background-position: 98.8237129485% 59.6020408163%;
}

.svg-close-mobile-black-dims, .alert .close-trigger::after {
  width: 24px;
  height: 24px;
}

.svg-close-mobile-white {
  background-position: 94.5968253968% 72.8821490468%;
}

.svg-close-mobile-white-dims {
  width: 35px;
  height: 35px;
}

.svg-cloud {
  background-position: 0 82.5994637684%;
}

.svg-cloud-dims {
  width: 111.8px;
  height: 56.27px;
}

.svg-counter {
  background-position: 18.9170896785% 81.3882978723%;
}

.svg-counter-dims {
  width: 74px;
  height: 48px;
}

.svg-e-boutique {
  background-position: 70.2164638964% 69.1458078068%;
}

.svg-e-boutique-dims {
  width: 32.1px;
  height: 40.7px;
}

.svg-especes {
  background-position: 44.0149268013% 33.9735381989%;
}

.svg-especes-dims {
  width: 37.94px;
  height: 26.25px;
}

.svg-especes-blue {
  background-position: 77.3131757727% 78.3661971831%;
}

.svg-especes-blue-dims {
  width: 37.94px;
  height: 26.25px;
}

.svg-ext-link {
  background-position: 98.6390532544% 63.5755517827%;
}

.svg-ext-link-dims {
  width: 22.8px;
  height: 23px;
}

.svg-ext-link-blue, .card .card-block .card-readmore-link[target=_blank]::before,
.item .card-block .card-readmore-link[target=_blank]::before, a.link[target=_blank]::before, .home-engagements-block .news-item-links a[target=_blank]::before, .home-animations .news-item-links a[target=_blank]::before {
  background-position: 98.6390532544% 67.480475382%;
}

.svg-ext-link-blue-dims, .card .card-block .card-readmore-link[target=_blank]::before,
.item .card-block .card-readmore-link[target=_blank]::before, a.link[target=_blank]::before, .home-engagements-block .news-item-links a[target=_blank]::before, .home-animations .news-item-links a[target=_blank]::before {
  width: 22.8px;
  height: 23px;
}

.svg-facebook-blue, .social-networks .facebook > a::after {
  background-position: 92.9879856452% 37.0331770019%;
}

.svg-facebook-blue-dims, .social-networks .facebook > a::after {
  width: 24.1px;
  height: 36.3px;
}

.svg-header-parcours-scene {
  background-position: 13.9582542694% 0;
}

.svg-header-parcours-scene-dims {
  width: 138px;
  height: 50.8px;
}

.svg-ico-alert {
  background-position: 51.968% 80.25%;
}

.svg-ico-alert-dims {
  width: 40px;
  height: 40px;
}

.svg-ico-close {
  background-position: 99.9148264984% 0;
}

.svg-ico-close-dims {
  width: 31px;
  height: 31px;
}

.svg-ico-download, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after, a.link-download::after,
.link-download > a::after,
.wp-block-file > a::after {
  background-position: 94.898089172% 25.4231433506%;
}

.svg-ico-download-dims, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after, a.link-download::after,
.link-download > a::after,
.wp-block-file > a::after {
  width: 37px;
  height: 33px;
}

.svg-ico-download-white, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after {
  background-position: 94.898089172% 31.1226252159%;
}

.svg-ico-download-white-dims, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after {
  width: 37px;
  height: 33px;
}

.svg-ico-menu {
  background-position: 56.9417973904% 48.1681765228%;
}

.svg-ico-menu-dims {
  width: 51.11px;
  height: 36.89px;
}

.svg-ico-plus {
  background-position: 98.5623152326% 71.3006613532%;
}

.svg-ico-plus-dims {
  width: 22.3px;
  height: 22.3px;
}

.svg-ico-prices {
  background-position: 81.3987240829% 89.7735191638%;
}

.svg-ico-prices-dims {
  width: 38px;
  height: 38px;
}

.svg-ico-scroll, .bx-wrapper .bx-prev::before, .bx-wrapper .bx-prev::after, .bx-wrapper .bx-next::before, .bx-wrapper .bx-next::after {
  background-position: 9.8412698413% 93.5208711434%;
}

.svg-ico-scroll-dims, .bx-wrapper .bx-prev::before, .bx-wrapper .bx-prev::after, .bx-wrapper .bx-next::before, .bx-wrapper .bx-next::after {
  width: 35px;
  height: 61px;
}

.svg-ico-scroll-blue, body.page-reouverture .scroll-link::after {
  background-position: 15.3968253968% 93.5208711434%;
}

.svg-ico-scroll-blue-dims, body.page-reouverture .scroll-link::after {
  width: 35px;
  height: 61px;
}

.svg-ico-scroll-small {
  background-position: 93.8519685039% 78.9480069324%;
}

.svg-ico-scroll-small-dims {
  width: 30px;
  height: 35px;
}

.svg-ico-scroll-txt {
  background-position: 77.3904761905% 36.7984790875%;
}

.svg-ico-scroll-txt-dims {
  width: 35px;
  height: 86px;
}

.svg-ico-times {
  background-position: 50.6172248804% 91.203539823%;
}

.svg-ico-times-dims {
  width: 38px;
  height: 47px;
}

.svg-ico-video {
  background-position: 98.8237129485% 33.5255972696%;
}

.svg-ico-video-dims {
  width: 24px;
  height: 26px;
}

.svg-ico-weather {
  background-position: 87.4593301435% 89.7735191638%;
}

.svg-ico-weather-dims {
  width: 38px;
  height: 38px;
}

.svg-icon-account-darkblue, body.page-ticketing .entry-header .btn-ticketing-account::before {
  background-position: 63.6373801917% 89.9301919721%;
}

.svg-icon-account-darkblue-dims, body.page-ticketing .entry-header .btn-ticketing-account::before {
  width: 39px;
  height: 39px;
}

.svg-icon-account-white, body.page-ticketing .entry-header a.btn-ticketing-account:hover::before, body.page-ticketing .entry-header a.btn-ticketing-account:focus::before {
  background-position: 69.8674121406% 89.9301919721%;
}

.svg-icon-account-white-dims, body.page-ticketing .entry-header a.btn-ticketing-account:hover::before, body.page-ticketing .entry-header a.btn-ticketing-account:focus::before {
  width: 39px;
  height: 39px;
}

.svg-icon-calendar, .month-filter button.month-filter-toggle::before {
  background-position: 37.9181102362% 99.5344827586%;
}

.svg-icon-calendar-dims, .month-filter button.month-filter-toggle::before {
  width: 30px;
  height: 32px;
}

.svg-information-white {
  background-position: 99.1330203443% 37.9624573379%;
}

.svg-information-white-dims {
  width: 26px;
  height: 26px;
}

.svg-infos {
  background-position: 29.0373718824% 99.6048931141%;
}

.svg-infos-dims {
  width: 27.89px;
  height: 32.41px;
}

.svg-infos-blue {
  background-position: 33.4149518921% 99.6048931141%;
}

.svg-infos-blue-dims {
  width: 27.89px;
  height: 32.41px;
}

.svg-instagram-blue, .social-networks .instagram > a::after {
  background-position: 58.368% 80.25%;
}

.svg-instagram-blue-dims, .social-networks .instagram > a::after {
  width: 40px;
  height: 40px;
}

.svg-institut-monogramme-white {
  background-position: 45.8471760797% 25.0453720508%;
}

.svg-institut-monogramme-white-dims {
  width: 63px;
  height: 61px;
}

.svg-link-plus, .home-first-block-links span::after {
  background-position: 98.5163297045% 75.0440677966%;
}

.svg-link-plus-dims, .home-first-block-links span::after {
  width: 22px;
  height: 22px;
}

.svg-linkedin-blue, .social-networks .linkedin > a::after {
  background-position: 45.1290322581% 80.25%;
}

.svg-linkedin-blue-dims, .social-networks .linkedin > a::after {
  width: 45px;
  height: 40px;
}

.svg-logo-fb {
  background-position: 89.170846395% 63.6070175439%;
}

.svg-logo-fb-dims {
  width: 27px;
  height: 42px;
}

.svg-logo-for-dark-bg {
  background-position: 40.1442125237% 0;
}

.svg-logo-for-dark-bg-dims {
  width: 138px;
  height: 92px;
}

.svg-logo-for-light-bg {
  background-position: 0 26.4743122434%;
}

.svg-logo-for-light-bg-dims {
  width: 138px;
  height: 90.74px;
}

.svg-logo-institut-marin-blanc {
  background-position: 0 44.013007254%;
}

.svg-logo-institut-marin-blanc-dims {
  width: 138px;
  height: 92.29px;
}

.svg-logo-tripadvisor {
  background-position: 83.6295025729% 52.8468809074%;
}

.svg-logo-tripadvisor-dims {
  width: 82px;
  height: 83px;
}

.svg-logo-txt-for-dark-bg {
  background-position: 40.1442125237% 15.9755504619%;
}

.svg-logo-txt-for-dark-bg-dims {
  width: 138px;
  height: 36.12px;
}

.svg-menu {
  background-position: 99.9148264984% 5.2901023891%;
}

.svg-menu-dims {
  width: 31px;
  height: 26px;
}

.svg-menu-chevron-bas-lightblue {
  background-position: 98.2108527132% 85.0268456376%;
}

.svg-menu-chevron-bas-lightblue-dims {
  width: 20px;
  height: 16px;
}

.svg-menu-infos-blue {
  background-position: 94.747217806% 49.4800693241%;
}

.svg-menu-infos-blue-dims {
  width: 36px;
  height: 35px;
}

.svg-menu-infos-darkblue {
  background-position: 94.747217806% 55.5459272097%;
}

.svg-menu-infos-darkblue-dims {
  width: 36px;
  height: 35px;
}

.svg-menu-news-blue {
  background-position: 83.6096% 42.2595155709%;
}

.svg-menu-news-blue-dims {
  width: 40px;
  height: 34px;
}

.svg-menu-news-darkblue {
  background-position: 71.4672% 47.9273356401%;
}

.svg-menu-news-darkblue-dims {
  width: 40px;
  height: 34px;
}

.svg-menu-news-white {
  background-position: 64.768% 79.4169550173%;
}

.svg-menu-news-white-dims {
  width: 40px;
  height: 34px;
}

.svg-menu-schedules-blue {
  background-position: 0 99.8788927336%;
}

.svg-menu-schedules-blue-dims {
  width: 34px;
  height: 34px;
}

.svg-menu-schedules-white {
  background-position: 5.3882725832% 99.8788927336%;
}

.svg-menu-schedules-white-dims {
  width: 34px;
  height: 34px;
}

.svg-menu-shop-blue {
  background-position: 88.3139717425% 42.1865284974%;
}

.svg-menu-shop-blue-dims {
  width: 28px;
  height: 33px;
}

.svg-menu-shop-darkblue {
  background-position: 10.6750392465% 99.7063903282%;
}

.svg-menu-shop-darkblue-dims {
  width: 28px;
  height: 33px;
}

.svg-menu-shop-white {
  background-position: 15.0706436421% 99.7063903282%;
}

.svg-menu-shop-white-dims {
  width: 28px;
  height: 33px;
}

.svg-menu-tickets-darkblue {
  background-position: 19.4662480377% 99.7063903282%;
}

.svg-menu-tickets-darkblue-dims {
  width: 28px;
  height: 33px;
}

.svg-mobile-especes {
  background-position: 64.7285945073% 48.09375%;
}

.svg-mobile-especes-dims {
  width: 46px;
  height: 36px;
}

.svg-mobile-infos {
  background-position: 75.4944532488% 89.9301919721%;
}

.svg-mobile-infos-dims {
  width: 34px;
  height: 39px;
}

.svg-motifs-marins {
  background-position: 13.9582542694% 9.3849877145%;
}

.svg-motifs-marins-dims {
  width: 138px;
  height: 70.71px;
}

.svg-news {
  background-position: 57.1334405145% 90.5623901582%;
}

.svg-news-dims {
  width: 43px;
  height: 43px;
}

.svg-otarie {
  background-position: 87.1369017842% 34.4842330305%;
}

.svg-otarie-dims {
  width: 65.3px;
  height: 50.7px;
}

.svg-parcours-mediumblue {
  background-position: 26.1859582543% 26.3067596935%;
}

.svg-parcours-mediumblue-dims {
  width: 138px;
  height: 87.42px;
}

.svg-parcours-mediumblue-ios {
  background-position: 26.1859582543% 43.3852398384%;
}

.svg-parcours-mediumblue-ios-dims {
  width: 138px;
  height: 84.77px;
}

.svg-parcours-mediumblue-old {
  background-position: 66.330170778% 0;
}

.svg-parcours-mediumblue-old-dims {
  width: 138px;
  height: 87.42px;
}

.svg-play, .video-item .video-play::after {
  background-position: 98.8237129485% 24.5230769231%;
}

.svg-play-dims, .video-item .video-play::after {
  width: 24px;
  height: 27px;
}

.svg-preparation {
  background-position: 94.2974683544% 85.013864818%;
}

.svg-preparation-dims {
  width: 33px;
  height: 35px;
}

.svg-rain {
  background-position: 66.330170778% 18.4430379747%;
}

.svg-rain-dims {
  width: 138px;
  height: 138px;
}

.svg-rain_copie {
  background-position: 0 67.7278481013%;
}

.svg-rain_copie-dims {
  width: 138px;
  height: 138px;
}

.svg-reouverture-blue {
  background-position: 89.170846395% 70.554586676%;
}

.svg-reouverture-blue-dims {
  width: 27px;
  height: 38.6px;
}

.svg-search {
  background-position: 94.5968253968% 91.0797227036%;
}

.svg-search-dims {
  width: 35px;
  height: 35px;
}

.svg-sharesocial {
  background-position: 31.4515197994% 93.1270670305%;
}

.svg-sharesocial-dims {
  width: 58.67px;
  height: 58.67px;
}

.svg-sharesocial-white {
  background-position: 21.7714002969% 93.1321163926%;
}

.svg-sharesocial-white-dims {
  width: 58.7px;
  height: 58.7px;
}

.svg-star_blue {
  background-position: 99.1330203443% 42.3993174061%;
}

.svg-star_blue-dims {
  width: 26px;
  height: 26px;
}

.svg-star_darkgrey {
  background-position: 99.1330203443% 46.8361774744%;
}

.svg-star_darkgrey-dims {
  width: 26px;
  height: 26px;
}

.svg-star_grey {
  background-position: 99.1330203443% 51.2730375427%;
}

.svg-star_grey-dims {
  width: 26px;
  height: 26px;
}

.svg-star_s {
  background-position: 98.2108527132% 88.3040540541%;
}

.svg-star_s-dims {
  width: 20px;
  height: 20px;
}

.svg-sun {
  background-position: 83.5363659728% 68.3237538867%;
}

.svg-sun-dims {
  width: 81.35px;
  height: 81.35px;
}

.svg-sun-cloud {
  background-position: 86.8796664231% 23.2417360678%;
}

.svg-sun-cloud-dims {
  width: 103.81px;
  height: 66.86px;
}

.svg-tips {
  background-position: 24.0506329114% 99.7063903282%;
}

.svg-tips-dims {
  width: 33px;
  height: 33px;
}

.svg-twitter-blue, .social-networks .twitter > a::after {
  background-position: 94.747217806% 61.452031115%;
}

.svg-twitter-blue-dims, .social-networks .twitter > a::after {
  width: 36px;
  height: 33.5px;
}

.svg-user {
  background-position: 99.6006289308% 9.8106712565%;
}

.svg-user-dims {
  width: 29px;
  height: 31px;
}

.svg-vague-menu-mobile {
  background-position: 66.330170778% 40.2248394004%;
}

.svg-vague-menu-mobile-dims {
  width: 138px;
  height: 51.6px;
}

.svg-youtube-blue, .social-networks .youtube > a::after {
  background-position: 71.168% 78.9932885906%;
}

.svg-youtube-blue-dims, .social-networks .youtube > a::after {
  width: 40px;
  height: 30.9px;
}

/*scss/base/_colors.scss*/
.sea-black {
  background: #1D1C17;
}

.sea-gold {
  background: #DFBF98;
}

.sea-grey {
  background: #D1CFD4;
}

.sea-lightgrey {
  background: #f2f2f3;
}

.sea-blue {
  background: #174AC3;
}

.sea-lightblue {
  background: #CBF1FF;
}

.sea-darkblue {
  background: #1D4196;
}

.sea-green {
  background: #449F91;
}

.colors:before,
.colors:after {
  content: " ";
  display: table;
}

.colors:after {
  clear: both;
}

.colors {
  *zoom: 1;
}

.color {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
  padding: 10px;
  color: #fff;
  font-size: 12px;
}

.colorFixed {
  position: fixed;
  z-index: 3000;
  right: 0;
  top: 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.57);
}
.colorFixed .color {
  float: none;
  margin-right: 0;
  width: 70px;
  height: 50px;
}

/*scss/base/_fonts.scss*/
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk2wotYKNnBcif.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk2wotYKNnBcif.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  font-size: 62.5%; /* 10px */
  font-size: 0.625em; /* fix */
}

body {
  font-family: "Mulish", sans-serif;
  color: #1D1C17;
}

p, .p-like, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption, details, figure {
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.033rem;
}

.font {
  font-weight: normal;
  margin-top: 0;
  color: #6B6B6B;
}
.font span {
  display: block;
}

.font1 {
  font-family: "Mulish", sans-serif;
}

/*scss/base/_mixins.scss*/
.arrow_down {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(3);
  background-repeat: no-repeat;
}

/*scss/base/_containers.scss*/
#containers ~ .component {
  width: 100%;
  max-width: 1600px;
}
#containers ~ .component .container, #containers ~ .component .event-detail-container, #containers ~ .component .nbr-items, #containers ~ .component .pagination, #containers ~ .component .block-hero > *, #containers ~ .component .container-s, #containers ~ .component .module-tracker.presentation-inline .wwpform, .module-tracker.presentation-inline #containers ~ .component .wwpform, #containers ~ .component .container-l, #containers ~ .component .container-xl, #containers ~ .component ul.breadcrumb {
  margin-bottom: 2rem;
  padding: 1rem;
  background: #E5E1DF;
  text-align: center;
}

.container, .event-detail-container, .nbr-items, .pagination, .block-hero > *, .container-m, .container-s, .module-tracker.presentation-inline .wwpform, .container-l, .container-xl, ul.breadcrumb {
  position: relative;
  display: block;
  margin: 0 auto;
}

.container, .event-detail-container, .nbr-items, .pagination, .block-hero > * {
  width: 960px;
}
@media (max-width: 960px) {
  .container, .event-detail-container, .nbr-items, .pagination, .block-hero > * {
    position: relative;
    margin: 0;
    width: 100%;
    padding-right: 2em;
    padding-left: 2em;
  }
}
@media (max-width: 640px) {
  .container, .event-detail-container, .nbr-items, .pagination, .block-hero > * {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.container-s, .module-tracker.presentation-inline .wwpform {
  width: 640px;
}

.container-m {
  width: 768px;
}
@media (max-width: 768px) {
  .container-m {
    width: 100%;
    margin: 0;
    padding-right: 2em;
    padding-left: 2em;
  }
}
@media (max-width: 640px) {
  .container-m {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.container-l {
  width: 1024px;
}
@media (max-width: 1024px) {
  .container-l {
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.container-xl, ul.breadcrumb {
  width: 1440px;
}
@media (max-width: 1440px) {
  .container-xl, ul.breadcrumb {
    width: 100%;
    margin: 0;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .container-xl .container-l, ul.breadcrumb .container-l, .container-xl .container, .container-xl .event-detail-container, .container-xl .nbr-items, .container-xl .pagination, .container-xl .block-hero > *, ul.breadcrumb .container, ul.breadcrumb .event-detail-container, ul.breadcrumb .nbr-items, ul.breadcrumb .pagination, ul.breadcrumb .block-hero > * {
    padding-right: 0;
    padding-left: 0;
  }
}

/*scss/base/_grids.scss*/
.atomsWrap [class*=grid-3] > *, .atomsWrap .grid-perso > *, .compWrap [class*=grid-3] > *, .compWrap .grid-perso > * {
  margin-bottom: 1rem;
  padding: 1rem;
}
.atomsWrap [class*=grid-3] > *:nth-child(even), .atomsWrap .grid-perso > *:nth-child(even), .compWrap [class*=grid-3] > *:nth-child(even), .compWrap .grid-perso > *:nth-child(even) {
  background-color: #C9C4C2;
}
.atomsWrap [class*=grid-3] > *:nth-child(odd), .atomsWrap .grid-perso > *:nth-child(odd), .compWrap [class*=grid-3] > *:nth-child(odd), .compWrap .grid-perso > *:nth-child(odd) {
  background-color: #ADAAA8;
}
.atomsWrap .grid-perso > *, .compWrap .grid-perso > * {
  width: calc(100% / 4 - 0.01px);
}
.atomsWrap .grid-perso.has-gutter > *, .compWrap .grid-perso.has-gutter > * {
  width: calc(100% / 4 - 5rem - 0.01px);
}
.atomsWrap .grid-perso.has-gutter-l > *, .compWrap .grid-perso.has-gutter-l > * {
  width: calc(100% / 4 - 2rem - 0.01px);
}
.atomsWrap .grid-perso.has-gutter-xl > *, .compWrap .grid-perso.has-gutter-xl > * {
  width: calc(100% / 4 - 4rem - 0.01px);
}

/*scss/base/_useful-classes.scss*/
.text-center {
  text-align: center;
}
@media (max-width: 480px) {
  .text-center {
    width: 100%;
  }
}

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

/*scss/atoms/_headings.scss*/
h1, .h1-like, .content-modale-scene .entry-content h2, h2, .h2-like, h3, .h3-like, .module-newsletter .nl-title, h4, .h4-like {
  font-family: "Mulish", sans-serif;
}
@media (max-width: 767px) {
  h1, .h1-like, .content-modale-scene .entry-content h2, h2, .h2-like, h3, .h3-like, .module-newsletter .nl-title, h4, .h4-like {
    -webkit-hyphens: initial;
            hyphens: initial;
  }
}

h1, .h1-like, .content-modale-scene .entry-content h2,
h2, .h2-like {
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 900;
}
h1 span, .h1-like span, .content-modale-scene .entry-content h2 span,
h2 span, .h2-like span {
  display: block;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.2em;
}

h3,
.default-page-h3-like,
.h3-like,
.module-newsletter .nl-title {
  position: relative;
  margin-top: 6rem;
  padding-left: 3rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  color: #1D4196;
}
h3:before,
.default-page-h3-like:before,
.h3-like:before,
.module-newsletter .nl-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3px;
  height: 78%;
  min-height: 4rem;
  background-color: #D1CFD4;
}

h4, .h4-like {
  font-size: 1.8rem;
}

.home-title {
  margin-bottom: 5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.45rem;
  text-transform: uppercase;
}
.home-title span,
.home-title .home-title-emphasize {
  display: block;
  margin-bottom: 0.2em;
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: 0.144rem;
  text-transform: none;
}

@media (max-width: 1024px) {
  h1 span {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  h1, .h1-like, .content-modale-scene .entry-content h2,
  h2, .h2-like {
    font-size: 3rem;
  }
  h1 span, .h1-like span, .content-modale-scene .entry-content h2 span,
  h2 span, .h2-like span {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .home-title span,
  .home-title .home-title-emphasize {
    font-size: 5.5rem;
  }
  h2, .h2-like {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .home-title {
    font-size: 1.5rem;
    -webkit-hyphens: initial;
            hyphens: initial;
  }
  .home-title span, .home-title .home-title-emphasize {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  h1, .h1-like, .content-modale-scene .entry-content h2,
  h2, .h2-like {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
  }
  .container .h1-like, .event-detail-container .h1-like, .container .content-modale-scene .entry-content h2, .event-detail-container .content-modale-scene .entry-content h2, .content-modale-scene .entry-content .container h2, .content-modale-scene .entry-content .event-detail-container h2, .nbr-items .h1-like, .nbr-items .content-modale-scene .entry-content h2, .content-modale-scene .entry-content .nbr-items h2, .pagination .h1-like, .pagination .content-modale-scene .entry-content h2, .content-modale-scene .entry-content .pagination h2, .block-hero > * .h1-like, .block-hero > * .content-modale-scene .entry-content h2, .content-modale-scene .entry-content .block-hero > * h2 {
    max-width: none;
    margin-bottom: 3rem;
  }
  .home-title {
    font-size: 1.3rem;
  }
  .default-page-h3-like,
  .h3-like,
  .module-newsletter .nl-title {
    font-size: 2.2rem;
  }
}
/*scss/atoms/_buttons.scss*/
.component .btn, .component a.wp-block-button__link {
  margin-bottom: 2rem;
}

a.link, .home-engagements-block .news-item-links a, .home-animations .news-item-links a {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-bottom: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #1D4196;
  text-decoration: none;
  font-style: initial !important;
  overflow: hidden;
  border-left: 3px solid #1D4196;
  transition: all 0.2s;
}
a.link::after, .home-engagements-block .news-item-links a::after, .home-animations .news-item-links a::after {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #C2DEFD;
  transform: translate(-100%, -50%);
  transition: all 0.4s;
}
a.link, .home-engagements-block .news-item-links a, .home-animations .news-item-links a, a.link:hover {
  color: #1D4196;
}
a.link:hover::after, .home-engagements-block .news-item-links a:hover::after, .home-animations .news-item-links a:hover::after {
  transform: translate(0, -50%);
}
a.link[target=_blank], .home-engagements-block .news-item-links a[target=_blank], .home-animations .news-item-links a[target=_blank] {
  position: relative;
  padding-right: 2rem;
  min-height: 23px;
  display: inline-flex;
  align-items: center;
}
a.link[target=_blank]::before, .home-engagements-block .news-item-links a[target=_blank]::before, .home-animations .news-item-links a[target=_blank]::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  margin-left: 15px;
  transform: translateX(0);
  transition: all 0.4s;
}

.link-external {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}
.link-external::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.link-external:hover {
  font-weight: 900;
  font-style: italic;
}
.link-external:hover::before {
  transform: scale(1.2) !important;
}

.btn, a.wp-block-button__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  min-height: 46px;
  margin-bottom: 0;
  padding: 0 3rem;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #1D4196;
  border-radius: 2.5rem;
  white-space: nowrap;
  transition: all 0.25s;
}
.btn, a.wp-block-button__link, .btn:active {
  color: #1D4196;
  background: none;
}
.btn:hover, a.wp-block-button__link:hover, .btn:focus, a.wp-block-button__link:focus {
  color: #fff;
  background-color: #1D4196;
  text-decoration: none;
}
.btn:active, a.wp-block-button__link:active {
  outline: 0;
}
@media (max-width: 320px) {
  .btn, a.wp-block-button__link {
    height: 40px;
    min-height: 40px;
    font-size: 1.1rem;
  }
}

a.btn, a.wp-block-button__link {
  text-decoration: none;
}
a.btn.disabled, a.disabled.wp-block-button__link, fieldset[disabled] a.btn, fieldset[disabled] a.wp-block-button__link {
  pointer-events: none;
}

.btn-gold, .btn-gold:active {
  color: #1D4196;
  background-color: #DFBF98;
  border-color: #DFBF98;
}
.btn-gold:hover, .btn-gold:focus {
  color: #DFBF98;
  background-color: #1D4196;
  border-color: #1D4196;
}

.btn.btn--white, a.btn--white.wp-block-button__link, .btn.btn--white:active {
  color: white;
  border-color: white;
  background: none;
}
.btn.btn--white:hover, a.btn--white.wp-block-button__link:hover, .btn.btn--white:focus, a.btn--white.wp-block-button__link:focus {
  background-color: #174AC3;
  border-color: #174AC3;
}

.btn.btn--red, a.btn--red.wp-block-button__link, .btn.btn--red:active {
  color: #D12C2E;
  border-color: #D12C2E;
  background: none;
}
.btn.btn--red:hover, a.btn--red.wp-block-button__link:hover, .btn.btn--red:focus, a.btn--red.wp-block-button__link:focus {
  background-color: white;
  border-color: white;
}

.text-center .btn, .text-center a.wp-block-button__link {
  margin-bottom: 3rem;
}

.link-nav {
  padding: 0;
  border-left: 0;
}
.link-nav span {
  display: inline-block;
  width: 5.5rem;
  height: 5.5rem;
  color: #fff;
  text-align: center;
  line-height: 5.5rem;
  background-color: #1D4196;
  vertical-align: middle;
  border-radius: 50%;
}
.link-nav:hover span {
  background-color: #DFBF98;
}

.link-nav-prev span,
.link-nav-next span {
  position: relative;
}
.link-nav-prev span:before,
.link-nav-next span:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.link-nav-prev span {
  margin-right: 2.5rem;
}
.link-nav-prev span:before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}

.link-nav-next span {
  margin-left: 2.5rem;
}
.link-nav-next span:before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

a.link-download,
.link-download > a,
.wp-block-file > a {
  display: inline-flex;
  align-items: center;
  padding-left: 9rem;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  position: relative;
}
a.link-download::before,
.link-download > a::before,
.wp-block-file > a::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  display: inline-block;
  width: 7rem;
  height: 7rem;
  background-color: none;
  border: 2px solid #449F91;
  vertical-align: middle;
  transition: all 0.3s;
}
a.link-download::after,
.link-download > a::after,
.wp-block-file > a::after {
  position: absolute;
  top: 0;
  left: 2rem;
  margin: auto;
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
a.link-download:hover::before, a.link-download:focus::before,
.link-download > a:hover::before,
.link-download > a:focus::before,
.wp-block-file > a:hover::before,
.wp-block-file > a:focus::before {
  background-color: #449F91;
}
a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(0);
  background-repeat: no-repeat;
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
a.link-download span,
.link-download > a span,
.wp-block-file > a span {
  margin-left: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
}
.block-text a.link-download,
.block-text .link-download > a,
.block-text .wp-block-file > a {
  margin-bottom: 4rem;
}

.btn.btn-icon, a.btn-icon.wp-block-button__link {
  position: relative;
  padding-right: 6rem;
}
.btn.btn-icon:after, a.btn-icon.wp-block-button__link:after {
  content: "";
  background-image: url("../../assets/final/svg/view/svg/sprite.view.svg") !important;
  position: absolute;
  top: calc(50% - 1.4rem);
  right: 1.8rem;
  pointer-events: none;
}

@media (max-width: 768px) {
  .btn, a.wp-block-button__link {
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .btn, a.wp-block-button__link {
    max-width: 100%;
  }
  .link-download {
    display: block;
    margin-top: 2rem;
    text-align: center;
    font-size: 1.5rem;
  }
  .link-download span {
    display: block;
    text-align: center;
    font-size: 1.5rem;
  }
  .link-download .ico-download {
    display: block;
    width: 50px;
    height: 50px;
    margin: 1rem auto;
  }
}
/*scss/atoms/_alert.scss*/
.alert-success .title {
  color: #3c763d;
  background-color: #dff0d8;
}

.alert-info .title {
  color: #FBA900;
  background-color: #FFFFFF;
}

.alert-warning .title {
  color: #FBA900;
  background-color: #FFFFFF;
}

.alert-error .title,
.form-errors {
  color: #d32F2f;
  background-color: #f2d0d0;
}

.infos-alert {
  display: inline-block;
  margin: 2rem auto 5rem;
  border: 1px solid #DFBF98;
}
.infos-alert > div {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.infos-alert > div:nth-child(2) {
  padding: 1rem 2rem;
}

.infos-alert-ico {
  width: 7.5rem;
  height: 7.5rem;
  border-right: 1px solid #DFBF98;
  text-align: center !important;
}
.infos-alert-ico svg {
  display: inherit;
  height: 4rem;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .infos-alert {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .infos-alert-ico {
    width: 6.5rem;
    height: 5.5rem;
  }
}
@media (max-width: 640px) {
  .infos-alert {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .infos-alert {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .infos-alert > div {
    font-size: 1.2rem;
    text-align: left;
  }
  .infos-alert > div:nth-child(2) {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 320px) {
  .infos-alert {
    padding-right: 0;
  }
  .infos-alert > div:nth-child(2) {
    padding: 1rem 1rem;
  }
}
/*scss/atoms/_chapo.scss*/
.chapo {
  margin-bottom: 6rem;
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.044rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .chapo {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

/*scss/atoms/_lists.scss*/
.list-unordered, .big-list {
  list-style-type: none;
  text-indent: -4.5rem;
  margin-bottom: 6rem;
  margin-left: 4rem;
}
.list-unordered li, .big-list li {
  margin-bottom: 3rem;
  color: #1D4196;
  font-size: 2rem;
  line-height: 3.3rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.036rem;
}
.list-unordered li:before, .big-list li:before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  margin-right: 2rem;
  background-color: #1D4196;
  vertical-align: middle;
}
.list-unordered a, .big-list a {
  color: #1D4196;
}

.list-ordered {
  counter-reset: seaquarium;
  margin-left: 6rem;
  padding-left: 0;
  text-indent: -3rem;
}
.list-ordered li {
  list-style-type: none;
  margin-bottom: 4rem;
  font-size: 3.5rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: #fff;
}
.list-ordered li:before {
  position: relative;
  top: -0.25rem;
  content: counter(seaquarium, decimal-leading-zero);
  counter-increment: seaquarium;
  display: inline-block;
  min-width: 3rem;
  font-size: 2.5rem;
  color: #DFBF98;
  vertical-align: middle;
}

.component .list-ordered li {
  color: #1D1C17;
}

@media (max-width: 640px) {
  .list-unordered, .big-list {
    padding-left: 3rem;
  }
}
@media (max-width: 480px) {
  .list-ordered {
    margin-left: 2rem;
    padding-left: 0;
    text-indent: -1rem;
  }
  .list-unordered, .big-list {
    margin-left: 0;
  }
  .list-ordered li, .list-unordered, .big-list li {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 320px) {
  .list-ordered li, .list-unordered, .big-list li {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
/*scss/atoms/_breadcrumb.scss*/
.breadcrumb-wrapper {
  display: flex;
  align-items: center;
  height: 36px;
  margin-bottom: 10rem;
}
@media (max-width: 1023px) {
  .breadcrumb-wrapper {
    display: none;
  }
}

ul.breadcrumb {
  display: block;
  margin-top: -1rem;
  margin-bottom: 0;
  list-style: none;
  line-height: 1;
  padding: 1rem 0 0 12px;
  border-left: 1px solid #0067AB;
}
@media (max-width: 1439px) {
  ul.breadcrumb {
    padding-right: 2em !important;
    padding-left: 2em !important;
    border-left: 0;
  }
}

li.breadcrumb-item {
  display: inline-block;
}
li.breadcrumb-item span {
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
}
li.breadcrumb-item a {
  text-decoration: none;
}
li.breadcrumb-item::before {
  position: relative;
  top: 1px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}

/*scss/atoms/_icons.scss*/
.arrow_down.icon-class {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(0.5);
  background-repeat: no-repeat;
}
.arrow_down.icon-class:hover {
  transform: scale(1);
}

.arrow-prev.icon-class {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}

.icon-item {
  display: inline-block;
  width: 70px;
  margin-right: 1em;
  text-align: center;
}
.icon-item span {
  display: block;
}

/*scss/atoms/_loader.scss*/
.component .spinner-white {
  float: right;
  margin-left: 3rem;
}

.loader {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url("/app/themes/wwp_child_theme/assets/raw/images/loaders/loader_puff.svg") !important;
  background-color: #00AFF0;
}
.loader.small {
  transform: scale(0.5);
}

.loader-alt {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url("/app/themes/wwp_child_theme/assets/raw/images/loaders/loader_puff_blue.svg") !important;
}
.loader-alt.small {
  transform: scale(0.5);
}

.button-loader,
.loading .btn,
.loading a.wp-block-button__link {
  position: relative;
  padding-right: 5rem;
}
.button-loader:after,
.loading .btn:after,
.loading a.wp-block-button__link:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-image: url("/app/themes/wwp_child_theme/assets/raw/images/loaders/loader_puff.svg") !important;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
}

/*scss/atoms/_img-caption.scss*/
figcaption,
.wp-caption-text {
  position: relative;
  margin-left: 4.5rem;
  padding-top: 1rem;
  padding-left: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  text-align: left;
}
figcaption:before,
.wp-caption-text:before {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  display: block;
  width: 3px;
  height: 7rem;
  background-color: #1D4196;
}

/*scss/atoms/_modal.scss*/
.modal-home {
  padding: 2rem;
  background-color: #174AC3;
}
.modal-home,
.modal-home a {
  color: #fff;
}

.modal-home-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-home-title {
  margin: 0;
  font-size: 6.5rem;
  line-height: 5.4rem;
  letter-spacing: 0.144rem;
  font-weight: 800;
  text-align: center;
}

.modal-home-content {
  max-width: 93rem;
  margin: 0 auto;
}

.modal-home-btn-wrapper {
  margin-top: 6rem;
  text-align: center;
}
.modal-home-btn-wrapper .btn, .modal-home-btn-wrapper a.wp-block-button__link {
  border-color: #DFBF98;
}
.modal-home-btn-wrapper .btn:hover, .modal-home-btn-wrapper a.wp-block-button__link:hover {
  color: #fff;
  background-color: #1D4196;
  border-color: #fff;
}

.modaal-content-container .btn, .modaal-content-container a.wp-block-button__link {
  border-color: #DFBF98;
}
.modaal-content-container .btn:hover, .modaal-content-container a.wp-block-button__link:hover {
  color: #fff;
  background-color: #1D4196;
  border-color: #fff;
}
.modaal-content-container .entry-header {
  text-align: center;
}

/*scss/atoms/_block-text.scss*/
.block-text {
  margin-bottom: 8rem;
  max-width: 64rem;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (min-width: 860px) {
  .block-text h2,
  .block-text .chapo {
    margin-left: -8rem;
  }
}
@media (min-width: 1024px) {
  .block-text h2,
  .block-text .chapo {
    margin-left: -16rem;
  }
}
@media (max-width: 480px) {
  .block-text {
    max-width: 92%;
    margin-right: 4%;
    margin-left: 4%;
    margin-bottom: 2rem;
    font-size: 1.7rem;
    line-height: 3rem;
  }
  .container .block-text, .event-detail-container .block-text, .nbr-items .block-text, .pagination .block-text, .block-hero > * .block-text {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.block-text-centered {
  margin-left: auto;
  margin-right: auto;
}

.block-text-large {
  max-width: 80rem;
}

/*scss/molecules/_card.scss*/
.card,
.item {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 16rem 14rem 8rem;
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #F6F5F6;
}
.card .img-wrap,
.item .img-wrap {
  position: relative;
  flex: 0 0 32rem;
  height: 32rem;
  margin-left: -8rem;
  margin-bottom: -8rem;
  overflow: hidden;
}
.card .img-wrap img,
.item .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  max-height: 100%;
  width: auto;
  min-width: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}
.card .card-block,
.item .card-block {
  flex-basis: 100%;
  z-index: 2;
}
.card .card-block a,
.item .card-block a {
  text-decoration: none;
}
.card .card-block .card-content,
.item .card-block .card-content {
  margin-top: -6px;
  padding: 0 5rem 0 3.5rem;
}
.card .card-block .news-item-category,
.item .card-block .news-item-category {
  align-self: flex-start;
  margin-left: -4rem;
  padding: 1.5rem 6.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.45rem;
  line-height: 4.8rem;
  color: #1D4196;
  text-transform: uppercase;
  border: 1px solid #D1CFD4;
}
.card .card-block .card-title,
.item .card-block .card-title {
  margin-bottom: 2rem;
  padding-left: 0;
  font-size: 3rem;
  line-height: 1.2;
}
.card .card-block .card-title::before,
.item .card-block .card-title::before {
  content: none;
}
.card .card-block .card-text,
.card .card-block .card-readmore-link,
.item .card-block .card-text,
.item .card-block .card-readmore-link {
  margin-left: 5rem;
}
.card .card-block .card-text,
.item .card-block .card-text {
  margin-bottom: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.033rem;
  color: #1D1C17;
}
.card .card-block .card-date,
.item .card-block .card-date {
  display: inline-flex;
  gap: 0.3em;
  margin-bottom: 2rem;
  padding: 3px 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #1D4196;
  color: #FFF;
}
.card .card-block .card-readmore-link,
.item .card-block .card-readmore-link {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #1D4196;
  text-decoration: none;
  font-style: initial !important;
  overflow: hidden;
  border-left: 3px solid #1D4196;
  transition: all 0.2s;
}
.card .card-block .card-readmore-link::after,
.item .card-block .card-readmore-link::after {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #C2DEFD;
  transform: translate(-100%, -50%);
  transition: all 0.4s;
}
.card .card-block .card-readmore-link, .card .card-block .card-readmore-link:hover,
.item .card-block .card-readmore-link,
.item .card-block .card-readmore-link:hover {
  color: #1D4196;
}
.card .card-block .card-readmore-link:hover::after,
.item .card-block .card-readmore-link:hover::after {
  transform: translate(0, -50%);
}
.card .card-block .card-readmore-link[target=_blank],
.item .card-block .card-readmore-link[target=_blank] {
  position: relative;
  padding-right: 2rem;
  min-height: 23px;
  display: inline-flex;
  align-items: center;
}
.card .card-block .card-readmore-link[target=_blank]::before,
.item .card-block .card-readmore-link[target=_blank]::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  margin-left: 15px;
  transform: translateX(0);
  transition: all 0.4s;
}
@media (max-width: 1023px) {
  .card,
  .item {
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
  }
  .card .img-wrap,
  .item .img-wrap {
    margin-left: 0;
    margin-bottom: 0;
  }
  .card .card-block .card-content,
  .item .card-block .card-content {
    margin-top: 0;
    padding: 3rem 3rem 3rem 2rem;
  }
  .card .card-block .card-text,
  .item .card-block .card-text {
    margin-left: 4rem;
  }
  .card .card-block .card-readmore-link,
  .item .card-block .card-readmore-link {
    margin-left: 4rem;
  }
}

/*scss/molecules/_timeline.scss*/
ul.timeline {
  display: block;
  margin: auto;
  width: 100px;
  padding: 10rem 0;
  list-style: none;
  margin: 0 auto;
  border-right: 1px solid #fff;
}
ul.timeline li {
  position: relative;
  text-align: right;
}
ul.timeline li:after {
  content: " ";
  position: absolute;
  top: 34px;
  right: -7px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFFFFF;
  cursor: pointer;
}
ul.timeline li:before {
  position: absolute;
  top: 28px;
  right: -13px;
  content: " ";
  width: 22px;
  height: 22px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
ul.timeline li span {
  opacity: 0;
  transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
ul.timeline li > a {
  display: block;
  padding: 3rem 0;
  padding-right: 3rem;
  text-decoration: none;
}
ul.timeline li:hover:before, ul.timeline li:focus:before, ul.timeline li.active:before {
  transform: scale(1.4);
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}
ul.timeline li:hover span, ul.timeline li:focus span, ul.timeline li.active span {
  opacity: 1;
}

/*scss/molecules/_timeline-horizontal.scss*/
.component ul.timeline.timeline-horizontal {
  margin-top: 10rem;
}

ul.timeline.timeline-horizontal {
  width: 100%;
  display: inline-block;
  padding: 0;
  text-align: center;
  border-top: 1px solid #fff;
  border-right: 0;
}
ul.timeline.timeline-horizontal li {
  display: inline-block;
  min-width: 10rem;
  text-align: center;
}
ul.timeline.timeline-horizontal li:before {
  top: -13px;
  left: calc(50% - 12px);
}
ul.timeline.timeline-horizontal li:after {
  top: -7px;
  left: calc(50% - 6px);
}
ul.timeline.timeline-horizontal li > a {
  padding-right: 0;
}
ul.timeline.timeline-horizontal li.active:before, ul.timeline.timeline-horizontal li:hover:before {
  top: -12px;
  left: calc(50% - 11px);
}

/*scss/molecules/_social-networks.scss*/
.social-networks {
  display: flex;
  margin-left: -1rem;
}
.social-networks div {
  width: 35px;
  height: 30px;
  margin-right: 7px;
  margin-left: 7px;
  text-indent: -9999em;
}
.social-networks a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.social-networks .facebook > a::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.social-networks .twitter > a::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.social-networks .youtube > a::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.social-networks .instagram > a::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.social-networks .linkedin > a::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.social-networks a:hover, .social-networks a:focus {
  opacity: 0.5;
}

/*scss/molecules/_block-visit.scss*/
.block-visit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  padding-bottom: 8rem;
  color: #fff;
  background: #0A2139 url(/app/themes/wwp_child_theme/assets/raw/images/poisson-pourquoi-1024x569-min.jpg) center center no-repeat;
  background-size: cover;
}
.block-visit .home-title {
  margin-bottom: 16rem;
}

.block-visit .home-title,
.block-visit-list,
.block-visit-link {
  position: relative;
  z-index: 2;
}

.block-visit-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block-visit-list li {
  flex-basis: 33.3333%;
  display: flex;
  align-items: center;
  position: relative;
}
.block-visit-list li:nth-child(2) {
  justify-content: center;
}
.block-visit-list li:last-child {
  justify-content: flex-end;
}
.block-visit-list li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 4rem;
  background-color: #fff;
  border-radius: 50%;
}
.block-visit-list a {
  display: block;
  padding: 1rem;
}

.block-visit-link {
  display: block;
  padding: 0;
  font-size: 1.8rem;
  line-height: 4.8rem;
  letter-spacing: 0.45rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  border: none;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s;
}
.block-visit-link:hover, .block-visit-link:focus {
  color: #fff;
  opacity: 1;
}

.block-visit-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-visit-background > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.block-visit-background > div:not(.active) {
  opacity: 0;
  display: none;
}

@media (max-width: 768px) {
  .block-visit-list,
  .block-visit-list li {
    flex-direction: column;
    flex-basis: auto;
    align-items: center;
  }
  .block-visit-list li {
    margin: 1rem 0;
  }
  .block-visit-list li:not(:last-child):after {
    position: relative;
    margin-top: 1rem;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .block-visit .home-title {
    margin-bottom: 7rem;
  }
  .block-visit-list {
    min-height: 27vh;
  }
}
/*scss/molecules/_block-insert.scss*/
.block-insert:after {
  content: "";
  display: table;
  clear: both;
}
.block-insert > div {
  float: right;
  width: calc(100% + 22rem);
  margin-right: -50%;
  margin-bottom: 10rem;
  padding: 6rem 5rem 6rem 8rem;
  background-color: #f2f2f3;
}
@media (max-width: 768px) {
  .block-insert > div {
    width: 90%;
    padding: 3rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .block-insert > div {
    width: 108%;
    margin-right: -4%;
    margin-left: -4%;
    margin-bottom: 6rem;
  }
}

.block-insert-title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 4.8rem;
  font-weight: 400;
  color: #1D1C17;
  letter-spacing: 0.45rem;
  text-transform: uppercase;
}
.block-insert-title:after {
  content: "";
  display: block;
  width: 6.5rem;
  height: 3px;
  margin-left: -3.2rem;
  background-color: #DFBF98;
}

.block-insert-content {
  margin: 0;
  max-width: 55rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.45rem;
}
@media (max-width: 480px) {
  .block-insert-content {
    max-width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
  }
}

/*scss/molecules/_modal-home-list.scss*/
.modal-home-list .list-ordered {
  margin-top: 6rem;
  margin-bottom: 8rem;
}
.modal-home-list .btn-gold {
  color: #1D4196;
  border-color: #DFBF98;
}
.modal-home-list .btn-gold:hover, .modal-home-list .btn-gold:focus, .modal-home-list .btn-gold:active {
  color: #fff;
  background-color: #1D4196;
  border-color: #1D4196;
}

.component .modal-home-list .list-ordered li {
  color: #fff;
}

/*scss/molecules/_block-hero.scss*/
.block-hero {
  position: relative;
  margin-bottom: 10rem;
  padding: 6rem;
  background-color: #f2f2f3;
}
.block-hero:before, .block-hero:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0.15rem;
  height: 3.5rem;
  background-color: #174AC3;
}
.block-hero:before {
  top: -1.8rem;
}
.block-hero:after {
  bottom: -1.8rem;
}
.block-hero p {
  max-width: 100%;
  font-weight: 300;
  font-style: italic;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #174AC3;
  text-align: center;
}
.block-hero a {
  color: #174AC3;
}
@media (max-width: 768px) {
  .block-hero p {
    padding-right: 0;
    padding-left: 0;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .block-hero {
    margin: 6rem 0;
    padding: 4rem 2rem;
  }
  .block-hero p {
    font-size: 2rem;
  }
}

/*scss/molecules/_news-item.scss*/
/*scss/molecules/_home-live.scss*/
.home-live {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100vh;
  margin-top: 0;
  padding: 9rem 0 6.5rem;
  overflow: hidden;
  background-color: #0A2139;
}
.home-live:after {
  content: "";
  display: table;
  clear: both;
}
.home-live .container, .home-live .event-detail-container, .home-live .nbr-items, .home-live .pagination, .home-live .block-hero > * {
  z-index: 2;
}
.home-live .home-title {
  margin-bottom: 10rem;
  color: #fff;
}

.home-live-img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 70%;
}

.home-live-content {
  float: right;
  max-width: 38rem;
}

.home-live-link {
  padding-left: 1.5rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff !important;
  text-decoration: none;
  border-left: 3px solid #fff;
}
.home-live-link:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .home-live-img {
    height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
    left: auto;
    right: 0;
  }
}
@media (max-width: 960px) {
  .home-live .home-title {
    margin-bottom: 34rem;
  }
  .home-live-img {
    right: -50%;
  }
}
@media (max-width: 480px) {
  .home-live {
    height: auto;
  }
  .home-live .home-title {
    margin-bottom: 5rem;
  }
  .home-live-content {
    max-width: 100%;
  }
  .home-live-img {
    left: auto;
    right: -85%;
    top: -27%;
  }
}
/*scss/molecules/_page-live.scss*/
#civilizWidget {
  width: auto !important;
  height: auto !important;
  margin-bottom: 2rem;
}

#civilizWidget #civilizWidget-content {
  position: static !important;
}

#civilizWidget #civilizWidget-footer {
  display: none;
}

#civilizWidget #civilizWidget-content #civilizRatings-list {
  overflow: visible !important;
}

#civilizWidget #civilizWidget-content #civilizRatings-list li:first-child {
  display: block !important;
  padding: 0 !important;
}

.authorContainer,
#civilizWidget #civilizWidget-content #civilizRatings-list li,
#civilizWidget #civilizWidget-content #civilizRatings-list hr {
  display: none !important;
}

.ratingAuthor,
.ratingDate {
  font-size: 1.3rem !important;
  color: #1D4196 !important;
}

.ratingAuthor {
  display: inline-block;
  margin: 1.5rem 1rem 3.5rem 2.5rem !important;
  line-height: 2.5rem;
  letter-spacing: 0.029rem;
  font-weight: 800 !important;
  text-transform: uppercase;
}
.ratingAuthor:after {
  content: "";
  display: block;
  height: 3px;
  width: 6rem;
  margin-top: 5px;
  margin-left: -4.5rem;
  background-color: #DFBF98;
}
.ratingAuthor + span {
  display: none;
}

#civilizWidget #civilizWidget-content #civilizRatings-list li.ratingContainer {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  border-top: 1px solid #D1CFD4 !important;
}
#civilizWidget #civilizWidget-content #civilizRatings-list li.ratingContainer:last-child {
  border-bottom: 1px solid #D1CFD4 !important;
}

#civilizWidget #civilizWidget-content #civilizRatings-list .ratingContainer .ratingDescription {
  max-height: 18rem !important;
  padding: 0 4.5rem 2.5rem !important;
  font-size: 2.8rem !important;
  line-height: 3.7rem;
  letter-spacing: 0.1rem;
  font-style: italic;
}

#civilizWidget html, #civilizWidget body, #civilizWidget div, #civilizWidget span, #civilizWidget applet, #civilizWidget object, #civilizWidget iframe, #civilizWidget h1, #civilizWidget h2, #civilizWidget h3, #civilizWidget h4, #civilizWidget h5, #civilizWidget h6, #civilizWidget p, #civilizWidget blockquote, #civilizWidget pre, #civilizWidget a, #civilizWidget abbr, #civilizWidget acronym, #civilizWidget address, #civilizWidget big, #civilizWidget cite, #civilizWidget code, #civilizWidget del, #civilizWidget dfn, #civilizWidget em, #civilizWidget img, #civilizWidget ins, #civilizWidget kbd, #civilizWidget q, #civilizWidget s, #civilizWidget samp, #civilizWidget small, #civilizWidget strike, #civilizWidget strong, #civilizWidget sub, #civilizWidget sup, #civilizWidget tt, #civilizWidget var, #civilizWidget b, #civilizWidget u, #civilizWidget i, #civilizWidget center, #civilizWidget dl, #civilizWidget dt, #civilizWidget dd, #civilizWidget ol, #civilizWidget ul, #civilizWidget li, #civilizWidget fieldset, #civilizWidget form, #civilizWidget label, #civilizWidget legend, #civilizWidget table, #civilizWidget caption, #civilizWidget tbody, #civilizWidget tfoot, #civilizWidget thead, #civilizWidget tr, #civilizWidget th, #civilizWidget td, #civilizWidget article, #civilizWidget aside, #civilizWidget canvas, #civilizWidget details, #civilizWidget embed, #civilizWidget figure, #civilizWidget figcaption, #civilizWidget footer, #civilizWidget header, #civilizWidget hgroup, #civilizWidget menu, #civilizWidget nav, #civilizWidget output, #civilizWidget ruby, #civilizWidget section, #civilizWidget summary, #civilizWidget time, #civilizWidget mark, #civilizWidget audio, #civilizWidget video {
  font-family: "Mulish", sans-serif !important;
}

#civilizWidget #civilizWidget-footer span#civilizTag,
#civilizWidget #civilizWidget-footer span#civilizTag strong {
  color: #1D4196 !important;
}

#civilizWidget #civilizWidget-footer span#civilizTag {
  float: none !important;
  border-left: 1px solid #1D4196;
  padding-left: 1rem;
  margin-left: 1rem;
}

.page-live #civilizWidget #civilizWidget-header {
  position: static !important;
  min-height: 9rem;
  margin-bottom: 4rem;
  text-align: center;
  background: rgba(0, 0, 0, 0) !important;
  border-bottom: none !important;
}
.page-live #civilizWidget #civilizWidget-header .placeContainer .placeName {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #1D4196;
}
.page-live #civilizWidget #civilizWidget-header .placeRatingContainer .scoreContainer {
  background: url("/app/themes/wwp_child_theme/assets/raw/images/star-green.png") no-repeat !important;
  background-size: contain !important;
  opacity: 0.5;
}
.page-live #civilizWidget #civilizWidget-header .placeRatingContainer .scoreContainer.star {
  opacity: 1;
}
.page-live #civilizWidget #civilizWidget-content #civilizRatings-list li.ratingContainer {
  display: block !important;
}
.page-live #civilizWidget #civilizWidget-footer {
  display: block;
  position: static !important;
  text-align: center;
  background: transparent;
}
.page-live #civilizWidget #civilizWidget-footer a#placeRatingsFeed {
  float: none;
  color: #1D4196;
}

@media (max-width: 1024px) {
  #civilizWidget #civilizWidget-content #civilizRatings-list .ratingContainer .ratingDescription {
    max-height: 16rem !important;
    font-size: 2.5rem !important;
    line-height: 3.2rem;
  }
  .ratingAuthor {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 480px) {
  .page-live #civilizWidget #civilizWidget-content #civilizRatings-list li.ratingContainer {
    padding-right: 0;
    padding-left: 0;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #civilizWidget #civilizWidget-content #civilizRatings-list .ratingContainer .ratingDescription {
    padding: 0 1rem 2.5rem !important;
    font-size: 2.2rem !important;
    line-height: 3rem;
  }
  .ratingAuthor {
    margin-bottom: 1.5rem !important;
  }
}
/*scss/molecules/_home-group-access.scss*/
.home-group-access {
  height: calc(100vh - 60px);
  background-color: #0A2139;
  overflow: hidden;
}
.home-group-access a, .home-group-access div {
  color: #fff;
  letter-spacing: 0.45rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.home-group-access-links {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  list-style-type: none;
}
.home-group-access-links li {
  flex: 1 1 33.333%;
}
.home-group-access-links a, .home-group-access-links div {
  display: block;
  height: 100%;
  position: relative;
}
.home-group-access-links a:before, .home-group-access-links div:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-group-access-links a:after, .home-group-access-links div:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(23, 74, 174, 0.65);
  transition: background 0.4s;
}
.home-group-access-links a span, .home-group-access-links div span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-block;
  width: 90%;
  text-align: center;
  transform: translate(-50%);
}
.home-group-access-links a:hover:after {
  background-color: rgba(0, 4, 36, 0.7);
}
.home-group-access-links li:first-child {
  margin-bottom: 9rem;
  background: url(/app/themes/wwp_child_theme/assets/raw/images/bg-home-group-1.jpg) center center no-repeat;
  background-size: cover;
}
.home-group-access-links li:nth-child(2) {
  align-self: flex-start;
  background: url(/app/themes/wwp_child_theme/assets/raw/images/bg-home-group-2.jpg) center center no-repeat;
  background-size: cover;
}
.home-group-access-links li:nth-child(2) a:before, .home-group-access-links li:nth-child(2) div:before {
  padding-top: 200%;
}
.home-group-access-links li:last-child {
  align-self: flex-end;
  background: url(/app/themes/wwp_child_theme/assets/raw/images/bg-home-group-3.jpg) center center no-repeat;
  background-size: cover;
}
.home-group-access-links li:last-child a:before, .home-group-access-links li:last-child div:before {
  padding-top: 200%;
}

@media (max-width: 768px) {
  .home-group-access-links {
    align-items: flex-start;
    height: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .home-group-access-links li {
    flex-basis: 50%;
    max-width: 50%;
  }
  .home-group-access-links li:nth-child(2) {
    margin-top: -50%;
    order: 3;
  }
  .home-group-access-links li:last-child {
    order: 2;
    margin-top: 10rem;
  }
}
@media (max-width: 480px) {
  .home-group-access {
    height: auto;
    padding: 0;
  }
  .home-group-access .container, .home-group-access .event-detail-container, .home-group-access .nbr-items, .home-group-access .pagination, .home-group-access .block-hero > * {
    padding-right: 0;
    padding-left: 0;
  }
  .home-group-access-links {
    justify-content: flex-start;
  }
  .home-group-access-links li:first-child {
    margin-bottom: 0;
  }
  .home-group-access-links li:last-child {
    margin-top: 0;
  }
  .home-group-access-links a span,
  .home-group-access-links div span {
    font-size: 1.3rem;
  }
  .home-group-access-links li:nth-child(2) a:before,
  .home-group-access-links li:nth-child(2) div:before {
    padding-top: 100%;
  }
  .home-group-access-links li:nth-child(2) a span, .home-group-access-links li:nth-child(3) a span,
  .home-group-access-links li:nth-child(2) div span, .home-group-access-links li:nth-child(3) div span {
    top: 45%;
  }
}
@media (max-width: 320px) {
  .home-group-access-links a span,
  .home-group-access-links div span {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
  }
}
/*scss/molecules/_home-social-images.scss*/
.home-social-images {
  display: flex;
  flex-wrap: wrap;
}
.home-social-images div {
  position: relative;
  width: 25%;
  background-color: red;
}
.home-social-images div:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-social-images div:nth-child(3n) {
  width: 50%;
}
.home-social-images div:nth-child(3n):before {
  padding-top: 50%;
}
.home-social-images div:hover a {
  opacity: 1;
  color: #fff;
}

.home-social-images-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.8rem;
  letter-spacing: 0.25rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: rgba(0, 4, 36, 0.65);
  opacity: 0;
  transition: opacity 0.2s;
}

.home-social-images-link-img span,
.home-social-images-link-video span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-social-images-link-img span:before,
.home-social-images-link-video span:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.33);
  border-radius: 50%;
  display: block;
}
.home-social-images-link-img span, .home-social-images-link-img span:before,
.home-social-images-link-video span,
.home-social-images-link-video span:before {
  width: 5.5rem;
  height: 5.5rem;
}
.home-social-images-link-img span svg,
.home-social-images-link-video span svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.home-social-images-link-img svg {
  width: 2.5rem;
  height: 2.9rem;
}

.home-social-images-link-video svg {
  width: 2.8rem;
  height: 2.8rem;
}

/*scss/molecules/_opening-times.scss*/
.opening-times {
  max-width: 30rem;
  padding: 0;
  list-style-type: none;
}
.opening-times li {
  display: flex;
  justify-content: space-between;
  min-width: 32rem;
}
.opening-times div {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.opening-times div:first-of-type {
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .opening-times {
    max-width: 100% !important;
  }
  .opening-times li {
    min-width: auto !important;
  }
  .opening-times div {
    font-size: 1.3rem;
  }
}
/*scss/molecules/_block-openings-access.scss*/
.block-openings-access .infos-alert > div:nth-child(2) {
  padding: 1rem 4rem 1rem 6rem;
}

.block-openings-access-content {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: -1rem;
  margin-left: -1rem;
}
.block-openings-access-content > * {
  width: calc(50% - 2rem - 0.01em);
  margin-right: 1rem;
  margin-left: 1rem;
}

.block-openings-access-map {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.block-openings-access-map img {
  width: 100%;
}

.block-openings-access-infos {
  padding-left: 3rem;
}
.block-openings-access-infos address {
  padding-left: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
  font-style: normal;
  border-left: 3px solid #DFBF98;
}
.block-openings-access-infos address p {
  margin: 0;
}
.block-openings-access-infos table, .block-openings-access-infos tr, .block-openings-access-infos td {
  border: none;
}
.block-openings-access-infos table.opening-times {
  width: 100%;
  max-width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
}
.block-openings-access-infos caption {
  font-style: normal;
  font-weight: 700;
  color: #1D1C17;
  text-align: left;
  margin: 0;
  padding: 0;
}
.block-openings-access-infos tr {
  margin-top: 0;
  margin-bottom: 2rem;
}
.block-openings-access-infos td {
  padding: 0;
}
.block-openings-access-infos > p {
  line-height: 2.5rem;
}

.map-infobox .item-info {
  color: #000;
}
.map-infobox .close {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .block-openings-access-content {
    font-size: 1.3rem;
  }
  .block-openings-access-infos {
    width: 50%;
    padding-left: 0rem;
    margin-left: 4rem;
  }
  .opening-times {
    max-width: 90%;
  }
  .opening-times div {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .block-openings-access .infos-alert .count-down-wrap span:not(.current-state) {
    display: block;
  }
}
@media (max-width: 767px) {
  .block-openings-access-content {
    display: block;
    margin-top: 4rem;
    margin-right: 0;
    margin-left: 0;
  }
  .block-openings-access-content > * {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .block-openings-access-map {
    margin-bottom: 2rem;
  }
  .block-openings-access-map img {
    width: 100%;
  }
  .block-openings-access-infos address {
    padding-left: 0;
    border-left: none;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .block-openings-access .infos-alert {
    display: flex;
    justify-content: center;
  }
  .block-openings-access .infos-alert > div:nth-child(1) {
    display: none;
  }
  .block-openings-access .infos-alert > div:nth-child(2) {
    padding: 1rem 0 1rem 3rem;
  }
  .block-openings-access .infos-alert .count-down-wrap {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
  .block-openings-access-map {
    margin-top: 2rem;
  }
  .block-openings-access-map img {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .block-openings-access .infos-alert > div:nth-child(2) {
    padding: 1rem 0 1rem 2.5rem;
  }
  .block-openings-access .infos-alert .count-down-wrap .current-state-opened {
    position: relative;
    right: auto;
    top: auto;
  }
}
/*scss/molecules/_block-weather.scss*/
.block-weather {
  display: flex;
  padding: 2rem 0;
  /*padding: 10rem 2rem 12rem;*/
}
.block-weather > div {
  flex-basis: 50%;
}
.block-weather .block-weather-ico svg {
  max-width: 70%;
}
.block-weather svg use {
  fill: white;
}

.block-weather-title {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #DFBF98;
  letter-spacing: 0.45rem;
  text-transform: uppercase;
}

.block-weather-current-day {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-weather-current-day > div {
  display: flex;
  align-items: center;
}
.block-weather-current-day .block-weather-ico {
  width: 13.5rem;
  height: 13.5rem;
}
.block-weather-current-day .block-weather-ico svg {
  max-width: 70%;
}
.block-weather-current-day .block-weather-temperature {
  margin-top: 0;
  margin-left: 3rem;
  font-size: 5rem;
  letter-spacing: 0.111rem;
}

.block-weather-next-days {
  display: flex;
  align-items: center;
  padding-left: 4rem;
  border-left: 3px solid #DFBF98;
}
.block-weather-next-days ul {
  display: flex;
  flex-basis: 100%;
  padding: 0;
  list-style-type: none;
}
.block-weather-next-days li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  text-align: center;
}

.block-weather-day {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 2.5rem;
  letter-spacing: 0.029rem;
  text-transform: uppercase;
}

.block-weather-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 9rem;
  border: 1px solid #fff;
  border-radius: 50%;
}

.block-weather-temperature {
  margin-top: 2.5rem;
  font-size: 4rem;
  line-height: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.089rem;
}

@media (max-width: 767px) {
  .block-weather {
    flex-direction: column;
    padding-top: 8rem;
  }
  .block-weather > div {
    flex-basis: auto;
  }
  .block-weather-ico {
    width: 8rem;
    height: 8rem;
  }
  .block-weather-current-day {
    margin-bottom: 3rem;
  }
  .block-weather-current-day > div {
    justify-content: center;
  }
  .block-weather-current-day .block-weather-ico {
    width: 10rem;
    height: 10rem;
  }
  .block-weather-next-days {
    padding-left: 1rem;
    border-left: none;
  }
  .block-weather-next-days ul {
    justify-content: center;
    margin-left: 0;
  }
}
/*scss/molecules/_block-prices.scss*/
.block-prices-container {
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-bottom: 6rem;
}
.block-prices-container > div {
  flex-basis: 50%;
  margin-right: 1rem;
  margin-left: 1rem;
}
.block-prices-container > div:first-child {
  padding-right: 2rem;
}
.block-prices-container > div:last-child {
  padding-left: 3rem;
  border-left: 3px solid #DFBF98;
}
.block-prices-container > div p:not(:last-of-type) {
  margin-bottom: 2rem;
}
.block-prices-container p {
  margin-top: 0;
  font-size: 1.4rem;
}

.block-prices-container-title {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: #DFBF98;
  line-height: 4.8rem;
  text-transform: uppercase;
}

.block-prices-container-group-title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .header-content .block-prices-container {
    flex-direction: column;
  }
  .header-content .block-prices-container > div p:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .header-content .block-prices-container > div:last-child {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 3px solid #DFBF98;
  }
}
@media (max-width: 800px) {
  /*  .block-prices-container > div {
      padding-right: 0;
    }*/
  .block-prices-container > div p:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 639px) {
  .block-prices-container {
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .block-prices-container > div {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0 !important;
  }
  .block-prices-container > div:last-child {
    margin-top: 0;
    padding-left: 0;
    border: none;
  }
}
/*scss/molecules/_home-first-block.scss*/
.home-first-block {
  position: relative;
  align-items: center;
  height: 100vh;
  min-height: 630px;
  padding: 2rem 0 0 0;
  color: #fff;
  background-color: #0A2139;
  background: url(/app/themes/wwp_child_theme/assets/raw/images/home-2.jpg) bottom center no-repeat;
  background-size: cover;
}
.home-first-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: radial-gradient(circle at 51% 51%, rgba(0, 0, 0, 0) 0%, #000000 127%);
}
.home-first-block a.scroll-link {
  bottom: 2rem;
  right: 4rem;
}
.home-first-block video {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .home-first-block a.scroll-link {
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .home-first-block {
    height: 100vh;
  }
  .home-first-block a.scroll-link {
    display: none;
  }
  .home-first-block video {
    max-height: 100%;
    min-height: auto;
  }
}
@media (max-height: 740px) {
  .home-first-block {
    min-height: auto !important;
  }
}

.home-first-block-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .home-first-block-content {
    padding: 0 2rem 10rem 2rem;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s;
  }
  .is-sticky + .site-content .home-first-block-content {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-first-block-links {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.home-first-block-links li {
  flex: 0 1 43rem;
}
.home-first-block-links li a {
  position: relative;
  display: block;
  height: 100%;
  min-height: 18rem;
  color: white;
  overflow: hidden;
}
.home-first-block-links li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: 0.77;
  background-image: linear-gradient(0deg, rgb(5, 10, 34) 0%, rgba(5, 10, 34, 0) 60%);
  transition: all 0.4s;
}
.home-first-block-links img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.home-first-block-links span {
  position: absolute;
  bottom: 4rem;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 3rem;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.home-first-block-links span::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all 0.4s;
}
.home-first-block-links li a:hover::before,
.home-first-block-links li a:focus::before {
  background-image: linear-gradient(0deg, rgb(5, 10, 34) 0%, rgba(5, 10, 34, 0) 100%);
}
.home-first-block-links li a:hover span::after,
.home-first-block-links li a:focus span::after {
  transform: scale(2);
}
@media (max-width: 1600px) {
  .home-first-block-links {
    max-width: calc(100vw - 32rem);
  }
  .home-first-block-links span {
    bottom: 3rem;
  }
}
@media (max-width: 1440px) {
  .home-first-block-links span {
    bottom: 2rem;
  }
}
@media (max-width: 1280px) {
  .home-first-block-links li a {
    min-height: 16rem;
  }
}
@media (max-width: 960px) {
  .home-first-block-links {
    max-width: calc(100vw - 20rem);
  }
}
@media (max-width: 767px) {
  .home-first-block-links {
    display: block;
    max-width: 100vw;
    padding: 0;
  }
  .home-first-block-links li {
    margin: 1rem 0;
  }
  .home-first-block-links li a {
    min-height: 12rem;
    border-radius: 20px;
  }
}

/*scss/molecules/_discovery-item.scss*/
.discovery-item {
  height: calc(100vh - 25rem);
  position: relative;
}
.discovery-item .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-color: #1D4196;
}
.discovery-item .presentation {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  color: white;
}
.discovery-item .presentation h2 {
  margin-left: 0;
  font-size: 3.8rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-weight: 900;
}
.discovery-item .presentation .see-more {
  margin-left: 6rem;
  color: white;
}
.discovery-item .presentation .see-more::after {
  background-color: #174AC3;
}
.discovery-item .arrow {
  position: absolute;
  bottom: 8rem;
  width: 100%;
  text-align: center;
}
.discovery-item .arrow svg {
  width: 3.7rem;
  height: 6rem;
}
.discovery-item .scroll-link {
  display: none;
}
@media (max-width: 768px) {
  .discovery-item .presentation {
    top: 26%;
  }
  .discovery-item .presentation h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .discovery-item {
    height: 30vh;
  }
  .discovery-item .presentation {
    top: 2rem !important;
  }
  .discovery-item .presentation h2 {
    font-size: 2.4rem;
    -webkit-hyphens: initial;
            hyphens: initial;
  }
}
@media (max-width: 320px) {
  .discovery-item .presentation h2 {
    font-size: 3.3rem;
  }
}

/*scss/molecules/_page-nav.scss*/
.page-nav {
  margin-top: 50px;
}
.page-nav nav {
  display: flex;
  justify-content: center;
}
.page-nav nav a {
  position: relative;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  min-height: 23rem;
  padding-left: 5%;
  text-decoration: none;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s;
}
.page-nav nav a span {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
  border-left: 3px solid white;
  overflow-x: hidden;
}
.page-nav nav a span::after {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #174AC3;
  transform: translate(-100%, -50%);
  transition: all 0.4s;
}
@media (hover: hover) {
  .page-nav {
    /*Ne pas appliquer evenements hover sur touch screens*/
  }
  .page-nav nav a:hover span::after,
  .page-nav nav a:focus span::after {
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  .page-nav nav a span {
    font-size: 1.2rem;
    padding-right: 0;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 480px) {
  .page-nav nav a {
    padding-right: 4% !important;
    padding-left: 4% !important;
  }
}

/*scss/molecules/_pagination.scss*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  padding: 1rem 0;
}
.pagination li {
  display: inline-block;
}
.pagination li > a {
  text-decoration: none;
  color: #95aeea;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}
.pagination li > a.navprev, .pagination li > a.navnext {
  border: none;
  transition: transform 0.4s;
}
.pagination li > a.navprev {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.pagination li > a.navnext {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.pagination li.select > a {
  color: #1D4196;
}
.pagination li.select span {
  font-weight: bold;
}
.pagination li:last-child {
  margin-left: 2rem;
}
.pagination li:first-child {
  margin-left: 2rem;
}

.nbr-items {
  position: relative;
  z-index: 1;
  margin-top: 13rem;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  /*  &::after {
      content: "";
      position: absolute;
      bottom: -1rem;
      left: 0;
      right: 0;
      z-index: -1;
      height: 1px;
      background-color: $lightgrey;
    }*/
}
.nbr-items::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  z-index: -1;
  height: 2px;
  background-color: #B5DFFE;
}

.pagination-top {
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  .nbr-items {
    margin-top: 2rem;
  }
}
.home-photos {
  position: relative;
  min-height: 16rem;
  padding: 5rem 0;
  background: #fff;
}

/*scss/molecules/_push.scss*/
.push {
  padding: 3rem 3rem;
  background: #000F39 url("/app/themes/wwp_child_theme/assets/raw/svg/institut-monogramme-white.svg") no-repeat 2rem 3rem;
  color: white;
  border-radius: 5px;
}
.push span {
  display: block;
  font-size: 1.3rem;
}
.push .push-headings {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 53px;
  margin-bottom: 2rem;
  padding-left: 8rem;
}
.push .push-headings span {
  flex: 0 0 100%;
}
.push .push-title {
  font-size: 1.9rem;
  font-weight: 800;
}
.push .push-description {
  font-weight: 700;
}
.push .push-text {
  opacity: 0.8;
}
@media (max-width: 1179px) {
  .push {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .push .push-headings {
    padding-left: 6rem;
  }
}

@media (min-width: 1180px) {
  .push-right,
  .push-left {
    position: absolute;
    top: 13rem;
    max-width: 205px;
    padding: 3rem 2rem;
  }
  .push-right .push-headings,
  .push-left .push-headings {
    margin-top: 6rem;
    padding-left: 0;
  }
  .push-left {
    left: -8rem;
  }
  .push-right {
    right: -8rem;
  }
}
.atoms-main .push {
  position: static !important;
  margin: 3rem;
}

/*scss/molecules/_news-item.scss*/
/*scss/components/_dropdown.scss*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
}

.dropdown, .dropup {
  position: relative;
}
.dropdown:after, .dropup:after {
  display: table;
  content: " ";
}
.dropdown .btn, .dropdown a.wp-block-button__link, .dropup .btn, .dropup a.wp-block-button__link {
  margin-bottom: 0;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin-top: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li > a {
  display: block;
  padding: 1rem 2rem;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #C9C4C2;
}

.dropdown-menu > li:last-child > a {
  border-bottom: none;
}

.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.open > .dropdown-menu {
  display: block;
}

/*scss/components/_tabs.scss*/
.js-tabcontent[aria-hidden=true] {
  display: none;
}

/* styles with JS */
.js-tablist {
  display: table;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.js-tablist__item {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  text-align: center;
  border-right: 4px solid #fff;
}

.js-tablist__item > a {
  line-height: 1.1;
  display: block;
  min-height: 3em;
  padding: 0.9em 0.5em 0.5em 0.5em;
  border-bottom: 0;
  color: #fff;
  background: #00AFF0;
  cursor: pointer;
}

.js-tablist__item > a:focus, .js-tablist__item > a:hover, .js-tablist__item > a:active, .js-tablist__item > a[aria-selected=true] {
  color: #000;
  background: #E5E1DF;
}
.js-tablist__item > a:focus {
  outline: 1px dotted;
}

.js-tabcontent {
  padding: 2em;
  background: #E5E1DF;
}

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
body.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close, .modaal-wrapper body.single-wwp-parcours .back-button, body.single-wwp-parcours .modaal-wrapper .back-button {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}
.modaal-wrapper .site-content {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close, body.single-wwp-parcours .back-button {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 9999;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 54px;
  height: 54px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, body.single-wwp-parcours .back-button:focus, .modaal-close:hover, body.single-wwp-parcours .back-button:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, body.single-wwp-parcours .back-button:focus:before, .modaal-close:focus:after, body.single-wwp-parcours .back-button:focus:after, .modaal-close:hover:before, body.single-wwp-parcours .back-button:hover:before, .modaal-close:hover:after, body.single-wwp-parcours .back-button:hover:after {
  background: #b93d0c;
}
.modaal-close span, body.single-wwp-parcours .back-button span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close::before, body.single-wwp-parcours .back-button::before, .modaal-close::after, body.single-wwp-parcours .back-button::after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 2px;
  height: 3.5rem;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close::before, body.single-wwp-parcours .back-button::before {
  transform: rotate(-45deg);
}
.modaal-close::after, body.single-wwp-parcours .back-button::after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close, .modaal-fullscreen body.single-wwp-parcours .back-button, body.single-wwp-parcours .modaal-fullscreen .back-button {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 0;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #484848;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #484848;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}
@media (max-width: 767px) {
  .modaal-video-wrap {
    margin: 0;
  }
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.modaal-video-story .modaal-inner-wrapper {
  display: block;
  width: 50%;
  margin: 0 auto;
  height: auto;
}
.modaal-video-story .modaal-inner-wrapper .modaal-video-wrap {
  position: relative;
  width: 100%;
  margin: auto 0;
  padding: 1em;
  background: #fff;
}
.modaal-video-story .modaal-inner-wrapper .modaal-video-container {
  height: 470px;
  box-shadow: none;
}
.modaal-video-story .modaal-inner-wrapper .modaal-close, .modaal-video-story .modaal-inner-wrapper body.single-wwp-parcours .back-button, body.single-wwp-parcours .modaal-video-story .modaal-inner-wrapper .back-button {
  position: absolute;
  top: 62px;
  right: 8px;
  background: #fff;
}
.modaal-video-story .modaal-inner-wrapper .modaal-close:before, .modaal-video-story .modaal-inner-wrapper body.single-wwp-parcours .back-button:before, body.single-wwp-parcours .modaal-video-story .modaal-inner-wrapper .back-button:before, .modaal-video-story .modaal-inner-wrapper .modaal-close:after, .modaal-video-story .modaal-inner-wrapper body.single-wwp-parcours .back-button:after, body.single-wwp-parcours .modaal-video-story .modaal-inner-wrapper .back-button:after {
  background: #000;
}
.modaal-video-story + .modaal-overlay {
  opacity: 0 !important;
}

.modaal-content-container {
  width: 100%;
  padding-top: 0;
}

.modaal-container {
  padding-top: 3rem;
  color: #fff;
  background: #1D4196;
  overflow: hidden !important;
}

.modaal-close, body.single-wwp-parcours .back-button {
  position: fixed;
  right: 6px;
  width: 54px;
  height: 54px;
  background: none;
}
.modaal-close::before, body.single-wwp-parcours .back-button::before, .modaal-close::after, body.single-wwp-parcours .back-button::after {
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1px);
  width: 1px;
  height: 2rem;
}

.modaal-fullscreen .modaal-close, .modaal-fullscreen body.single-wwp-parcours .back-button, body.single-wwp-parcours .modaal-fullscreen .back-button {
  display: flex;
  justify-content: center;
  top: 4rem;
  right: 4rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
}
.modaal-fullscreen .modaal-close:focus, .modaal-fullscreen body.single-wwp-parcours .back-button:focus, body.single-wwp-parcours .modaal-fullscreen .back-button:focus, .modaal-fullscreen .modaal-close:hover, .modaal-fullscreen body.single-wwp-parcours .back-button:hover, body.single-wwp-parcours .modaal-fullscreen .back-button:hover {
  background-color: #fff;
}
.modaal-fullscreen .modaal-close:focus::before, .modaal-fullscreen body.single-wwp-parcours .back-button:focus::before, body.single-wwp-parcours .modaal-fullscreen .back-button:focus::before, .modaal-fullscreen .modaal-close:focus::after, .modaal-fullscreen body.single-wwp-parcours .back-button:focus::after, body.single-wwp-parcours .modaal-fullscreen .back-button:focus::after, .modaal-fullscreen .modaal-close:hover::before, .modaal-fullscreen body.single-wwp-parcours .back-button:hover::before, body.single-wwp-parcours .modaal-fullscreen .back-button:hover::before, .modaal-fullscreen .modaal-close:hover::after, .modaal-fullscreen body.single-wwp-parcours .back-button:hover::after, body.single-wwp-parcours .modaal-fullscreen .back-button:hover::after {
  width: 2px;
  background: #DFBF98;
}

.modaal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow-x: auto;
}
.modaal-content .entry-header {
  height: auto;
  background: none;
  margin-top: 0 !important;
}
.modaal-content .entry-header .headings {
  height: auto;
  max-width: none;
}
.modaal-content .list-ordered {
  margin-left: 0 !important;
}
.modaal-content .list-ordered li {
  list-style-type: none;
  margin-bottom: 4rem;
  font-size: 3.3rem;
  line-height: 3rem;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 1024px) {
  .modaal-fullscreen .modaal-close, .modaal-fullscreen body.single-wwp-parcours .back-button, body.single-wwp-parcours .modaal-fullscreen .back-button {
    top: 3rem;
    right: 3rem;
  }
}
@media (max-width: 768px) {
  .modaal-content-container {
    max-height: 80%;
  }
  .modaal-content-container .infos-alert {
    margin-bottom: 3rem;
  }
  .modaal-content .list-ordered {
    margin-left: 6rem !important;
  }
}
@media (max-width: 767px) {
  .modaal-container {
    padding-top: 9rem;
  }
  .modaal-content {
    align-items: flex-start;
  }
  .modaal-content .block-text-centered {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .modaal-content .list-ordered {
    margin-left: 0 !important;
    padding-right: 4%;
    padding-left: 4%;
  }
  .modaal-content .list-ordered li {
    text-align: center;
    font-size: 2.2rem;
  }
  .modaal-content .list-ordered li::before {
    display: block;
    position: static;
  }
  .modaal-content-container {
    padding-right: 4%;
    padding-left: 4%;
  }
  .modaal-fullscreen .modaal-close, .modaal-fullscreen body.single-wwp-parcours .back-button, body.single-wwp-parcours .modaal-fullscreen .back-button {
    top: 2rem;
    right: 2rem;
    width: 5rem;
    height: 5rem;
  }
}
/*scss/components/_cookies.scss*/
.cookies-wrap p, .cookies-wrap a {
  margin-right: 1rem;
}
.cookies-wrap p {
  display: inline-block;
}
.cookies-wrap button {
  display: inline-block;
  margin: 0;
  padding: 0 1rem;
}

/*scss/components/_modal_video.scss*/
/** Specific modal video **/
/*scss/components/_accordion.scss*/
.js-accordion button, .js-accordion div {
  width: 100%;
}

.js-accordion__panel[aria-hidden=true] {
  display: none;
}

.js-accordion__header {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 1em;
  font-size: 2rem;
  background-color: #E5E1DF;
  border: none;
}
.js-accordion__header[aria-expanded=true] {
  margin-top: 0;
  color: #FFFFFF;
  background-color: #00AFF0;
}
.js-accordion__header[aria-expanded=true]:before {
  content: "- ";
}
.js-accordion__header[aria-expanded=false]:before {
  content: "+ ";
}
.js-accordion__header[aria-selected=true]:after {
  content: " (selected)";
}
.js-accordion__header[aria-selected=false]:after {
  content: " (unselected)";
}

.js-accordion__panel {
  display: block;
  margin: 0;
  padding: 1em;
  overflow: hidden;
  opacity: 1;
  max-height: 100em;
  /* magic number for max-height = enough height */
  visibility: visible;
  transition: visibility 0.5s ease, max-height 0.2s ease, opacity 1s ease;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  transition-delay: 0s;
}

.my-accordion-name__title {
  display: none;
}

/* This is the hidden state */
[aria-hidden=true].js-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
  transition: visibility 0.5s ease;
}

/*scss/components/_embed-video.scss*/
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 3.5rem;
  width: 3.5rem;
  left: 8rem;
  bottom: 2rem;
  position: absolute;
  background-color: #fff;
  cursor: pointer;
}
.youtube-player .play:after {
  content: "play";
}

/*scss/components/_slider.scss*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* ****************************************
   GENERAL STYLES FOR ALL TECHNILUM SLIDERS
******************************************* */
/*Remove plugin styles*/
.bx-wrapper {
  box-shadow: none;
  border: none;
  background: transparent;
  margin-bottom: 0;
}

/*General styles*/
.bx-wrapper .bx-viewport {
  /*height: 100vh !important;*/
}
.bx-wrapper .bx-controls-direction a {
  top: 0;
  bottom: 0;
  width: 6rem;
  height: 6rem;
  margin: auto;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  background: none;
  overflow: hidden;
}
.bx-wrapper .bx-prev::before, .bx-wrapper .bx-prev::after, .bx-wrapper .bx-next::before, .bx-wrapper .bx-next::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.bx-wrapper .bx-prev {
  left: 2%;
  padding-left: 1rem;
}
.bx-wrapper .bx-prev::before {
  transform: rotate(90deg);
}
.bx-wrapper .bx-next {
  right: 2%;
}
.bx-wrapper .bx-next::before {
  transform: rotate(-90deg);
}
.bx-wrapper .bx-pager {
  text-align: left;
  width: 100% !important;
  display: flex;
  position: relative;
  bottom: 0;
  padding: 0;
  height: 4px;
  overflow: hidden;
}
.bx-wrapper .bx-pager .bx-pager-item {
  flex: 1;
}
.bx-wrapper .bx-pager .bx-pager-item a {
  width: 100%;
  border-radius: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #D1CFD4;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #DFBF98;
}
.bx-wrapper .bx-controls-auto {
  right: 100px !important;
  bottom: 2px;
  width: 50px !important;
}
.bx-wrapper .bx-controls-auto .bx-stop, .bx-wrapper .bx-controls-auto .bx-start {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  margin: 0;
  color: rgba(0, 0, 0, 0);
  background: none;
  overflow: hidden;
  transition: all 0.4s;
}
.bx-wrapper .bx-controls-auto .bx-stop::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-start::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid rgba(0, 0, 0, 0);
  border-bottom: 11px solid rgba(0, 0, 0, 0);
  transition: all 0.4s;
}
.bx-wrapper .slide-text {
  position: absolute;
  bottom: 15%;
  left: 15%;
}
.bx-wrapper .slide-project {
  font-size: 4rem;
  color: #fff;
}
.bx-wrapper .slide-place {
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.7rem;
}
.bx-wrapper .slide-links {
  display: inline-flex;
  padding-top: 6rem;
}
.bx-wrapper .slide-links a {
  margin-right: 6rem;
  color: #fff;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}

.bx-wrapper .bx-controls-auto a,
.bx-wrapper .bx-controls-direction a {
  z-index: 9997;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

.bx-wrapper:hover .bx-controls-auto a,
.bx-wrapper:hover .bx-controls-direction a, .bx-wrapper:focus .bx-controls-auto a,
.bx-wrapper:focus .bx-controls-direction a {
  opacity: 1;
}

/*scss/components/_img-list.scss*/
.img-list-container {
  text-align: center;
}

.img-list-container .bp-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 64rem;
  margin: 20px auto;
  padding: 0;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.img-list-container .bp-list > * {
  width: calc(100% / 2 - 0.01px);
}
.img-list-container .bp-list.has-gutter > * {
  width: calc(100% / 2 - 5rem - 0.01px);
}
.img-list-container .bp-list.has-gutter-l > * {
  width: calc(100% / 2 - 2rem - 0.01px);
}
.img-list-container .bp-list.has-gutter-xl > * {
  width: calc(100% / 2 - 4rem - 0.01px);
}
.img-list-container .bp-list > * {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  width: calc(100% / 2 - 1.5rem - 0.01px);
}
.img-list-container .bp-list .bdp-img-item {
  min-width: 305px;
  margin-bottom: 1.5rem;
  list-style-type: none;
}
.img-list-container .bp-list .bdp-img-item:nth-child(odd) {
  text-align: right;
}
.img-list-container .bp-list a, .img-list-container .bp-list img {
  display: block;
  height: auto;
  width: 100%;
}
.img-list-container .bp-list a {
  position: relative;
  height: 300px;
  text-decoration: none;
  overflow: hidden;
}
.img-list-container .bp-list a:after {
  content: attr(data-title);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  color: #fff;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 800;
  background-color: #1D4196;
  opacity: 0;
  transition: opacity 0.4s;
}
.img-list-container .bp-list img {
  display: block;
  height: auto;
  min-height: 100%;
  width: 100%;
  max-width: none;
}
@media (hover: hover) {
  .img-list-container .bp-list {
    /*Ne pas appliquer evenements hover sur touch screens*/
  }
  .img-list-container .bp-list a:hover:after,
  .img-list-container .bp-list a:focus:after {
    opacity: 0.9;
  }
}
@media (max-width: 767px) {
  .img-list-container .bp-list {
    width: 100%;
    min-width: none;
  }
}

.count-down-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  opacity: 1;
  color: #000;
  white-space: nowrap;
}
.count-down-wrap > * {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 0.2rem;
  letter-spacing: 0.03em;
  color: #000;
}
.count-down-wrap .current-state {
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  /* &::after {
    @include svgIcon(information-white, 1);
    margin-right: -5px;
    margin-left: 5px;
  }*/
}
.count-down-wrap .current-state::before {
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: none;
}
.count-down-wrap .current-state-opened::before {
  background-color: #449F91;
}
.count-down-wrap .current-state-closed::before {
  background-color: #FF4848;
}
.count-down-wrap .next-state-wrap {
  flex-wrap: wrap;
  line-height: 1.2;
  font-size: 1.3rem;
  font-weight: 700;
}
.count-down-wrap .next-state-wrap span {
  margin: 0;
  color: #FF4848 !important;
}
.count-down-wrap .next-state-wrap span.next-state-in {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.count-down-wrap .next-state-wrap span.next-state-time {
  padding-left: 0.4em;
}
.count-down-wrap .next-state-wrap span.horaires {
  color: white !important;
}
@media (max-width: 1024px) {
  .count-down-wrap .current-state {
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .count-down-wrap .current-state {
    font-size: 1.1rem;
  }
}

.modaal-content .count-down-wrap, .modaal-content .count-down-wrap span, .header-bar-links .count-down-wrap, .header-bar-links .count-down-wrap span {
  color: white;
}

/*scss/components/_thumb-video-modale.scss*/
/***
Wonderful fix to avoid core conflicts with knacss and more
***/
iframe {
  border: none;
}

.atomsWrap .atoms-side_show-small, .compWrap .atoms-side_show-small {
  width: inherit !important;
  margin-left: 0;
}
.atomsWrap .atoms-main, .compWrap .atoms-main {
  padding-left: 307px !important;
}
.atomsWrap .subTitle, .compWrap .subTitle {
  display: block;
  margin-bottom: 12px;
  color: #00AFF0;
  max-height: 25px;
  font-size: 1.8rem;
}
.atomsWrap .compTitle, .compWrap .compTitle {
  max-height: none;
  padding-left: 10px;
  font-size: 2rem;
}
.atomsWrap hr, .compWrap hr {
  margin: 2em 0 2em;
}

.compWrap {
  max-width: 1000px;
}

.compWrap ul.nav-tabs {
  list-style: none;
  padding-left: 0;
}
.compWrap ul.nav-tabs li {
  display: inline-block;
}
.compWrap ul.nav-tabs li > a {
  display: block;
  padding: 1em;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

/**
 *	IE Compatibility - For Knacss helpers
 */
/*Inline declaration*/
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

}*/ /*IE 10-11*/
[class*=grid-2] {
  -ms-grid-columns: 1fr 1fr;
  /*-ms-grid-rows: 1fr 1rem 1fr;*/ /*If more than one row*/
}
[class*=grid-2].has-gutter {
  -ms-grid-columns: 1fr 1rem 1fr;
}
[class*=grid-2].has-gutter-l {
  -ms-grid-columns: 1fr 2rem 1fr;
}
[class*=grid-2].has-gutter-xl {
  -ms-grid-columns: 1fr 4rem 1fr;
}
[class*=grid-2] > *:nth-child(1) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 1;
}
[class*=grid-2] > *:nth-child(2) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 2;
}
[class*=grid-2] > *:nth-child(3) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 1; /*If 2 rows*/
}
[class*=grid-2] > *:nth-child(4) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 2; /*If 2 rows*/
}
[class*=grid-2].has-gutter > *:nth-child(2), [class*=grid-2].has-gutter-l > *:nth-child(2), [class*=grid-2].has-gutter-xl > *:nth-child(2) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 3;
}
[class*=grid-2].has-gutter > *:nth-child(3), [class*=grid-2].has-gutter-l > *:nth-child(3), [class*=grid-2].has-gutter-xl > *:nth-child(3) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 1; /*If 2 rows*/
}
[class*=grid-2].has-gutter > *:nth-child(4), [class*=grid-2].has-gutter-l > *:nth-child(4), [class*=grid-2].has-gutter-xl > *:nth-child(4) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 3; /*If 2 rows*/
}

[class*=grid-3] {
  -ms-grid-columns: 1fr 1fr 1fr;
  /*-ms-grid-rows: 1fr 1rem 1fr 1rem 1fr;*/ /*If more than one row*/
}
[class*=grid-3].has-gutter {
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
}
[class*=grid-3].has-gutter-l {
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
}
[class*=grid-3].has-gutter-xl {
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
}
[class*=grid-3] > *:nth-child(1) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 1;
}
[class*=grid-3] > *:nth-child(2) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 2;
}
[class*=grid-3] > *:nth-child(3) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 3;
}
[class*=grid-3] > *:nth-child(4) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 1; /*If 2 rows*/
}
[class*=grid-3] > *:nth-child(5) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 2; /*If 2 rows*/
}
[class*=grid-3] > *:nth-child(6) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 3; /*If 2 rows*/
}
[class*=grid-3].has-gutter > *:nth-child(2), [class*=grid-3].has-gutter-l > *:nth-child(2), [class*=grid-3].has-gutter-xl > *:nth-child(2) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 3;
}
[class*=grid-3].has-gutter > *:nth-child(3), [class*=grid-3].has-gutter-l > *:nth-child(3), [class*=grid-3].has-gutter-xl > *:nth-child(3) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 5;
}
[class*=grid-3].has-gutter > *:nth-child(4), [class*=grid-3].has-gutter-l > *:nth-child(4), [class*=grid-3].has-gutter-xl > *:nth-child(4) {
  -ms-grid-row: 3; /*If more than one row*/
  -ms-grid-column: 1; /*If 2 rows*/
}
[class*=grid-3].has-gutter > *:nth-child(5), [class*=grid-3].has-gutter-l > *:nth-child(5), [class*=grid-3].has-gutter-xl > *:nth-child(5) {
  -ms-grid-row: 3; /*If more than one row*/
  -ms-grid-column: 3; /*If 2 rows*/
}
[class*=grid-3].has-gutter > *:nth-child(6), [class*=grid-3].has-gutter-l > *:nth-child(6), [class*=grid-3].has-gutter-xl > *:nth-child(6) {
  -ms-grid-row: 3; /*If more than one row*/
  -ms-grid-column: 5; /*If 2 rows*/
}

[class*=grid-4] {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  /*-ms-grid-rows: 1fr 1rem 1fr 1rem 1fr;*/ /*If more than one row*/
}
[class*=grid-4].has-gutter {
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
}
[class*=grid-4].has-gutter-l {
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
}
[class*=grid-4].has-gutter-xl {
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr 4rem 1fr;
}
[class*=grid-4] > *:nth-child(1) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 1;
}
[class*=grid-4] > *:nth-child(2) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 2;
}
[class*=grid-4] > *:nth-child(3) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 3;
}
[class*=grid-4] > *:nth-child(4) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 4; /*If 2 rows*/
}
[class*=grid-4] > *:nth-child(5) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 1; /*If 2 rows*/
}
[class*=grid-4] > *:nth-child(6) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 2; /*If 2 rows*/
}
[class*=grid-4] > *:nth-child(7) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 3; /*If 2 rows*/
}
[class*=grid-4] > *:nth-child(8) {
  -ms-grid-row: 2; /*If more than one row*/
  -ms-grid-column: 4; /*If 2 rows*/
}
[class*=grid-4].has-gutter > *:nth-child(2), [class*=grid-4].has-gutter-l > *:nth-child(2), [class*=grid-4].has-gutter-xl > *:nth-child(2) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 3;
}
[class*=grid-4].has-gutter > *:nth-child(3), [class*=grid-4].has-gutter-l > *:nth-child(3), [class*=grid-4].has-gutter-xl > *:nth-child(3) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 5;
}
[class*=grid-4].has-gutter > *:nth-child(4), [class*=grid-4].has-gutter-l > *:nth-child(4), [class*=grid-4].has-gutter-xl > *:nth-child(4) {
  -ms-grid-row: 1; /*If more than one row*/
  -ms-grid-column: 7; /*If 2 rows*/
}
[class*=grid-4].has-gutter > *:nth-child(5), [class*=grid-4].has-gutter-l > *:nth-child(5), [class*=grid-4].has-gutter-xl > *:nth-child(5) {
  -ms-grid-row: 3; /*If more than one row*/
  -ms-grid-column: 1; /*If 2 rows*/
}
[class*=grid-4].has-gutter > *:nth-child(6), [class*=grid-4].has-gutter-l > *:nth-child(6), [class*=grid-4].has-gutter-xl > *:nth-child(6) {
  -ms-grid-row: 3; /*If more than one row*/
  -ms-grid-column: 3; /*If 2 rows*/
}
[class*=grid-4].has-gutter > *:nth-child(7), [class*=grid-4].has-gutter-l > *:nth-child(7), [class*=grid-4].has-gutter-xl > *:nth-child(7) {
  -ms-grid-row: 3; /*If more than one row*/
  -ms-grid-column: 5; /*If 2 rows*/
}
[class*=grid-4].has-gutter > *:nth-child(8), [class*=grid-4].has-gutter-l > *:nth-child(8), [class*=grid-4].has-gutter-xl > *:nth-child(8) {
  -ms-grid-row: 3; /*If more than one row*/
  -ms-grid-column: 7; /*If 2 rows*/
}

[class*=grid-5] {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
}

[class*=grid-6] {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.svg-alert-curved-border-2, .svg-alert-curved-border-lightblue, .svg-alert-danger, .alert.alert-danger .toggle-trigger::before, .svg-alert-info, .alert.alert-info .toggle-trigger::before, .alert .toggle-trigger::before, .svg-alert-success, .alert.alert-success .toggle-trigger::before, .svg-alert-warning, .alert.alert-warning .toggle-trigger::before, .svg-arrow-circle-blue, .scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a:hover .cta-arrow, li.cta-scolaires:hover .cta-arrow, li.cta-scolaires:focus .cta-arrow, .svg-arrow-circle-green, .scolaires-bdp-wrapper ul.bp-list .cta-arrow, li.cta-scolaires .cta-arrow, .svg-arrow-prev, .svg-arrow_down, .svg-arrow_large_left, .svg-arrow_left, .svg-arrow_left_verylightblue, .svg-arrow_right, .svg-arrow_right_s, .svg-arrow_right_verylightblue, .svg-arrow_right_w_s, .home-webtv .link-external::before, .svg-avatar, .svg-billeterie-blue, .svg-billetterie, .svg-billetterie-gold, .svg-check-green, .svg-check-mobile, .svg-chevron-left-white, .infos-pratiques-modaal .bx-wrapper .bx-prev::after,
body.page-infos .bx-wrapper .bx-prev::after, .modale-slider-prev span::before, .svg-chevron-left-white-s, body.single-wwp-event .breadcrumb-wrapper li.breadcrumb-item::before,
body.single-wwp-actu .breadcrumb-wrapper li.breadcrumb-item::before,
body.single-sqm-partners .breadcrumb-wrapper li.breadcrumb-item::before, .svg-chevron-right-white, .infos-pratiques-modaal .bx-wrapper .bx-next::after,
body.page-infos .bx-wrapper .bx-next::after, .modale-slider-next span::after, .svg-close-mobile-black, .alert .close-trigger::after, .svg-close-mobile-white, .svg-cloud, .svg-counter, .svg-e-boutique, .svg-especes, .svg-especes-blue, .svg-ext-link, .svg-ext-link-blue, .svg-facebook-blue, .svg-header-parcours-scene, .svg-ico-alert, .svg-ico-close, .svg-ico-download, .svg-ico-download-white, .svg-ico-menu, .svg-ico-plus, .svg-ico-prices, .svg-ico-scroll, .svg-ico-scroll-blue, body.page-reouverture .scroll-link::after, .svg-ico-scroll-small, .svg-ico-scroll-txt, .svg-ico-times, .svg-ico-video, .svg-ico-weather, .svg-icon-account-darkblue, body.page-ticketing .entry-header .btn-ticketing-account::before, .svg-icon-account-white, body.page-ticketing .entry-header a.btn-ticketing-account:hover::before, body.page-ticketing .entry-header a.btn-ticketing-account:focus::before, .svg-icon-calendar, .month-filter button.month-filter-toggle::before, .svg-information-white, .svg-infos, .svg-infos-blue, .svg-instagram-blue, .svg-institut-monogramme-white, .svg-link-plus, .svg-linkedin-blue, .svg-logo-fb, .svg-logo-for-dark-bg, .svg-logo-for-light-bg, .svg-logo-institut-marin-blanc, .svg-logo-tripadvisor, .svg-logo-txt-for-dark-bg, .svg-menu, .svg-menu-chevron-bas-lightblue, .svg-menu-infos-blue, .svg-menu-infos-darkblue, .svg-menu-news-blue, .svg-menu-news-darkblue, .svg-menu-news-white, .svg-menu-schedules-blue, .svg-menu-schedules-white, .svg-menu-shop-blue, .svg-menu-shop-darkblue, .svg-menu-shop-white, .svg-menu-tickets-darkblue, .svg-mobile-especes, .svg-mobile-infos, .svg-motifs-marins, .svg-news, .svg-otarie, .svg-parcours-mediumblue, .svg-parcours-mediumblue-ios, .svg-parcours-mediumblue-old, .svg-play, .video-item .video-play::after, .svg-preparation, .svg-rain, .svg-rain_copie, .svg-reouverture-blue, .svg-search, .svg-sharesocial, .svg-sharesocial-white, .svg-star_blue, .svg-star_darkgrey, .svg-star_grey, .svg-star_s, .svg-sun, .svg-sun-cloud, .svg-tips, .svg-twitter-blue, .svg-user, .svg-vague-menu-mobile, .svg-youtube-blue, .arrow_down, a.link[target=_blank]::before, .home-engagements-block .news-item-links a[target=_blank]::before, .home-animations .news-item-links a[target=_blank]::before, .link-external::before, .link-nav-prev span:before, .link-nav-next span:before, a.link-download::after,
.link-download > a::after,
.wp-block-file > a::after, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after, .btn.btn-icon:after, a.btn-icon.wp-block-button__link:after, .arrow_down.icon-class, .arrow-prev.icon-class, .card .card-block .card-readmore-link[target=_blank]::before,
.item .card-block .card-readmore-link[target=_blank]::before, .social-networks .facebook > a::after, .social-networks .twitter > a::after, .social-networks .youtube > a::after, .social-networks .instagram > a::after, .social-networks .linkedin > a::after, .home-first-block-links span::after, .pagination li > a.navprev, .pagination li > a.navnext, .bx-wrapper .bx-prev::before, .bx-wrapper .bx-prev::after, .bx-wrapper .bx-next::before, .bx-wrapper .bx-next::after {
  background: url("svg/sprite.view.svg") no-repeat;
}

.svg-alert-curved-border-2 {
  background-position: 0 0;
}

.svg-alert-curved-border-2-dims {
  width: 36.78px;
  height: 138px;
}

.svg-alert-curved-border-lightblue {
  background-position: 5.8546369106% 0;
}

.svg-alert-curved-border-lightblue-dims {
  width: 36.78px;
  height: 138px;
}

.svg-alert-danger, .alert.alert-danger .toggle-trigger::before {
  background-position: 94.9737051793% 0;
}

.svg-alert-danger-dims, .alert.alert-danger .toggle-trigger::before {
  width: 37.5px;
  height: 36.8px;
}

.svg-alert-info, .alert.alert-info .toggle-trigger::before, .alert .toggle-trigger::before {
  background-position: 94.9737051793% 6.3977746871%;
}

.svg-alert-info-dims, .alert.alert-info .toggle-trigger::before, .alert .toggle-trigger::before {
  width: 37.5px;
  height: 36.8px;
}

.svg-alert-success, .alert.alert-success .toggle-trigger::before {
  background-position: 94.9737051793% 12.7955493741%;
}

.svg-alert-success-dims, .alert.alert-success .toggle-trigger::before {
  width: 37.5px;
  height: 36.8px;
}

.svg-alert-warning, .alert.alert-warning .toggle-trigger::before {
  background-position: 94.9737051793% 19.1933240612%;
}

.svg-alert-warning-dims, .alert.alert-warning .toggle-trigger::before {
  width: 37.5px;
  height: 36.8px;
}

.svg-arrow-circle-blue, .scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a:hover .cta-arrow, li.cta-scolaires:hover .cta-arrow, li.cta-scolaires:focus .cta-arrow {
  background-position: 45.7711442786% 41.5890909091%;
}

.svg-arrow-circle-blue-dims, .scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a:hover .cta-arrow, li.cta-scolaires:hover .cta-arrow, li.cta-scolaires:focus .cta-arrow {
  width: 62px;
  height: 62px;
}

.svg-arrow-circle-green, .scolaires-bdp-wrapper ul.bp-list .cta-arrow, li.cta-scolaires .cta-arrow {
  background-position: 0 93.6909090909%;
}

.svg-arrow-circle-green-dims, .scolaires-bdp-wrapper ul.bp-list .cta-arrow, li.cta-scolaires .cta-arrow {
  width: 62px;
  height: 62px;
}

.svg-arrow-prev, .link-nav-prev span:before, .link-nav-next span:before, .arrow-prev.icon-class {
  background-position: 98.0588235294% 29.0887372014%;
}

.svg-arrow-prev-dims, .link-nav-prev span:before, .link-nav-next span:before, .arrow-prev.icon-class {
  width: 19px;
  height: 26px;
}

.svg-arrow_down, .arrow_down, .arrow_down.icon-class {
  background-position: 87.5961192957% 0;
}

.svg-arrow_down-dims, .arrow_down, .arrow_down.icon-class {
  width: 108.4px;
  height: 126.7px;
}

.svg-arrow_large_left {
  background-position: 98.5163297045% 55.5204081633%;
}

.svg-arrow_large_left-dims {
  width: 22px;
  height: 24px;
}

.svg-arrow_left {
  background-position: 25.7606869517% 64.8152634767%;
}

.svg-arrow_left-dims {
  width: 129.3px;
  height: 116.7px;
}

.svg-arrow_left_verylightblue, .pagination li > a.navprev {
  background-position: 30.0647249191% 80.5782295013%;
}

.svg-arrow_left_verylightblue-dims, .pagination li > a.navprev {
  width: 47px;
  height: 42.33px;
}

.svg-arrow_right {
  background-position: 49.8973305955% 64.8152634767%;
}

.svg-arrow_right-dims {
  width: 129.3px;
  height: 116.7px;
}

.svg-arrow_right_s, .link-external::before {
  background-position: 99.757480315% 15.0545728265%;
}

.svg-arrow_right_s-dims, .link-external::before {
  width: 30px;
  height: 27.46px;
}

.svg-arrow_right_verylightblue, .pagination li > a.navnext {
  background-position: 37.6699029126% 80.5782295013%;
}

.svg-arrow_right_verylightblue-dims, .pagination li > a.navnext {
  width: 47px;
  height: 42.33px;
}

.svg-arrow_right_w_s, .home-webtv .link-external::before, .btn.btn-icon:after, a.btn-icon.wp-block-button__link:after {
  background-position: 99.757480315% 19.7705479452%;
}

.svg-arrow_right_w_s-dims, .home-webtv .link-external::before, .btn.btn-icon:after, a.btn-icon.wp-block-button__link:after {
  width: 30px;
  height: 28px;
}

.svg-avatar {
  background-position: 67.1065989848% 59.6710037175%;
}

.svg-avatar-dims {
  width: 74px;
  height: 74px;
}

.svg-billeterie-blue {
  background-position: 94.747217806% 43.3159722222%;
}

.svg-billeterie-blue-dims {
  width: 36px;
  height: 36px;
}

.svg-billetterie {
  background-position: 94.6358814749% 67.0146605337%;
}

.svg-billetterie-dims {
  width: 35.26px;
  height: 31.53px;
}

.svg-billetterie-gold {
  background-position: 64.2579390797% 69.3400035106%;
}

.svg-billetterie-gold-dims {
  width: 47.8px;
  height: 42.3px;
}

.svg-check-green {
  background-position: 42.7097791798% 98.6837606838%;
}

.svg-check-green-dims {
  width: 31px;
  height: 27px;
}

.svg-check-mobile {
  background-position: 98.3633540373% 78.6395939086%;
}

.svg-check-mobile-dims {
  width: 21px;
  height: 21px;
}

.svg-chevron-left-white, .infos-pratiques-modaal .bx-wrapper .bx-prev::after,
body.page-infos .bx-wrapper .bx-prev::after, .modale-slider-prev span::before {
  background-position: 39.5198098257% 92.3476702509%;
}

.svg-chevron-left-white-dims, .infos-pratiques-modaal .bx-wrapper .bx-prev::after,
body.page-infos .bx-wrapper .bx-prev::after, .modale-slider-prev span::before {
  width: 34px;
  height: 54px;
}

.svg-chevron-left-white-s, body.single-wwp-event .breadcrumb-wrapper li.breadcrumb-item::before,
body.single-wwp-actu .breadcrumb-wrapper li.breadcrumb-item::before,
body.single-sqm-partners .breadcrumb-wrapper li.breadcrumb-item::before {
  background-position: 97.6055469954% 82.192893401%;
}

.svg-chevron-left-white-s-dims, body.single-wwp-event .breadcrumb-wrapper li.breadcrumb-item::before,
body.single-wwp-actu .breadcrumb-wrapper li.breadcrumb-item::before,
body.single-sqm-partners .breadcrumb-wrapper li.breadcrumb-item::before {
  width: 16px;
  height: 21px;
}

.svg-chevron-right-white, .infos-pratiques-modaal .bx-wrapper .bx-next::after,
body.page-infos .bx-wrapper .bx-next::after, .modale-slider-next span::after {
  background-position: 44.9080824089% 92.3476702509%;
}

.svg-chevron-right-white-dims, .infos-pratiques-modaal .bx-wrapper .bx-next::after,
body.page-infos .bx-wrapper .bx-next::after, .modale-slider-next span::after {
  width: 34px;
  height: 54px;
}

.svg-close-mobile-black, .alert .close-trigger::after {
  background-position: 98.8237129485% 59.6020408163%;
}

.svg-close-mobile-black-dims, .alert .close-trigger::after {
  width: 24px;
  height: 24px;
}

.svg-close-mobile-white {
  background-position: 94.5968253968% 72.8821490468%;
}

.svg-close-mobile-white-dims {
  width: 35px;
  height: 35px;
}

.svg-cloud {
  background-position: 0 82.5994637684%;
}

.svg-cloud-dims {
  width: 111.8px;
  height: 56.27px;
}

.svg-counter {
  background-position: 18.9170896785% 81.3882978723%;
}

.svg-counter-dims {
  width: 74px;
  height: 48px;
}

.svg-e-boutique {
  background-position: 70.2164638964% 69.1458078068%;
}

.svg-e-boutique-dims {
  width: 32.1px;
  height: 40.7px;
}

.svg-especes {
  background-position: 44.0149268013% 33.9735381989%;
}

.svg-especes-dims {
  width: 37.94px;
  height: 26.25px;
}

.svg-especes-blue {
  background-position: 77.3131757727% 78.3661971831%;
}

.svg-especes-blue-dims {
  width: 37.94px;
  height: 26.25px;
}

.svg-ext-link {
  background-position: 98.6390532544% 63.5755517827%;
}

.svg-ext-link-dims {
  width: 22.8px;
  height: 23px;
}

.svg-ext-link-blue, a.link[target=_blank]::before, .home-engagements-block .news-item-links a[target=_blank]::before, .home-animations .news-item-links a[target=_blank]::before, .card .card-block .card-readmore-link[target=_blank]::before,
.item .card-block .card-readmore-link[target=_blank]::before {
  background-position: 98.6390532544% 67.480475382%;
}

.svg-ext-link-blue-dims, a.link[target=_blank]::before, .home-engagements-block .news-item-links a[target=_blank]::before, .home-animations .news-item-links a[target=_blank]::before, .card .card-block .card-readmore-link[target=_blank]::before,
.item .card-block .card-readmore-link[target=_blank]::before {
  width: 22.8px;
  height: 23px;
}

.svg-facebook-blue, .social-networks .facebook > a::after {
  background-position: 92.9879856452% 37.0331770019%;
}

.svg-facebook-blue-dims, .social-networks .facebook > a::after {
  width: 24.1px;
  height: 36.3px;
}

.svg-header-parcours-scene {
  background-position: 13.9582542694% 0;
}

.svg-header-parcours-scene-dims {
  width: 138px;
  height: 50.8px;
}

.svg-ico-alert {
  background-position: 51.968% 80.25%;
}

.svg-ico-alert-dims {
  width: 40px;
  height: 40px;
}

.svg-ico-close {
  background-position: 99.9148264984% 0;
}

.svg-ico-close-dims {
  width: 31px;
  height: 31px;
}

.svg-ico-download, a.link-download::after,
.link-download > a::after,
.wp-block-file > a::after, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after {
  background-position: 94.898089172% 25.4231433506%;
}

.svg-ico-download-dims, a.link-download::after,
.link-download > a::after,
.wp-block-file > a::after, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after {
  width: 37px;
  height: 33px;
}

.svg-ico-download-white, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after {
  background-position: 94.898089172% 31.1226252159%;
}

.svg-ico-download-white-dims, a.link-download:hover::after, a.link-download:focus::after,
.link-download > a:hover::after,
.link-download > a:focus::after,
.wp-block-file > a:hover::after,
.wp-block-file > a:focus::after {
  width: 37px;
  height: 33px;
}

.svg-ico-menu {
  background-position: 56.9417973904% 48.1681765228%;
}

.svg-ico-menu-dims {
  width: 51.11px;
  height: 36.89px;
}

.svg-ico-plus {
  background-position: 98.5623152326% 71.3006613532%;
}

.svg-ico-plus-dims {
  width: 22.3px;
  height: 22.3px;
}

.svg-ico-prices {
  background-position: 81.3987240829% 89.7735191638%;
}

.svg-ico-prices-dims {
  width: 38px;
  height: 38px;
}

.svg-ico-scroll, .bx-wrapper .bx-prev::before, .bx-wrapper .bx-prev::after, .bx-wrapper .bx-next::before, .bx-wrapper .bx-next::after {
  background-position: 9.8412698413% 93.5208711434%;
}

.svg-ico-scroll-dims, .bx-wrapper .bx-prev::before, .bx-wrapper .bx-prev::after, .bx-wrapper .bx-next::before, .bx-wrapper .bx-next::after {
  width: 35px;
  height: 61px;
}

.svg-ico-scroll-blue, body.page-reouverture .scroll-link::after {
  background-position: 15.3968253968% 93.5208711434%;
}

.svg-ico-scroll-blue-dims, body.page-reouverture .scroll-link::after {
  width: 35px;
  height: 61px;
}

.svg-ico-scroll-small {
  background-position: 93.8519685039% 78.9480069324%;
}

.svg-ico-scroll-small-dims {
  width: 30px;
  height: 35px;
}

.svg-ico-scroll-txt {
  background-position: 77.3904761905% 36.7984790875%;
}

.svg-ico-scroll-txt-dims {
  width: 35px;
  height: 86px;
}

.svg-ico-times {
  background-position: 50.6172248804% 91.203539823%;
}

.svg-ico-times-dims {
  width: 38px;
  height: 47px;
}

.svg-ico-video {
  background-position: 98.8237129485% 33.5255972696%;
}

.svg-ico-video-dims {
  width: 24px;
  height: 26px;
}

.svg-ico-weather {
  background-position: 87.4593301435% 89.7735191638%;
}

.svg-ico-weather-dims {
  width: 38px;
  height: 38px;
}

.svg-icon-account-darkblue, body.page-ticketing .entry-header .btn-ticketing-account::before {
  background-position: 63.6373801917% 89.9301919721%;
}

.svg-icon-account-darkblue-dims, body.page-ticketing .entry-header .btn-ticketing-account::before {
  width: 39px;
  height: 39px;
}

.svg-icon-account-white, body.page-ticketing .entry-header a.btn-ticketing-account:hover::before, body.page-ticketing .entry-header a.btn-ticketing-account:focus::before {
  background-position: 69.8674121406% 89.9301919721%;
}

.svg-icon-account-white-dims, body.page-ticketing .entry-header a.btn-ticketing-account:hover::before, body.page-ticketing .entry-header a.btn-ticketing-account:focus::before {
  width: 39px;
  height: 39px;
}

.svg-icon-calendar, .month-filter button.month-filter-toggle::before {
  background-position: 37.9181102362% 99.5344827586%;
}

.svg-icon-calendar-dims, .month-filter button.month-filter-toggle::before {
  width: 30px;
  height: 32px;
}

.svg-information-white {
  background-position: 99.1330203443% 37.9624573379%;
}

.svg-information-white-dims {
  width: 26px;
  height: 26px;
}

.svg-infos {
  background-position: 29.0373718824% 99.6048931141%;
}

.svg-infos-dims {
  width: 27.89px;
  height: 32.41px;
}

.svg-infos-blue {
  background-position: 33.4149518921% 99.6048931141%;
}

.svg-infos-blue-dims {
  width: 27.89px;
  height: 32.41px;
}

.svg-instagram-blue, .social-networks .instagram > a::after {
  background-position: 58.368% 80.25%;
}

.svg-instagram-blue-dims, .social-networks .instagram > a::after {
  width: 40px;
  height: 40px;
}

.svg-institut-monogramme-white {
  background-position: 45.8471760797% 25.0453720508%;
}

.svg-institut-monogramme-white-dims {
  width: 63px;
  height: 61px;
}

.svg-link-plus, .home-first-block-links span::after {
  background-position: 98.5163297045% 75.0440677966%;
}

.svg-link-plus-dims, .home-first-block-links span::after {
  width: 22px;
  height: 22px;
}

.svg-linkedin-blue, .social-networks .linkedin > a::after {
  background-position: 45.1290322581% 80.25%;
}

.svg-linkedin-blue-dims, .social-networks .linkedin > a::after {
  width: 45px;
  height: 40px;
}

.svg-logo-fb {
  background-position: 89.170846395% 63.6070175439%;
}

.svg-logo-fb-dims {
  width: 27px;
  height: 42px;
}

.svg-logo-for-dark-bg {
  background-position: 40.1442125237% 0;
}

.svg-logo-for-dark-bg-dims {
  width: 138px;
  height: 92px;
}

.svg-logo-for-light-bg {
  background-position: 0 26.4743122434%;
}

.svg-logo-for-light-bg-dims {
  width: 138px;
  height: 90.74px;
}

.svg-logo-institut-marin-blanc {
  background-position: 0 44.013007254%;
}

.svg-logo-institut-marin-blanc-dims {
  width: 138px;
  height: 92.29px;
}

.svg-logo-tripadvisor {
  background-position: 83.6295025729% 52.8468809074%;
}

.svg-logo-tripadvisor-dims {
  width: 82px;
  height: 83px;
}

.svg-logo-txt-for-dark-bg {
  background-position: 40.1442125237% 15.9755504619%;
}

.svg-logo-txt-for-dark-bg-dims {
  width: 138px;
  height: 36.12px;
}

.svg-menu {
  background-position: 99.9148264984% 5.2901023891%;
}

.svg-menu-dims {
  width: 31px;
  height: 26px;
}

.svg-menu-chevron-bas-lightblue {
  background-position: 98.2108527132% 85.0268456376%;
}

.svg-menu-chevron-bas-lightblue-dims {
  width: 20px;
  height: 16px;
}

.svg-menu-infos-blue {
  background-position: 94.747217806% 49.4800693241%;
}

.svg-menu-infos-blue-dims {
  width: 36px;
  height: 35px;
}

.svg-menu-infos-darkblue {
  background-position: 94.747217806% 55.5459272097%;
}

.svg-menu-infos-darkblue-dims {
  width: 36px;
  height: 35px;
}

.svg-menu-news-blue {
  background-position: 83.6096% 42.2595155709%;
}

.svg-menu-news-blue-dims {
  width: 40px;
  height: 34px;
}

.svg-menu-news-darkblue {
  background-position: 71.4672% 47.9273356401%;
}

.svg-menu-news-darkblue-dims {
  width: 40px;
  height: 34px;
}

.svg-menu-news-white {
  background-position: 64.768% 79.4169550173%;
}

.svg-menu-news-white-dims {
  width: 40px;
  height: 34px;
}

.svg-menu-schedules-blue {
  background-position: 0 99.8788927336%;
}

.svg-menu-schedules-blue-dims {
  width: 34px;
  height: 34px;
}

.svg-menu-schedules-white {
  background-position: 5.3882725832% 99.8788927336%;
}

.svg-menu-schedules-white-dims {
  width: 34px;
  height: 34px;
}

.svg-menu-shop-blue {
  background-position: 88.3139717425% 42.1865284974%;
}

.svg-menu-shop-blue-dims {
  width: 28px;
  height: 33px;
}

.svg-menu-shop-darkblue {
  background-position: 10.6750392465% 99.7063903282%;
}

.svg-menu-shop-darkblue-dims {
  width: 28px;
  height: 33px;
}

.svg-menu-shop-white {
  background-position: 15.0706436421% 99.7063903282%;
}

.svg-menu-shop-white-dims {
  width: 28px;
  height: 33px;
}

.svg-menu-tickets-darkblue {
  background-position: 19.4662480377% 99.7063903282%;
}

.svg-menu-tickets-darkblue-dims {
  width: 28px;
  height: 33px;
}

.svg-mobile-especes {
  background-position: 64.7285945073% 48.09375%;
}

.svg-mobile-especes-dims {
  width: 46px;
  height: 36px;
}

.svg-mobile-infos {
  background-position: 75.4944532488% 89.9301919721%;
}

.svg-mobile-infos-dims {
  width: 34px;
  height: 39px;
}

.svg-motifs-marins {
  background-position: 13.9582542694% 9.3849877145%;
}

.svg-motifs-marins-dims {
  width: 138px;
  height: 70.71px;
}

.svg-news {
  background-position: 57.1334405145% 90.5623901582%;
}

.svg-news-dims {
  width: 43px;
  height: 43px;
}

.svg-otarie {
  background-position: 87.1369017842% 34.4842330305%;
}

.svg-otarie-dims {
  width: 65.3px;
  height: 50.7px;
}

.svg-parcours-mediumblue {
  background-position: 26.1859582543% 26.3067596935%;
}

.svg-parcours-mediumblue-dims {
  width: 138px;
  height: 87.42px;
}

.svg-parcours-mediumblue-ios {
  background-position: 26.1859582543% 43.3852398384%;
}

.svg-parcours-mediumblue-ios-dims {
  width: 138px;
  height: 84.77px;
}

.svg-parcours-mediumblue-old {
  background-position: 66.330170778% 0;
}

.svg-parcours-mediumblue-old-dims {
  width: 138px;
  height: 87.42px;
}

.svg-play, .video-item .video-play::after {
  background-position: 98.8237129485% 24.5230769231%;
}

.svg-play-dims, .video-item .video-play::after {
  width: 24px;
  height: 27px;
}

.svg-preparation {
  background-position: 94.2974683544% 85.013864818%;
}

.svg-preparation-dims {
  width: 33px;
  height: 35px;
}

.svg-rain {
  background-position: 66.330170778% 18.4430379747%;
}

.svg-rain-dims {
  width: 138px;
  height: 138px;
}

.svg-rain_copie {
  background-position: 0 67.7278481013%;
}

.svg-rain_copie-dims {
  width: 138px;
  height: 138px;
}

.svg-reouverture-blue {
  background-position: 89.170846395% 70.554586676%;
}

.svg-reouverture-blue-dims {
  width: 27px;
  height: 38.6px;
}

.svg-search {
  background-position: 94.5968253968% 91.0797227036%;
}

.svg-search-dims {
  width: 35px;
  height: 35px;
}

.svg-sharesocial {
  background-position: 31.4515197994% 93.1270670305%;
}

.svg-sharesocial-dims {
  width: 58.67px;
  height: 58.67px;
}

.svg-sharesocial-white {
  background-position: 21.7714002969% 93.1321163926%;
}

.svg-sharesocial-white-dims {
  width: 58.7px;
  height: 58.7px;
}

.svg-star_blue {
  background-position: 99.1330203443% 42.3993174061%;
}

.svg-star_blue-dims {
  width: 26px;
  height: 26px;
}

.svg-star_darkgrey {
  background-position: 99.1330203443% 46.8361774744%;
}

.svg-star_darkgrey-dims {
  width: 26px;
  height: 26px;
}

.svg-star_grey {
  background-position: 99.1330203443% 51.2730375427%;
}

.svg-star_grey-dims {
  width: 26px;
  height: 26px;
}

.svg-star_s {
  background-position: 98.2108527132% 88.3040540541%;
}

.svg-star_s-dims {
  width: 20px;
  height: 20px;
}

.svg-sun {
  background-position: 83.5363659728% 68.3237538867%;
}

.svg-sun-dims {
  width: 81.35px;
  height: 81.35px;
}

.svg-sun-cloud {
  background-position: 86.8796664231% 23.2417360678%;
}

.svg-sun-cloud-dims {
  width: 103.81px;
  height: 66.86px;
}

.svg-tips {
  background-position: 24.0506329114% 99.7063903282%;
}

.svg-tips-dims {
  width: 33px;
  height: 33px;
}

.svg-twitter-blue, .social-networks .twitter > a::after {
  background-position: 94.747217806% 61.452031115%;
}

.svg-twitter-blue-dims, .social-networks .twitter > a::after {
  width: 36px;
  height: 33.5px;
}

.svg-user {
  background-position: 99.6006289308% 9.8106712565%;
}

.svg-user-dims {
  width: 29px;
  height: 31px;
}

.svg-vague-menu-mobile {
  background-position: 66.330170778% 40.2248394004%;
}

.svg-vague-menu-mobile-dims {
  width: 138px;
  height: 51.6px;
}

.svg-youtube-blue, .social-networks .youtube > a::after {
  background-position: 71.168% 78.9932885906%;
}

.svg-youtube-blue-dims, .social-networks .youtube > a::after {
  width: 40px;
  height: 30.9px;
}

.tripadvisor {
  position: relative;
  z-index: 1;
  height: 8px;
  background-color: #19a780;
}
.tripadvisor a {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 114px;
  height: 98px;
}
.tripadvisor a img {
  width: 100%;
}

.rs-bar {
  padding: 6rem 0;
  background-color: #D1CFD4;
}
.rs-bar .container, .rs-bar .event-detail-container, .rs-bar .block-hero > *, .rs-bar .pagination, .rs-bar .nbr-items {
  display: flex;
}
.rs-bar .container > div, .rs-bar .event-detail-container > div, .rs-bar .block-hero > * > div, .rs-bar .pagination > div, .rs-bar .nbr-items > div {
  margin-right: 2rem;
  margin-left: 2rem;
}
.rs-bar .container .join, .rs-bar .event-detail-container .join, .rs-bar .block-hero > * .join, .rs-bar .pagination .join, .rs-bar .nbr-items .join {
  margin-right: 8rem;
  padding-left: 7rem;
}
.rs-bar .container .subscribe, .rs-bar .event-detail-container .subscribe, .rs-bar .block-hero > * .subscribe, .rs-bar .pagination .subscribe, .rs-bar .nbr-items .subscribe {
  padding-left: 13rem;
}
@media (max-width: 1024px) {
  .rs-bar .container .join, .rs-bar .event-detail-container .join, .rs-bar .block-hero > * .join, .rs-bar .pagination .join, .rs-bar .nbr-items .join,
  .rs-bar .container .subscribe,
  .rs-bar .event-detail-container .subscribe,
  .rs-bar .block-hero > * .subscribe,
  .rs-bar .pagination .subscribe,
  .rs-bar .nbr-items .subscribe {
    padding-left: 7rem !important;
  }
}
@media (max-width: 960px) {
  .rs-bar .container .join, .rs-bar .event-detail-container .join, .rs-bar .block-hero > * .join, .rs-bar .pagination .join, .rs-bar .nbr-items .join,
  .rs-bar .container .subscribe,
  .rs-bar .event-detail-container .subscribe,
  .rs-bar .block-hero > * .subscribe,
  .rs-bar .pagination .subscribe,
  .rs-bar .nbr-items .subscribe {
    padding-left: 4rem !important;
  }
}
@media (max-width: 768px) {
  .rs-bar .container, .rs-bar .event-detail-container, .rs-bar .block-hero > *, .rs-bar .pagination, .rs-bar .nbr-items {
    padding-right: 0;
    padding-left: 0;
  }
  .rs-bar .container .join, .rs-bar .event-detail-container .join, .rs-bar .block-hero > * .join, .rs-bar .pagination .join, .rs-bar .nbr-items .join,
  .rs-bar .container .subscribe,
  .rs-bar .event-detail-container .subscribe,
  .rs-bar .block-hero > * .subscribe,
  .rs-bar .pagination .subscribe,
  .rs-bar .nbr-items .subscribe {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .rs-bar {
    padding: 6rem 4% 6rem 4%;
  }
  .rs-bar .container, .rs-bar .event-detail-container, .rs-bar .block-hero > *, .rs-bar .pagination, .rs-bar .nbr-items {
    flex-direction: column;
    padding: 0;
  }
  .rs-bar .container > div, .rs-bar .event-detail-container > div, .rs-bar .block-hero > * > div, .rs-bar .pagination > div, .rs-bar .nbr-items > div {
    margin-right: 0 !important;
    margin-left: 0;
  }
  .rs-bar .container > div:not(:first-child), .rs-bar .event-detail-container > div:not(:first-child), .rs-bar .block-hero > * > div:not(:first-child), .rs-bar .pagination > div:not(:first-child), .rs-bar .nbr-items > div:not(:first-child) {
    margin-top: 7rem;
  }
  .rs-bar .container > div:not(:first-child), .rs-bar .event-detail-container > div:not(:first-child), .rs-bar .block-hero > * > div:not(:first-child), .rs-bar .pagination > div:not(:first-child), .rs-bar .nbr-items > div:not(:first-child) {
    margin-top: 4rem;
    margin-left: 0;
  }
}

.rs-bar-title {
  margin-bottom: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
}
.rs-bar-title:before {
  content: "";
  display: block;
  width: 6.4rem;
  height: 3px;
  margin-bottom: 1.5rem;
  margin-left: -3.2rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .rs-bar-title {
    margin-bottom: 6px;
  }
}

.rs-bar-text {
  max-width: 40rem;
  margin: 0 0 2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .rs-bar-text {
    max-width: 100%;
  }
}

.rs-bar-links-list {
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
}
.rs-bar-links-list li:not(:first-child) {
  margin: 0 1.5rem;
}
.rs-bar-links-list li:first-child {
  margin-right: 1rem;
}
.rs-bar-links-list .logo-fb svg {
  width: 3.8rem;
  height: 5rem;
}
.rs-bar-links-list .logo-twitter svg {
  width: 4.2rem;
  height: 4rem;
}
.rs-bar-links-list .logo-instagram svg {
  width: 4.5rem;
  height: 4.5rem;
}

.book-bar {
  padding: 8rem 0;
  text-align: center;
  background-color: #fff;
}
.book-bar .btn, .book-bar a.wp-block-button__link {
  max-width: 100%;
}

.bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  background-color: #000424;
}
.bottom-bar ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
}
.bottom-bar li {
  margin: 1rem 3rem 1rem 0;
  padding-left: 0.5rem;
  list-style-type: none;
  line-height: 1;
  border-left: 3px solid #fff;
}
.bottom-bar a {
  display: block;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.029rem;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 768px) {
  .bottom-bar {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 3rem;
  }
  .bottom-bar ul {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .bottom-bar {
    padding-bottom: 12rem;
  }
  .bottom-bar ul {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    max-width: 100%;
  }
  .bottom-bar ul > * {
    width: calc(100% / 2 - 0.01px);
  }
  .bottom-bar ul.has-gutter > * {
    width: calc(100% / 2 - 5rem - 0.01px);
  }
  .bottom-bar ul.has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  .bottom-bar ul.has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
  }
  .bottom-bar ul > * {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: calc(100% / 2 - 1rem - 0.01px);
  }
}
@media (max-width: 320px) {
  .bottom-bar ul {
    flex-direction: column;
    width: 100%;
  }
  .bottom-bar li {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

.logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 14.5rem 0 8rem;
}
.logos a {
  flex: 0 0 8rem;
  margin: 0 1rem;
}
.logos a img {
  width: 100%;
  height: auto;
}
.logos a.footer-logo {
  flex: 0 0 13rem;
}
.logos a.logo-grau {
  width: 8rem;
}
.logos a.logo-qualite-tourisme {
  flex: 0 0 5.5rem;
}
@media (max-width: 768px) {
  .logos {
    margin: 2rem 0 3.5rem;
  }
}
@media (max-width: 768px) {
  .logos {
    width: 100%;
  }
}

.preform_newsletter {
  display: flex;
  padding: 0;
  background: none;
}
.preform_newsletter input[type=email] {
  width: calc(100% - 5rem);
}
.preform_newsletter input[type=submit] {
  width: 5rem;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  background: none;
  border: 1px solid #000424;
  border-left: 0;
}

.edit-link {
  position: fixed;
  bottom: 10rem;
  left: 0;
  z-index: 2;
}
.edit-link a {
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background-color: #f00;
}

html,
body {
  width: 100%;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

.site-content {
  padding-bottom: 15rem;
  overflow-x: hidden;
}
.no-space-bottom .site-content {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .site-content {
    padding-bottom: 6rem;
  }
}

.no-post-thumbnail .post-thumbnail {
  display: none;
}

@media (max-width: 1023px) {
  .entry-content {
    padding-top: 3rem;
  }
}

iframe {
  border: none;
}

#iframeDoc {
  display: block;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  height: 1000px;
}

.hentry {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .alignnone {
    margin-right: 0;
    margin-left: 0;
  }
}

a.scroll-link {
  position: absolute;
  bottom: 3rem;
  z-index: 2;
  height: 16rem;
  padding-bottom: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: white;
  text-decoration: none;
}
a.scroll-link span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  transform: rotate(90deg);
}
a.scroll-link svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 6rem;
  width: 4rem;
  transform: translate(-50%, 0);
  transition: transform 0.4s;
}
a.scroll-link svg use {
  fill: white;
}
a.scroll-link:hover svg, a.scroll-link:focus svg {
  transform: translate(-50%, 10px);
}
.entry-header a.scroll-link {
  bottom: -16rem !important;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  a.scroll-link {
    bottom: 4rem;
  }
}
@media (max-width: 320px) {
  a.scroll-link {
    bottom: 0;
  }
}

.wp-caption {
  width: 100%;
  margin: 0 auto 12rem auto;
}
.wp-caption img {
  width: 100%;
}
@media (max-width: 767px) {
  .wp-caption {
    margin-bottom: 6rem;
  }
}

/*Wrapper video*/
.video-wrapper {
  max-width: 100%;
  margin: 4rem auto 0 auto;
}

.video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

address {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-style: inherit;
}

body.home #header:not(.is-sticky) .header-bar {
  background: none;
}
body.home .site-content {
  padding-bottom: 0;
}
body.home .entry-header {
  display: none !important;
  margin-top: 5rem;
}
body.home .entry-header + .entry-content {
  margin-top: 0;
}

.home-engagements #meduse {
  position: absolute;
  top: 5rem;
  right: 5rem;
}

.home-animations {
  position: relative;
  margin-top: -30rem;
  padding-top: 32rem;
  background: url("/app/uploads/2019/10/fond-sous-marin.jpg") #0D334F no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home-animations > div {
  position: relative;
  z-index: 1;
}
.home-animations h2,
.home-animations h3,
.home-animations p,
.home-animations .news-item-links a {
  color: white;
  border-left-color: white;
}
.home-animations .news-item-links a {
  color: white !important;
}
.home-animations .news-item-links a::after {
  background-color: #174AC3;
}
.home-animations .flex-container {
  flex-wrap: nowrap;
}
.home-animations .flex-container .content {
  width: 40%;
}
@media (max-width: 767px) {
  .home-animations .flex-container .content {
    width: 100%;
  }
}

.home-animations-publics {
  position: relative;
  /*min-height: 65rem;*/
  margin-top: -55rem;
  padding-bottom: 5rem;
}
.home-animations-publics .bg-image-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.home-animations-publics .bg-image-wrapper img {
  position: absolute;
  top: 10rem;
  left: 0;
  height: auto;
  min-width: 100vw;
  max-width: none;
  /*      animation-duration: 40s;
        animation-name: horizontal-slide;
        animation-iteration-count: infinite;
        animation-direction: alternate;*/
}
@media (max-width: 1280px) {
  .home-animations-publics .bg-image-wrapper img {
    left: -100px;
  }
}
@media (max-width: 768px) {
  .home-animations-publics {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home-animations-publics {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .home-animations-publics .bg-image-wrapper {
    display: none;
  }
}

@keyframes horizontal-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.modaal-content-container header.entry-header {
  display: inherit !important;
}

ul.animations-list {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  margin: 0 -1rem;
  padding-left: 0;
  list-style: none;
}
ul.animations-list li {
  flex: 0 1 268px;
  margin-right: 1rem;
  margin-bottom: 4rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  ul.animations-list {
    display: block;
  }
}
@media (max-width: 480px) {
  ul.animations-list {
    margin-right: 0;
    margin-left: 0;
  }
  ul.animations-list li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.home-webtv {
  padding-top: 16rem;
  padding-bottom: 10rem;
  background-color: #000F39;
}
.home-webtv .flex-container {
  justify-content: space-between;
  align-items: center;
}
.home-webtv h2,
.home-webtv p,
.home-webtv .news-item-links a {
  color: white;
  border-left-color: white;
}
.home-webtv h2 {
  margin-bottom: 0;
}
.home-webtv .link-external {
  color: white;
}
.home-webtv .link-external::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .home-webtv {
    padding-top: 6rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home-webtv {
    padding-bottom: 2rem;
  }
  .home-webtv h2 {
    margin-bottom: 5rem;
  }
}

.gallery img {
  border: none !important;
}

.gallery-columns-2 {
  display: flex;
  flex-wrap: wrap;
}
.gallery-columns-2 > .gallery-item {
  float: none !important;
  margin-top: 0 !important;
  margin-bottom: 1rem;
}
.gallery-columns-2 > .gallery-item:nth-of-type(even) {
  padding-left: 5px;
  text-align: left !important;
}
.gallery-columns-2 > .gallery-item:nth-of-type(odd) {
  padding-right: 5px;
  text-align: right !important;
}

.error404 .entry-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 40rem;
  /*padding-bottom: 5rem;*/
  color: #fff;
  background: url("/app/themes/wwp_child_theme/assets/raw/images/error/error2-1.jpg") no-repeat;
  background-size: cover;
}
.error404 .entry-header .container, .error404 .entry-header .event-detail-container, .error404 .entry-header .block-hero > *, .error404 .entry-header .pagination, .error404 .entry-header .nbr-items {
  margin-top: 8%;
}
.error404 .site-content {
  background-color: #000424;
}
.error404 .entry-content {
  margin: 0;
}
.error404 ul.sitemap {
  padding: 4rem 0;
}
.error404 ul.sitemap li {
  margin-bottom: 2rem;
  color: #ffffff;
}
.error404 ul.sitemap li a {
  padding-bottom: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1024px) {
  .error404 .entry-content {
    padding-left: 9rem;
  }
}
@media (max-width: 768px) {
  .error404 .entry-header {
    background: url("/app/themes/wwp_child_theme/assets/raw/images/error/error2-1-s.jpg") no-repeat;
    background-size: cover;
  }
  .error404 .entry-content {
    padding-left: 7.5rem;
  }
}
@media (max-width: 640px) {
  .error404 .entry-content {
    padding-left: 4%;
  }
}
@media (max-width: 480px) {
  .error404 .entry-header .container, .error404 .entry-header .event-detail-container, .error404 .entry-header .block-hero > *, .error404 .entry-header .pagination, .error404 .entry-header .nbr-items {
    margin-top: 5rem;
  }
}
@media (max-width: 320px) {
  .error404 .entry-header .container, .error404 .entry-header .event-detail-container, .error404 .entry-header .block-hero > *, .error404 .entry-header .pagination, .error404 .entry-header .nbr-items {
    margin-top: 15rem;
  }
}

@media (max-width: 767px) {
  .flex-container {
    display: block;
  }
}

.mtxl {
  margin-top: 8rem;
}

.mbxl {
  margin-bottom: 8rem;
}

@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .no-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .wp-block-image img {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .wp-block-spacer {
    height: 5vw !important;
  }
}

@media (max-width: 767px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 0 !important;
  }
}

.wp-block-quote::before {
  top: 0;
  left: -0.1em;
  font-size: 7em;
  color: #B5DFFE;
  line-height: 0.9;
}
.wp-block-quote p {
  margin-bottom: 2rem;
}
.wp-block-quote cite {
  font-weight: 700;
}

.wp-block-buttons {
  gap: 2rem;
}

.wp-block-file {
  min-height: 7.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.has-large-font-size {
  line-height: inherit;
}

:root {
  --columns-gap: 2em;
}

.wp-block-columns {
  gap: var(--columns-gap);
}

.wp-block-columns.has-gutter {
  gap: var(--columns-gap);
}

.wp-block-columns.has-gutter-xs {
  gap: calc(var(--columns-gap) / 4);
}

.wp-block-columns.has-gutter-s {
  gap: calc(var(--columns-gap) / 2);
}

.wp-block-columns.has-gutter-l {
  gap: calc(var(--columns-gap) * 2);
}

.wp-block-columns.has-gutter-xl {
  gap: calc(var(--columns-gap) * 4);
}

.wp-block-columns.has-no-gutter {
  gap: 0;
}

/* ----------------------------- */
/* ==Items lists generic styles      */
/* ----------------------------- */
/* Default list parent style */
/* ------------------------- */
.items-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-right: -2rem;
  margin-left: -2rem;
  /*  li > .item {
    height: 100%;
  }*/
}
.items-list li,
.items-list > .item {
  flex: 0 1 auto;
  flex-basis: calc(100% / 3 - 4rem - 0.01px);
  margin-right: 2rem;
  margin-left: 2rem;
}
@media (max-width: 1200px) {
  .items-list {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .items-list li,
  .items-list > .item {
    flex-basis: calc(100% / 2 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 1023px) {
  .items-list {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .items-list li,
  .items-list > .item {
    flex-basis: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}

.items-list li,
.items-list > .item {
  margin-bottom: 4rem;
}
.wp-block-columns .items-list li,
.wp-block-columns .items-list > .item {
  margin-bottom: 0;
}

/*body.opened {
  overflow: hidden;
}*/
:root {
  --header-height-mobile: 8rem;
}

#header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3000;
}

.header-bar {
  position: fixed;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 3em 0 3em;
}
.header-bar, .header-bar * {
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .header-bar {
    padding: 3rem 2rem 0 2rem;
  }
}

a.header-logo {
  flex: 0 1 26rem;
}
a.header-logo, a.header-logo img {
  height: auto;
  width: 100%;
}
@media (max-width: 1409px) {
  a.header-logo {
    flex: 0 0 20rem;
  }
}
@media (max-width: 960px) {
  a.header-logo {
    flex: 0 0 16rem;
  }
}
@media (max-width: 820px) {
  a.header-logo {
    flex: 0 0 14rem;
  }
}
@media (max-width: 768px) {
  a.header-logo {
    flex: 0 0 13rem;
  }
}

.navigation-wrapper {
  flex: 1 1 60rem;
  transform: translateY(0);
  transition: all 0.4s;
}
@media (max-width: 1452px) {
  .navigation-wrapper {
    margin-left: 4rem !important;
  }
}
@media (max-width: 1352px) {
  .navigation-wrapper {
    margin-left: 2rem !important;
  }
}

.header-bar-links {
  flex: 1 1 auto;
  justify-self: flex-end;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.header-bar-links a.tickets {
  flex: 0 1 16rem;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-left: 3rem;
  text-decoration: none;
  padding: 0 2rem;
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #000F39;
  background-color: #00C8D2;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.header-bar-links a.tickets::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, rgba(42, 78, 179, 0.8), rgba(42, 78, 179, 0) 80%);
  pointer-events: none;
  filter: opacity(0.3);
  transition: all 0.4s ease-out;
}
.header-bar-links a.tickets:hover::before, .header-bar-links a.tickets:focus::before {
  filter: opacity(1);
}
.header-bar-links a.tickets:hover, .header-bar-links a.tickets:focus {
  color: #000000;
}
.header-bar-links .lang-switcher {
  margin-left: 2rem;
}
@media (max-width: 1440px) {
  .header-bar-links a.tickets {
    flex: 0 1 12rem;
  }
}
@media (max-width: 1320px) {
  .header-bar-links .count-down-wrap {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .header-bar-links .count-down-wrap .next-state-wrap {
    font-size: 1.1rem;
  }
  .header-bar-links a.tickets {
    flex: 0 1 11rem;
    height: 45px;
    padding: 0 1rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 820px) {
  .header-bar-links a.tickets {
    height: 40px;
    margin-left: 2rem;
    font-size: 1rem;
  }
  .header-bar-links .lang-switcher {
    margin-left: 1rem;
  }
}
@media (max-width: 768px) {
  .header-bar-links {
    z-index: calc(3000 + 1) !important;
  }
  .header-bar-links a.tickets {
    margin-left: 1rem;
  }
  .header-bar-links .lang-switcher {
    margin-left: 0.5rem;
  }
}
@media (max-width: 640px) {
  .header-bar-links .count-down-wrap {
    flex: 0 0 14rem;
  }
}

.is-sticky .header-bar {
  align-items: center;
  min-height: 5rem;
  padding-top: 0;
  background-color: #000424;
}
@media (min-width: 769px) {
  .is-sticky a.header-logo {
    flex: 0 1 18rem;
  }
  .is-sticky .navigation-wrapper {
    margin-left: 6rem;
  }
  .is-sticky .header-bar-links {
    align-self: center;
    min-height: 5rem;
  }
  .is-sticky .header-bar-links a.tickets {
    height: 40px;
    padding: 0 2rem;
  }
}

.entry-header {
  position: relative;
  display: flex;
  align-items: center;
  height: 50rem;
  color: #fff;
  background: linear-gradient(135deg, rgb(8, 22, 71) 0%, rgb(8, 22, 71) 28%, rgb(28, 66, 144) 71%, rgb(24, 58, 129) 100%);
}
@media (max-width: 1439px) {
  .entry-header .container-xl, .entry-header ul.breadcrumb {
    padding-right: 2em !important;
    padding-left: 2em !important;
  }
}
@media (max-width: 640px) {
  .entry-header .container-xl, .entry-header ul.breadcrumb {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
.entry-header .headings {
  max-width: 70rem;
}

.extract {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.entry-header .headings {
  margin-top: 11rem;
}
.entry-header .headings h1 {
  max-width: 70rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
.entry-header .headings .extract {
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .entry-header .headings .extract {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .nav-button {
    --button-size: 36px;
    flex: 0 0 var(--button-size);
    position: relative;
    z-index: calc(3000 + 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: calc(var(--button-size) + 8px);
    width: var(--button-size);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    padding: 0;
    background: transparent !important;
    outline: 0;
    border: none !important;
    cursor: pointer;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-button span {
    display: block;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1rem;
    text-align: center;
    color: white;
    position: relative;
  }
  .nav-button i {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: calc(var(--button-size) - 4px);
    width: calc(var(--button-size) - 4px);
    margin-bottom: 5px;
    padding: 0;
    transition: all 0.4s;
  }
  .nav-button i::before, .nav-button i::after {
    content: "";
    display: block;
    height: 2px;
    background-color: white;
  }
  .nav-button i::before {
    transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
  }
  .nav-button i::after {
    transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
  }
  .mobile-opened .nav-button img {
    display: none;
  }
  .mobile-opened .nav-button i {
    display: flex;
  }
  .header-bar {
    height: var(--header-height-mobile) !important;
    padding: 0 2rem 0 2rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-bar-links {
    flex: 1 1 auto;
  }
  .header-bar-links .count-down-wrap {
    order: 1;
  }
  .header-bar-links a.tickets {
    display: none;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10rem;
    right: 2rem;
    height: 8rem;
    width: 8rem;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 0.9rem;
    border-radius: 50%;*/
    /*&::before {
      content: '';
      display: block;
      width: 26px;
      height: 26px;
      background: url('/app/themes/wwp_child_theme/assets/raw/svg/billeterie-blue.svg') no-repeat;
      position: static;
      filter: none;
      margin-bottom: 6px;
    }*/
  }
  .header-bar-links .lang-switcher {
    display: none;
    margin-left: 0;
  }
  .header-bar-links .langswitcher-choices {
    margin-right: 1rem;
    background-color: transparent !important;
  }
  .navigation-wrapper {
    margin-left: 0 !important;
  }
  .headings {
    height: 25rem;
  }
  .headings .extract {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .mobile-opened .header-bar::after {
    content: "";
    height: var(--header-height-mobile) !important;
    width: 100%;
    background-color: #00011B;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
  }
  .mobile-opened a.header-logo {
    display: none;
  }
  .mobile-opened .header-bar-links {
    z-index: 1;
    justify-content: space-between;
  }
  .mobile-opened .header-bar-links .lang-switcher {
    display: block;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .entry-header {
    max-height: 100vh;
  }
}
.planning-reservation {
  position: fixed;
  top: 33px;
  right: -1px;
  z-index: 2;
  display: none;
}
body.home .planning-reservation {
  display: block;
}
@media (min-width: 768px) {
  .planning-reservation {
    width: 315px;
  }
  #header.is-sticky .planning-reservation {
    top: 7rem;
  }
}
@media (min-width: 769px) {
  .planning-reservation {
    width: 339px;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .planning-reservation {
    width: 339px;
  }
}
@media (max-width: 767px) {
  .planning-reservation {
    position: absolute;
    top: 50px;
  }
}
@media (max-width: 640px) {
  .planning-reservation {
    right: 0;
    left: 0;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .planning-reservation {
    top: 50px;
  }
  #header.is-sticky .planning-reservation {
    top: 50px;
  }
}

#ConstellationWidgetLinks {
  display: none;
}

body.single-wwp-event article.entry,
body.single-wwp-actu article.entry,
body.single-sqm-partners article.entry {
  position: relative;
}
body.single-wwp-event .post-thumbnail,
body.single-wwp-actu .post-thumbnail,
body.single-sqm-partners .post-thumbnail {
  display: none;
}
body.single-wwp-event .entry-header,
body.single-wwp-actu .entry-header,
body.single-sqm-partners .entry-header {
  align-items: flex-start;
  height: 25vw;
  min-height: 50rem;
  padding-top: 19rem;
  background: #002E69;
  -webkit-mask: url("/app/themes/wwp_child_theme/assets/raw/images/actu-mask-detail.png") no-repeat;
          mask: url("/app/themes/wwp_child_theme/assets/raw/images/actu-mask-detail.png") no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
body.single-wwp-event .entry-header::after,
body.single-wwp-actu .entry-header::after,
body.single-sqm-partners .entry-header::after {
  content: "";
  background: url("/app/themes/wwp_child_theme/assets/raw/images/motifs-marins.png") no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
body.single-wwp-event .entry-header .headings,
body.single-wwp-actu .entry-header .headings,
body.single-sqm-partners .entry-header .headings {
  max-width: 60rem;
}
body.single-wwp-event .entry-header .headings .extract,
body.single-wwp-actu .entry-header .headings .extract,
body.single-sqm-partners .entry-header .headings .extract {
  display: none;
}
body.single-wwp-event .entry-header .entry-title,
body.single-wwp-actu .entry-header .entry-title,
body.single-sqm-partners .entry-header .entry-title {
  margin: 0;
}
body.single-wwp-event .entry-content,
body.single-wwp-actu .entry-content,
body.single-sqm-partners .entry-content {
  padding-top: 6rem;
}
body.single-wwp-event .breadcrumb-wrapper,
body.single-wwp-actu .breadcrumb-wrapper,
body.single-sqm-partners .breadcrumb-wrapper {
  position: absolute;
  border: none;
  top: 13rem;
  left: 0;
  z-index: 1;
  display: flex !important;
  width: 100%;
}
body.single-wwp-event .breadcrumb-wrapper ul.breadcrumb,
body.single-wwp-actu .breadcrumb-wrapper ul.breadcrumb,
body.single-sqm-partners .breadcrumb-wrapper ul.breadcrumb {
  padding: 0;
  border-left: 0;
}
body.single-wwp-event .breadcrumb-wrapper li.breadcrumb-item,
body.single-wwp-actu .breadcrumb-wrapper li.breadcrumb-item,
body.single-sqm-partners .breadcrumb-wrapper li.breadcrumb-item {
  display: inline-flex;
  align-items: center;
}
body.single-wwp-event .breadcrumb-wrapper li.breadcrumb-item::before,
body.single-wwp-actu .breadcrumb-wrapper li.breadcrumb-item::before,
body.single-sqm-partners .breadcrumb-wrapper li.breadcrumb-item::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  margin-right: 5px;
  padding: 0;
}
body.single-wwp-event .breadcrumb-wrapper li.breadcrumb-item:not(:nth-child(2)),
body.single-wwp-actu .breadcrumb-wrapper li.breadcrumb-item:not(:nth-child(2)),
body.single-sqm-partners .breadcrumb-wrapper li.breadcrumb-item:not(:nth-child(2)) {
  display: none;
}
body.single-wwp-event .breadcrumb-wrapper li.breadcrumb-item a,
body.single-wwp-actu .breadcrumb-wrapper li.breadcrumb-item a,
body.single-sqm-partners .breadcrumb-wrapper li.breadcrumb-item a {
  color: white;
}
@media (max-width: 1700px) {
  body.single-wwp-event .entry-header .container-xl, body.single-wwp-event .entry-header ul.breadcrumb,
  body.single-wwp-event .breadcrumb,
  body.single-wwp-actu .entry-header .container-xl,
  body.single-wwp-actu .entry-header ul.breadcrumb,
  body.single-wwp-actu .breadcrumb,
  body.single-sqm-partners .entry-header .container-xl,
  body.single-sqm-partners .entry-header ul.breadcrumb,
  body.single-sqm-partners .breadcrumb {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (max-width: 1439px) {
  body.single-wwp-event .entry-header .container-xl, body.single-wwp-event .entry-header ul.breadcrumb,
  body.single-wwp-event .breadcrumb-wrapper,
  body.single-wwp-event .breadcrumb,
  body.single-wwp-actu .entry-header .container-xl,
  body.single-wwp-actu .entry-header ul.breadcrumb,
  body.single-wwp-actu .breadcrumb-wrapper,
  body.single-wwp-actu .breadcrumb,
  body.single-sqm-partners .entry-header .container-xl,
  body.single-sqm-partners .entry-header ul.breadcrumb,
  body.single-sqm-partners .breadcrumb-wrapper,
  body.single-sqm-partners .breadcrumb {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 1279px) {
  body.single-wwp-event .entry-header .container-xl, body.single-wwp-event .entry-header ul.breadcrumb,
  body.single-wwp-event .breadcrumb-wrapper,
  body.single-wwp-event .news-dates-wrapper,
  body.single-wwp-actu .entry-header .container-xl,
  body.single-wwp-actu .entry-header ul.breadcrumb,
  body.single-wwp-actu .breadcrumb-wrapper,
  body.single-wwp-actu .news-dates-wrapper,
  body.single-sqm-partners .entry-header .container-xl,
  body.single-sqm-partners .entry-header ul.breadcrumb,
  body.single-sqm-partners .breadcrumb-wrapper,
  body.single-sqm-partners .news-dates-wrapper {
    padding-right: 6em !important;
    padding-left: 6em !important;
  }
}
@media (max-width: 767px) {
  body.single-wwp-event .entry-header .container-xl, body.single-wwp-event .entry-header ul.breadcrumb,
  body.single-wwp-event .breadcrumb-wrapper,
  body.single-wwp-event .news-dates-wrapper,
  body.single-wwp-actu .entry-header .container-xl,
  body.single-wwp-actu .entry-header ul.breadcrumb,
  body.single-wwp-actu .breadcrumb-wrapper,
  body.single-wwp-actu .news-dates-wrapper,
  body.single-sqm-partners .entry-header .container-xl,
  body.single-sqm-partners .entry-header ul.breadcrumb,
  body.single-sqm-partners .breadcrumb-wrapper,
  body.single-sqm-partners .news-dates-wrapper {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  body.single-wwp-event .entry-header,
  body.single-wwp-actu .entry-header,
  body.single-sqm-partners .entry-header {
    height: 100vw;
    min-height: auto;
    padding-top: 17rem;
    -webkit-mask: url("/app/themes/wwp_child_theme/assets/raw/images/actu-mask-detail-2-mobile.png") no-repeat;
            mask: url("/app/themes/wwp_child_theme/assets/raw/images/actu-mask-detail-2-mobile.png") no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
  body.single-wwp-event .entry-content,
  body.single-wwp-actu .entry-content,
  body.single-sqm-partners .entry-content {
    padding-top: 3rem;
  }
  body.single-wwp-event .breadcrumb-wrapper,
  body.single-wwp-actu .breadcrumb-wrapper,
  body.single-sqm-partners .breadcrumb-wrapper {
    top: 10rem;
  }
}

/* ----------------------------- */
/* ==Header menu commons    */
/* ----------------------------- */
ul.header-menu {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 0;
}
ul.header-menu, ul.header-menu ul {
  padding-left: 0;
  list-style: none;
}
ul.header-menu li {
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
}
ul.header-menu li > a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: white;
  position: relative;
  cursor: pointer;
}
ul.header-menu li > a:hover,
ul.header-menu li > a:focus {
  text-decoration: none;
}
ul.header-menu li.page_item_has_children > a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  content: "";
  display: block;
  height: 7px;
  width: 11px;
  background: url("/app/themes/wwp_child_theme/assets/raw/svg/menu-chevron-bas-lightblue.svg") no-repeat;
  transform: rotate(0deg);
  transition: transform 0.4s;
  transform-origin: center;
}
ul.header-menu li.m0 {
  text-transform: uppercase;
}

/* ----------------------------- */
/* ==Header menu desktop + tablet (<=768px)      */
/* ----------------------------- */
:root {
  --menu-item-m1-bgcolor: rgba(7, 130, 135, 0.8);
  --menu-item-m1-bgcolor-active: rgba(31, 194, 202, 0.5);
  --menu-item-m2-height: 5rem;
  --menu-item-m2-height-large: 7rem;
}

@media (min-width: 769px) {
  .nav-button {
    display: none;
  }
  .navigation-wrapper ul.header-menu {
    display: flex;
    justify-content: center;
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  .navigation-wrapper ul.header-menu .mobile-nav-links {
    display: none;
  }
  .navigation-wrapper ul.header-menu li {
    position: relative;
    font-size: 1.1rem;
    line-height: 1;
  }
  .navigation-wrapper ul.header-menu li a {
    padding: 6px 0;
  }
  .navigation-wrapper ul.header-menu li > ul {
    position: absolute;
    top: 0;
    left: -9999px;
    opacity: 0;
    transition: opacity 0.4s;
  }
  .navigation-wrapper ul.header-menu li.page_item_has_children > a::after {
    transform: rotate(0deg);
  }
  .navigation-wrapper ul.header-menu > li.m0 {
    font-size: 1.3rem;
  }
  .navigation-wrapper ul.header-menu > li.m0 > a {
    position: relative;
    display: flex;
    align-items: center;
    height: var(--menu-item-m2-height);
    margin-right: 4rem;
    padding: 0;
    border-bottom: 3px solid transparent;
  }
  header.is-sticky .navigation-wrapper ul.header-menu > li.m0 > a {
    height: var(--menu-item-m2-height-large);
  }
  .navigation-wrapper ul.header-menu > li.m0.page_item_has_children > a {
    margin-right: 6rem;
  }
  .navigation-wrapper ul.header-menu > li.m0.page_item_has_children > a::after {
    right: -25px;
  }
  .navigation-wrapper ul.header-menu > li.m0.current_page_ancestor > a, .navigation-wrapper ul.header-menu > li.m0.current_page_item > a {
    border-color: white;
  }
  .navigation-wrapper ul.header-menu > li.m0:hover > a, .navigation-wrapper ul.header-menu > li.m0:focus > a {
    border-color: white;
  }
  .navigation-wrapper ul.header-menu > li.m0:hover > a::after, .navigation-wrapper ul.header-menu > li.m0:focus > a::after {
    transform: rotate(180deg);
  }
  .navigation-wrapper ul.header-menu ul.level1,
  .navigation-wrapper ul.header-menu ul.level2 {
    top: var(--menu-item-m2-height);
    z-index: 1;
    background-color: var(--menu-item-m1-bgcolor);
  }
  header.is-sticky .navigation-wrapper ul.header-menu ul.level1,
  header.is-sticky .navigation-wrapper ul.header-menu ul.level2 {
    top: var(--menu-item-m2-height-large);
  }
  .navigation-wrapper ul.header-menu ul.level1 li,
  .navigation-wrapper ul.header-menu ul.level2 li {
    margin-left: 0;
    min-width: 320px;
    text-align: left;
  }
  .navigation-wrapper ul.header-menu ul.level1 li > a,
  .navigation-wrapper ul.header-menu ul.level2 li > a {
    position: relative;
    display: block;
    height: 100%;
    padding: 1.5rem 3rem;
    text-decoration: none;
    background-color: var(--menu-item-m1-bgcolor);
  }
  .navigation-wrapper ul.header-menu ul.level1 > li:first-child > a,
  .navigation-wrapper ul.header-menu ul.level2 > li:first-child > a {
    padding-top: 2rem;
  }
  .navigation-wrapper ul.header-menu ul.level1 > li:last-child > a,
  .navigation-wrapper ul.header-menu ul.level2 > li:last-child > a {
    padding-bottom: 2rem;
  }
  .navigation-wrapper ul.header-menu ul.level1 li.page_item_has_children > a::after,
  .navigation-wrapper ul.header-menu ul.level2 li.page_item_has_children > a::after {
    transform: rotate(-90deg);
  }
  .navigation-wrapper ul.header-menu ul.level1 > li:hover > a, .navigation-wrapper ul.header-menu ul.level1 > li:focus > a,
  .navigation-wrapper ul.header-menu ul.level2 > li:hover > a,
  .navigation-wrapper ul.header-menu ul.level2 > li:focus > a {
    background-color: var(--menu-item-m1-bgcolor-active);
  }
  .navigation-wrapper ul.header-menu li:hover > ul,
  .navigation-wrapper ul.header-menu li:focus > ul,
  .navigation-wrapper ul.header-menu li:focus-within > ul,
  .navigation-wrapper ul.header-menu li:active > ul {
    opacity: 1;
    left: 0;
  }
  .navigation-wrapper ul.header-menu ul.level1 li:hover > ul,
  .navigation-wrapper ul.header-menu ul.level1 li:focus > ul,
  .navigation-wrapper ul.header-menu ul.level1 li:focus-within > ul,
  .navigation-wrapper ul.header-menu ul.level1 li:active > ul {
    left: auto;
    top: 0;
    right: -100%;
  }
}
@media screen and (min-width: 769px) and (-ms-high-contrast: active), (min-width: 769px) and (-ms-high-contrast: none) {
  .navigation-wrapper ul.header-menu li > ul {
    left: 0;
    opacity: 1;
    display: none;
  }
  .navigation-wrapper ul.header-menu > li.m0:hover > ul,
  .navigation-wrapper ul.header-menu > li.m0:focus > ul {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1320px) {
  .navigation-wrapper ul.header-menu > li.m0.page_item_has_children > a {
    margin-right: 4rem;
  }
  .navigation-wrapper ul.header-menu > li.m0.page_item_has_children > a::after {
    right: -18px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .navigation-wrapper ul.header-menu > li.m0 {
    font-size: 1.1rem;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .navigation-wrapper ul.header-menu > li.m0 > a {
    margin-right: 2rem;
  }
  .navigation-wrapper ul.header-menu ul.level1 li > a,
  .navigation-wrapper ul.header-menu ul.level2 li > a {
    padding: 1rem 2rem;
  }
}
@media (min-width: 769px) and (max-width: 820px) {
  .navigation-wrapper ul.header-menu li,
  .navigation-wrapper ul.header-menu > li.m0 {
    font-size: 1rem;
  }
}
ul.featured-menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
ul.featured-menu li a {
  display: flex;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 800;
  color: #1D1C17;
}
ul.featured-menu li a::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .featured-menu-wrapper.featured-menu-side {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 1000;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
  }
  .featured-menu-wrapper.featured-menu-side ul.featured-menu li {
    margin: 2px 0;
  }
  .featured-menu-wrapper.featured-menu-side ul.featured-menu li a {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    width: 7rem;
    height: 6rem;
    padding: 10px 0 10px 0;
    color: #1D4196;
    background-color: #CBF1FF;
    border-radius: 0 5px 5px 0;
  }
  .featured-menu-wrapper.featured-menu-side ul.featured-menu li.menu-infos a::after {
    background: url("/app/themes/wwp_child_theme/assets/raw/svg/menu-infos-darkblue.svg") no-repeat;
  }
  .featured-menu-wrapper.featured-menu-side ul.featured-menu li.menu-schedules a {
    color: white;
    background-color: #0067AB;
  }
  .featured-menu-wrapper.featured-menu-side ul.featured-menu li.menu-schedules a::after {
    background-image: url("/app/themes/wwp_child_theme/assets/raw/svg/menu-schedules-white.svg");
  }
  .featured-menu-wrapper.featured-menu-side ul.featured-menu li.menu-news a {
    background-color: #00C8D2;
  }
  .featured-menu-wrapper.featured-menu-side ul.featured-menu li.menu-news a::after {
    background-image: url("/app/themes/wwp_child_theme/assets/raw/svg/menu-news-darkblue.svg");
  }
  .featured-menu-wrapper.featured-menu-side ul.featured-menu li.menu-shop a {
    color: #000F39;
    background-color: #00C8D2;
  }
  .featured-menu-wrapper.featured-menu-side ul.featured-menu li.menu-shop a::after {
    background-image: url("/app/themes/wwp_child_theme/assets/raw/svg/menu-shop-darkblue.svg");
  }
  .featured-menu-wrapper.featured-menu-side ul.featured-menu li.menu-tickets a {
    color: #000F39;
    background-color: #00C8D2;
  }
  .featured-menu-wrapper.featured-menu-side ul.featured-menu li.menu-tickets a::after {
    background-image: url("/app/themes/wwp_child_theme/assets/raw/svg/billeterie-blue.svg");
  }
  .featured-menu-wrapper.featured-menu-side ul.featured-menu li a {
    position: relative;
    overflow: hidden;
  }
  .featured-menu-wrapper.featured-menu-side ul.featured-menu li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgba(42, 78, 179, 0.8), rgba(42, 78, 179, 0) 80%);
    pointer-events: none;
    filter: opacity(0.3);
    transition: all 0.4s ease-out;
  }
  .featured-menu-wrapper.featured-menu-side ul.featured-menu li a:hover::before, .featured-menu-wrapper.featured-menu-side ul.featured-menu li a:focus::before {
    filter: opacity(1);
  }
}
@media (max-width: 768px) {
  .featured-menu-wrapper.featured-menu-footer {
    --mobile-menu-height: 7rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100vw;
  }
  .featured-menu-wrapper.featured-menu-footer ul.featured-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: white;
    box-shadow: 0 -1px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .featured-menu-wrapper.featured-menu-footer ul.featured-menu li {
    flex: 1;
    position: relative;
  }
  .featured-menu-wrapper.featured-menu-footer ul.featured-menu li::before {
    content: "";
    width: 1px;
    height: calc(100% - 3rem);
    background-color: #b2dad3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .featured-menu-wrapper.featured-menu-footer ul.featured-menu li a {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    height: var(--mobile-menu-height);
    padding-top: 13px;
    background-color: white;
  }
  .featured-menu-wrapper.featured-menu-footer ul.featured-menu li a::after {
    background-repeat: no-repeat;
  }
  .featured-menu-wrapper.featured-menu-footer ul.featured-menu li:first-child::before {
    content: none;
  }
  .featured-menu-wrapper.featured-menu-footer ul.featured-menu li a::after {
    margin-bottom: 5px;
  }
  .featured-menu-wrapper.featured-menu-footer ul.featured-menu li.menu-infos a::after {
    background-image: url("/app/themes/wwp_child_theme/assets/raw/svg/menu-infos-blue.svg");
  }
  .featured-menu-wrapper.featured-menu-footer ul.featured-menu li.menu-schedules a::after {
    background-image: url("/app/themes/wwp_child_theme/assets/raw/svg/menu-schedules-blue.svg");
  }
  .featured-menu-wrapper.featured-menu-footer ul.featured-menu li.menu-news a::after {
    background-image: url("/app/themes/wwp_child_theme/assets/raw/svg/menu-news-blue.svg");
  }
  .featured-menu-wrapper.featured-menu-footer ul.featured-menu li.menu-shop a::after {
    background-image: url("/app/themes/wwp_child_theme/assets/raw/svg/menu-shop-blue.svg");
  }
  .featured-menu-wrapper.featured-menu-footer ul.featured-menu li.menu-tickets a {
    color: #000F39;
    background-color: #00C8D2;
  }
  .featured-menu-wrapper.featured-menu-footer ul.featured-menu li.menu-tickets a:before {
    content: none;
  }
  .featured-menu-wrapper.featured-menu-footer ul.featured-menu li.menu-tickets a::after {
    background-image: url("/app/themes/wwp_child_theme/assets/raw/svg/billeterie-blue.svg");
  }
}
@media (max-width: 768px) {
  .featured-menu-wrapper.featured-menu-mobile {
    margin: 3rem 0;
  }
  .featured-menu-wrapper.featured-menu-mobile ul.featured-menu li {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .featured-menu-wrapper.featured-menu-mobile ul.featured-menu li a {
    padding: 5px 0;
    align-items: center;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: white;
  }
  .featured-menu-wrapper.featured-menu-mobile ul.featured-menu li a::after {
    order: -1;
    margin-right: 1rem;
    border-radius: 50%;
    background-repeat: no-repeat !important;
  }
  .featured-menu-wrapper.featured-menu-mobile ul.featured-menu li.menu-infos a::after {
    background: #CBF1FF url("/app/themes/wwp_child_theme/assets/raw/svg/menu-infos-blue.svg");
    border: 8px solid #CBF1FF;
  }
  .featured-menu-wrapper.featured-menu-mobile ul.featured-menu li.menu-schedules a::after {
    background: #0067AB url("/app/themes/wwp_child_theme/assets/raw/svg/menu-schedules-white.svg");
    border: 8px solid #0067AB;
  }
  .featured-menu-wrapper.featured-menu-mobile ul.featured-menu li.menu-news a::after {
    background: #253970 url("/app/themes/wwp_child_theme/assets/raw/svg/menu-news-white.svg") 2px 2px;
    border: 8px solid #253970;
  }
  .featured-menu-wrapper.featured-menu-mobile ul.featured-menu li.menu-shop a::after {
    background: #0067AB url("/app/themes/wwp_child_theme/assets/raw/svg/menu-shop-white.svg");
    background-position: 4px 0;
    background-size: 73%;
    border: 8px solid #0067AB;
  }
  .featured-menu-wrapper.featured-menu-mobile ul.featured-menu li.menu-tickets a::after {
    background: #00C8D2 url("/app/themes/wwp_child_theme/assets/raw/svg/billeterie-blue.svg");
    border: 8px solid #00C8D2;
  }
}
@media (max-width: 768px) {
  :root {
    --menu-item-height: 60px;
    --menu-item-color-active: var(--color-theme-primary);
    --menu-item-bgcolor-active: transparent;
    --menu-item-parent-color: var(--color-theme-primary);
    --menu-item-parent-bgcolor: transparent;
  }
  .navigation-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    padding: var(--header-height-mobile) 3rem 8rem 3rem;
    z-index: 3000;
    background-color: #00011B;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: all 0.3s ease;
  }
  .mobile-opened .navigation-wrapper {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  ul.header-menu {
    display: block;
    margin-top: 3rem;
  }
  ul.header-menu li {
    height: auto;
  }
  ul.header-menu li > a {
    justify-content: space-between;
    padding: 10px 0;
  }
  ul.header-menu ul.children {
    display: none;
    position: initial;
    height: auto;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    transform: none !important;
  }
  ul.header-menu ul.level1 li {
    font-size: 1.2rem;
    font-weight: 400;
  }
  ul.header-menu ul.level1 li a {
    padding: 5px 5px 5px 20px;
  }
  ul.header-menu ul.level2 {
    padding-left: 20px;
  }
  ul.header-menu li.page_item_has_children.is-opened > a::after,
  ul.header-menu li.page_item_has_children:focus > a::after {
    transform: rotate(-180deg);
  }
  ul.header-menu li.page_item_has_children.is-opened > .children,
  ul.header-menu li.page_item_has_children:focus > .children {
    display: block;
  }
  ul.header-menu li.current_page_item {
    font-weight: 800 !important;
  }
}
ul.secondary-menu {
  list-style: none;
  padding-left: 0;
}
ul.secondary-menu li {
  font-weight: 700;
  font-size: 1.3rem;
}
ul.secondary-menu li a {
  display: block;
  padding: 5px 0;
  color: white;
  text-decoration: none;
}

.module-map {
  overflow: hidden;
}
.module-map .map-wrap {
  max-width: 600px;
  min-height: 280px;
  float: right;
  width: 100%;
}

.news-list {
  padding: 8rem 0;
}
.news-list .home-title {
  margin-bottom: 6rem;
}
.news-list .txtcenter {
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .news-list .home-title {
    padding-left: 2em;
  }
}
@media (max-width: 640px) {
  .news-list .home-title {
    padding-left: 4%;
  }
}
@media (max-width: 480px) {
  .news-list {
    padding: 4rem 0;
  }
  .news-list .home-title {
    margin-bottom: 4rem;
  }
}

.seaquarium-alert {
  position: fixed;
  top: 28rem;
  z-index: 2;
  color: #000000;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  transition: all 0.4s ease;
}
.seaquarium-alert .shape-otarie {
  background-color: #98D0ED;
  border: 10px solid #06071D;
  border-radius: 100%;
  fill: #3442A1;
  padding: 10px;
  position: absolute;
}
.seaquarium-alert .alert-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: bolder;
  background-color: #98D0ED;
  display: block;
}
.seaquarium-alert p {
  background-color: rgba(186, 229, 251, 0.9);
  text-align: center;
  padding: 10px 30px;
  margin: 0;
  line-height: 1em;
  font-size: 0.9em;
  border: 1px solid #98D0ED;
}
.seaquarium-alert .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2em;
  border: none;
  background: none;
}
@media (min-width: 640px) {
  .seaquarium-alert {
    right: 0;
    transform: translateX(120%);
    max-width: 330px;
    width: 100%;
  }
  .seaquarium-alert.active {
    transform: translateX(0%);
  }
  .seaquarium-alert .shape-otarie {
    width: 90px;
    height: 90px;
    top: 0;
    left: 0;
    margin-left: -50px;
    margin-top: -20px;
  }
  .seaquarium-alert .alert-title {
    padding: 10px 30px 10px 50px;
  }
}
@media (max-width: 640px) {
  .seaquarium-alert {
    right: 20px;
    left: 20px;
    transform: translateY(-100vh) scale(1);
    z-index: 55;
    opacity: 0;
  }
  .seaquarium-alert.active {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  .seaquarium-alert .shape-otarie {
    width: 90px;
    height: 90px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
  .seaquarium-alert .alert-title {
    padding: 50px 30px 10px;
  }
}

.home-engagements-block {
  position: relative;
  z-index: 1;
  padding-top: 16rem;
  padding-bottom: 12rem;
  overflow-x: hidden;
}
.home-engagements-block .bg-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.home-engagements-block .bg-image-wrapper .bg-image {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
.home-engagements-block .flex-container {
  flex-wrap: nowrap;
}
.home-engagements-block .content {
  flex: 1 0 40%;
}
.home-engagements-block .images-wrapper {
  position: relative;
}
.home-engagements-block .images-wrapper .image-2,
.home-engagements-block .images-wrapper .bg-blob {
  position: absolute;
  top: 0;
  left: -20px;
}
.home-engagements-block .bg-blob {
  z-index: -1;
}
.home-engagements-block .image-2 {
  z-index: 1;
}
.home-engagements-block .news-item-links {
  padding-left: 0;
}
.home-engagements-block .news-item-links a::after {
  background-color: white;
}
@media (max-width: 768px) {
  .home-engagements-block {
    padding-top: 10rem;
    padding-bottom: 18rem;
  }
}
@media (max-width: 767px) {
  .home-engagements-block {
    padding-top: 5rem;
    padding-bottom: 12rem;
  }
  .home-engagements-block .bg-image-wrapper .bg-image {
    max-width: none;
  }
  .home-engagements-block .images-wrapper {
    margin-top: 5rem;
  }
}

@keyframes horizontal-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.svg-blob .step {
  visibility: hidden;
}
.svg-blob .step1 {
  visibility: visible;
}

.home-institut-block {
  z-index: 0 !important;
  margin-top: 8rem;
}
.home-institut-block h2 {
  max-width: 32rem;
  height: 10rem;
  background: url(/app/themes/wwp_child_theme/assets/raw/images/logo-sq-institut-marin-blanc.svg) no-repeat;
  background-size: contain;
}
.home-institut-block .flex-container .content {
  position: relative;
  z-index: 1;
  flex: 1 0 40%;
}
.home-institut-block .news-item-links {
  padding-left: 0;
}
.home-institut-block .image-wrapper img {
  position: relative;
  top: -36rem;
  max-width: none;
  animation-duration: 5s;
  animation-name: floating;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@media (max-width: 767px) {
  .home-institut-block {
    margin-top: 0;
  }
  .home-institut-block .image-wrapper {
    max-height: 170vw;
  }
  .home-institut-block .image-wrapper img {
    top: -20vw;
    max-height: 120vw;
    width: auto;
  }
}
@media (max-width: 480px) {
  .home-institut-block h2 {
    margin-right: auto;
    margin-left: auto;
  }
}

@keyframes floating {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-25px);
  }
}
.animation-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 382px;
  flex-basis: 268px;
  padding: 5rem 4rem 3rem 4rem;
  background-color: white;
  box-shadow: 0 0 10px 5px rgba(118, 117, 117, 0.1);
  overflow: hidden;
  transition: background 0.4s ease;
}
.animation-card .inner-wrapper {
  transform: translateY(0);
  transition: all 0.5s ease;
  /*IE 10-11*/
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .animation-card .inner-wrapper {
    max-width: 90%;
  }
}
.animation-card .image-wrapper {
  opacity: 1;
  transition: all 0.4s ease;
}
.animation-card .image-wrapper img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  pointer-events: none;
}
.animation-card .title,
.animation-card .text {
  color: #1D4196;
}
.animation-card .title {
  display: flex;
  flex-direction: column;
  margin: 3rem 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.animation-card .title::after {
  content: "+";
  margin-top: 1rem;
  font-size: 1.7em;
  max-height: auto;
  opacity: 1;
  transition: all 0.4s;
}
.animation-card .text {
  margin-bottom: 7rem;
  text-align: center;
  color: white;
}
.animation-card .news-item-links {
  margin-top: 0;
  padding-left: 0;
  text-align: center !important;
}
.animation-card .news-item-links a {
  color: white;
  border-left-color: white;
}
.animation-card:hover, .animation-card:focus,
.animation-card .active {
  height: 420px;
  background-color: #449F91;
}
.animation-card:hover .inner-wrapper, .animation-card:focus .inner-wrapper,
.animation-card .active .inner-wrapper {
  transform: translateY(-220px);
}
.animation-card:hover .image-wrapper, .animation-card:focus .image-wrapper,
.animation-card .active .image-wrapper {
  opacity: 0;
}
.animation-card:hover .title, .animation-card:focus .title,
.animation-card .active .title {
  color: white;
}
.animation-card:hover .title::after, .animation-card:focus .title::after,
.animation-card .active .title::after {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
}
.animation-card:nth-child(1):hover, .animation-card:nth-child(1):focus,
.animation-card:nth-child(1) .active {
  background-color: #39b9a5;
}
.animation-card:nth-child(2):hover, .animation-card:nth-child(2):focus,
.animation-card:nth-child(2) .active {
  background-color: #2096a9;
}
.animation-card:nth-child(3):hover, .animation-card:nth-child(3):focus,
.animation-card:nth-child(3) .active {
  background-color: #53b3d4;
}
@media (max-width: 960px) {
  .animation-card {
    padding: 5rem 3rem 3rem 3rem;
  }
}
@media (max-width: 767px) {
  .animation-card {
    height: 80vw;
    padding: 2rem 2rem 2rem 2rem;
  }
  .animation-card .title {
    margin: 2rem 0;
  }
  .animation-card .title::after {
    margin-top: 0;
  }
  .animation-card .text {
    margin-bottom: 5rem;
  }
  .animation-card:hover .inner-wrapper, .animation-card:focus .inner-wrapper,
  .animation-card .active .inner-wrapper {
    transform: translateY(-48vw) !important;
  }
}
@media (max-width: 320px) {
  .animation-card {
    height: 100vw;
  }
  .animation-card .title {
    font-size: 1.6rem;
  }
  .animation-card:hover .inner-wrapper, .animation-card:focus .inner-wrapper,
  .animation-card .active .inner-wrapper {
    transform: translateY(-56vw) !important;
  }
}

.modale-slider-direction {
  position: relative;
  display: block;
  min-height: 25rem;
  width: 100%;
  overflow-x: hidden;
}

.modale-slider-prev,
.modale-slider-next {
  position: absolute;
  top: 50%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 234px;
  width: 234px;
  text-decoration: none !important;
  background-color: rgba(0, 4, 36, 0.3);
  border-radius: 50%;
  transform: translateY(-50%);
}
.modale-slider-prev span,
.modale-slider-next span {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  font-weight: 800;
  line-height: 1;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: white;
}

.modale-slider-prev {
  left: -16rem;
}
.modale-slider-prev span {
  right: -13rem;
}
.modale-slider-prev span::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  margin-right: 4rem;
}

.modale-slider-next {
  right: -16rem;
}
.modale-slider-next span {
  left: -13rem;
}
.modale-slider-next span::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  margin-left: 4rem;
}

/* ----------------------------- */
/* ==Modale video component      */
/* ----------------------------- */
/*For Atomic only*/
.atoms-main #video-container {
  max-width: 1200px;
}

.video-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 6rem;
  margin-bottom: 7rem;
}
.video-item a.modale-video {
  display: block;
  height: 100%;
  text-decoration: none;
}
.video-item .video-image-wrapper {
  position: relative;
  height: 390px;
  width: 100%;
  overflow: hidden;
}
.video-item .video-image-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 4, 36, 0);
  pointer-events: none;
  transition: all 0.4s;
}
.video-item .video-image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  min-height: 100%;
  width: auto !important;
  min-width: 100%;
  max-width: none;
  opacity: 1;
  transition: all 0.4s;
}
.video-item .video-time {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 3px 15px;
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  background-color: rgba(0, 4, 36, 0.6);
}
.video-item .video-content {
  width: calc(100% - 4rem);
  max-width: 370px;
  margin-top: 3rem;
}
.video-item .video-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}
.video-item .video-text {
  font-size: 1.3rem;
  text-align: center;
}
.video-item .video-play {
  position: relative;
  top: 50%;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transform: translateY(-50%);
}
.video-item .video-play::before {
  position: relative;
  z-index: 3;
  content: "";
  display: block;
  height: 55px;
  min-height: 55px;
  width: 55px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.4s;
}
.video-item .video-play::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: calc(50% - 9px);
  z-index: 3;
}
.video-item .video-play span {
  position: absolute;
  bottom: -30px;
  display: block;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  opacity: 0;
  transition: all 0.4s;
}
.video-item.video-active .video-image-wrapper, .video-item.video-active .video-play {
  display: none;
}
@media (hover: hover) {
  .video-item {
    /*Ne pas appliquer evenements hover sur touch screens*/
  }
  .video-item:hover .video-image-wrapper::after, .video-item:focus .video-image-wrapper::after {
    background-color: rgba(0, 4, 36, 0.8);
  }
  .video-item:hover .video-play span, .video-item:focus .video-play span {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .video-item .video-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .video-item {
    margin-bottom: 4rem;
  }
  .video-item .video-image-wrapper {
    height: 50vw;
  }
  .video-item .video-content {
    width: calc(100% - 2rem);
  }
  .video-item .video-title {
    -webkit-hyphens: initial;
            hyphens: initial;
  }
}

.videos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10rem;
  margin-right: -1rem;
  margin-left: -1rem;
  padding-left: 0;
  list-style: none;
}
.videos-list > * {
  margin-top: 0;
  margin-bottom: 4rem;
  margin-right: 1rem;
  margin-left: 1rem;
  width: calc(33.3333333333% - 2rem - 0.1px);
}
.videos-list > * .video-image-wrapper {
  height: 210px;
}
.videos-list > *:nth-child(1), .videos-list > *:nth-child(2) {
  width: calc(50% - 2rem - 0.1px);
}
.videos-list > *:nth-child(1) .video-image-wrapper, .videos-list > *:nth-child(2) .video-image-wrapper {
  height: 320px;
}
@media (max-width: 768px) {
  .videos-list {
    margin-top: 6rem;
  }
  .videos-list > * .video-image-wrapper {
    height: 20vw;
  }
  .videos-list > *:nth-child(1) .video-image-wrapper, .videos-list > *:nth-child(2) .video-image-wrapper {
    height: 30vw;
  }
}
@media (max-width: 767px) {
  .videos-list {
    display: block;
    margin-top: 4rem;
    margin-right: 0;
    margin-left: 0;
  }
  .videos-list > * {
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
  }
  .videos-list > * .video-image-wrapper {
    height: 46vw !important;
  }
  .videos-list > * .video-content {
    margin-top: 2rem;
    max-width: 100%;
  }
  .videos-list > * .video-text {
    margin-bottom: 0;
  }
}

ul.cta-scolaires-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767px) {
  ul.cta-scolaires-list {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}

li.cta-scolaires {
  min-height: 412px;
  width: calc(33.3333333333% - 1.5rem - 0.1px);
  max-width: 268px;
  margin: 1.5rem;
  transform: scale(1);
  transition: all 0.4s;
}
li.cta-scolaires a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 6rem 2rem 3rem 2rem;
  background-color: white;
  text-decoration: none;
  border: 5px solid #B5DFFE;
  box-shadow: 0 0 10px 5px rgba(118, 117, 117, 0.1);
}
li.cta-scolaires p {
  margin: 3rem 0 4rem 0;
  font-size: 2rem;
  color: #1D4196;
  text-align: center;
  line-height: 1.5;
}
li.cta-scolaires .cta-arrow {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
li.cta-scolaires:hover .cta-arrow, li.cta-scolaires:focus .cta-arrow {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  li.cta-scolaires {
    width: calc(50% - 1.5rem - 0.1px);
  }
  li.cta-scolaires:hover, li.cta-scolaires:focus {
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  li.cta-scolaires {
    height: 34rem;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  li.cta-scolaires a {
    padding: 2rem 2rem 2rem 2rem;
  }
  li.cta-scolaires p {
    margin: 3rem 0 3rem 0;
  }
}

.item-reouverture {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 6rem 2rem 3rem 2rem;
  background-color: white;
  text-decoration: none;
  border: 5px solid #B5DFFE;
  box-shadow: 0 0 10px 5px rgba(118, 117, 117, 0.1);
}
.item-reouverture .counter {
  position: absolute;
  top: -5px;
  left: calc(50% - 32px);
  height: 38px;
  width: 64px;
  background: url("/app/themes/wwp_child_theme/assets/raw/svg/counter.svg") no-repeat;
}
.item-reouverture .counter::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  font-weight: 800;
  color: white;
}
.item-reouverture .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 8rem;
  width: 8rem;
}
.item-reouverture img.picto {
  max-height: 100%;
}
.item-reouverture .text {
  max-width: 100%;
  margin: 3rem 0 4rem 0;
  font-size: 2rem;
  color: #1D4196;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .item-reouverture {
    padding: 5rem 1rem 2rem 1rem;
  }
  .item-reouverture .text {
    margin: 2rem 0 2rem 0;
    font-size: 1.5rem;
  }
}

.reouverture-list > li:last-child {
  /*IE 10-11*/
}
.reouverture-list > li:last-child .item-reouverture {
  justify-content: center;
  padding: 3rem 2rem 3rem 2rem;
  background-color: #B5DFFE;
}
.reouverture-list > li:last-child .item-reouverture .counter {
  display: none;
}
.reouverture-list > li:last-child .item-reouverture .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}
.reouverture-list > li:last-child .item-reouverture .text::before, .reouverture-list > li:last-child .item-reouverture .text::after {
  flex: 0 0 9px;
  content: "";
  display: block;
  height: 9px;
  width: 49px;
  margin: 3rem 0;
  background-color: #FF7062;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .reouverture-list > li:last-child .text {
    display: block !important;
  }
  .reouverture-list > li:last-child .text::before, .reouverture-list > li:last-child .text::after {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (max-width: 767px) {
  .reouverture-list > li:last-child .item-reouverture .text {
    margin: 0;
  }
  .reouverture-list > li:last-child .item-reouverture .text::before, .reouverture-list > li:last-child .item-reouverture .text::after {
    margin: 2rem 0;
  }
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0 solid #DDD;
  border-radius: 0px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 10px;
  font-size: 1.6rem;
  line-height: 50px;
  color: #504E4D;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #F8f8f8;
  color: #504E4D;
  text-align: center;
  font: 0/0 a;
  *font: 20px/50px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #504E4D;
  border-bottom: none;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: transparent;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

#forms + p + .component {
  max-width: 1000px;
}

form.wwpform {
  padding: 0;
  background-color: transparent;
}
form ul, form ol {
  list-style: none;
  padding-left: 0;
}
form fieldset,
form .form-group-wrap {
  padding: 2rem;
  background-color: var(--wp--preset--color--secondary);
  border: 1px solid 1px solid #1D4196;
}
form input,
form textarea,
form select {
  width: 100%;
  line-height: 1.2;
  font-size: 1.6rem !important;
  color: #504E4D !important;
  background-color: transparent;
  border-radius: 6px !important;
  border: none;
}
@media (max-width: 1023px) {
  form input,
  form textarea,
  form select {
    font-size: 1.6rem !important;
  }
}
form input {
  height: 50px;
  padding-right: 5rem;
}
form [type=color],
form [type=date],
form [type=datetime-local],
form [type=email],
form [type=month],
form [type=number],
form [type=password],
form [type=search],
form [type=tel],
form [type=text],
form [type=time],
form [type=url],
form [type=week],
form select,
form textarea {
  min-height: 50px;
  padding: 0.5rem 4rem 0.5rem 2rem;
  box-shadow: 0 0 0 1px #504E4D inset;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  form [type=color],
  form [type=date],
  form [type=datetime-local],
  form [type=email],
  form [type=month],
  form [type=number],
  form [type=password],
  form [type=search],
  form [type=tel],
  form [type=text],
  form [type=time],
  form [type=url],
  form [type=week],
  form select,
  form textarea {
    height: 50px;
  }
}
@media (max-width: 1023px) {
  form [type=color],
  form [type=date],
  form [type=datetime-local],
  form [type=email],
  form [type=month],
  form [type=number],
  form [type=password],
  form [type=search],
  form [type=tel],
  form [type=text],
  form [type=time],
  form [type=url],
  form [type=week],
  form select,
  form textarea {
    font-size: 1.6rem;
  }
}
form input[type=file] {
  font-size: inherit;
}
form label {
  margin-bottom: 0.5rem;
  color: #504E4D;
  font-size: 1.6rem;
}
form legend {
  color: #504E4D;
}
form ::-moz-placeholder {
  letter-spacing: 0;
  color: #504E4D;
  font-size: 1.6rem;
  line-height: normal;
}
form ::placeholder {
  letter-spacing: 0;
  color: #504E4D;
  font-size: 1.6rem;
  line-height: normal;
}
form textarea {
  min-height: 100px;
  padding-top: 14px;
}

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

.select-wrap {
  width: 100%;
}

.select-style {
  position: relative;
}
.select-style::after {
  content: "❯";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}
.select-style select {
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-style label.error {
  display: none;
}

/*Variables
à modifier directement dans le fichier selectric.scss
*/
.selectric-wrapper .selectric {
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #504E4D inset;
}
.selectric-wrapper .selectric .button {
  display: flex;
  width: 50px;
  min-width: auto;
  height: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
}
.selectric-wrapper .selectric .button::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.selectric-wrapper .selectric .button::after {
  content: none;
}
.selectric-wrapper .selectric-items li.selected {
  background-color: #D1CFD4;
}
.selectric-wrapper .selectric-items li:hover,
.selectric-wrapper .selectric-items li:focus {
  background-color: #f2f2f3;
}

@media (max-width: 1023px) {
  .selectric {
    padding-left: 2rem;
  }
  .selectric .label {
    margin-right: 1rem;
  }
  .selectric .button {
    width: 50px;
  }
}
.switch-wrap,
.checkbox-wrap,
.module-tracker .trackers-cookie-container form.wwpform .checkbox-tracker,
.radio-wrap {
  display: flex;
  align-items: flex-start;
}

.switch,
.checkbox,
.radio {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px #504E4D inset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.switch ~ label,
.checkbox ~ label,
.radio ~ label {
  margin-bottom: 0;
  padding-top: 1px;
  font-size: 1.6rem;
}

.checkbox,
.radio {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  transition: background-color 0.15s;
  /*IE 10-11*/
}
.checkbox:checked,
.radio:checked {
  background-color: white !important;
  background-image: none;
}
.checkbox:checked::before,
.radio:checked::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-color: #504E4D;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkbox:checked,
  .radio:checked {
    background-color: #504E4D !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=) !important;
  }
}

.radio {
  border-radius: 50%;
}
.radio:checked::before {
  border-radius: 50%;
}

.submitFormField {
  order: 2;
  margin: 3rem 0 !important;
}
[type=submit] {
  justify-content: center;
  height: 50px;
  min-height: 50px;
}

.dob-wrap .field-group {
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
}
.dob-wrap .field-group > div {
  flex: 1 1 33.3333333333%;
  margin-right: 1rem;
  margin-left: 1rem;
}

.input-wrap.rgpd-wrap {
  order: 1 !important;
}

fieldset.inline {
  margin: 0;
  padding: 0;
}
fieldset.inline .form-group {
  display: inline-block;
  margin-right: 5%;
}
fieldset.inline .form-group:last-child {
  margin-right: 0;
}

.form-before-fields {
  flex: 1 1 100% !important;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-style: italic;
}

.help {
  margin-top: 1rem;
}
.help span {
  display: block;
  font-size: 1.2rem;
  font-style: italic;
  color: #504E4D;
  line-height: 1.2;
}

input[type=text]:required:valid,
input[type=number]:required:valid {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAABGdBTUEAALGPC/xhBQAAAOFJREFUKBVjZCASzJmjrPP7z9+NDIyMKzLT71czEqMPrOnvv30M//+LgtQzMjOmMBHSiK4JqP47w1/ma2CNQEmVmTOV+NENwaaJmYnJLyPjznEmoAbvP3//Xf3////puXPVpWCacWlKS7u3B6SGccYMhSf/GRikwRwGxtusrGwOf/78Fv7H8H8vzE9Aue8gm2CaQGqZGBkZqoH0PxDnP8N/1V9/fh0kpAmkFhyq02cpJzD8+zsXyEcPLAybQJpAAB4dWDTj1ISiEcRB0vwT3U8gebxgxgwl59mzlY3xKgJKAgDWBHhtFDswJQAAAABJRU5ErkJggg==");
  background-position: calc(100% - 2rem) center;
  background-repeat: no-repeat;
}

form label.error {
  font-size: 0.9em;
  font-style: italic;
  color: #d32F2f !important;
}
form input.error {
  color: #d32F2f !important;
  background-color: #f2d0d0 !important;
}

.form-errors {
  margin-bottom: 4rem;
  padding: 15px;
  font-size: 2rem;
  color: #d32F2f;
  background-color: #f2d0d0;
  border-bottom: 4px solid #d32F2f;
}

.has-error input {
  border: 1px solid #d32F2f;
}
.has-error .label-error {
  color: #d32F2f;
}

/*
Form options (gutenberg ?)
*/
/*
  Présentation en ligne
  Variantes : nombre de colonnes, largeur de gouttière
*/
.form-inline form,
.module-newsletter .form-inline form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.form-inline form .form-before-fields,
.module-newsletter .form-inline form .form-before-fields {
  margin: 12px;
}
.form-inline form .form-group,
.form-inline form .form-group.email-wrap,
.module-newsletter .form-inline form .form-group,
.module-newsletter .form-inline form .form-group.email-wrap {
  flex: 1 1 calc(calc(100% / 2) - 24px);
  margin: 12px;
}
.form-inline form .checkbox-wrap, .form-inline .module-tracker .trackers-cookie-container form.wwpform .checkbox-tracker, .module-tracker .trackers-cookie-container .form-inline form.wwpform .checkbox-tracker,
.form-inline form .radio-wrap,
.form-inline form .textarea-wrap,
.module-newsletter .form-inline form .checkbox-wrap,
.module-newsletter .form-inline form .radio-wrap,
.module-newsletter .form-inline form .textarea-wrap {
  flex-basis: 100%;
}
.form-inline form .message-wrap,
.module-newsletter .form-inline form .message-wrap {
  display: block;
}
.form-inline form .submitFormField,
.module-newsletter .form-inline form .submitFormField {
  width: 100%;
  text-align: center;
}
@media (max-width: 1023px) {
  .form-inline form,
  .module-newsletter .form-inline form {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .form-inline form .form-group,
  .module-newsletter .form-inline form .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .form-inline form .form-before-fields,
  .form-inline form .group-wrap,
  .module-newsletter .form-inline form .form-before-fields,
  .module-newsletter .form-inline form .group-wrap {
    width: 100% !important;
    margin: 1rem 0;
  }
  .form-inline form .field-group,
  .module-newsletter .form-inline form .field-group {
    margin-bottom: 2rem;
  }
  .form-inline form .form-group:not(.checkbox-wrap):not(.radio-wrap),
  .module-newsletter .form-inline form .form-group:not(.checkbox-wrap):not(.radio-wrap) {
    display: block;
    width: 100% !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .form-inline form .selectric,
  .module-newsletter .form-inline form .selectric {
    padding-left: 0;
  }
  .form-inline form .selectric .label,
  .module-newsletter .form-inline form .selectric .label {
    margin-left: 0;
    margin-right: 0;
  }
  .form-inline form .selectric .button,
  .module-newsletter .form-inline form .selectric .button {
    width: 45px;
  }
}

/*Chosen styles override*/
.chosen-container {
  width: 100% !important;
}

.chosen-choices {
  min-height: 50px;
  margin-top: 0 !important;
  padding: 2px 5px;
  box-shadow: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .chosen-choices {
    height: 50px;
  }
}
.chosen-choices li.search-field {
  height: 42px;
}
.chosen-choices li.search-field input[type=text] {
  font-family: "Mulish", sans-serif;
  min-height: 42px;
  padding: 0 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .chosen-choices li.search-field input[type=text] {
    height: 42px;
  }
}

body.single-wwp-parcours {
  /*IE 10-11*/
}
body.single-wwp-parcours.modaal-noscroll {
  overflow: hidden;
  position: fixed;
}
body.single-wwp-parcours .back-button {
  display: flex;
  justify-content: center;
  top: 4rem;
  right: 4rem;
  padding: 0;
  -webkit-appearance: none;
  background: none;
  border-radius: 50%;
  border: 1px solid #1D4196;
}
body.single-wwp-parcours .back-button::before, body.single-wwp-parcours .back-button::after {
  background-color: #1D4196;
}
body.single-wwp-parcours .header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3vw;
}
body.single-wwp-parcours .header-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 7.3rem;
  margin: 0 auto;
}
body.single-wwp-parcours .header-logo img {
  width: 100%;
  height: auto;
}
body.single-wwp-parcours .site-content {
  overflow: hidden;
}
body.single-wwp-parcours .post-thumbnail {
  position: relative;
  z-index: 0;
  height: 44vw;
  max-height: 600px;
  overflow: hidden;
}
body.single-wwp-parcours .post-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
  width: auto;
  min-height: 102%;
  max-width: none;
  transform: translate(-50%, -50%);
}
body.single-wwp-parcours .post-thumbnail .svg-blob {
  position: absolute;
  bottom: -2px;
  z-index: 2;
}
body.single-wwp-parcours .entry-header {
  position: absolute;
  top: 15vw;
  left: 50%;
  z-index: 1;
  height: auto;
  background: none;
  transform: translateX(-50%);
}
body.single-wwp-parcours .entry-header .headings,
body.single-wwp-parcours .entry-header .entry-title {
  height: auto;
  max-width: none;
}
body.single-wwp-parcours h1 {
  margin-top: 0 !important;
  font-size: 5rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  color: #000F39;
}
body.single-wwp-parcours h1 span {
  margin-top: 1rem;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.4em;
  line-height: 1.2;
}
body.single-wwp-parcours .site-content {
  padding-bottom: 0;
}
body.single-wwp-parcours .breadcrumb-wrapper {
  display: none;
}
body.single-wwp-parcours .entry-content {
  margin: 0;
  background-color: #C0E3FF;
  /*    @supports (-webkit-overflow-scrolling: touch) {
        background-color: rgb(181,223,254); //iOS
      } //Pour iOS only*/
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.single-wwp-parcours .post-thumbnail .svg-blob {
    bottom: -23rem;
  }
}
@media (min-width: 768px) {
  body.single-wwp-parcours .is-sticky .header-logo {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 960px) {
  body.single-wwp-parcours .header-logo {
    top: 3rem;
  }
  body.single-wwp-parcours h1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  body.single-wwp-parcours .entry-content {
    background-color: rgb(181, 223, 254);
  }
  body.single-wwp-parcours .entry-header {
    top: 19vw !important;
  }
  body.single-wwp-parcours h1 span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  body.single-wwp-parcours .header-logo {
    top: 4rem;
  }
  body.single-wwp-parcours .header-logo a {
    width: 22rem;
    height: 7rem;
  }
  body.single-wwp-parcours .header-logo.no-parcours {
    display: none;
  }
  body.single-wwp-parcours .back-button {
    top: 2rem;
    right: 2rem;
    width: 5rem;
    height: 5rem;
  }
  body.single-wwp-parcours .post-thumbnail {
    height: 20rem;
  }
  body.single-wwp-parcours #header,
  body.single-wwp-parcours .header-bar-links {
    max-width: 100%;
  }
  body.single-wwp-parcours .entry-header {
    width: 100%;
    top: 20rem !important;
  }
  body.single-wwp-parcours h1 {
    font-size: 3rem;
  }
}

.line-timeline {
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  height: 0;
  width: 2px;
  background-color: white;
}

.scenes-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8rem;
}
.scenes-wrap > .interlude {
  display: none;
}
@media (max-width: 767px) {
  .scenes-wrap {
    display: block;
  }
}

.scenes-wrap .item,
.scene {
  width: 100%;
  /*On masque temporairement le bouton de la modale*/
}
.scenes-wrap .item .scene-inner,
.scene .scene-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-bottom: 13rem;
}
.scenes-wrap .item .before-scene,
.scene .before-scene {
  position: relative;
  z-index: 2;
  height: 25rem;
}
.scenes-wrap .item img.interlude,
.scene img.interlude {
  position: absolute;
  bottom: -11rem;
  right: 0;
  z-index: 1;
}
.scenes-wrap .item .scene-number,
.scene .scene-number {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 5px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  width: 52px;
  color: #1D4196;
  font-size: 2rem;
  background-color: white;
  border-radius: 50%;
  box-sizing: content-box;
  transition: transform 0.5s ease;
}
.scenes-wrap .item.active .scene-number,
.scene.active .scene-number {
  transform: translate(-50%, 5px) scale(1.3);
}
.scenes-wrap .item .img-wrap,
.scenes-wrap .item .card-block,
.scene .img-wrap,
.scene .card-block {
  position: relative;
  z-index: 1;
  flex-basis: 100%;
  transition: transform 0.5s ease;
}
.scenes-wrap .item .img-wrap,
.scene .img-wrap {
  display: flex;
  justify-content: flex-end;
}
.scenes-wrap .item .img-wrap img,
.scene .img-wrap img {
  max-width: 100%;
}
.scenes-wrap .item.active .img-wrap,
.scene.active .img-wrap {
  transform: translateX(10px);
}
.scenes-wrap .item .card-block,
.scene .card-block {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0 5rem;
}
.scenes-wrap .item.active .card-block,
.scene.active .card-block {
  transform: translateX(-10px);
}
.scenes-wrap .item .inner-block,
.scene .inner-block {
  max-width: 400px;
}
.scenes-wrap .item .card-title,
.scene .card-title {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  font-weight: 800;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.2;
  background-image: linear-gradient(180deg, transparent 65%, #C0E3FF 0);
}
.scenes-wrap .item .btn, .scenes-wrap .item a.wp-block-button__link,
.scene .btn,
.scene a.wp-block-button__link {
  margin-top: 4rem;
  font-style: normal;
  background-color: #C0E3FF;
}
.scenes-wrap .item .btn:hover, .scenes-wrap .item a.wp-block-button__link:hover, .scenes-wrap .item .btn:focus, .scenes-wrap .item a.wp-block-button__link:focus,
.scene .btn:hover,
.scene a.wp-block-button__link:hover,
.scene .btn:focus,
.scene a.wp-block-button__link:focus {
  background-color: white !important;
}
.scenes-wrap .item:nth-of-type(even),
.scene:nth-of-type(even) {
  background: url("/app/themes/wwp_child_theme/assets/raw/svg/parcours-mediumblue.svg") repeat-x;
  background-position: center bottom;
}
.scenes-wrap .item:nth-of-type(even) img.interlude,
.scene:nth-of-type(even) img.interlude {
  left: 0;
  right: auto;
}
.scenes-wrap .item:nth-of-type(even) .card-block,
.scene:nth-of-type(even) .card-block {
  justify-content: flex-start;
}
.scenes-wrap .item:nth-of-type(even) .btn, .scenes-wrap .item:nth-of-type(even) a.wp-block-button__link,
.scene:nth-of-type(even) .btn,
.scene:nth-of-type(even) a.wp-block-button__link {
  background-color: #A7D0FF;
}
.scenes-wrap .item:nth-of-type(even).active .img-wrap,
.scene:nth-of-type(even).active .img-wrap {
  transform: translateX(-10px);
}
.scenes-wrap .item:nth-of-type(even).active .card-block,
.scene:nth-of-type(even).active .card-block {
  transform: translateX(10px);
}
.scenes-wrap .item:nth-of-type(odd) .scene-inner,
.scene:nth-of-type(odd) .scene-inner {
  flex-direction: row-reverse;
}
.scenes-wrap .item:nth-of-type(odd) .img-wrap,
.scene:nth-of-type(odd) .img-wrap {
  justify-content: flex-start;
}
.scenes-wrap .item:nth-of-type(odd) .card-block,
.scene:nth-of-type(odd) .card-block {
  padding-left: 0;
  padding-right: 5rem;
}
.scenes-wrap .item:nth-child(5) .btn-wrapper,
.scene:nth-child(5) .btn-wrapper {
  display: none;
}
@media (max-width: 1024px) {
  .scenes-wrap .item .before-scene,
  .scene .before-scene {
    max-height: 21rem;
  }
  .scenes-wrap .item .scene-inner,
  .scene .scene-inner {
    padding-bottom: 8rem;
  }
}
@media (max-width: 960px) {
  .scenes-wrap .item,
  .scene {
    padding-right: 4rem;
    padding-left: 4rem;
    padding-bottom: 0;
  }
  .scenes-wrap .item:nth-child(even),
  .scene:nth-child(even) {
    padding-bottom: 8rem;
    background-size: cover;
  }
  .scenes-wrap .item .card-title,
  .scene .card-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .scenes-wrap .item:first-of-type,
  .scene:first-of-type {
    margin-top: 7rem;
  }
  .scenes-wrap .item:nth-of-type(even),
  .scene:nth-of-type(even) {
    padding-bottom: 14rem;
    background: url("/app/themes/wwp_child_theme/assets/raw/svg/parcours-mediumblue-ios.svg") repeat-x;
    background-size: cover;
  }
  .scenes-wrap .item .scene-inner,
  .scene .scene-inner {
    padding-bottom: 0;
  }
  .scenes-wrap .item .img-wrap img,
  .scene .img-wrap img {
    max-height: 100%;
    width: 100%;
  }
  .scenes-wrap .item .inner-block,
  .scene .inner-block {
    max-width: 260px;
  }
  .scenes-wrap .item .scene-number::before,
  .scene .scene-number::before {
    height: 12rem;
    top: -14rem;
  }
}
@media (max-width: 767px) {
  .scenes-wrap .item,
  .scene {
    padding-right: 0;
    padding-left: 0;
  }
  .scenes-wrap .item .scene-inner,
  .scene .scene-inner {
    display: block;
    margin-top: 6rem;
  }
  .scenes-wrap .item .scene-inner .img-wrap,
  .scene .scene-inner .img-wrap {
    transform: none !important;
  }
  .scenes-wrap .item:first-of-type,
  .scene:first-of-type {
    margin-top: 14rem;
  }
  .scenes-wrap .item:first-of-type .before-scene,
  .scene:first-of-type .before-scene {
    height: 3rem;
  }
  .scenes-wrap .item:nth-of-type(even),
  .scene:nth-of-type(even) {
    padding-bottom: 12rem;
  }
  .scenes-wrap .item .scene-number::before,
  .scene .scene-number::before {
    height: 6rem;
    top: -8rem;
  }
  .scenes-wrap .item .card-block,
  .scene .card-block {
    display: block;
    margin-top: 2rem;
    padding: 0 !important;
    text-align: center;
    transform: none !important;
  }
  .scenes-wrap .item .inner-block,
  .scene .inner-block {
    max-width: 100%;
  }
  .scenes-wrap .item .btn-wrapper,
  .scene .btn-wrapper {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .scenes-wrap .item .before-scene,
  .scene .before-scene {
    max-height: 16rem;
  }
  .scenes-wrap .item .scene-inner .img-wrap,
  .scene .scene-inner .img-wrap {
    max-height: 50vw;
  }
}

body.single-wwp-parcours .entry-content {
  position: relative;
}
body.single-wwp-parcours .poisson-timeline {
  position: fixed;
  top: 52rem;
  left: calc(50% - 26px);
  z-index: 2;
  height: 114px;
  width: 50px;
  overflow: hidden;
  background: url("/app/uploads/2019/10/poisson-pilote_SPRITE-400.png") no-repeat;
  animation: swim 1.5s steps(8) infinite;
  animation-play-state: paused;
}
body.single-wwp-parcours .poisson-timeline.swimming {
  animation-play-state: running;
}
@keyframes swim {
  from {
    background-position: 0px;
  }
  to {
    background-position: -400px;
  }
}
body.single-wwp-parcours .illus {
  position: absolute;
  z-index: 2;
}
body.single-wwp-parcours .meduse-gauche {
  animation-duration: 5s;
  animation-name: floating;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
body.single-wwp-parcours .meduse-droite {
  animation-duration: 5s;
  animation-name: floating;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-delay: -2s;
}
body.single-wwp-parcours .meduse-droite.meduse-droite-2 {
  left: 6rem !important;
}
body.single-wwp-parcours .tortue {
  transform: rotate(-26deg) scale(0.7);
}
body.single-wwp-parcours .algue-sombre {
  animation-duration: 10s;
  animation-name: swinging2;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: bottom right;
  animation-delay: -2s;
}
body.single-wwp-parcours .algue-claire {
  animation-duration: 10s;
  animation-name: swinging;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: bottom center;
}
body.single-wwp-parcours .algue-claire.algue-claire-2 {
  top: auto !important;
  bottom: 0 !important;
  left: auto !important;
  right: 0 !important;
}
@media (max-width: 1440px) {
  body.single-wwp-parcours .banc-poissons {
    top: 53vw !important;
    left: -5rem !important;
    transform: scale(0.8);
  }
  body.single-wwp-parcours .algue-claire {
    left: 6rem;
    top: auto !important;
    bottom: -11rem !important;
  }
}
@media (max-width: 1280px) {
  body.single-wwp-parcours .illus {
    transform: scale(0.6) !important;
  }
  body.single-wwp-parcours .banc-poissons {
    top: 67rem !important;
    left: -10rem !important;
  }
  body.single-wwp-parcours .algue-sombre {
    left: auto !important;
    right: 7rem !important;
  }
}
@media (max-width: 768px) {
  body.single-wwp-parcours .tortue {
    top: -17rem !important;
    right: -6rem !important;
  }
  body.single-wwp-parcours .banc-poissons {
    top: 56rem !important;
  }
  body.single-wwp-parcours .meduse-gauche {
    top: 4rem !important;
    left: 5rem !important;
  }
  body.single-wwp-parcours .meduse-droite {
    top: 3rem !important;
  }
  body.single-wwp-parcours .poisson-timeline {
    top: 31rem !important;
  }
  body.single-wwp-parcours .algue-claire {
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  body.single-wwp-parcours .poisson-timeline,
  body.single-wwp-parcours .illus {
    display: none;
  }
}

@keyframes swinging {
  from {
    transform: rotate(-10deg);
  }
  to {
    transform: rotate(10deg);
  }
}
@keyframes swinging2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}
.modaal-wrapper.modale-parcours .modaal-inner-wrapper {
  padding: 0;
}
.modaal-wrapper.modale-parcours .modaal-container {
  height: 100%;
  max-width: 1440px;
  padding-top: 0;
  color: inherit;
  background-color: white;
}
.modaal-wrapper.modale-parcours .modaal-content {
  display: block;
  overflow: hidden;
}
.modaal-wrapper.modale-parcours .modaal-content-container {
  padding: 0;
}
.modaal-wrapper.modale-parcours .modaal-close, .modaal-wrapper.modale-parcours body.single-wwp-parcours .back-button, body.single-wwp-parcours .modaal-wrapper.modale-parcours .back-button {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.modaal-wrapper.modale-parcours .modaal-close::before, .modaal-wrapper.modale-parcours body.single-wwp-parcours .back-button::before, body.single-wwp-parcours .modaal-wrapper.modale-parcours .back-button::before, .modaal-wrapper.modale-parcours .modaal-close::after, .modaal-wrapper.modale-parcours body.single-wwp-parcours .back-button::after, body.single-wwp-parcours .modaal-wrapper.modale-parcours .back-button::after {
  background: white !important;
}
.modaal-wrapper.modale-parcours .modaal-close span, .modaal-wrapper.modale-parcours body.single-wwp-parcours .back-button span, body.single-wwp-parcours .modaal-wrapper.modale-parcours .back-button span {
  left: -7rem;
  clip: initial;
  height: auto !important;
  width: auto !important;
  overflow: auto;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  text-align: right;
}
.modaal-wrapper.modale-parcours .modaal-close:hover, .modaal-wrapper.modale-parcours body.single-wwp-parcours .back-button:hover, body.single-wwp-parcours .modaal-wrapper.modale-parcours .back-button:hover, .modaal-wrapper.modale-parcours .modaal-close:focus, .modaal-wrapper.modale-parcours body.single-wwp-parcours .back-button:focus, body.single-wwp-parcours .modaal-wrapper.modale-parcours .back-button:focus {
  background: rgba(255, 255, 255, 0.5);
}

body.single-wwp-parcours .content-modale-scene .entry-header {
  position: relative;
  top: 0 !important;
  left: 0;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  height: 46rem;
  transform: none;
}
body.single-wwp-parcours .content-modale-scene h1 {
  text-align: left;
  font-weight: 800;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.2;
  color: white;
  text-transform: none;
  background-image: linear-gradient(180deg, transparent 65%, #000F39 0);
}
body.single-wwp-parcours .content-modale-scene .entry-content {
  background-color: white;
}
.content-modale-scene .entry-header {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  text-align: left;
  height: 50rem;
  padding-bottom: 8rem;
  background: url("/app/themes/wwp_child_theme/assets/raw/svg/header-parcours-scene.svg") no-repeat left bottom !important;
  background-size: cover !important;
}
.content-modale-scene h1 {
  display: inline;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.content-modale-scene .entry-content {
  padding-top: 10rem;
}
.content-modale-scene .entry-content h2 {
  margin-top: 8rem;
  margin-left: -7rem;
}
@media (max-width: 1280px) {
  .content-modale-scene .entry-header {
    padding-bottom: 16rem;
  }
}
@media (max-width: 768px) {
  .content-modale-scene .entry-header {
    height: 40rem;
  }
  .content-modale-scene h1 {
    font-size: 3rem;
  }
  .content-modale-scene .entry-content h2 {
    margin-left: 0;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .content-modale-scene h1 {
    font-size: 2.6rem;
  }
  .content-modale-scene .entry-content {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .content-modale-scene .entry-content h2 {
    margin-top: 0;
    margin-left: 0;
    font-size: 3rem;
  }
}

body.page-template-species .site-content {
  padding-bottom: 0;
}
body.page-template-species .module-bp ul.bp-list li {
  margin-bottom: 0;
}

.details-species-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.details-species-wrapper > * {
  width: 50%;
}
.details-species-wrapper > *:first-child {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.details-species-wrapper > *:last-child {
  padding-right: 5rem;
  padding-left: 8rem;
}
.details-species-wrapper .entry-header,
.details-species-wrapper .entry-content {
  padding-left: 3.5rem;
  border-left: 3px solid #D1CFD4;
  font-size: 1.8rem;
  line-height: 3.4rem;
}
.details-species-wrapper .entry-header {
  height: auto;
  color: #504E4D;
  background: none;
}
.details-species-wrapper .entry-header .container, .details-species-wrapper .entry-header .event-detail-container, .details-species-wrapper .entry-header .block-hero > *, .details-species-wrapper .entry-header .pagination, .details-species-wrapper .entry-header .nbr-items {
  max-width: 100%;
}
.details-species-wrapper .entry-content {
  margin: 1.5em 0 0;
}
.details-species-wrapper h1 span {
  margin-top: 1.5rem;
  color: #1D4196;
  line-height: 1;
}

.detail-species-modaal .modaal-container {
  padding-top: 0;
  color: #504E4D;
  background: #fff;
}
.detail-species-modaal .modaal-content-container {
  padding: 0;
  overflow: hidden;
}
.detail-species-modaal .modaal-content-container .entry-header {
  text-align: left;
}
.detail-species-modaal .modaal-close, .detail-species-modaal body.single-wwp-parcours .back-button, body.single-wwp-parcours .detail-species-modaal .back-button {
  border: 1px solid #1D4196;
}
.detail-species-modaal .modaal-close:before, .detail-species-modaal body.single-wwp-parcours .back-button:before, body.single-wwp-parcours .detail-species-modaal .back-button:before, .detail-species-modaal .modaal-close:after, .detail-species-modaal body.single-wwp-parcours .back-button:after, body.single-wwp-parcours .detail-species-modaal .back-button:after {
  background: #1D4196;
}
.detail-species-modaal .modaal-close:focus, .detail-species-modaal body.single-wwp-parcours .back-button:focus, body.single-wwp-parcours .detail-species-modaal .back-button:focus, .detail-species-modaal .modaal-close:hover, .detail-species-modaal body.single-wwp-parcours .back-button:hover, body.single-wwp-parcours .detail-species-modaal .back-button:hover {
  background-color: #fff;
}
.detail-species-modaal .modaal-close:focus:before, .detail-species-modaal body.single-wwp-parcours .back-button:focus:before, body.single-wwp-parcours .detail-species-modaal .back-button:focus:before, .detail-species-modaal .modaal-close:focus:after, .detail-species-modaal body.single-wwp-parcours .back-button:focus:after, body.single-wwp-parcours .detail-species-modaal .back-button:focus:after, .detail-species-modaal .modaal-close:hover:before, .detail-species-modaal body.single-wwp-parcours .back-button:hover:before, body.single-wwp-parcours .detail-species-modaal .back-button:hover:before, .detail-species-modaal .modaal-close:hover:after, .detail-species-modaal body.single-wwp-parcours .back-button:hover:after, body.single-wwp-parcours .detail-species-modaal .back-button:hover:after {
  width: 2px;
  background: #1D4196;
}

@media (max-width: 1024px) {
  .details-species-wrapper > *:first-child {
    margin-left: 0;
  }
  .details-species-wrapper > *:last-child {
    padding-left: 5rem;
  }
  .details-species-wrapper .entry-header {
    padding-left: 0;
  }
  .details-species-wrapper .entry-content {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 960px) {
  .details-species-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .details-species-wrapper > * {
    width: 100%;
  }
  .details-species-wrapper > *:first-child {
    margin-left: 0;
    margin-bottom: 3rem;
    background-size: cover;
  }
  .details-species-wrapper > *:last-child {
    padding-left: 0;
    padding-bottom: 3rem;
  }
  .details-species-wrapper .entry-header {
    padding-left: 3.5rem;
  }
  .details-species-wrapper .entry-header, .details-species-wrapper .entry-content {
    max-width: 100%;
    border-left: none;
  }
  .details-species-wrapper .entry-header .container, .details-species-wrapper .entry-header .event-detail-container, .details-species-wrapper .entry-header .block-hero > *, .details-species-wrapper .entry-header .pagination, .details-species-wrapper .entry-header .nbr-items {
    padding-left: 0;
  }
  .details-species-wrapper .entry-content {
    font-size: 1.5rem;
  }
  .detail-species-modaal .modaal-content-container {
    overflow: auto;
    max-height: 100%;
  }
  .detail-species-modaal.modaal-fullscreen .modaal-close, .detail-species-modaal.modaal-fullscreen body.single-wwp-parcours .back-button, body.single-wwp-parcours .detail-species-modaal.modaal-fullscreen .back-button {
    top: 4rem;
    right: 4rem;
    border-color: #FFFFFF;
  }
  .detail-species-modaal .modaal-close:before, .detail-species-modaal body.single-wwp-parcours .back-button:before, body.single-wwp-parcours .detail-species-modaal .back-button:before,
  .detail-species-modaal .modaal-close:after,
  .detail-species-modaal body.single-wwp-parcours .back-button:after,
  body.single-wwp-parcours .detail-species-modaal .back-button:after {
    background-color: #FFFFFF;
  }
}
@media (max-width: 768px) {
  .details-species-wrapper > *:last-child {
    padding-left: 5rem;
  }
}
@media (max-width: 640px) {
  .detail-species-modaal.modaal-fullscreen .modaal-close, .detail-species-modaal.modaal-fullscreen body.single-wwp-parcours .back-button, body.single-wwp-parcours .detail-species-modaal.modaal-fullscreen .back-button {
    top: 2rem;
    right: 2rem;
  }
}
@media (max-width: 480px) {
  .details-species-wrapper {
    height: auto;
  }
  .details-species-wrapper .entry-header, .details-species-wrapper .entry-content {
    padding-left: 0;
  }
  .details-species-wrapper > *:first-child {
    min-height: 50vh;
  }
  .details-species-wrapper > *:last-child {
    padding-left: 4%;
    padding-right: 4%;
  }
  .detail-species-modaal.modaal-fullscreen .modaal-close, .detail-species-modaal.modaal-fullscreen body.single-wwp-parcours .back-button, body.single-wwp-parcours .detail-species-modaal.modaal-fullscreen .back-button {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
/*Page detail espèce*/
.entry-header.species-header {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
.entry-header.species-header .carrousel-wrapper,
.entry-header.species-header .slider-wrapper,
.entry-header.species-header .bx-wrapper,
.entry-header.species-header .bx-wrapper .bx-viewport,
.entry-header.species-header ul.bxslider li {
  height: 48rem !important;
}
.entry-header.species-header .carrousel-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.entry-header.species-header .slider-wrapper {
  width: 100%;
}
.entry-header.species-header ul.bxslider img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.entry-header.species-header .container, .entry-header.species-header .event-detail-container, .entry-header.species-header .block-hero > *, .entry-header.species-header .pagination, .entry-header.species-header .nbr-items {
  pointer-events: none;
}
.entry-header.species-header h1 {
  margin-top: 7rem;
}
.entry-header.species-header + .entry-content {
  margin-top: 10rem;
}

body.tortues .module-bp {
  height: auto !important;
}

@media (max-width: 1280px) {
  .entry-header.species-header .container, .entry-header.species-header .event-detail-container, .entry-header.species-header .block-hero > *, .entry-header.species-header .pagination, .entry-header.species-header .nbr-items {
    padding-top: 30rem;
  }
}
@media (max-width: 960px) {
  .entry-header.species-header .carrousel-wrapper {
    align-items: flex-end;
  }
  .entry-header.species-header .scroll-link {
    display: none;
  }
  .entry-header.species-header + .entry-content {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .entry-header.species-header .slider-wrapper img {
    width: auto;
    height: 100%;
    min-height: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .entry-header.species-header {
    height: 33vh;
  }
  .entry-header.species-header .carrousel-wrapper,
  .entry-header.species-header .slider-wrapper,
  .entry-header.species-header .bx-wrapper,
  .entry-header.species-header .bx-wrapper .bx-viewport,
  .entry-header.species-header ul.bxslider li {
    height: 33vh !important;
  }
  .entry-header.species-header ul.bxslider img {
    width: 100%;
    height: auto;
  }
  .entry-header.species-header .container, .entry-header.species-header .event-detail-container, .entry-header.species-header .block-hero > *, .entry-header.species-header .pagination, .entry-header.species-header .nbr-items {
    width: 100%;
    padding-top: calc(100vh - 22rem);
    padding-right: 4%;
    padding-left: 4%;
  }
  .entry-header.species-header .headings {
    height: auto;
  }
  .entry-header.species-header .headings h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .entry-header.species-header .container, .entry-header.species-header .event-detail-container, .entry-header.species-header .block-hero > *, .entry-header.species-header .pagination, .entry-header.species-header .nbr-items {
    padding-top: calc(100vh - 12rem);
  }
  .entry-header.species-header ul.bxslider img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .entry-header.species-header {
    margin-bottom: 0;
  }
  .entry-header.species-header .container, .entry-header.species-header .event-detail-container, .entry-header.species-header .block-hero > *, .entry-header.species-header .pagination, .entry-header.species-header .nbr-items {
    padding-right: 4%;
    padding-left: 4%;
  }
}
body.page-template-list-species .site-content {
  padding-bottom: 0;
}
body.page-template-list-species .entry-content {
  margin: 0;
}
body.page-template-list-species .scroll-link {
  bottom: 4rem;
}
@media (max-width: 640px) {
  body.page-template-list-species .scroll-link {
    display: none;
  }
}

.single-wwp-actu .post-thumbnail {
  display: none;
}

body.page-animations-groupes-scolaires .site-content,
body.page-scolaires .site-content {
  overflow-x: initial;
}
@media (max-width: 767px) {
  body.page-animations-groupes-scolaires .block-hero,
  body.page-scolaires .block-hero {
    padding-bottom: 7rem;
  }
}

.scolaires-bdp-wrapper ul.bp-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  height: 30rem;
  margin: 20px auto;
  padding: 0;
  list-style: none;
}
.scolaires-bdp-wrapper ul.bp-list > * {
  width: calc(100% / 2 - 0.01px);
}
.scolaires-bdp-wrapper ul.bp-list.has-gutter > * {
  width: calc(100% / 2 - 5rem - 0.01px);
}
.scolaires-bdp-wrapper ul.bp-list.has-gutter-l > * {
  width: calc(100% / 2 - 2rem - 0.01px);
}
.scolaires-bdp-wrapper ul.bp-list.has-gutter-xl > * {
  width: calc(100% / 2 - 4rem - 0.01px);
}
.scolaires-bdp-wrapper ul.bp-list > * {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  width: calc(100% / 2 - 1.5rem - 0.01px);
}
.scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item {
  position: relative;
  min-width: auto;
  margin-bottom: 0;
}
.scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  padding-left: 17%;
  text-decoration: none;
  transition: all 0.4s;
  border-bottom: 0;
}
.scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a::after {
  content: none;
}
.scolaires-bdp-wrapper ul.bp-list img {
  width: -moz-fit-content;
  width: fit-content;
}
.scolaires-bdp-wrapper ul.bp-list .link, .scolaires-bdp-wrapper ul.bp-list .home-animations .news-item-links a, .home-animations .news-item-links .scolaires-bdp-wrapper ul.bp-list a, .scolaires-bdp-wrapper ul.bp-list .home-engagements-block .news-item-links a, .home-engagements-block .news-item-links .scolaires-bdp-wrapper ul.bp-list a {
  flex: 0 1 auto;
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  margin: 0 2rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #1D4196;
  text-decoration: none;
  font-style: initial !important;
  border-left: 3px solid #1D4196;
  transition: all 0.2s;
}
.scolaires-bdp-wrapper ul.bp-list .cta-arrow {
  flex: 0 0 62px;
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.scolaires-bdp-wrapper ul.bp-list li:nth-child(odd) .bdp-scolaire-item a {
  flex-direction: row-reverse;
  padding-right: 10%;
}
.scolaires-bdp-wrapper ul.bp-list li:nth-child(odd) .bdp-scolaire-item a .link, .scolaires-bdp-wrapper ul.bp-list li:nth-child(odd) .bdp-scolaire-item a .home-animations .news-item-links a, .home-animations .news-item-links .scolaires-bdp-wrapper ul.bp-list li:nth-child(odd) .bdp-scolaire-item a a, .scolaires-bdp-wrapper ul.bp-list li:nth-child(odd) .bdp-scolaire-item a .home-engagements-block .news-item-links a, .home-engagements-block .news-item-links .scolaires-bdp-wrapper ul.bp-list li:nth-child(odd) .bdp-scolaire-item a a {
  text-align: right;
  border-right: 3px solid #1D4196;
  border-left: 0;
}
.scolaires-bdp-wrapper ul.bp-list li:nth-child(odd) .bdp-scolaire-item a .cta-arrow {
  transform: scale(1) rotate(180deg) !important;
}
.scolaires-bdp-wrapper ul.bp-list li:nth-child(even) .bdp-scolaire-item a {
  padding-right: 17%;
  padding-left: 10%;
}
.scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a:hover {
  transform: scale(1.05);
}
.scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a:hover .cta-arrow {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .scolaires-bdp-wrapper ul.bp-list li:nth-child(odd) .bdp-scolaire-item a {
    margin-left: 2rem;
    padding-right: 2rem;
  }
  .scolaires-bdp-wrapper ul.bp-list li:nth-child(odd) .bdp-scolaire-item a .link, .scolaires-bdp-wrapper ul.bp-list li:nth-child(odd) .bdp-scolaire-item a .home-animations .news-item-links a, .home-animations .news-item-links .scolaires-bdp-wrapper ul.bp-list li:nth-child(odd) .bdp-scolaire-item a a, .scolaires-bdp-wrapper ul.bp-list li:nth-child(odd) .bdp-scolaire-item a .home-engagements-block .news-item-links a, .home-engagements-block .news-item-links .scolaires-bdp-wrapper ul.bp-list li:nth-child(odd) .bdp-scolaire-item a a {
    margin-left: 0;
  }
  .scolaires-bdp-wrapper ul.bp-list li:nth-child(even) .bdp-scolaire-item a {
    margin-right: 2rem;
    padding-left: 2rem;
  }
  .scolaires-bdp-wrapper ul.bp-list li:nth-child(even) .bdp-scolaire-item a .link, .scolaires-bdp-wrapper ul.bp-list li:nth-child(even) .bdp-scolaire-item a .home-animations .news-item-links a, .home-animations .news-item-links .scolaires-bdp-wrapper ul.bp-list li:nth-child(even) .bdp-scolaire-item a a, .scolaires-bdp-wrapper ul.bp-list li:nth-child(even) .bdp-scolaire-item a .home-engagements-block .news-item-links a, .home-engagements-block .news-item-links .scolaires-bdp-wrapper ul.bp-list li:nth-child(even) .bdp-scolaire-item a a {
    margin-right: 0;
  }
  .scolaires-bdp-wrapper ul.bp-list .link, .scolaires-bdp-wrapper ul.bp-list .home-animations .news-item-links a, .home-animations .news-item-links .scolaires-bdp-wrapper ul.bp-list a, .scolaires-bdp-wrapper ul.bp-list .home-engagements-block .news-item-links a, .home-engagements-block .news-item-links .scolaires-bdp-wrapper ul.bp-list a {
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
  }
  .scolaires-bdp-wrapper ul.bp-list .cta-arrow {
    margin: 0 1rem;
  }
}
@media (max-width: 767px) {
  .scolaires-bdp-wrapper ul.bp-list {
    height: auto !important;
  }
  .scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item {
    margin-bottom: 1.5rem;
    text-align: center !important;
  }
  .scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a {
    flex-direction: column !important;
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a .link, .scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a .home-animations .news-item-links a, .home-animations .news-item-links .scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a a, .scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a .home-engagements-block .news-item-links a, .home-engagements-block .news-item-links .scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a a {
    margin: 2rem 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
    text-align: center !important;
    -webkit-hyphens: none;
            hyphens: none;
    border: none !important;
  }
  .scolaires-bdp-wrapper ul.bp-list li:nth-child(odd) .bdp-scolaire-item a {
    margin-left: 0;
    padding-right: 0;
  }
  .scolaires-bdp-wrapper ul.bp-list li:nth-child(even) .bdp-scolaire-item a {
    margin-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .scolaires-bdp-wrapper ul.bp-list .bdp-scolaire-item a {
    align-items: center;
  }
}

.infos-pratiques-modaal .headings h1,
body.page-infos .headings h1 {
  max-width: none;
}
.infos-pratiques-modaal h2,
body.page-infos h2 {
  margin-left: 0;
  text-align: center;
}

body.page-infos .block-weather svg use {
  fill: #1D4196;
}
body.page-infos .block-weather-ico {
  border-color: #1D4196;
}
body.page-infos section:not(:first-of-type) {
  margin-top: 12rem;
}
body.page-infos .link-download .ico-download {
  border-color: #DFBF98;
}
@media (max-width: 767px) {
  body.page-infos .headings {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }
  body.page-infos section:not(:first-of-type) {
    margin-top: 4rem !important;
  }
}

.infos-pratiques-modaal .headings {
  margin-top: 10rem;
}
.infos-pratiques-modaal .default-page-h3-like {
  color: white;
}
.infos-pratiques-modaal a {
  color: white;
}

.infos-pratiques-modaal .bx-wrapper .modaal-content-container,
body.page-infos .bx-wrapper .modaal-content-container {
  padding: 0;
}
.infos-pratiques-modaal .bx-wrapper .bx-controls-direction a,
body.page-infos .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 11rem;
  bottom: auto;
  z-index: 9999;
  display: flex;
  align-items: center;
  height: 234px;
  width: 234px;
  text-decoration: none !important;
  background-color: rgba(20, 44, 87, 0.9);
  border-radius: 50%;
  transform: translate(0);
}
.infos-pratiques-modaal .bx-wrapper .bx-controls-direction a::before,
body.page-infos .bx-wrapper .bx-controls-direction a::before {
  content: none;
}
.infos-pratiques-modaal .bx-wrapper .bx-next,
body.page-infos .bx-wrapper .bx-next {
  right: -16rem;
  justify-content: flex-start;
  padding-left: 2rem;
}
.infos-pratiques-modaal .bx-wrapper .bx-next::after,
body.page-infos .bx-wrapper .bx-next::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.infos-pratiques-modaal .bx-wrapper .bx-prev,
body.page-infos .bx-wrapper .bx-prev {
  left: -16rem;
  justify-content: flex-end;
  padding-right: 2rem;
}
.infos-pratiques-modaal .bx-wrapper .bx-prev::after,
body.page-infos .bx-wrapper .bx-prev::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.infos-pratiques-modaal .bx-wrapper .bx-pager,
body.page-infos .bx-wrapper .bx-pager {
  display: none;
}
@media (max-width: 767px) {
  .infos-pratiques-modaal .bx-wrapper .modaal-content-container,
  body.page-infos .bx-wrapper .modaal-content-container {
    padding-right: 0;
    padding-left: 0;
  }
}

/***********
   Mobile
***********/
@media (max-width: 767px) {
  body.page-infos {
    /*text-align: center;*/
    color: white;
    background-color: #1D4196;
  }
  body.page-infos .entry-header {
    height: auto;
    padding-top: 5rem;
    background: none;
  }
  body.page-infos .headings {
    height: auto;
  }
  body.page-infos .headings h1 {
    margin-bottom: 3rem;
    text-align: center;
  }
  body.page-infos .entry-content {
    margin: 0;
  }
  body.page-infos .entry-content a {
    color: white;
  }
  body.page-infos h2, body.page-infos h3, body.page-infos h4 {
    text-align: center !important;
  }
  body.page-infos h2 {
    margin-bottom: 4rem;
  }
  body.page-infos .infos-alert {
    border-color: white;
  }
  body.page-infos .infos-alert-ico {
    border-color: white;
  }
  body.page-infos .infos-alert-ico svg use {
    color: white;
  }
  body.page-infos section {
    margin-top: 6rem !important;
  }
  body.page-infos section:not(.section-meteo):not(.section-horaires-acces)::before {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    height: 3px;
    width: 130px;
    margin-bottom: 5rem;
    background-color: #DFBF98;
  }
  body.page-infos .default-page-h3-like {
    padding-left: 0;
    font-size: 1.8rem;
    color: white;
  }
  body.page-infos .default-page-h3-like::before {
    content: none;
  }
  body.page-infos .section-meteo {
    margin-top: 0 !important;
    margin-right: -2rem;
    margin-left: -2rem;
    padding: 1rem 2rem;
    background-color: rgba(0, 4, 15, 0.3);
  }
  body.page-infos .section-meteo h2 {
    /*.visually-hidden*/
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }
  body.page-infos .block-weather {
    display: block;
    padding: 0;
  }
  body.page-infos .block-weather-current-day {
    padding-right: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-right: 0;
  }
  body.page-infos .block-weather-next-days {
    display: none;
  }
  body.page-infos .block-weather-ico {
    width: 3.5rem !important;
    height: 3.5rem !important;
    border-color: white;
  }
  body.page-infos .block-weather-ico svg use {
    fill: white;
  }
  body.page-infos .block-weather-temperature {
    margin-left: 1rem;
    font-size: 1.8rem;
  }
  body.page-infos .block-weather-title {
    order: 1;
    margin-left: 2rem;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-align: left !important;
  }
  body.page-infos .block-weather-title br {
    display: none;
  }
  body.page-infos .count-down-wrap span {
    color: white;
  }
}
/*Le form de contact est généré directement à partir d'une iframe externe au site*/
/*
.forms_controlable .forms_fieldset legend {
  color: red;
}
*/
/*Homepage*/
.home-first-block {
  min-height: 820px;
}

.cta-reouverture {
  position: relative;
}
.cta-reouverture a {
  position: relative;
  display: block;
  height: 300px;
  width: 380px;
  color: white;
  transition: color 0.4s;
}
.cta-reouverture img {
  position: absolute;
  bottom: 30px;
  right: 41px;
  width: 80%;
}
.cta-reouverture svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.cta-reouverture svg#blob-orange {
  z-index: 1;
}
.cta-reouverture span {
  display: block;
  position: absolute;
  top: calc(50% + 7px);
  left: calc(50% - 2px);
  z-index: 1;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.cta-reouverture span strong {
  display: block;
  text-transform: none;
  font-size: 2.2rem;
}
@media (hover: hover) {
  .cta-reouverture a:hover,
  .cta-reouverture a:focus {
    color: #000F39;
  }
}
@media (max-width: 640px) {
  .cta-reouverture {
    top: 10rem;
  }
}
@media (max-height: 480px) {
  .cta-reouverture {
    top: -6rem;
  }
}

/*Page réouverture*/
body.page-reouverture .entry-header {
  position: relative;
  height: 85rem;
}
body.page-reouverture .entry-header::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: url("/app/uploads/2020/06/porte-ouverte-transparent.svg") no-repeat right -4vw bottom -1rem;
  background-size: 52%;
}
body.page-reouverture .entry-header::after {
  content: "";
  min-height: 130px;
  width: 100%;
  background: url("/app/uploads/2020/06/vague-reouverture.svg") no-repeat center top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
body.page-reouverture .headings {
  height: 62rem;
  padding-right: 45%;
}
body.page-reouverture .extract {
  font-size: 1.5rem;
  letter-spacing: 0;
}
body.page-reouverture .entry-content {
  position: relative;
  margin: 5rem 0 0 0;
}
body.page-reouverture .scroll-link {
  bottom: auto;
  top: -10rem;
  z-index: 2;
}
body.page-reouverture .chapo {
  max-width: none;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #FF7062;
}
body.page-reouverture .scroll-link {
  font-size: 0;
}
body.page-reouverture .scroll-link::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  body.page-reouverture .entry-header::before {
    background-position: right -4vw bottom 2rem;
    background-size: 55%;
  }
}
@media (max-width: 1280px) {
  body.page-reouverture .entry-header::before {
    background-position: right -15vw bottom 2rem;
    background-size: 65%;
  }
}
@media (max-width: 1024px) {
  body.page-reouverture .entry-header::before {
    background-position: right -35vw bottom 2rem;
    background-size: 90%;
  }
}
@media (max-width: 767px) {
  body.page-reouverture .entry-header {
    height: 85rem;
  }
  body.page-reouverture .entry-header::before {
    content: none;
  }
  body.page-reouverture .entry-header::after {
    bottom: 0;
    background-size: auto;
    min-height: 70px;
    background-position: center bottom -2px;
  }
  body.page-reouverture .headings {
    height: auto;
    min-height: 60rem;
    margin-top: 23rem;
    padding-right: 0;
  }
  body.page-reouverture .entry-content {
    margin: 8rem 0 0 0;
  }
}

ul.reouverture-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding-left: 0;
  list-style: none;
  counter-reset: reouverture;
}
ul.reouverture-list > li {
  height: 412px;
  width: calc(33.3333333333% - 3rem - 0.1px);
  max-width: 268px;
  margin: 1.5rem;
}
ul.reouverture-list > li .counter::after {
  counter-increment: reouverture;
  content: counter(reouverture);
}
@media (max-width: 768px) {
  ul.reouverture-list > li {
    width: calc(50% - 3rem - 0.1px);
  }
}
@media (max-width: 767px) {
  ul.reouverture-list > li {
    height: 90vw;
    width: calc(50% - 2rem - 0.1px);
    margin: 1rem;
  }
  ul.reouverture-list > li:last-child {
    flex-basis: 100%;
    height: 60vw;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  ul.reouverture-list {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  ul.reouverture-list > li {
    height: 85vw;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

body.page-ticketing {
  background: #011539 url("/app/uploads/2023/11/bg_ticketing_2.jpg") no-repeat;
  background-position: 68% -8%;
  background-size: contain;
}
@media (max-width: 479px) {
  body.page-ticketing {
    background-position: 78% -7%;
  }
  body.page-ticketing .header-bar {
    background-color: #000424;
  }
}
body.page-ticketing .site-content {
  min-height: 100vh;
}
body.page-ticketing .entry-header {
  background: transparent;
}
body.page-ticketing .entry-header .headings {
  display: flex;
  justify-content: space-between;
  max-width: 120rem;
}
body.page-ticketing .entry-header .entry-title {
  margin: 0;
}
body.page-ticketing .entry-header .extract {
  margin: 1rem 0 0 0;
}
body.page-ticketing .entry-header .btn-ticketing-account {
  height: 66px;
  color: #1D4196;
  background: white;
  border: none;
  border-radius: 10px;
  pointer-events: none;
}
body.page-ticketing .entry-header .btn-ticketing-account::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  margin-right: 1rem;
}
body.page-ticketing .entry-header a.btn-ticketing-account {
  pointer-events: initial;
}
body.page-ticketing .entry-header a.btn-ticketing-account:hover, body.page-ticketing .entry-header a.btn-ticketing-account:focus {
  color: white;
  background: #1D4196;
}
body.page-ticketing .entry-header a.btn-ticketing-account:hover::before, body.page-ticketing .entry-header a.btn-ticketing-account:focus::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  body.page-ticketing .entry-header {
    height: 36rem;
  }
  body.page-ticketing .entry-header .headings {
    display: block;
    height: auto;
  }
}
body.page-ticketing .breadcrumb-wrapper {
  display: none;
}
body.page-ticketing .news-item {
  margin: 0 12rem 14rem 8rem;
}
@media (max-width: 767px) {
  body.page-ticketing .news-item {
    margin: 0 0 3rem 0 !important;
  }
  body.page-ticketing .news-item .news-item-img {
    height: 55vw;
  }
}

.lang-switcher {
  --lang-item-height: 4rem;
  position: relative;
  flex: 0 0 auto;
}
.lang-switcher .lang-switcher-current, .lang-switcher-choices a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.4rem;
  letter-spacing: 0;
  border-radius: 5px;
  text-decoration: none;
}
.lang-switcher .lang-switcher-current {
  margin: 0;
  padding: 0 2rem 0 1rem;
  height: var(--lang-item-height);
  min-height: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.lang-switcher .lang-switcher-current::after {
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  content: "";
  display: block;
  height: 7px;
  width: 11px;
  background: url("/app/themes/wwp_child_theme/assets/raw/svg/menu-chevron-bas-lightblue.svg") no-repeat;
  transform: rotate(0deg);
  transition: transform 0.4s;
  transform-origin: center;
}
.lang-switcher-choices {
  position: absolute;
  top: 100%;
  right: -100%;
  transform: translate3d(0, -1rem, 0);
  margin: 0;
  z-index: 10;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  overflow: hidden;
  transition: opacity 400ms, transform 400ms cubic-bezier(0.64, -0.01, 0.41, 0.99), right 0s 400ms;
}
.lang-switcher-choices li {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
  transition: opacity 400ms cubic-bezier(0.64, -0.01, 0.41, 0.99), transform 400ms cubic-bezier(0.64, -0.01, 0.41, 0.99);
}
.lang-switcher-choices a {
  height: var(--lang-item-height);
  margin: 2px 0;
  padding: 0 10px;
  color: #000F39;
  background-color: rgba(0, 200, 210, 0.5);
  transition: background-color 400ms cubic-bezier(0.64, -0.01, 0.41, 0.99);
}
.lang-switcher-choices a:hover, .lang-switcher-choices a:focus {
  background-color: rgb(0, 200, 210);
}
.lang-switcher:hover .lang-switcher-choices, .lang-switcher-current:focus ~ .lang-switcher-choices {
  right: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.64, -0.01, 0.41, 0.99) 200ms, transform 400ms cubic-bezier(0.64, -0.01, 0.41, 0.99) 200ms, right 0s;
}
.lang-switcher:hover .lang-switcher-choices li, .lang-switcher-current:focus ~ .lang-switcher-choices li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lang-switcher:hover .lang-switcher-choices li:nth-child(1), .lang-switcher-current:focus ~ .lang-switcher-choices li:nth-child(1) {
  transition-delay: 150ms;
}
.lang-switcher:hover .lang-switcher-choices li:nth-child(2), .lang-switcher-current:focus ~ .lang-switcher-choices li:nth-child(2) {
  transition-delay: 200ms;
}
.lang-switcher:hover .lang-switcher-choices li:nth-child(3), .lang-switcher-current:focus ~ .lang-switcher-choices li:nth-child(3) {
  transition-delay: 250ms;
}
.lang-switcher:hover .lang-switcher-choices li:nth-child(4), .lang-switcher-current:focus ~ .lang-switcher-choices li:nth-child(4) {
  transition-delay: 300ms;
}
.lang-switcher:hover .lang-switcher-choices li:nth-child(5), .lang-switcher-current:focus ~ .lang-switcher-choices li:nth-child(5) {
  transition-delay: 350ms;
}
.lang-switcher:hover .lang-switcher-choices li:nth-child(6), .lang-switcher-current:focus ~ .lang-switcher-choices li:nth-child(6) {
  transition-delay: 400ms;
}
.lang-switcher:hover .lang-switcher-choices li:nth-child(7), .lang-switcher-current:focus ~ .lang-switcher-choices li:nth-child(7) {
  transition-delay: 450ms;
}
.lang-switcher:hover .lang-switcher-choices li:nth-child(8), .lang-switcher-current:focus ~ .lang-switcher-choices li:nth-child(8) {
  transition-delay: 500ms;
}
.lang-switcher:hover .lang-switcher-choices li:nth-child(9), .lang-switcher-current:focus ~ .lang-switcher-choices li:nth-child(9) {
  transition-delay: 550ms;
}
.lang-switcher:hover .lang-switcher-choices li:nth-child(10), .lang-switcher-current:focus ~ .lang-switcher-choices li:nth-child(10) {
  transition-delay: 600ms;
}
@media (max-width: 820px) {
  .lang-switcher .lang-switcher-current,
  .lang-switcher .lang-switcher-choices a {
    font-size: 1.2rem;
  }
}

.lang-switcher-current.lang_fr_FR + ul.lang-switcher-choices li.lang_fr_FR {
  display: none;
}
.lang-switcher-current.lang_en_EN + ul.lang-switcher-choices li.lang_en_EN {
  display: none;
}

.module-alerte {
  background-color: red;
}
.module-alerte ul.alertes-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.alertes-list li {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  z-index: 1000;
  padding: 4rem 4rem 4rem 6rem;
  font-size: 1.3rem;
  color: #504E4D;
  background-color: #e1f3fe;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-out;
}
ul.alertes-list li::before {
  position: absolute;
  top: 50%;
  left: -46px;
  z-index: -1;
  transform: translateY(-50%);
  content: "";
  background: url("/app/themes/wwp_child_theme/assets/raw/svg/alert-curved-border-lightblue.svg") no-repeat;
  display: block;
  height: 223px;
  width: 46px;
  pointer-events: none;
}
ul.alertes-list li::after {
  position: absolute;
  top: 50%;
  left: -43px;
  z-index: -2;
  transform: translateY(-50%);
  content: "";
  display: block;
  height: 42px;
  width: 23px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  pointer-events: none;
  border-radius: 50%;
  background-color: #e1f3fe;
}
ul.alertes-list li.revealed {
  transform: translate(0, -50%);
}
@media (min-width: 640px) {
  ul.alertes-list li {
    max-width: 45rem;
  }
}
@media (max-width: 639px) {
  ul.alertes-list li {
    max-width: 85vw;
    padding-left: 4rem;
  }
  ul.alertes-list li::before {
    left: -45px;
  }
}

.alert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
  min-height: 17rem;
}
.alert span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.alert .title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-hyphens: none;
          hyphens: none;
  background-color: transparent !important;
}
.alert a.wwp-alerte-link-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  margin-top: 2rem;
  color: #504E4D !important;
  border-bottom: 1px solid transparent;
  transition: all 0.4s;
}
.alert a.wwp-alerte-link-more::after {
  position: absolute;
  top: -4px;
  right: -27px;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin: 1rem;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #504E4D;
  transform: translateX(0) rotate(-45deg);
  transition: transform 0.4s;
  transform-origin: center;
}
.alert a.wwp-alerte-link-more:hover, .alert a.wwp-alerte-link-more:focus {
  border-bottom-color: #504E4D;
}
.alert a.wwp-alerte-link-more:hover::after, .alert a.wwp-alerte-link-more:focus::after {
  transform: translateX(10px) rotate(-45deg);
}
.alert .toggle-trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font-size: 0;
  width: 37.5px;
  height: 36.8px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  left: -103px;
  z-index: 1;
  cursor: pointer;
}
.alert .toggle-trigger::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.alert .close-trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font-size: 0;
  position: absolute;
  top: -3rem;
  right: -3rem;
  z-index: 1;
  height: 40px;
  width: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.alert .close-trigger::after {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 639px) {
  .alert .toggle-trigger {
    left: -83px;
  }
}

.alert.alert-info .toggle-trigger::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.alert.alert-info .title {
  color: #000F39;
}

.alert.alert-success .toggle-trigger::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.alert.alert-success .title {
  color: #449F91;
}

.alert.alert-warning .toggle-trigger::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.alert.alert-warning .title {
  color: #FBA900;
}

.alert.alert-danger .toggle-trigger::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.alert.alert-danger .title {
  color: #FF4848;
}

.offre-detail .intro {
  padding: 1rem 3rem;
  border-top: 1px solid #1D4196;
  border-bottom: 1px solid #1D4196;
}
.offre-detail .date, .offre-detail .reference, .offre-detail .type {
  margin-right: 10px;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.offre-detail .date {
  padding-right: 12px;
  border-right: 2px solid #504E4D;
}
.offre-detail .reference {
  font-family: "Mulish", sans-serif;
  display: inline-flex;
}
.offre-detail .reference::before {
  content: "n°";
}
.offre-detail .type {
  color: white;
  background-color: #1D4196;
}
.offre-detail .content {
  margin-top: 3rem;
}

/* ----------------------------- */
/* ==Newsletter form      */
/* ----------------------------- */
.module-newsletter form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.module-newsletter form [type=submit] {
  border-radius: 0 4px 4px 0;
}
[dir=rtl] .module-newsletter form [type=submit] {
  border-radius: 4px 0 0 4px;
}
.module-newsletter form label {
  display: block;
  margin-right: 0;
  text-align: left;
}
[dir=rtl] .module-newsletter form label {
  text-align: right;
}
.module-newsletter form .email-wrap,
.module-newsletter form .submitFormField {
  width: auto;
}
.module-newsletter form .email-wrap {
  flex: 1;
  margin-bottom: 0;
}
.module-newsletter form .email-wrap input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.module-newsletter form .checkbox-wrap, .module-newsletter .module-tracker .trackers-cookie-container form.wwpform .checkbox-tracker, .module-tracker .trackers-cookie-container .module-newsletter form.wwpform .checkbox-tracker {
  order: 1;
  flex-basis: 100%;
  margin-top: 2rem;
  margin-right: 0;
}
.module-newsletter form .submitFormField .btn, .module-newsletter form .submitFormField a.wp-block-button__link {
  margin: 0;
}
.module-newsletter form .required {
  display: none;
}
@media (max-width: 1023px) {
  .module-newsletter form {
    flex-direction: column;
  }
  .module-newsletter form .email-wrap,
  .module-newsletter form .submitFormField {
    width: 100% !important;
    margin: 1rem 0;
  }
  .module-newsletter form .email-wrap input,
  .module-newsletter form [type=submit] {
    width: 100%;
    border-radius: 4px;
  }
}

/**
 *	RGPD plugin
 */
/* Colors example (defined in variables.scss file) */
/* ------------- */
/*$alert-error: #d32F2f !default;
$alert-error-bg: #f2d0d0 !default;*/
/* ------------- */
/*RGPD - authentification*/
.auth-form-wrap {
  margin-top: 6rem;
}
.auth-form-wrap p {
  margin-bottom: 5rem;
  text-align: center;
}
.auth-form-wrap form {
  text-align: center;
}
.auth-form-wrap form .form-group {
  display: block;
  height: auto !important;
  margin-bottom: 0;
}
.auth-form-wrap form .form-group label {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.auth-form-wrap form .form-group input {
  margin-bottom: 1rem;
}
/*RGPD - Données*/
.consents-form-wrap {
  margin-top: 6rem;
}
.consents-form-wrap form {
  padding: 0;
  background-color: #fff;
}
.consents-form-wrap form .checkbox-wrap label, .consents-form-wrap .module-tracker .trackers-cookie-container form.wwpform .checkbox-tracker label, .module-tracker .trackers-cookie-container .consents-form-wrap form.wwpform .checkbox-tracker label {
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  color: grey;
}
.consents-form-wrap form .checkbox-wrap label::before, .consents-form-wrap .module-tracker .trackers-cookie-container form.wwpform .checkbox-tracker label::before, .module-tracker .trackers-cookie-container .consents-form-wrap form.wwpform .checkbox-tracker label::before {
  left: -75px;
  width: 40px;
  height: 40px;
  border: 1px solid;
}
.consents-form-wrap form .checkbox-wrap input:checked ~ label:before, .consents-form-wrap .module-tracker .trackers-cookie-container form.wwpform .checkbox-tracker input:checked ~ label:before, .module-tracker .trackers-cookie-container .consents-form-wrap form.wwpform .checkbox-tracker input:checked ~ label:before,
.consents-form-wrap form .checkbox-wrap input.checked + label:before,
.consents-form-wrap .module-tracker .trackers-cookie-container form.wwpform .checkbox-tracker input.checked + label:before,
.module-tracker .trackers-cookie-container .consents-form-wrap form.wwpform .checkbox-tracker input.checked + label:before {
  font-size: 30px;
  line-height: 1.5;
}
.consents-form-wrap .consents-wrap:not(:last-child) {
  margin-bottom: 5rem;
}
.consents-form-wrap .consents-wrap .title, .consents-form-wrap .consents-wrap .empty-state {
  text-align: center;
}
.consents-form-wrap .consents-wrap .title {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  text-transform: none;
  color: #000;
}
.consents-form-wrap .consents-wrap .subtitle, .consents-form-wrap .consents-wrap .beforeDeleteWarning {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: bold;
}
.consents-form-wrap .consents-wrap .beforeDeleteWarning {
  display: none;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: 15px;
  color: #d32F2f;
  background-color: #f2d0d0;
  border-bottom-color: #d32F2f;
  border-bottom: 4px solid #d32F2f;
}
.consents-form-wrap .consent-item {
  width: 100%;
  margin-bottom: 5rem;
  padding: 3rem 11rem 4rem 11rem;
  border: 1px solid grey;
  /*Premier label (titre)*/
}
.consents-form-wrap .consent-item label {
  flex: 40% 1 1;
  padding-right: 5rem;
  margin-bottom: 3rem;
  word-break: break-word;
}
[dir=rtl] .consents-form-wrap .consent-item label {
  padding-right: initial;
  padding-left: 5rem;
}
.consents-form-wrap .consent-item label span {
  display: block;
  margin-top: 1rem;
}
.consents-form-wrap .detail-consent {
  flex: 60% 0 1;
}
.consents-form-wrap .detail-consent ul {
  margin: 0;
}
.consents-form-wrap .detail-consent p, .consents-form-wrap .detail-consent li:not(:first-child) {
  margin-top: 1rem;
}
.consents-form-wrap .detail-consent .field-name {
  font-weight: bold;
}
.consents-form-wrap .detail-consent .form-group {
  height: auto;
  margin-top: 1rem;
  margin-bottom: 0;
}
.consents-form-wrap .detail-consent .form-group label, .consents-form-wrap .detail-consent .form-group span {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 24px;
}
.consents-form-wrap .detail-consent .form-group label {
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: bold;
}
.consents-form-wrap .detail-consent .form-group label::before {
  content: none;
}
.consents-form-wrap .detail-consent .form-group label::after {
  content: " : ";
}
.consents-form-wrap .detail-consent .required {
  display: none;
}
.consents-form-wrap .submit-wrap {
  text-align: center;
}
.consents-form-wrap .submit-wrap .export-btn {
  margin-left: 20px;
}
.consents-form-wrap .submit-wrap .confirm-wrap {
  display: none;
  text-align: center;
}
.consents-form-wrap .submit-wrap .confirm-wrap p {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .consents-form-wrap .consent-item {
    padding: 3rem 6rem 4rem 6rem;
  }
}
@media (max-width: 767px) {
  .consents-form-wrap .consents-wrap .title {
    font-size: 2rem !important;
  }
  .consents-form-wrap .consent-item {
    display: block;
    margin-right: 0;
    padding: 2rem 3rem 2rem 3rem;
  }
  .consents-form-wrap .consent-item label {
    padding-right: 0;
  }
  .consents-form-wrap form .checkbox-wrap .subtitle, .consents-form-wrap .module-tracker .trackers-cookie-container form.wwpform .checkbox-tracker .subtitle, .module-tracker .trackers-cookie-container .consents-form-wrap form.wwpform .checkbox-tracker .subtitle {
    margin-bottom: 2rem;
  }
  .consents-form-wrap form .checkbox-wrap input[type=checkbox], .consents-form-wrap .module-tracker .trackers-cookie-container form.wwpform .checkbox-tracker input[type=checkbox], .module-tracker .trackers-cookie-container .consents-form-wrap form.wwpform .checkbox-tracker input[type=checkbox] {
    float: left;
  }
  .consents-form-wrap form .checkbox-wrap label, .consents-form-wrap .module-tracker .trackers-cookie-container form.wwpform .checkbox-tracker label, .module-tracker .trackers-cookie-container .consents-form-wrap form.wwpform .checkbox-tracker label {
    width: calc(100% - 4rem);
    margin-bottom: 2rem;
  }
  .consents-form-wrap form .checkbox-wrap .detail-consent, .consents-form-wrap .module-tracker .trackers-cookie-container form.wwpform .checkbox-tracker .detail-consent, .module-tracker .trackers-cookie-container .consents-form-wrap form.wwpform .checkbox-tracker .detail-consent {
    width: 100%;
    margin-left: 0;
  }
  .consents-form-wrap .submit-wrap .export-btn {
    margin-left: 0;
    margin-top: 2rem;
  }
}

/* ----------------------------- */
/* ==Tracker form      */
/* ----------------------------- */
.module-tracker {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 9999;
  min-width: 59px;
  min-height: 56px;
  transition: visibility 0s, opacity 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.module-tracker.loading {
  opacity: 0;
  visibility: hidden;
}
[dir=rtl] .module-tracker {
  left: auto;
  right: 2rem;
  text-align: right;
}
.module-tracker.no-form:not(.has-reopener) {
  display: none;
}
.module-tracker.has-form .manager-reopener {
  display: none;
}
.module-tracker.no-form:not(.has-reopener), .module-tracker:has(.trackers-cookie-container[style="display:none;"]) {
  pointer-events: none;
}
.module-tracker .manager-reopener {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 59px;
  height: 56px;
  padding: 0;
  font-size: 0;
  outline: none;
  color: inherit;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.module-tracker .manager-reopener svg {
  fill: var(--color-theme-primary);
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2));
}
.no-touch .module-tracker .manager-reopener:hover svg, .module-tracker .manager-reopener:focus svg {
  filter: grayscale(50%) drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.4));
}
.module-tracker .trackers-cookie-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  max-width: 500px;
  padding: 3rem 3rem 2rem 3rem;
  background: white;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 4px 24px, rgba(0, 0, 0, 0.05) 0 2px 6px;
}
.module-tracker .trackers-cookie-container .title {
  font-size: 2.2rem;
  text-transform: none;
}
.module-tracker .trackers-cookie-container p {
  font-size: 1.3rem;
}
.module-tracker .trackers-cookie-container .error-help {
  color: darkred;
  font-size: 0.9em;
  margin: 0;
}
.module-tracker .trackers-cookie-container form.wwpform {
  padding: 0;
  background-color: transparent;
}
.module-tracker .trackers-cookie-container form.wwpform .title-tracker {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.module-tracker .trackers-cookie-container form.wwpform .desc-tracker {
  font-size: 1.2rem;
}
.module-tracker .trackers-cookie-container form.wwpform .trackers-list {
  display: none;
  list-style: none;
  max-height: 35vh;
  overflow-y: scroll;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 1em;
}
.module-tracker .trackers-cookie-container form.wwpform .tracker-row {
  display: flex;
  padding: 1rem 0;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.module-tracker .trackers-cookie-container form.wwpform .tracker-row p {
  margin-bottom: 0;
}
.module-tracker .trackers-cookie-container form.wwpform .tracker-row:last-child {
  border-bottom: none;
  padding-bottom: 2em;
}
.module-tracker .trackers-cookie-container form.wwpform .rangee-tracker {
  flex-direction: column;
  padding: 0;
  flex-basis: 90%;
}
.module-tracker .trackers-cookie-container form.wwpform .checkbox-tracker .checkbox {
  margin-right: 0;
}
[dir=rtl] .module-tracker .trackers-cookie-container form.wwpform .checkbox-tracker .checkbox {
  margin-left: 0;
  margin-right: 1rem;
}
.module-tracker .trackers-cookie-container form.wwpform .submitFormField {
  display: flex;
  justify-content: space-between;
  margin: 2rem -1rem 0 -1rem;
}
.module-tracker .trackers-cookie-container form.wwpform .submitFormField button {
  height: 3rem;
  min-height: 3rem;
  margin: 1rem;
  padding: 0 15px;
  font-size: 1.2rem;
}
.module-tracker .trackers-cookie-container form.wwpform .submitFormField button::after {
  content: none !important;
}
.module-tracker .trackers-cookie-container form.wwpform.loading .submitFormField {
  position: relative;
}
.module-tracker .trackers-cookie-container form.wwpform.loading .submitFormField:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: url("/app/themes/wwp_child_theme/assets/raw/images/loaders/loader_puff.svg") no-repeat center center !important;
  position: absolute;
  left: calc(50% - 2.5rem);
  top: calc(50% - 22px);
  transform: scale(0.8);
}
.module-tracker .trackers-cookie-container form.wwpform.loading .btn, .module-tracker .trackers-cookie-container form.wwpform.loading a.wp-block-button__link {
  opacity: 0.1;
}
.module-tracker .trackers-cookie-container form.wwpform.loading .btn::after, .module-tracker .trackers-cookie-container form.wwpform.loading a.wp-block-button__link::after {
  content: none;
}
.module-tracker.loading .manager-reopener:after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.5) url("/app/themes/wwp_child_theme/assets/raw/images/loaders/loader_puff.svg") no-repeat center center !important;
  position: absolute;
  left: 9px;
  top: 10px;
}
.module-tracker .alert {
  width: 100%;
}
.module-tracker.presentation-inline {
  position: static;
  max-width: 100%;
  margin-top: 6rem;
  margin-bottom: 4rem;
  text-align: center;
  box-shadow: none;
  background: transparent;
}
.module-tracker.presentation-inline .trackers-cookie-container {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.module-tracker.presentation-inline .title {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.module-tracker.presentation-inline .trackers-cookie-container form.wwpform .trackers-list {
  display: block;
}
.module-tracker.presentation-inline .btn-more-options {
  display: none !important;
}
.module-tracker.presentation-inline .wwpform {
  width: 100%;
  max-width: 1024px;
}
@media (max-width: 1023px) {
  .module-tracker .trackers-cookie-container {
    width: calc(100vw - 4rem);
  }
  .module-tracker .trackers-cookie-container form.wwpform .rangee-tracker {
    flex-basis: 100%;
  }
  .module-tracker .trackers-cookie-container form.wwpform .tracker-row {
    padding: 1rem 1rem;
  }
  .module-tracker .trackers-cookie-container form.wwpform .tracker-row:last-child {
    padding-bottom: 1em;
  }
  .module-tracker .trackers-cookie-container form.wwpform .title-tracker {
    font-size: 1.2rem;
  }
  .module-tracker .trackers-cookie-container form.wwpform .submitFormField button {
    padding: 0 8px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.page-vos-donnees-personnelles > .module-tracker {
  display: none;
}

.partner-card {
  flex-direction: column;
  gap: 0;
  height: 100%;
  margin: 0;
  padding: 2rem 2rem 0 2rem;
  border-radius: 10px;
}
.partner-card .img-wrap {
  flex: 0 0 12rem;
  height: auto;
  width: 100%;
  margin-left: initial;
  margin-bottom: 0;
}
.partner-card .img-wrap img {
  max-width: 100%;
  height: auto;
}
.partner-card .card-block {
  flex: 0 0 14rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 2rem;
  background: #F6F5F6;
}
.partner-card .card-block .card-title {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #1D4196;
}
.partner-card .card-block .card-text {
  flex: 1;
  margin-left: initial;
}
.partner-card .card-block a.card-readmore-link {
  margin-left: 0;
}
.partner-card .partner-toggle {
  --close-button-size: 36px;
  --close-border-size: 24px;
  align-self: flex-end;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  font-size: 0;
  height: var(--close-button-size);
  width: var(--close-button-size);
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.partner-card .partner-toggle::before, .partner-card .partner-toggle::after {
  position: absolute;
  top: 5px;
  left: 15px;
  content: " ";
  height: var(--close-border-size);
  width: 2px;
  background-color: #1D4196;
  pointer-events: none;
}
.partner-card .partner-toggle::before {
  transform: rotate(0);
}
.partner-card .partner-toggle::after {
  transform: rotate(90deg);
}
.partner-card .partner-toggle:hover::before, .partner-card .partner-toggle:hover::after, .partner-card .partner-toggle:focus::before, .partner-card .partner-toggle:focus::after {
  background-color: #9096a4;
}

ul.items-sqm-partners li {
  position: relative;
  z-index: 0;
}
@media (min-width: 1024px) {
  ul.items-sqm-partners li {
    height: 30rem;
  }
}

ul.items-sqm-partners li.is-opened {
  z-index: 3;
  /*  .card-block {
      flex: 0 0 48rem;
    }*/
}
ul.items-sqm-partners li.is-opened .partner-toggle::before {
  content: none;
}

.js .partner-card .togglable-content-wrapper {
  display: none;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.4s;
}

.js .is-opened .partner-card .togglable-content-wrapper {
  display: flex !important;
  flex-direction: column;
  height: auto;
  min-height: 22rem;
  opacity: 1;
}

.no-js .partner-card .partner-toggle {
  display: none;
}

ul.items-sqm-partners {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
ul.items-sqm-partners li {
  flex-basis: calc(100% / 5 - 2rem - 0.01px);
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  ul.items-sqm-partners li {
    flex-basis: calc(100% / 3 - 2rem - 0.01px);
  }
}

div.module-tracker {
  max-width: 550px;
}
div.module-tracker button.manager-reopener svg {
  fill: #1D4196;
}
div.module-tracker .trackers-cookie-container .title {
  display: block;
  margin-bottom: 2rem;
}
div.module-tracker .trackers-cookie-container p {
  margin-bottom: 1rem;
}
div.module-tracker .trackers-cookie-container form.wwpform .checkbox {
  box-shadow: 0 0 0 1px #1D4196 inset;
}
div.module-tracker .trackers-cookie-container form.wwpform .submitFormField button {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  div.module-tracker .trackers-cookie-container form.wwpform .submitFormField {
    flex-direction: column;
  }
}

.module-newsletter form.nlForm .email-wrap {
  order: 1;
}
.module-newsletter form.nlForm .email-wrap label {
  position: initial !important;
  border: initial !important;
  height: inherit !important;
  width: inherit !important;
  padding: inherit !important;
  overflow: initial !important;
  clip: initial !important;
}
.module-newsletter form.nlForm .statut_pro-wrap {
  order: -3;
}
.module-newsletter form.nlForm .Tag_scolaire-wrap,
.module-newsletter form.nlForm .B_TAG_SCOLAIRE-wrap {
  order: -2;
}
.module-newsletter form.nlForm .entreprise-wrap {
  order: -1;
}
.module-newsletter form.nlForm .rgpd-wrap {
  order: 3 !important;
}
.module-newsletter form.nlForm .submitFormField {
  order: 4;
  width: 100%;
}
.module-newsletter form.nlForm [type=submit] {
  width: auto;
  border-radius: 2.5rem;
}
.module-newsletter .alert {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.5em;
}
.module-newsletter .alert.alert-success {
  color: #5CB85C;
}
.module-newsletter .alert.alert-error {
  color: #D9534F;
}
@media (max-width: 1023px) {
  .module-newsletter .Tag_scolaire-wrap {
    order: -2;
  }
}

.items-filters form {
  margin-bottom: 3rem;
  padding: 0;
  background: transparent;
}
.items-filters form .radio-group {
  flex: 1;
  margin: 0;
}
.items-filters form .radio-group > .field-group {
  display: flex;
}
.items-filters form .radio-group .radio-wrap {
  flex-direction: column-reverse;
}
.items-filters form .radio-group .radio-wrap label {
  padding: 0 1rem;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  color: #1D1C17;
}
.items-filters form .radio-group .radio {
  height: 1px !important;
  width: 100% !important;
  padding: 0 !important;
  border-radius: 0;
  background-color: #D5D8ED !important;
}
.items-filters form .radio-group .radio::before {
  content: none;
}
.items-filters form .radio-group .radio[checked] {
  height: 2px !important;
  background-color: #1D4196 !important;
}
.items-filters form:not(.auto-submit) .submitFormField {
  display: flex;
  align-items: center;
}
.items-filters form:not(.auto-submit) .submitFormField .btn, .items-filters form:not(.auto-submit) .submitFormField a.wp-block-button__link {
  margin: 0;
}
.items-filters form.auto-submit .submitFormField {
  display: none;
}
@media (max-width: 1023px) {
  .items-filters form .radio-group {
    overflow-x: scroll;
    margin-top: -2rem;
  }
  .items-filters form .radio-group .radio-wrap {
    flex: 1 0 auto;
    margin-bottom: 0;
  }
}

.items-list.items-wwp-event {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.items-list.items-wwp-event .event-item {
  margin: 0 16rem 14rem 8rem;
}

a.voir-tout-event {
  display: none;
}

form.event-filters {
  display: flex;
  justify-content: space-between;
}

.event-detail-container {
  display: flex !important;
  flex-direction: column-reverse;
}

.infos-event-component {
  margin-bottom: 3rem;
}
.infos-event-component dl {
  display: inline-flex;
  margin: 0;
  padding: 6px 8px;
  background: #1D4196;
}
.infos-event-component dd {
  margin-left: 0.2em;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 600;
  color: white;
}

@media (max-width: 767px) {
  body.single-wwp-event .entry-header .headings {
    margin-top: 3rem;
  }
}

:root {
  --actu-image-height: 27rem;
  --actu-cat-scientifique: #5DB8C4;
  --actu-cat-animations: #7076FF;
  --actu-cat-cinedebat: #E6866E;
  --actu-cat-expo: #1D4196;
}

body.page-actualites .entry-header .headings {
  max-width: 70rem;
}

@media (min-width: 768px) {
  ul.items-list.actu-list {
    display: flex;
    justify-content: flex-start;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  ul.items-list.actu-list li {
    flex-basis: calc(100% / 2 - 2rem - 0.01px);
    margin: 1rem;
    width: calc(100% / 2 - 2rem - 0.01px);
  }
}
@media (min-width: 1024px) {
  ul.items-list.actu-list {
    display: flex;
    justify-content: flex-start;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  ul.items-list.actu-list li {
    flex-basis: calc(100% / 3 - 2rem - 0.01px);
    margin: 1rem;
    width: calc(100% / 3 - 2rem - 0.01px);
  }
}
@media (max-width: 767px) {
  ul.items-list.actu-list li {
    position: static !important;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

.actu-zoom h2 {
  display: inline;
  margin-top: 0 !important;
  position: absolute;
  top: 1rem;
  left: -13rem;
  font-size: 2.2rem;
  color: #000F39;
}
.actu-zoom .item {
  background: linear-gradient(135deg, rgb(8, 22, 71) 0%, rgb(8, 22, 71) 28%, rgb(28, 66, 144) 71%, rgb(24, 58, 129) 100%);
}
.actu-zoom .item, .actu-zoom .item .card-title, .actu-zoom .item .card-text {
  color: white;
}
.actu-zoom .item .card-block .card-date {
  color: #000F39;
  background-color: white;
}
.actu-zoom .item .card-block .card-readmore-link {
  color: white;
  border-left-color: white;
}
.actu-zoom .item .card-block .card-readmore-link::after {
  background-color: rgba(255, 255, 255, 0.4);
}

.actu-filters form .cat-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.actu-filters form button.reset-filters {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: #1D1C17;
  background-color: transparent;
  border: none;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .actu-filters form button.reset-filters {
    display: none;
    padding: 1rem;
    font-size: 0 !important;
  }
  .actu-filters form button.reset-filters::after {
    content: "";
    display: block;
    background: url("/app/themes/wwp_child_theme/assets/raw/svg/close-mobile-black.svg") no-repeat;
    width: 24px;
    height: 24px;
  }
}
.actu-filters form .month-wrap input[name=month] {
  display: none;
}

.month-filter button.month-filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 4rem;
  margin-bottom: 2rem;
  padding: 0 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border: 1px solid #D5D8ED;
  border-radius: 4px;
  cursor: pointer;
}
.month-filter button.month-filter-toggle::before {
  background-image: url("/app/themes/wwp_child_theme/assets/final/svg/view/svg/sprite.view.svg") !important;
  display: block;
  content: "";
  transform: scale(1);
  background-repeat: no-repeat;
}
.month-filter ul.month-filter-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.month-filter ul.month-filter-list button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  text-transform: capitalize;
  font-size: 1.8rem;
  opacity: 0.4;
  transition: opacity 0.4s;
  cursor: pointer;
}
.month-filter ul.month-filter-list button:hover, .month-filter ul.month-filter-list button:focus {
  opacity: 1;
}
.month-filter ul.month-filter-list button.month-filter-prev,
.month-filter ul.month-filter-list button.month-filter-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  padding: 1rem 2rem;
}
.month-filter ul.month-filter-list button.month-filter-prev::before,
.month-filter ul.month-filter-list button.month-filter-next::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  border-style: solid;
  border-width: 2px 2px 0 0;
}
.month-filter ul.month-filter-list button.month-filter-prev::before {
  transform: rotate(-135deg);
}
.month-filter ul.month-filter-list button.month-filter-next::before {
  transform: rotate(45deg);
}
.month-filter ul.month-filter-list li:nth-child(3) button {
  font-size: 2.4rem;
  opacity: 1;
}
@media (max-width: 1023px) {
  .month-filter {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .month-filter ul.month-filter-list {
    margin: 0;
  }
}

.actu-list .item {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}
.actu-list .item .img-wrap {
  flex: auto;
  margin-left: 0;
  margin-bottom: 0 !important;
}
.actu-list .item .img-wrap img {
  position: initial;
  transform: none;
  min-width: initial;
}
.actu-list .item .card-content {
  height: 100%;
}
.actu-list .item .card-text {
  margin-left: 0;
}
.actu-list .item a.card-readmore-link {
  flex: 1;
  display: flex;
  align-items: flex-end;
  margin-left: 0;
  color: white !important;
  border-left-color: white;
}
.actu-list .item a.card-readmore-link::before {
  content: none !important;
}
.actu-list .item a.card-readmore-link::after {
  background-color: rgba(255, 255, 255, 0.4);
}
.actu-list .item .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--actu-image-height);
  overflow: hidden;
  -webkit-mask: url("/app/uploads/2024/03/actu-mask.png") no-repeat bottom center;
          mask: url("/app/uploads/2024/03/actu-mask.png") no-repeat bottom center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.actu-list .item .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.actu-list .item .card-content {
  padding: var(--actu-image-height) 3rem 2rem 7rem;
  color: white;
  background: #1D4196;
}
.actu-list .item .card-content .card-title, .actu-list .item .card-content .news-item-date {
  margin-left: -3rem;
}
.actu-list .item .card-content .card-title,
.actu-list .item .card-content .card-text {
  color: white;
}
.actu-list .item .card-content .card-title {
  margin-top: 1rem !important;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  color: white;
}
.actu-list .item .card-content .card-date {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.2em;
  margin: 0.8rem 0 0 -3rem;
  padding: 6px 8px;
  font-size: 1.3rem;
  line-height: 1;
  color: #1D4196;
  background: white;
}
.actu-list .item .card-content p {
  margin-top: 2rem;
}
.actu-list .item .card-content a.link, .actu-list .item .card-content .home-animations .news-item-links a, .home-animations .news-item-links .actu-list .item .card-content a, .actu-list .item .card-content .home-engagements-block .news-item-links a, .home-engagements-block .news-item-links .actu-list .item .card-content a {
  margin-top: 2rem;
  color: white;
  border-left-color: white;
}
.actu-list .item .card-content a.link::before, .actu-list .item .card-content .home-animations .news-item-links a::before, .home-animations .news-item-links .actu-list .item .card-content a::before, .actu-list .item .card-content .home-engagements-block .news-item-links a::before, .home-engagements-block .news-item-links .actu-list .item .card-content a::before {
  content: none;
}
.actu-list .item .card-content a.link::after, .actu-list .item .card-content .home-animations .news-item-links a::after, .home-animations .news-item-links .actu-list .item .card-content a::after, .actu-list .item .card-content .home-engagements-block .news-item-links a::after, .home-engagements-block .news-item-links .actu-list .item .card-content a::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.actu-list .item .card-category {
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: #1D4196;
  background: white;
  text-transform: uppercase;
  padding: 5px 6px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 800;
}
.actu-list .item.cat-cine-debat .card-content {
  background-color: var(--actu-cat-cinedebat);
}
.actu-list .item.cat-cine-debat .card-content .card-category,
.actu-list .item.cat-cine-debat .card-content .card-date {
  color: var(--actu-cat-cinedebat);
}
.actu-list .item.cat-expositions .card-content {
  background-color: var(--actu-cat-expo);
}
.actu-list .item.cat-expositions .card-content .card-category,
.actu-list .item.cat-expositions .card-content .card-date {
  color: var(--actu-cat-expo);
}
.actu-list .item.cat-actus-scientifiques .card-content {
  background-color: var(--actu-cat-scientifique);
}
.actu-list .item.cat-actus-scientifiques .card-content .card-category,
.actu-list .item.cat-actus-scientifiques .card-content .card-date {
  color: var(--actu-cat-scientifique);
}
.actu-list .item.cat-animations-ateliers .card-content {
  background-color: var(--actu-cat-animations);
}
.actu-list .item.cat-animations-ateliers .card-content .card-category,
.actu-list .item.cat-animations-ateliers .card-content .card-date {
  color: var(--actu-cat-animations);
}

body.single-wwp-actu .entry-header {
  background: #1D4196;
}
body.single-wwp-actu .entry-header .headings {
  margin-top: 0;
}
body.single-wwp-actu .news-categories {
  display: inline-flex;
  align-items: center;
  margin: 0 0 2rem -1rem;
}
body.single-wwp-actu .news-categories span {
  margin: 0 1rem;
  padding: 8px 8px;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  color: #1D4196;
  background: white;
}
body.single-wwp-actu .breadcrumb-wrapper li.breadcrumb-item:not(:nth-child(2)) {
  display: none;
}
body.single-wwp-actu .news-dates-wrapper {
  margin-bottom: 3rem;
}
body.single-wwp-actu .news-dates-wrapper .news-dates {
  padding: 6px 8px;
  font-size: 1.3rem;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  color: white;
  background: #1D4196;
}
body.single-wwp-actu.news-category-cine-debat .entry-header,
body.single-wwp-actu.news-category-cine-debat .news-dates-wrapper .news-dates {
  background: var(--actu-cat-cinedebat);
}
body.single-wwp-actu.news-category-cine-debat .news-categories span {
  color: var(--actu-cat-cinedebat);
}
body.single-wwp-actu.news-category-expositions .entry-header,
body.single-wwp-actu.news-category-expositions .news-dates-wrapper .news-dates {
  background: var(--actu-cat-expo);
}
body.single-wwp-actu.news-category-expositions .news-categories span {
  color: var(--actu-cat-expo);
}
body.single-wwp-actu.news-category-actus-scientifiques .entry-header,
body.single-wwp-actu.news-category-actus-scientifiques .news-dates-wrapper .news-dates {
  background: var(--actu-cat-scientifique);
}
body.single-wwp-actu.news-category-actus-scientifiques .news-categories span {
  color: var(--actu-cat-scientifique);
}
body.single-wwp-actu.news-category-animations .entry-header,
body.single-wwp-actu.news-category-animations .news-dates-wrapper .news-dates {
  background: var(--actu-cat-animations);
}
body.single-wwp-actu.news-category-animations .news-categories span {
  color: var(--actu-cat-animations);
}