@charset "UTF-8";
/*
	PUBLIC
	Importe tous les styles de la partie publique du site
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
    MIXINS
*/
/* Liste des breakpoints */
/* Gestion des breakpoints */
/* Gestion des tailles de police */
/**
 * Adaptation responsive des tailles de police
 */
/*
	GLOBAL
	Feuille de style générale

	SOMMAIRE
	Typographie
	Mise en page
	Tableaux
	Utilitaires
	Responsive
	Impression
*/
/*-----------------------------------------------------------------------
  == Typographie
----------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Signika", sans-serif;
  font-weight: 400;
  background: white;
  color: #2b2c84;
}
@media (min-width: 576px) {
  body {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199px) {
  body.menu-open {
    height: 100%;
    overflow: hidden;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  line-height: 1em;
}

p, ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
  margin-top: 0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

figure {
  margin: 0;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0.8em 1.5em;
  gap: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 15px;
  background: #e8378c;
  color: white;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-decoration: none;
}
.btn svg {
  fill: white;
}
.btn:hover {
  background: #2b2c84;
}
.btn.is-full {
  background: #bdc3c7;
  cursor: not-allowed;
}
.btn.is-full:hover {
  background: #bdc3c7;
}

.btn--compact {
  border-radius: 12px;
  padding: 0.6em 1.2em;
  font-size: 1rem;
}

.btn--alt {
  background: #2b2c84;
  color: white;
}
.btn--alt:hover {
  background: #e8378c;
}

.btn--bordered {
  background: transparent;
  color: #e8378c;
  border: 1px solid #e8378c;
  background: white;
}
.btn--bordered:hover {
  border-color: #2b2c84;
  color: #2b2c84;
  background: white;
}

/*-----------------------------------------------------------------------
  == Mise en page
----------------------------------------------------------------------- */
.wrap {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1340px;
}

.wrap--large {
  max-width: 1640px;
}

/*-----------------------------------------------------------------------
  == Tableaux
----------------------------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

td {
  vertical-align: top;
}

/*-----------------------------------------------------------------------
  == Utilitaires
----------------------------------------------------------------------- */
/* Clearfix (cf. http://nicolasgallagher.com/micro-clearfix-hack) */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: block;
}

.cf:after {
  clear: both;
}

/* Alignements */
.align-left {
  text-align: left;
}

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

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

/* Masque le contenu visuellement */
.is-hidden {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  border: 0;
}

/*-----------------------------------------------------------------------
  == Responsive
----------------------------------------------------------------------- */
/* Valeurs maximales */
img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
  max-width: 100%;
}

img {
  height: auto;
}

/* Corrections du viewport */
@-webkit-viewport {
  width: device-width;
  zoom: 1;
}
@-moz-viewport {
  width: device-width;
  zoom: 1;
}
@-ms-viewport {
  width: device-width;
  zoom: 1;
}
@-o-viewport {
  width: device-width;
  zoom: 1;
}
@viewport {
  width: device-width;
  zoom: 1;
}
/*-----------------------------------------------------------------------
  == Impression
----------------------------------------------------------------------- */
@media print {
  p, blockquote {
    orphans: 2;
    widows: 2;
  }
  blockquote, ul, ol {
    page-break-inside: avoid;
  }
  h1, h2, h3, caption {
    page-break-after: avoid;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*
    HEADER
*/
.top-search {
  border-top: 3px solid #00b5e1;
  border-bottom: 1px solid #93d5f6;
  background: url(../img/bg-search.jpg) no-repeat top center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .top-search {
    display: none;
  }
  .search-open .top-search {
    display: block;
  }
}

.top-search__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  padding-right: 20px;
  font-family: "Lato", sans-serif;
  background: #b2e9f6;
}
.top-search__form input[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  height: 39px;
  padding: 0 20px;
  border: 0;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif !important;
  border-radius: 0;
  background: #b2e9f6;
  color: #FFF;
  -webkit-appearance: none;
}
.top-search__form input[type=search]:focus {
  outline: none;
}
.top-search__form ::-webkit-input-placeholder {
  color: #FFF;
  opacity: 1;
}
.top-search__form ::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.top-search__form :-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}
.top-search__form ::-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}
.top-search__form ::placeholder {
  color: #FFF;
  opacity: 1;
}
.top-search__form :-ms-input-placeholder {
  color: #FFF;
}
.top-search__form ::-ms-input-placeholder {
  color: #FFF;
}
.top-search__form button[type=submit] {
  width: 20px;
  height: 20px;
  border: 0;
  background: url(../img/search.svg) no-repeat center center;
  cursor: pointer;
}

@media (min-width: 1199px) {
  .header {
    height: 113px;
  }
}

.header__inner {
  background: white;
  border-bottom: 8px solid #dff6fc;
}
.stuck .header__inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.1s ease height;
  transition: 0.1s ease height;
}
@media (max-width: 1199px) {
  .header__layout {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
  }
}
@media (min-width: 1199px) {
  .header__layout {
    height: 105px;
    gap: 30px;
  }
  .stuck .header__layout {
    height: 80px;
  }
}

.header__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  position: relative;
}

.header__brand__slogan {
  line-height: 1.2;
  font-size: 0.875rem;
  color: #2b2c84;
}
@media (max-width: 575px) {
  .header__brand__slogan {
    display: none;
  }
}
@media (min-width: 575px) and (max-width: 1199px) {
  .header__brand__slogan {
    padding-left: 15px;
    border-left: 1px solid #93d5f6;
  }
}
@media (min-width: 1200px) {
  .header__brand__slogan {
    position: absolute;
    top: 100%;
    left: 0;
    width: 320px;
    padding: 15px 20px;
    font-size: 1rem;
    border-left: 3px solid #00b5e1;
    background: white;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .header__brand:hover .header__brand__slogan {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 8px);
  }
}

.logo img {
  display: block;
}
@media (max-width: 1199px) {
  .logo img {
    max-width: 110px;
  }
}
@media (min-width: 1199px) {
  .stuck .logo img {
    max-width: 110px;
  }
}

.nav-menu {
  font-family: "Signika", sans-serif;
}
.nav-menu a {
  text-decoration: none;
  color: #2b2c84;
}
.nav-menu > li {
  line-height: 1;
}
.nav-menu > li > a {
  text-transform: uppercase;
}
.nav-menu li.no-link > a {
  cursor: default;
}
@media (max-width: 1199px) {
  .nav-menu {
    margin: 0 -30px;
    background: white;
    border-bottom: 1px solid rgba(43, 44, 132, 0.1);
  }
  .nav-menu a {
    display: block;
    padding: 0.7em 20px;
    border-top: 1px solid rgba(43, 44, 132, 0.1);
    text-decoration: none;
  }
  .nav-menu .sub-menu {
    display: none;
  }
  .nav-menu li.is-open > .sub-menu {
    display: block;
  }
  .nav-menu > li > a {
    text-transform: uppercase;
    font-weight: 400;
  }
  .nav-menu .sub-menu {
    background: rgba(0, 181, 225, 0.2);
  }
  .nav-menu .sub-menu .sub-menu {
    background: rgba(0, 181, 225, 0.4);
  }
  .nav-menu li.menu-item-has-children > a {
    position: relative;
  }
  .nav-menu li.menu-item-has-children > a em {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #0567ac;
  }
  .nav-menu li.menu-item-has-children > a em::before {
    content: "";
    width: 6px;
    height: 10px;
    background: url(../img/menu-item.svg) no-repeat center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .nav-menu li.is-open.menu-item-has-children > a > em::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (min-width: 1200px) {
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 25px;
    font-size: 1.125rem;
  }
  .nav-menu a {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    color: #2b2c84;
  }
  .nav-menu > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .nav-menu > li:hover > a {
    color: #e8378c;
  }
  .nav-menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .nav-menu > li:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .nav-menu > li.nav-menu__home a > span {
    display: block;
    margin: 0 auto;
    width: 21px;
    height: 19px;
    background: url(../img/home.svg) no-repeat center center;
    font-size: 0;
    text-indent: -9999px;
  }
  .nav-menu > li.current_page_item > a > span::after, .nav-menu > li.current_page_ancestor > a > span::after {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    height: 1px;
    background: #00b5e1;
  }
  .nav-menu > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .nav-menu > li > a > span {
    position: relative;
  }
  .nav-menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    z-index: 10;
    opacity: 0;
    font-size: 1rem;
    visibility: hidden;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background: white;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  }
  .nav-menu > li > .sub-menu a {
    display: block;
    padding: 0.8em 15px;
  }
  .nav-menu > li > .sub-menu a:hover {
    color: #e8378c;
  }
  .nav-menu > li > .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
  }
  .nav-menu > li.menu-item-has-children > a > em {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 7px;
    width: 12px;
    height: 8px;
    background: url(../img/submenu.svg) no-repeat 0 0;
  }
}
@media (min-width: 1600px) {
  .nav-menu > li > a {
    font-size: 1.0625rem;
  }
}

@media (max-width: 1199px) {
  #main-nav {
    position: fixed;
    z-index: 99;
    top: 88px;
    bottom: 0;
    width: 100%;
    right: 100%;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    padding: 0 30px;
    overflow: auto;
    background: white;
  }
  .menu-open #main-nav {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (min-width: 1200px) {
  #main-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-open .header__search {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .header__search {
    padding-bottom: 15px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .header__search {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stuck .header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#toggle-search {
  width: 25px;
  height: 26px;
  padding: 0;
  border: 0;
  background: url(../img/search-btn.svg) no-repeat 0 0;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#toggle-search:focus {
  outline: none;
}

#toggle-account {
  display: block;
  width: 25px;
  height: 24px;
  margin-right: 10px;
  padding: 0;
  border: 0;
  background: url(../img/user-btn.svg) no-repeat 0 0;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#toggle-account:focus {
  outline: none;
}
@media (min-width: 1200px) {
  #toggle-account {
    display: none;
  }
}

#toggle-main-nav {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) {
  #toggle-main-nav {
    display: none;
  }
}

.toggle-main-nav__label {
  padding-left: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #2b2c84;
}
@media (max-width: 767px) {
  .toggle-main-nav__label {
    display: none;
  }
}

.toggle-main-nav__burger {
  position: relative;
  width: 25px;
  height: 16px;
  margin: 0;
  padding: 0;
}
.toggle-main-nav__burger span, .toggle-main-nav__burger::before, .toggle-main-nav__burger::after {
  position: absolute;
  left: 0;
  width: 25px;
  height: 2px;
  background: #00b5e1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.toggle-main-nav__burger::before, .toggle-main-nav__burger::after {
  content: "";
  top: 0;
}
.toggle-main-nav__burger span {
  top: 7px;
}
.toggle-main-nav__burger::after {
  top: 14px;
}
.menu-open .toggle-main-nav__burger span {
  opacity: 0;
}
.menu-open .toggle-main-nav__burger::before, .menu-open .toggle-main-nav__burger::after {
  top: 7px;
}
.menu-open .toggle-main-nav__burger::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-open .toggle-main-nav__burger::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#toggle-quicklinks {
  position: absolute;
  top: 0;
  right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00b5e1;
  color: white;
  border: 0;
  font-size: 1rem;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 0 0 0 5px;
  cursor: pointer;
}
.menu-open #toggle-quicklinks {
  opacity: 0;
  pointer-events: none;
}
#toggle-quicklinks::before {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../img/menu-item.svg) no-repeat center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 8px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
#toggle-quicklinks.is-open::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 1200px) {
  #toggle-quicklinks {
    display: none;
  }
}

.quicklinks {
  font-size: 1rem;
  font-family: "Signika", sans-serif;
  line-height: 1;
  background: #00b5e1;
}
.quicklinks li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1199px) {
  .quicklinks {
    display: none;
  }
}
@media (max-width: 1599px) {
  .single-formation .quicklinks {
    display: none;
  }
}
@media (min-width: 1200px) {
  .quicklinks {
    position: fixed;
    top: 200px;
    right: -180px;
    width: 240px;
    z-index: 99;
    border: 1px solid transparent;
    border-width: 1px 0 1px 1px;
    font-size: 1.125rem;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .quicklinks:hover {
    right: 0;
    background: white;
  }
  .quicklinks:hover {
    border-color: #2b2c84;
  }
  .quicklinks:hover li:not(:last-child) {
    border-bottom: 1px solid rgba(43, 44, 132, 0.5);
  }
}

.quicklink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  color: white;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (min-width: 1200px) {
  .quicklink {
    height: 60px;
  }
  .quicklinks:hover .quicklink {
    color: #2b2c84;
  }
  .quicklink::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #00b5e1;
    opacity: 0;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .quicklink:hover::after {
    opacity: 1;
  }
}

.quicklink__picto {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
}
.quicklink__picto svg {
  fill: white;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (max-width: 1199px) {
  .quicklink__picto svg {
    max-height: 25px;
  }
}
@media (min-width: 1200px) {
  .quicklinks:hover .quicklink__picto svg {
    fill: #2b2c84;
  }
  .quicklinks:hover .quicklink:hover .quicklink__picto svg {
    fill: white;
  }
}

.quicklink__label {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.quicklink:hover .quicklink__label {
  color: white;
}

/*
    MAIN
*/
.banner {
  position: relative;
  padding: 50px 0;
  background: url(../img/bg-banner.jpg) no-repeat bottom center;
  background-size: cover;
}
@media (min-width: 992px) {
  .banner {
    padding: 85px 0;
  }
}
.banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 59px;
  background: url(../img/wave.png) no-repeat bottom center;
}
.banner > .wrap {
  position: relative;
  z-index: 2;
}

.banner__title {
  font-size: 2.4rem;
  font-size: clamp(2.4rem, calc(2.0625rem + 1.6875vw), 3.75rem);
  text-transform: uppercase;
  text-wrap: pretty;
  font-weight: 400;
  line-height: 1;
  color: #2b2c84;
}
.single-formation .banner__title {
  font-size: 2.4rem;
  font-size: clamp(2.4rem, calc(2.21875rem + 0.90625vw), 3.125rem);
  text-transform: none;
}
@media (max-width: 991px) {
  .banner__title {
    padding-bottom: 30px;
  }
}

body:not(.single-formation) .page__main {
  overflow: hidden;
}

.page__body {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(236, 240, 241, 0.3)));
  background: linear-gradient(to bottom, white 0%, rgba(236, 240, 241, 0.3) 100%);
}
.page__body > .wrap {
  position: relative;
  z-index: 2;
}

.page__content {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: calc(50% - 50dvw);
  }
}

.lead {
  min-height: 500px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .lead {
    -ms-flex-preferred-size: 1280px;
        flex-basis: 1280px;
    padding-right: 30px;
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .lead {
    padding-right: 70px;
  }
}

.breadcrumbs {
  padding-top: 10px;
  font-size: 1rem;
  font-family: "Signika", sans-serif;
  text-transform: uppercase;
  color: #00b5e1;
}
.single-formation .breadcrumbs {
  margin-bottom: 10px;
  padding: 0;
}
.breadcrumbs a {
  text-decoration: none;
  color: #00b5e1;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.search__result strong {
  display: block;
  font-weight: 900;
}

.sidebar {
  position: relative;
  background: #ecf0f1;
}
@media (max-width: 991px) {
  .sidebar {
    margin: 0 -30px;
    padding: 50px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar {
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .sidebar {
    min-width: 430px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.sidebar__inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .sidebar__inner {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 35px 15px;
  }
}
@media (min-width: 1200px) {
  .sidebar__inner {
    max-width: 347px;
    padding: 30px 0 30px 30px;
  }
  .sidebar__inner::before {
    content: "";
    position: absolute;
    top: 60px;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 30px 32.5px 0;
    border-color: transparent #ecf0f1 transparent transparent;
  }
}

.links {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .links {
    padding: 0 15px;
  }
}
.links:last-child {
  margin-bottom: 0;
}

.links__title {
  font-size: 1.625rem;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #e8378c;
}
@media (max-width: 1200px) {
  .links__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .links__title {
    font-size: 1.4rem;
  }
}

.links__text {
  margin-bottom: 1em;
  font-size: 1rem;
  color: #e8378c;
}

.links__list {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .links__list {
    font-size: 1.125rem;
  }
}
.links__list li {
  border-bottom: 1px solid white;
}
.links__list a {
  display: block;
  padding: 15px 0 15px 45px;
  line-height: 1.4;
  background: url(../img/bullet.png) no-repeat 12px 20px;
  color: #e8378c;
}
.links__list a:hover {
  text-decoration: underline;
}

.docs {
  margin-bottom: 30px;
  padding: 30px 25px;
  background: white;
  border-radius: 20px;
}
.docs:last-child {
  margin-bottom: 0;
}

.docs__title {
  font-size: 1.625rem;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #00b4df;
}
@media (max-width: 1200px) {
  .docs__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .docs__title {
    font-size: 1.4rem;
  }
}

.docs__text {
  margin-bottom: 1em;
  font-size: 1rem;
  color: #00b4df;
}

.docs__list {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .docs__list {
    font-size: 1.125rem;
  }
}
.docs__list a {
  display: block;
  padding: 15px 0 15px 40px;
  line-height: 1.4;
  color: #e8378c;
  background: url(../img/files.png) no-repeat 0 8px;
}
.docs__list a:hover {
  text-decoration: underline;
}

.sidecta {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  background: white;
}
.sidecta:has(.sidecta__btn:only-child) {
  padding: 0;
  background: none;
}
.sidecta:last-child {
  margin-bottom: 0;
}

.sidecta__img {
  margin: 0 auto 15px;
  max-width: 260px;
  padding: 30px;
  border-radius: 20px;
  background: white;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06), 0 8px 60px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06), 0 8px 60px rgba(0, 0, 0, 0.04);
}
.sidecta__img img {
  display: block;
  margin: 0 auto;
}

.sidecta__text {
  margin-bottom: 1em;
  font-size: 1rem;
  color: #e8378c;
}

.sidecta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sidecta__btn:only-child a {
  width: 100%;
}

.sideimg {
  display: block;
  margin-bottom: 30px;
  padding: 25px;
  background: white;
  border-radius: 20px;
  -webkit-transition: 0.3s ease border-color;
  transition: 0.3s ease border-color;
}
.sideimg img {
  display: block;
  width: 100%;
}
.sideimg figcaption {
  padding-top: 10px;
  text-align: center;
  line-height: 1.4;
  color: #e8378c;
}
.sideimg:last-child {
  margin-bottom: 0;
}

a.sideimg:hover {
  border-color: #cbd5da;
}

/*
    FOOTER
*/
/* --- Ressources --- */
.resources {
  overflow: hidden;
  padding: 100px 0 40px;
  font-family: "Lato", sans-serif;
  background: white;
}

.resources__title {
  font-size: 3rem;
  margin-bottom: 2em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
  color: #e8378c;
}
@media (max-width: 992px) {
  .resources__title {
    font-size: 2.6rem;
  }
}
@media (max-width: 576px) {
  .resources__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .resources__title {
    font-size: 2rem;
  }
}

.resources__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
@media (min-width: 1600px) {
  .resources__list {
    margin: 0 -60px;
  }
}
.resources__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 30px 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .resources__list li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .resources__list li {
    width: 33.3333333333%;
  }
}
@media (min-width: 1600px) {
  .resources__list li {
    padding: 0 60px 60px;
  }
}

.resource {
  width: 100%;
  position: relative;
  padding: 60px 30px 30px;
  text-align: center;
  border: 1px solid #e7e7e7;
  background: white;
  border-radius: 20px;
}
@media (min-width: 576px) {
  .resource {
    padding: 60px;
  }
}
.resource::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background: transparent;
}
.resource:hover::after {
  height: 3px;
  background: #e8378c;
}

.resource__img {
  position: absolute;
  top: -25px;
  left: -15px;
}
@media (max-width: 575px) {
  .resource__img {
    max-width: 120px;
  }
}

.resource__title {
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #e8378c;
}

.resource__text {
  max-width: 250px;
  margin: 0 auto 1em;
  font-size: 0.875rem;
  color: #a1b1bc;
}

.resource__link {
  font-size: 1rem;
  font-weight: 700;
  color: #0368ae;
}

/* --- Footer --- */
.footer {
  position: relative;
  z-index: 2;
  font-family: "Lato", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(146, 209, 237)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(146, 209, 237) 100%);
}

.footer__inside {
  position: relative;
  padding: 80px 0 0;
}
@media (min-width: 576px) {
  .footer__inside {
    background: url(../img/bg-footer.png) no-repeat left -170px bottom -8px;
  }
}

.footer__title {
  font-size: 3rem;
  margin-bottom: 2em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
  color: #e8378c;
}
@media (max-width: 992px) {
  .footer__title {
    font-size: 2.6rem;
  }
}
@media (max-width: 576px) {
  .footer__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .footer__title {
    font-size: 2rem;
  }
}

.footer__layout {
  padding: 0 0 80px;
}
@media (min-width: 992px) {
  .footer__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__gmaps {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .footer__gmaps {
    width: 55.3797468354%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.footer__gmaps iframe {
  position: relative;
  z-index: 2;
  border: 10px solid rgba(43, 44, 132, 0.08) !important;
}

.footer__text {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .footer__text {
    max-width: 575px;
    margin: 0 auto 30px;
  }
}
.footer__text.content {
  font-size: 0.875rem;
}
.footer__text.content strong {
  font-size: 1rem;
}
.footer__text.content p, .footer__text.content ul {
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .footer__text {
    width: 44.6202531646%;
    padding-left: 30px;
  }
}

.footer__credits {
  font-size: 0.875rem;
  background: #2b2c84;
}
.footer__credits a {
  color: #b4def3;
  text-decoration: none;
}
.footer__credits a:hover {
  text-decoration: underline;
}
.footer__credits .wrap {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 1200px) {
  .footer__credits__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__credits__layout span, .footer__credits__layout span a {
  color: #4b4de7;
}
.footer__credits__layout span {
  display: block;
}
@media (max-width: 1199px) {
  .footer__credits__layout span {
    text-align: center;
  }
}
@media (max-width: 1599px) {
  .footer__credits__layout span {
    width: 100%;
    margin-top: 15px;
  }
}

.nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .nav-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav-footer li + li {
    margin-top: 10px;
  }
}
@media (min-width: 479px) {
  .nav-footer li + li {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .nav-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*
	FRONT PAGE
*/
/* --- Actus et événements --- */
.intro {
  position: relative;
  padding: 30px 0 0;
  background: url(../img/bg-header.jpg) no-repeat top center;
  background-size: cover;
}
@media (min-width: 992px) {
  .intro {
    padding: 65px 0 60px;
  }
}

.intro__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.intro__bg img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.intro__layout {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro__title, .intro__text {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-family: "Signika", sans-serif;
  font-weight: 300;
}

.intro__title {
  font-size: 1.875rem;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .intro__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .intro__title {
    font-size: 1.4rem;
  }
}

.intro__text {
  font-size: 1.25rem;
  margin-bottom: 2em;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .intro__text {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .intro__text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .intro__text br {
    display: none;
  }
}

.intro__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  .intro__main {
    width: 81.0126582278%;
  }
}

.lastpost {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Signika", sans-serif;
  color: black;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lastpost {
    width: calc(66.6666666667% - 30px);
  }
}
@media (min-width: 1200px) {
  .lastpost {
    width: 68.75%;
  }
}

.lastpost__thumb {
  width: 100%;
}
@media (min-width: 576px) and (max-width: 991px) {
  .lastpost__thumb {
    width: 38%;
  }
}
@media (min-width: 992px) {
  .lastpost__thumb {
    width: 34.0909090909%;
  }
}
.lastpost__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lastpost__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #ecefec;
  border-left: 9px solid #00b5e1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 181, 225, 0.5)), color-stop(14%, rgba(128, 218, 240, 0.5)), color-stop(44%, rgba(255, 255, 255, 0.5)), color-stop(51%, rgba(255, 255, 255, 0.5)), to(rgba(254, 255, 255, 0.5)));
  background-image: linear-gradient(0deg, rgba(0, 181, 225, 0.5) 0%, rgba(128, 218, 240, 0.5) 14%, rgba(255, 255, 255, 0.5) 44%, rgba(255, 255, 255, 0.5) 51%, rgba(254, 255, 255, 0.5) 100%);
}
@media (min-width: 576px) {
  .lastpost__details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1200px) {
  .lastpost__details {
    padding: 20px 30px;
  }
}

.lastpost__title {
  max-width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.1;
  color: #00b5e1;
}

.lastpost__metas {
  margin-bottom: 0.8em;
  font-size: 0.875rem;
  color: #a6a6a6;
}
.lastpost__metas a {
  color: #a6a6a6;
}

.lastpost__excerpt {
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1600px) {
  .lastpost__excerpt {
    font-size: 1.25rem;
  }
}

.lastpost__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 479px) {
  .lastpost__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lastpost__actions a {
    width: 100%;
  }
}

.lastpost__btn {
  padding: 0.8em 2em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 3px;
  background: #00b5e1;
  color: white;
}
@media (max-width: 479px) {
  .lastpost__btn {
    margin-bottom: 15px;
  }
}
.lastpost__btn:hover {
  background: #2b2c84;
}

.lastpost__allposts {
  padding: 0.8em 1em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  border-radius: 3px;
  background: white;
  color: #00b5e1;
  border: 1px solid #00b5e1;
}
@media (min-width: 480px) {
  .lastpost__allposts {
    margin-left: 20px;
  }
}
.lastpost__allposts:hover {
  background: #2b2c84;
  border-color: #2b2c84;
  color: white;
}

.nextposts {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nextposts {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .nextposts {
    width: 28.90625%;
  }
}

.nextpost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  background: white;
  color: #1d2525;
}
.nextpost:last-child {
  margin-bottom: 0;
}

.nextpost__details {
  position: relative;
  width: 100%;
  padding: 40px 20px;
}
@media (min-width: 480px) {
  .nextpost__details {
    width: 62%;
  }
}

.nextpost__cat {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  background: #00b5e1;
  color: white;
}
.nextpost__cat a {
  color: white;
}

.nextpost__title {
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.nextpost__excerpt {
  font-size: 0.875rem;
  line-height: 1.2;
}

.nextpost__date {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 30px;
  padding-right: 8px;
  font-size: 0.75rem;
  line-height: 1;
  color: #a6a6a6;
}

.nextpost__link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  background: #404040;
  color: white;
}

.nextpost__thumb {
  width: 100%;
}
@media (min-width: 480px) {
  .nextpost__thumb {
    width: 38%;
  }
}
.nextpost__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.focus {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Signika", sans-serif;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(232, 55, 140, 0.5)), color-stop(14%, rgba(244, 155, 198, 0.5)), color-stop(44%, rgba(255, 255, 255, 0.5)), color-stop(51%, rgba(255, 255, 255, 0.5)), to(rgba(254, 255, 255, 0.5)));
  background-image: linear-gradient(0deg, rgba(232, 55, 140, 0.5) 0%, rgba(244, 155, 198, 0.5) 14%, rgba(255, 255, 255, 0.5) 44%, rgba(255, 255, 255, 0.5) 51%, rgba(254, 255, 255, 0.5) 100%);
  border-top: 3px solid #e8378c;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .focus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .focus {
    width: 17.0886075949%;
  }
}

.focus__img {
  width: 100%;
  position: relative;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.focus__img span, .focus__img img {
  display: block;
  width: 100%;
}
.focus__img figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: white;
}
.focus__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 145, 197)), color-stop(20%, rgb(255, 145, 197)), to(rgba(255, 145, 197, 0)));
  background: linear-gradient(to bottom, rgb(255, 145, 197) 0%, rgb(255, 145, 197) 20%, rgba(255, 145, 197, 0) 100%);
}
@media (min-width: 480px) {
  .focus__img span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .focus__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .focus__img {
    width: 38%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .focus__img {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .focus__img {
    padding-bottom: 75%;
  }
}

.focus__inside {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 20px;
  border: 1px solid #e7eced;
  border-width: 0 1px 1px;
  color: #a52261;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .focus__inside {
    padding: 15px;
  }
}
@media (min-width: 1600px) {
  .focus__inside {
    padding: 15px 30px;
  }
}

.focus__title {
  margin-bottom: 0.8em;
  font-size: 1.125rem;
  line-height: 1.2;
}

.focus__text {
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.focus__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.focus__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8em 1em;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1;
  background: #e8378c;
  color: white;
}
.focus__btn a::before {
  content: "";
  width: 9px;
  height: 14px;
  margin-right: 6px;
  margin-top: -3px;
  background: url(../img/arrow.svg) no-repeat 0 0;
}
.focus__btn a:hover {
  background: #2b2c84;
}

/*
    ACTUALITÉS
*/
.posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.post__date {
  display: block;
  margin: -20px 0 30px;
  color: #a6a6a6;
}

.back-to-posts {
  margin-top: 30px;
  text-align: center;
}

.minipost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
  font-family: "Signika", sans-serif;
}
@media (min-width: 576px) and (max-width: 1599px) {
  .minipost {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .minipost {
    width: 33.3333333333%;
  }
}

.minipost__layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  background: white;
  border-bottom: 3px solid #00b5e1;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.minipost:hover .minipost__layout {
  background: #2b2c84;
}

.minipost__thumb img {
  display: block;
  width: 100%;
}

.minipost__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 25px 20px;
}

.minipost__cat {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 140px;
  padding: 7px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  background: #2b2c84;
  color: white;
}
.minipost__cat a {
  color: white;
}

.minipost__title {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #00b5e1;
}

.minipost__excerpt {
  line-height: 1.3;
  color: #00b5e1;
}

.minipost__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 20px 20px;
}

.minipost__date {
  font-size: 1rem;
  color: #a6a6a6;
}

.minipost__link {
  padding: 0.8em 1.5em;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 3px;
  background: #e8378c;
  color: white;
}

.widgets {
  margin: 0;
  padding: 0 15px;
  color: white;
}
.widgets a {
  color: white;
}
.widgets a:hover {
  text-decoration: underline;
}
.widgets .widget {
  margin-bottom: 50px;
}
.widgets .widget:last-child {
  margin-bottom: 0;
}
.widgets .widget_categories ul, .widgets .widget_archive ul {
  font-size: 1.125rem;
}
.widgets .widget_categories ul li, .widgets .widget_archive ul li {
  border-bottom: 1px solid white;
}
.widgets .widget_categories ul a, .widgets .widget_archive ul a {
  display: block;
  padding: 15px 0 15px 45px;
  line-height: 1.4;
  background: url(../img/bullet.png) no-repeat 12px 20px;
  color: #e8378c;
}
.widgets .widget_categories ul a:hover, .widgets .widget_archive ul a:hover {
  text-decoration: underline;
}
.widgets .widgettitle, .widgets .widget_nav_menu li {
  font-size: 1.625rem;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #e8378c;
}
@media (max-width: 1200px) {
  .widgets .widgettitle, .widgets .widget_nav_menu li {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .widgets .widgettitle, .widgets .widget_nav_menu li {
    font-size: 1.4rem;
  }
}

/*
    CONTENT
    Styles pour les blocs de contenu modifiables en back-office
*/
.content {
  font-weight: 300;
}
.content a {
  font-weight: 700;
  color: #00b5e1;
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}
.content p, .content ul {
  margin-bottom: 1em;
}
.content p:last-child, .content ul:last-child {
  margin-bottom: 0;
}
.content strong {
  font-weight: 700;
}
.content ul li:not([class]) {
  position: relative;
  margin-left: 35px;
  list-style: none;
}
.content ul li:not([class])::before {
  content: "o";
  position: absolute;
  top: 0;
  right: 100%;
  padding-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  font-size: 1rem;
}
.content iframe {
  display: block;
  margin: 0 auto 20px;
}
.content h1 {
  font-size: 2.25rem;
  position: relative;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  color: #2e2873;
}
@media (max-width: 992px) {
  .content h1 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .content h1 {
    font-size: 1.6rem;
  }
}
.content h1::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 10px);
  width: 68px;
  height: 34px;
  background: url(../img/spots.png) no-repeat 0 0;
}
.content h1::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: calc(100% + 20px);
  width: 1px;
  background: #00b5e1;
}
.content h2 {
  font-size: 2rem;
  margin: 1em 0 0.5em;
  font-weight: 700;
  line-height: 1.2;
  color: #e8378d;
}
@media (max-width: 992px) {
  .content h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .content h2 {
    font-size: 1.6rem;
  }
}
.content h2:first-child {
  margin-top: 0;
}
.content h3 {
  font-size: 1.5rem;
  margin: 1em 0;
  font-weight: 700;
  line-height: 1.2;
  color: #00b5e1;
}
@media (max-width: 992px) {
  .content h3 {
    font-size: 1.35rem;
  }
}
@media (max-width: 576px) {
  .content h3 {
    font-size: 1.2rem;
  }
}
.content h4 {
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.2;
}
.content .alignleft {
  margin: 0 20px 20px 0;
  float: left;
}
.content .alignright {
  margin: 0 0 20px 20px;
  float: right;
}
.content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content .wp-block-table {
  border-collapse: collapse;
  color: #00b5e1;
}
.content .wp-block-table td, .content .wp-block-table th {
  padding: 0.5em 1em;
}
.content .wp-block-table thead {
  border-bottom: 0 !important;
}
.content .wp-block-table.is-style-regular thead th {
  background: #00b5e1;
  border: 0;
  color: white;
  font-weight: 700;
}
.content .wp-block-table.is-style-regular tbody td {
  border: 1px solid #00b5e1;
  border-width: 1px 0;
}
.content .wp-block-table.is-style-stripes thead th {
  background: #00b5e1;
  color: white;
}
.content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #d7f3f8;
}
.content .wp-block-media-text {
  margin-bottom: 30px;
}
.content .wp-caption {
  max-width: 100%;
  margin-bottom: 20px;
}
.content .wp-caption .wp-caption-text, .content .gallery-caption, .content .entry-caption {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #888;
  text-align: center;
}
.content .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.content .gallery img {
  display: block;
  width: 100%;
}
.content .gallery .gallery-item {
  padding: 0 10px 20px;
}
.content .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.content .gallery.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}
.content .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
@media (max-width: 575px) {
  .content .gallery.gallery-columns-4 .gallery-item {
    width: 50%;
  }
}
.content .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
@media (max-width: 575px) {
  .content .gallery.gallery-columns-5 .gallery-item {
    width: 50%;
  }
}
.content .gallery.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}
@media (max-width: 575px) {
  .content .gallery.gallery-columns-6 .gallery-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .content .gallery.gallery-columns-6 .gallery-item {
    width: 25%;
  }
}
.content .gallery.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}
@media (max-width: 575px) {
  .content .gallery.gallery-columns-7 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .content .gallery.gallery-columns-7 .gallery-item {
    width: 25%;
  }
}
.content .gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
@media (max-width: 575px) {
  .content .gallery.gallery-columns-8 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .content .gallery.gallery-columns-8 .gallery-item {
    width: 25%;
  }
}

/*
    FORMULAIRE
*/
div.gform_wrapper {
  margin-top: 0;
}
div.gform_wrapper .top_label .gfield_label, div.gform_wrapper legend.gfield_label {
  font-weight: 700;
  line-height: 1;
}
div.gform_wrapper.gravity-theme .gsection {
  border: 0;
}
div.gform_wrapper.gravity-theme .gsection h3 {
  margin: 0;
}
div.gform_wrapper.gravity-theme .gfield_required {
  color: #e8378c;
}
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.gform_wrapper textarea {
  padding: 15px 18px;
  font-size: 1rem;
  border: 1px solid #ddd;
  color: #9aa7af;
}
div.gform_wrapper select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 45px 15px 15px !important;
  font-weight: 500;
  font-size: 1rem;
  background: white url(../img/bg-select.svg) no-repeat right 15px center;
  border: 1px solid #ccc;
  color: #9AA7AF;
}
div.gform_wrapper select:focus {
  outline: none;
  border-color: #00b5e1;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 181, 225, 0.3);
          box-shadow: 0 0 0 2px rgba(0, 181, 225, 0.3);
}
div.gform_wrapper select:disabled {
  color: #ccc;
  background: #f7f7f7 url(../img/bg-select-disabled.svg) no-repeat right 15px center;
  cursor: not-allowed;
}
div.gform_wrapper .gfield.formation-name input {
  pointer-events: none;
}
div.gform_wrapper ::-webkit-input-placeholder {
  color: #9aa7af;
  opacity: 1;
}
div.gform_wrapper ::-moz-placeholder {
  color: #9aa7af;
  opacity: 1;
}
div.gform_wrapper :-ms-input-placeholder {
  color: #9aa7af;
  opacity: 1;
}
div.gform_wrapper ::-ms-input-placeholder {
  color: #9aa7af;
  opacity: 1;
}
div.gform_wrapper ::placeholder {
  color: #9aa7af;
  opacity: 1;
}
div.gform_wrapper :-ms-input-placeholder {
  color: #9aa7af;
}
div.gform_wrapper ::-ms-input-placeholder {
  color: #9aa7af;
}
div.gform_wrapper .gform_footer {
  text-align: center;
}
div.gform_wrapper .gform_footer input[type=submit] {
  font-size: 1rem;
  font-size: clamp(1rem, calc(0.9375rem + 0.3125vw), 1.25rem);
  padding: 0.8em 1em;
  line-height: 1;
  border-radius: 3px;
  text-transform: uppercase;
  background: #00b5e1;
  border: 0;
  color: white;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (min-width: 768px) {
  div.gform_wrapper .gform_footer input[type=submit] {
    padding: 0.8em 1.5em;
  }
}
div.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #2b2c84;
  color: white;
}
div.gform_wrapper .gform_footer input[type=submit]:disabled {
  background: #ddd;
  opacity: 1 !important;
  cursor: not-allowed;
}
div.gform_wrapper .gform_footer input[type=submit]:disabled:hover {
  background: #ddd;
}

.gform_confirmation_message {
  background-color: #f7f7f7; /* gris très clair du site */
  border-left: 5px solid #00b5e1; /* bleu principal */
  padding: 25px 30px;
  border-radius: 8px;
  color: #2b2c84; /* bleu foncé du site */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gform_confirmation_message table tr td, .gform_confirmation_message table tr td font {
  font-size: 1rem !important;
  font-family: "Signika", sans-serif !important;
}

.gfield.planning > div {
  display: none;
  padding: 15px;
  line-height: 1.3;
  position: relative;
  border: 1px solid #e7e7e7;
  background: white;
  border-radius: 8px;
}
.gfield.planning > div strong, .gfield.planning > div span {
  display: block;
}
.gfield.planning > div strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 6px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #e8378c;
}
.gfield.planning > div strong svg {
  fill: #e8378c;
}
.gfield.planning > div span {
  font-size: 0.875rem;
}

/*
    PAGINATION
    Styles spécifiques à l'extension WP-PageNavi
*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  text-align: center;
  font-size: 1rem;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background: #fff;
  margin-right: 3px;
  height: 28px;
  min-width: 28px;
  padding: 0 8px;
  border-radius: 3px;
  color: #000;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.wp-pagenavi a:last-child, .wp-pagenavi span:last-child {
  margin-right: 0;
}
.wp-pagenavi a:hover, .wp-pagenavi a:focus {
  background: #e8378c;
  color: #fff;
}
.wp-pagenavi span.current {
  background: #e8378c;
  color: #fff;
}
.wp-pagenavi .pages {
  background: transparent;
  margin-right: 10px;
  font-size: 0.875rem;
}