@charset "UTF-8";
/* CSS Document */
.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.capriola-regular {
  font-family: "Capriola", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin-top: 100px;
}
body ::selection {
  background: rgba(0, 0, 0, 0.99);
  /* WebKit/Blink Browsers */
  color: #fff;
  opacity: 1;
}
body ::-moz-selection {
  background: rgba(0, 0, 0, 0.99);
  /* Gecko Browsers */
  color: #fff;
  opacity: 1;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a, a:active, a:visited, a:hover {
  color: inherit;
  text-decoration: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 700;
}

.white {
  color: #fff;
}

.pink {
  color: #e8706e;
}

.layout {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}

.layout-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.layout-content {
  display: inline-block;
}

header {
  font-size: 24px;
  padding: 38px 0;
  background-color: rgba(255, 255, 0, 0.5);
  background-color: #ebebeb;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
header h1 {
  font-weight: 900;
}
header nav {
  display: block;
}
header nav ul {
  column-count: 4;
  column-gap: 20px;
}
header nav ul a:hover {
  opacity: 0.5;
}
header nav ul li a:hover {
  font-weight: 900;
  opacity: 1;
}
header nav ul li.current_page_item {
  font-weight: 900;
}
header nav ul li.page-item-8.current_page_item {
  color: #ffd926;
}
header nav ul li.page-item-10.current_page_item {
  color: #d0c84e;
}
header nav ul li.page-item-12.current_page_item {
  color: #ddb0d0;
}
header nav ul li.page-item-14.current_page_item {
  color: #e6615e;
}

body:not(.home) header {
  background-color: #333333;
  color: #fff;
}

footer {
  background-color: #333333;
  color: #fff;
}
footer .content {
  display: flex;
  justify-content: space-between;
}
footer .content ul {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
footer .content ul .current_page_item {
  font-weight: 900;
}
footer .content .plan {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
footer .content .socials {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
footer .content .socials img {
  width: 32px;
  margin: 0 16px;
}
footer .content .mentions {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: right;
  margin-top: -20px;
}
footer .content .mentions .big {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
footer .content .mentions img {
  display: inline-block;
}
footer .content .mentions .logo-amli {
  width: 140px;
  margin-bottom: -34px;
  margin-right: -25px;
}
footer .content .mentions .logo-pres {
  width: 90px;
  margin-bottom: -15px;
  margin-left: -9px;
  margin-right: -10px;
}
footer .content .mentions .logo-bati {
  width: 70px;
  margin-bottom: -5px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px;
  display: inline-block;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.grid {
  display: none;
  position: fixed;
  left: 20px;
  right: 20px;
  top: 30px;
  bottom: 30px;
  z-index: 9999;
  overflow: hidden;
}
.grid .col {
  position: relative;
  float: left;
  width: calc(5.55% - 20px);
  margin: 0 10px;
  background-color: #f3f6f4;
  opacity: 0.1;
  height: 100vh;
}

.strate, .content, .container {
  position: relative;
  float: left;
  width: 100%;
}

.content {
  width: calc(100% - 40px);
  margin: 0 20px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.col-1 {
  width: calc( 5.55% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-2 {
  width: calc( 11.1% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-3 {
  width: calc( 16.65% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-4 {
  width: calc( 22.2% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-5 {
  width: calc( 27.75% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-6 {
  width: calc( 33.3% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-7 {
  width: calc( 38.85% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-8 {
  width: calc( 44.4% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-9 {
  width: calc( 49.95% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-10 {
  width: calc( 55.5% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-11 {
  width: calc( 61.05% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-12 {
  width: calc( 66.6% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-13 {
  width: calc( 72.15% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-14 {
  width: calc( 77.7% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-15 {
  width: calc( 83.25% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-16 {
  width: calc( 88.8% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-17 {
  width: calc( 94.35% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.col-18 {
  width: calc( 99.9% - 20px );
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.prep-1 {
  margin-left: calc(5.55% + 10px);
}

.prep-2 {
  margin-left: calc(11.1% + 10px);
}

.ptbtm-60 {
  padding: 60px 0;
}

.ptbtm-46 {
  padding: 46px 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-60 {
  padding-bottom: 60px;
}

.fullheight {
  height: calc(100svh - 100px);
}
.fullheight video {
  height: 100%;
  object-fit: contain;
}

h2.spe, h2.spe-2 {
  font-family: "DM Sans", sans-serif !important;
  font-size: 60px !important;
  font-weight: 900 !important;
}

h2.spe-2 {
  margin-bottom: 0px !important;
}

.txt-img.fullheight {
  height: auto;
}
.txt-img.fullheight .content {
  z-index: 1;
}
.txt-img.fullheight h2 {
  font-size: 48px;
  line-height: 52px;
  font-family: "Capriola", sans-serif;
  margin-bottom: 40px;
}
.txt-img.fullheight p {
  font-size: 31px;
  line-height: 34px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 50px;
}
.txt-img.fullheight h6 {
  margin-top: 35px;
  font-size: 18px;
  line-height: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
.txt-img.fullheight img {
  object-fit: contain;
  object-position: center right;
  position: absolute;
  top: 0px;
  right: 0px;
  height: calc(100% - 0px);
  z-index: 0;
}

img.bckgrnd {
  object-fit: contain;
  object-position: center right;
  position: absolute;
  top: 0px;
  right: 0px;
  height: calc(100% - 0px);
  z-index: 0;
}

.cta.fullheight {
  height: auto;
}
.cta.fullheight .content {
  z-index: 1;
}
.cta.fullheight h2 {
  font-size: 48px;
  line-height: 52px;
  font-family: "Capriola", sans-serif;
  margin-bottom: 30px;
}
.cta.fullheight h3 {
  font-size: 31px;
  line-height: 34px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  max-width: 570px;
  margin-bottom: 50px;
}
.cta.fullheight h4 {
  font-size: 81px;
  line-height: 81px;
  font-family: "Capriola", sans-serif;
  position: relative;
  float: left;
  clear: left;
  margin-top: 85px;
}
.cta.fullheight img {
  object-fit: contain;
  object-position: center right;
  position: absolute;
  top: 0px;
  right: 0px;
  height: calc(100% - 0px);
  z-index: 0;
}
.cta.fullheight .more {
  position: relative;
  float: left;
  clear: left;
}
.cta.fullheight .more a {
  display: flex;
  align-items: center;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cta.fullheight .more a:hover {
  opacity: 0.5;
}
.cta.fullheight .more img {
  display: inline-block;
  width: 55px;
  height: auto;
  position: relative;
  float: left;
}
.cta.fullheight .more .intit {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  margin-left: 10px;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  border-radius: 20px;
  max-width: 400px !important;
  background-color: #eff1f3 !important;
  transform: scale(1.15);
  transform-origin: left;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #000 !important;
}

.mejs-time {
  color: #000 !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: rgba(0, 0, 0, 0.33) !important;
}

.gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  /* garde le ratio */
  background: #000;
  overflow: hidden;
}

/* L’image de couverture */
.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-overlay .texte {
  color: #fff;
  position: absolute;
  left: calc(5.55% + 27px);
  bottom: 68px;
}
.video-overlay h2 {
  font-size: 80px;
  line-height: 80px;
  font-family: "Capriola", sans-serif;
}
.video-overlay h3 {
  font-size: 30px;
  line-height: 36px;
  font-family: "Capriola", sans-serif;
}
.video-overlay p {
  font-size: 48px;
  line-height: 52px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
.video-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-btn {
  position: absolute;
  width: 108px;
  height: 108px;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.play-icon {
  width: 54px;
  /* ajuste la taille de la flèche ici */
  height: 54px;
  display: block;
}

.play-icon path {
  fill: #000;
  /* couleur de la flèche */
  stroke: #000;
  /* même couleur que le fill */
  stroke-width: 10;
  /* ↑ augmente = arrondi plus marqué */
  stroke-linejoin: round;
  /* angles arrondis */
  /* optionnel : extrémités des segments adoucies */
  stroke-linecap: round;
}

.play-btn:hover {
  opacity: 0.5;
}

/* La vidéo elle-même */
.video {
  width: 100%;
  height: 100%;
  display: block;
}

.swiper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: right;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.swiper .swiper-slide .bas {
  max-width: 50%;
}
.swiper .swiper-slide .bas h1 {
  font-size: 81px;
  line-height: 81px;
  font-family: "Capriola", sans-serif;
}
.swiper .swiper-slide .bas h4 {
  font-size: 24px;
  line-height: 26px;
  max-width: 650px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 14px;
  text-decoration: none;
  position: relative;
  float: left;
  clear: left;
  left: auto;
  top: auto;
}
.swiper .swiper-slide .bas h4 b, .swiper .swiper-slide .bas h4 strong {
  font-weight: 700;
}
.swiper .swiper-slide .bas h2 {
  font-size: 48px;
  line-height: 52px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
.swiper .swiper-next, .swiper .swiper-prev {
  position: absolute;
  top: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 9998;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.swiper .swiper-next svg, .swiper .swiper-prev svg {
  width: 56px;
}
.swiper .swiper-prev {
  left: 40px;
}
.swiper .swiper-next {
  right: 40px;
}
.swiper .swiper-next:hover, .swiper .swiper-prev:hover {
  cursor: pointer;
  opacity: 0.5;
}
.swiper h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 26px;
  text-decoration: underline;
  margin-top: 50px;
  position: absolute;
  left: 20px;
  top: 0px;
  z-index: 99;
  font-weight: 700;
}
.swiper .bas {
  position: absolute;
  left: 20px;
  bottom: 50px;
  z-index: 99;
}
.swiper .bas h2 {
  font-size: 80px;
  line-height: 80px;
  font-family: "Capriola", sans-serif;
}
.swiper .bas h3 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Capriola", sans-serif;
  margin-top: 10px;
  max-width: 640px;
}

.swiper.width-auto {
  padding-top: 80px;
  overflow: hidden;
  height: calc(100% - 80px);
}
.swiper.width-auto .swiper-slide {
  width: auto !important;
}
.swiper.width-auto .swiper-slide img {
  object-fit: none;
  height: 100%;
  width: auto;
}

.swiper .swiper-slide {
  width: auto;
}

.swiper.zoom .swiper-slide:hover img {
  transform: scale(1.08);
}

#swp_68ec21c1d253c h4 {
  text-decoration: none !important;
}

.btn-infos {
  width: 55px;
  height: 55px;
  position: absolute;
  left: calc(5.55% + 30px);
  bottom: 50px;
  z-index: 999;
}
.btn-infos .btn-info-repos, .btn-infos .btn-info-actif {
  position: absolute;
  left: 0px;
  top: 0px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.btn-infos:hover, .btn-infos.active {
  cursor: pointer;
}
.btn-infos:hover .btn-info-repos, .btn-infos.active .btn-info-repos {
  opacity: 0;
}

.contenu-infos {
  color: #333333;
  margin-bottom: 80px;
  display: none;
}
.contenu-infos p {
  max-width: 700px;
}

.carrousel-blocs .swiper {
  position: relative;
  overflow: visible;
}
.carrousel-blocs .swiper-slide {
  border-radius: 30px;
  box-shadow: 7.071px 7.071px 15px 0 rgba(0, 0, 0, 0.25);
  aspect-ratio: var(--ratio, 4/3);
  max-width: 600px;
}
.carrousel-blocs .swiper-slide .inner {
  margin: 40px 20px;
}
.carrousel-blocs .swiper-slide img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.carrousel-blocs .col-9 {
  width: calc(49.95vw - 20px);
}
.carrousel-blocs h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 50px;
  text-decoration: underline;
}
.carrousel-blocs h3 {
  font-family: "Capriola", sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 30px;
}
.carrousel-blocs h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 36px;
  text-decoration: none;
  position: relative;
  left: auto;
  top: auto;
}
.carrousel-blocs h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.carrousel-blocs p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.page-id-14 .carrousel-blocs .swiper-slide {
  border-radius: 50%;
  aspect-ratio: var(--ratio, 1/1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 400px;
}
.page-id-14 .carrousel-blocs .swiper-slide h4 {
  margin: 0px;
}
.page-id-14 .carrousel-blocs .swiper .swiper-next, .page-id-14 .carrousel-blocs .swiper .swiper-prev {
  height: calc(100% + 50px);
}

.chrono {
  background-color: #f4b542;
  padding-top: 0px;
  padding-bottom: 100px;
}
.chrono .white, .chrono .bloc {
  break-inside: avoid-column;
  max-width: 400px;
}
.chrono h2, .chrono h4, .chrono p {
  font-weight: 700;
  break-inside: avoid-column;
}
.chrono h3 {
  font-weight: 900;
  font-size: 36px;
  line-height: 36px;
  break-inside: avoid-column;
}
.chrono h2 {
  font-size: 60px;
  line-height: 60px;
}
.chrono h4 {
  font-size: 24px;
  line-height: 28px;
}
.chrono p {
  font-size: 18px;
  line-height: 22px;
}
.chrono h4.top {
  margin-top: 46px;
  margin-bottom: 106px;
}

:root {
  --bg: #e7b358;
  /* optionnel si tu veux un fond proche de ta maquette */
  --track: #fff;
  --track-border: #111;
  --accent: #111;
  --track-h: 18px;
  --knob-d: 56px;
  --radius: 9px;
  --easing: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Période + date */
.timeline-period {
  font-weight: 700;
  margin: 0 0 12px;
}

.timeline-current-date {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  margin: 16px 0 26px;
  color: var(--accent);
}

/* Composant */
.timeline {
  position: relative;
}

.timeline-track {
  position: relative;
  height: var(--track-h);
  background: var(--track);
  border: 1px solid var(--track-border);
  border-radius: var(--radius);
}

.timeline-track:hover {
  cursor: pointer;
}

.timeline-stop {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: var(--track);
  border: 2px solid var(--track-border);
  border-radius: 50%;
  pointer-events: none;
}

.timeline-knob {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--knob-d);
  height: var(--knob-d);
  background: #fff;
  border: 1px solid var(--track-border);
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: grab;
}

.timeline-knob:active {
  cursor: grabbing;
}

/* Panneaux : un seul visible à la fois */
#timeline-panels .timeline-panel {
  display: none;
}

#timeline-panels .timeline-panel.is-active {
  display: block;
}

.timeline {
  position: relative;
}

#timeline-current-date {
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}

/* Tu gères la typo (h2/h3/p/…) et les colonnes ici si tu veux */
#timeline-panels {
  column-gap: 20px;
  columns: 3;
}

.page-template-default {
  overflow-x: hidden;
  /* photo du dessus */
}
.page-template-default img.circle {
  border-radius: 50%;
}
.page-template-default img.bckgrnd.cover {
  right: -20px;
  width: calc(100% + 40px);
}
.page-template-default .photo-stack {
  position: relative;
  width: 100%;
  max-width: 700px;
  /* optionnel */
  margin: 40px auto;
  aspect-ratio: var(--ratio, 3/4);
  overflow: visible;
  /* pour ne rien couper */
  transform: translateX(-40px);
  transform: scale(0.9);
}
.page-template-default .photo-stack img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transform-origin: center center;
}
.page-template-default .photo-stack img.is-top {
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.3);
}
.page-template-default .img-txt .photo-stack img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-template-default .half {
  width: 100%;
  position: relative;
  float: left;
  column-count: 2;
  column-gap: calc(5.55% + 40px);
}
.page-template-default .half .break {
  break-after: column;
  /* Pour compatibilité ancienne */
  -webkit-column-break-after: always;
  -moz-column-break-after: always;
  column-break-after: always;
}
.page-template-default .half p {
  max-width: 400px !important;
}
.page-template-default .txt-img h3 {
  font-size: 19px;
  line-height: 20px;
  font-weight: 900;
}
.page-template-default .txt-img .btn-full {
  color: #fff;
  background-color: #333333;
  border-radius: 15px;
  padding: 5px 20px;
  width: fit-content;
  margin-bottom: 30px;
}
.page-template-default .txt-img .btn-vide {
  border-radius: 15px;
  padding: 5px 20px;
  width: fit-content;
  margin-bottom: 30px;
  border: solid 1px;
}
.page-template-default .txt-img h1 {
  font-size: 81px;
  line-height: 81px;
  font-family: "Capriola", sans-serif;
  margin-bottom: 50px;
}
.page-template-default .txt-img h2 {
  font-size: 48px;
  line-height: 52px;
  font-family: "Capriola", sans-serif;
  margin-bottom: 52px;
}
.page-template-default .txt-img h4 {
  font-size: 24px;
  line-height: 26px;
  max-width: 650px;
  font-weight: 400;
  margin-bottom: 26px;
}
.page-template-default .txt-img h4 b, .page-template-default .txt-img h4 strong {
  font-weight: 700;
}
.page-template-default .txt-img p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  max-width: 700px;
}
.page-template-default .txt-img p b, .page-template-default .txt-img p strong {
  font-weight: 700;
}
.page-template-default .txt-img .col-6 .mejs-container, .page-template-default .txt-img .col-6 .mejs-container .mejs-controls, .page-template-default .txt-img .col-6 .mejs-embed, .page-template-default .txt-img .col-6 .mejs-embed body, .page-template-default .txt-img .col-5 .mejs-container, .page-template-default .txt-img .col-5 .mejs-container .mejs-controls, .page-template-default .txt-img .col-5 .mejs-embed, .page-template-default .txt-img .col-5 .mejs-embed body {
  border-radius: 20px;
  max-width: 100% !important;
  background-color: #eff1f3 !important;
  transform: scale(1);
  transform-origin: left;
}
.page-template-default .txt-img .col-6 .mejs-container .mejs-controls, .page-template-default .txt-img .col-5 .mejs-container .mejs-controls {
  margin-bottom: 10px;
  width: calc(100% - 20px);
  margin-left: 10px;
  opacity: 0;
}
.page-template-default .txt-img .col-6 .mejs-container, .page-template-default .txt-img .col-5 .mejs-container {
  margin-bottom: 30px;
}
.page-template-default .txt-img .col-6 .mejs-video, .page-template-default .txt-img .col-6 .wp-video-shortcode, .page-template-default .txt-img .col-5 .mejs-video, .page-template-default .txt-img .col-5 .wp-video-shortcode {
  height: auto !important;
  aspect-ratio: 16/9;
  /* garde le ratio */
  border-radius: 0px;
}
.page-template-default .txt-img .col-6 img.cut-right, .page-template-default .txt-img .col-5 img.cut-right {
  width: calc(100% + );
}
.page-template-default .txt-img .col-11 {
  z-index: 2;
}
.page-template-default .txt-img .col-11 .mejs-container {
  margin-top: 50px;
  margin-bottom: 25px;
  width: 80% !important;
}
.page-template-default .img-txt .col-11 {
  z-index: 2;
}
.page-template-default .img-txt .col-11 .mejs-container {
  margin-top: 50px;
  margin-bottom: 25px;
  width: 80% !important;
}
.page-template-default .img-txt h3 {
  font-size: 19px;
  line-height: 20px;
  font-weight: 900;
}
.page-template-default .img-txt .btn-full {
  color: #fff;
  background-color: #333333;
  border-radius: 15px;
  padding: 5px 20px;
  width: fit-content;
  margin-bottom: 30px;
}
.page-template-default .img-txt .btn-vide {
  border-radius: 15px;
  padding: 5px 20px;
  width: fit-content;
  margin-bottom: 30px;
  border: solid 1px;
}
.page-template-default .img-txt h1 {
  font-size: 81px;
  line-height: 81px;
  font-family: "Capriola", sans-serif;
  margin-bottom: 50px;
}
.page-template-default .img-txt h2 {
  font-size: 48px;
  line-height: 52px;
  font-family: "Capriola", sans-serif;
  margin-bottom: 52px;
}
.page-template-default .img-txt h4 {
  font-size: 24px;
  line-height: 26px;
  max-width: 650px;
  font-weight: 400;
  margin-bottom: 26px;
}
.page-template-default .img-txt h4 b, .page-template-default .img-txt h4 strong {
  font-weight: 700;
}
.page-template-default .img-txt p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  max-width: 700px;
}
.page-template-default .img-txt p b, .page-template-default .img-txt p strong {
  font-weight: 700;
}
.page-template-default .img-txt .btn-full {
  color: #fff;
  background-color: #333333;
  border-radius: 15px;
  padding: 5px 20px;
  width: fit-content;
  margin-bottom: 30px;
}
.page-template-default .img-txt .btn-vide {
  border-radius: 15px;
  padding: 5px 20px;
  width: fit-content;
  margin-bottom: 30px;
  border: solid 1px;
}
.page-template-default .img-txt img {
  position: relative;
  left: auto;
  top: auto;
}
.page-template-default .img-txt .circle img {
  border-radius: 50%;
  max-width: 84%;
}
.page-template-default .img-txt .mejs-container {
  margin-top: 55px;
  margin-bottom: 25px;
}
.page-template-default .img-txt .txt-circle h4 {
  font-size: 24px;
  line-height: 26px;
  max-width: 650px;
  font-weight: 700;
  margin-bottom: 26px;
}
.page-template-default .img-txt .txt-circle h4 em {
  font-style: italic;
}
.page-template-default .img-txt .txt-circle p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  max-width: 650px;
}
.page-template-default .img-txt .txt-circle p b, .page-template-default .img-txt .txt-circle p strong {
  font-weight: 700;
}
.page-template-default .img-txt .col-6 .mejs-container, .page-template-default .img-txt .col-6 .mejs-container .mejs-controls, .page-template-default .img-txt .col-6 .mejs-embed, .page-template-default .img-txt .col-6 .mejs-embed body, .page-template-default .img-txt .col-5 .mejs-container, .page-template-default .img-txt .col-5 .mejs-container .mejs-controls, .page-template-default .img-txt .col-5 .mejs-embed, .page-template-default .img-txt .col-5 .mejs-embed body {
  border-radius: 20px;
  max-width: 100% !important;
  background-color: #eff1f3 !important;
  transform: scale(1);
  transform-origin: left;
}
.page-template-default .img-txt .col-6 .mejs-container .mejs-controls, .page-template-default .img-txt .col-5 .mejs-container .mejs-controls {
  margin-bottom: 10px;
  width: calc(100% - 20px);
  margin-left: 10px;
  opacity: 0;
}
.page-template-default .img-txt .col-6 .mejs-container, .page-template-default .img-txt .col-5 .mejs-container {
  margin-bottom: 30px;
}
.page-template-default .img-txt .col-6 .mejs-video, .page-template-default .img-txt .col-6 .wp-video-shortcode, .page-template-default .img-txt .col-5 .mejs-video, .page-template-default .img-txt .col-5 .wp-video-shortcode {
  height: auto !important;
  aspect-ratio: 16/9;
  /* garde le ratio */
  border-radius: 0px;
}
.page-template-default .btn-more-txt {
  position: relative;
  float: left;
  clear: left;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.page-template-default .btn-more-txt:hover {
  cursor: pointer;
}
.page-template-default .btn-more-txt.active .more-txt-btn {
  transform: rotate(45deg);
}
.page-template-default .more-txt-btn {
  width: 55px;
  position: relative;
  float: left;
}
.page-template-default .txt-more {
  position: relative;
  float: left;
  margin-left: 10px;
  font-weight: 700;
  margin-left: 10px;
}
.page-template-default .more-hide {
  display: none;
}
.page-template-default .product-wrap {
  position: relative;
  display: inline-block;
}
.page-template-default .more-txt-btn.on-white-bg {
  mix-blend-mode: darken;
}
.page-template-default .product-wrap.on-white-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  /* fond collé à l'image */
  background: #f3f3f3;
  /* fond gris clair */
  border-radius: 50%;
  /* optionnel */
  z-index: 0;
}
.page-template-default .product-wrap > img.more-txt-btn {
  position: relative;
  z-index: 1;
  display: block;
}

.home img.circle {
  border-radius: 50%;
  max-width: 84%;
}
.home .img-txt .col-11 {
  z-index: 2;
}
.home .img-txt .col-11 .mejs-container {
  margin-top: 50px;
  margin-bottom: 25px;
  width: 80% !important;
}
.home .img-txt h3 {
  font-size: 19px;
  line-height: 20px;
  font-weight: 900;
}
.home .img-txt .btn-full {
  color: #fff;
  background-color: #333333;
  border-radius: 15px;
  padding: 5px 20px;
  width: fit-content;
  margin-bottom: 30px;
}
.home .img-txt .btn-vide {
  border-radius: 15px;
  padding: 5px 20px;
  width: fit-content;
  margin-bottom: 30px;
  border: solid 1px;
}
.home .img-txt h1 {
  font-size: 81px;
  line-height: 81px;
  font-family: "Capriola", sans-serif;
  margin-bottom: 50px;
}
.home .img-txt h2 {
  font-size: 48px;
  line-height: 52px;
  font-family: "Capriola", sans-serif;
  margin-bottom: 52px;
}
.home .img-txt h4 {
  font-size: 24px;
  line-height: 26px;
  max-width: 650px;
  font-weight: 400;
  margin-bottom: 26px;
}
.home .img-txt h4 b, .home .img-txt h4 strong {
  font-weight: 700;
}
.home .img-txt p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  max-width: 700px;
}
.home .img-txt p b, .home .img-txt p strong {
  font-weight: 700;
}
.home .img-txt .btn-full {
  color: #fff;
  background-color: #333333;
  border-radius: 15px;
  padding: 5px 20px;
  width: fit-content;
  margin-bottom: 30px;
}
.home .img-txt .btn-vide {
  border-radius: 15px;
  padding: 5px 20px;
  width: fit-content;
  margin-bottom: 30px;
  border: solid 1px;
}
.home .img-txt img {
  position: relative;
  left: auto;
  top: auto;
}
.home .img-txt .circle img {
  border-radius: 50%;
  max-width: 84%;
}
.home .img-txt .mejs-container {
  margin-top: 55px;
  margin-bottom: 25px;
}
.home .img-txt .txt-circle h4 {
  font-size: 24px;
  line-height: 26px;
  max-width: 650px;
  font-weight: 700;
  margin-bottom: 26px;
}
.home .img-txt .txt-circle h4 em {
  font-style: italic;
}
.home .img-txt .txt-circle p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  max-width: 650px;
}
.home .img-txt .txt-circle p b, .home .img-txt .txt-circle p strong {
  font-weight: 700;
}
.home .img-txt .col-6 .mejs-container, .home .img-txt .col-6 .mejs-container .mejs-controls, .home .img-txt .col-6 .mejs-embed, .home .img-txt .col-6 .mejs-embed body, .home .img-txt .col-5 .mejs-container, .home .img-txt .col-5 .mejs-container .mejs-controls, .home .img-txt .col-5 .mejs-embed, .home .img-txt .col-5 .mejs-embed body {
  border-radius: 20px;
  max-width: 100% !important;
  background-color: #eff1f3 !important;
  transform: scale(1);
  transform-origin: left;
}
.home .img-txt .col-6 .mejs-container .mejs-controls, .home .img-txt .col-5 .mejs-container .mejs-controls {
  margin-bottom: 10px;
  width: calc(100% - 20px);
  margin-left: 10px;
  opacity: 0;
}
.home .img-txt .col-6 .mejs-container, .home .img-txt .col-5 .mejs-container {
  margin-bottom: 30px;
}
.home .img-txt .col-6 .mejs-video, .home .img-txt .col-6 .wp-video-shortcode, .home .img-txt .col-5 .mejs-video, .home .img-txt .col-5 .wp-video-shortcode {
  height: auto !important;
  aspect-ratio: 16/9;
  /* garde le ratio */
  border-radius: 0px;
}

.page-id-591 .img-txt .content a {
  text-decoration: underline;
}
.page-id-591 .img-txt .content a:hover {
  font-weight: 900;
}
.page-id-591 .img-txt .content h4 {
  max-width: none;
}

@media only screen and (max-width: 1650px) {
  header .col-6 {
    width: calc(27.75% - 20px);
  }
}
@media only screen and (max-width: 1250px) {
  .home header nav.col-11 {
    background-color: #fff;
  }
  .home header .hamburger.is-active .hamburger-inner, .home header .hamburger.is-active .hamburger-inner::before, .home header .hamburger.is-active .hamburger-inner::after, .home header .hamburger-inner, .home header .hamburger-inner::before, .home header .hamburger-inner::after {
    background-color: #000;
  }

  header nav.col-11 {
    display: none;
    position: fixed;
    top: 100px;
    padding: 38px calc(5.55% + 30px);
    background-color: #444;
    left: 0px;
    margin: 0px;
    right: 0px;
    width: calc(88.9% - 60px);
  }
  header .col-6 {
    width: calc(100% - 20px);
  }
  header .hamburger.is-active .hamburger-inner, header .hamburger.is-active .hamburger-inner::before, header .hamburger.is-active .hamburger-inner::after, header .hamburger-inner, header .hamburger-inner::before, header .hamburger-inner::after {
    background-color: #fff;
  }

  .hamburger {
    display: block;
    position: fixed;
    z-index: 99999;
    right: calc(5.55% + 30px);
    top: 39px;
  }
}
@media only screen and (max-width: 1024px) {
  .carrousel-blocs .swiper, .strate {
    overflow-x: clip;
  }

  .carrousel-blocs .col-9 {
    width: calc(70vw - 20px);
  }
}
@media only screen and (max-width: 1024px) {
  .mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    transform: scale(1);
  }

  .page-template-default .txt-img .col-11 .mejs-container {
    width: 100% !important;
  }
  .page-template-default .half {
    column-count: 1;
  }
  .page-template-default .half .break {
    break-after: auto;
    /* Pour compatibilité ancienne */
    -webkit-column-break-after: auto;
    -moz-column-break-after: auto;
    column-break-after: auto;
  }
  .page-template-default .swiper .swiper-slide .bas {
    max-width: 80%;
  }
}
@media only screen and (max-width: 820px) {
  header nav ul {
    column-count: 1;
  }
  header nav ul li {
    text-align: center;
    line-height: 28px;
  }
}
@media only screen and (max-width: 720px) {
  footer .content {
    flex-direction: column;
  }
  footer .content .col-6 {
    width: calc(100% - 20px);
    text-align: center;
    padding-bottom: 30px;
    border-bottom: solid 1px #222;
    margin-bottom: 30px;
  }
  footer .content .col-6.mentions {
    border-bottom: none;
  }
  footer .content .col-6.mentions .big {
    border-bottom: solid 1px #222;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
  footer .content .col-6.mentions .logo-amli {
    margin-right: auto;
  }

  #timeline-panels {
    column-count: 1;
  }

  .chrono .bloc {
    margin-bottom: 30px;
  }

  .chrono .white, .chrono .bloc {
    max-width: none;
  }
  .chrono .white br, .chrono .bloc br {
    display: none;
  }

  .col-6.circle {
    display: flex;
    justify-content: center;
  }

  .video-overlay h2, .swiper .bas h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .cta.fullheight h4 {
    font-size: 60px;
    line-height: 60px;
  }

  .cta.fullheight h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .cta.fullheight h3 {
    font-size: 21px;
    line-height: 24px;
  }

  /*
  .swiper .swiper-slide img{
      position: absolute;
      object-fit: cover;
      width: 130%;
      right: 0px;
      object-position: center;
  }
  */
  .home img.circle, .page-template-default img.circle {
    margin-left: auto;
    margin-right: auto;
  }
  .home .img-txt .content .col-6, .home .img-txt .content .col-10, .home .img-txt .content .col-5, .page-template-default .img-txt .content .col-6, .page-template-default .img-txt .content .col-10, .page-template-default .img-txt .content .col-5 {
    width: calc(88.9% - 20px);
  }
  .home .img-txt .content .col-6, .home .img-txt .content .col-10, .home .img-txt .content .col-5, .page-template-default .img-txt .content .col-6, .page-template-default .img-txt .content .col-10, .page-template-default .img-txt .content .col-5 {
    margin-bottom: 30px;
  }
  .home .cta.strate.fullheight .col-11.prep-1, .page-template-default .cta.strate.fullheight .col-11.prep-1 {
    width: calc(88.9% - 20px);
  }
  .home .cta.strate.fullheight img.cta-img, .page-template-default .cta.strate.fullheight img.cta-img {
    object-position: bottom;
    bottom: 15%;
    top: auto;
    width: 140%;
  }
  .home .swi.fullheight, .page-template-default .swi.fullheight {
    height: calc(50svh - 100px);
  }
  .home img.bckgrnd, .page-template-default img.bckgrnd {
    object-position: top;
    top: 0px;
    bottom: auto;
  }

  .page-template-default .txt-img h1, .page-template-default .img-txt h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .page-template-default .txt-img h1 br, .page-template-default .img-txt h1 br {
    display: none;
  }
  .page-template-default .txt-img h2, .page-template-default .img-txt h2 {
    font-size: 38px;
    line-height: 42px;
  }
  .page-template-default .txt-img h2 br, .page-template-default .img-txt h2 br {
    display: none;
  }
  .page-template-default .txt-img .col-11, .page-template-default .img-txt .col-11 {
    width: calc(88.9% - 20px);
  }
  .page-template-default .txt-img .col-11 .mejs-container, .page-template-default .img-txt .col-11 .mejs-container {
    width: 100% !important;
  }
  .page-template-default .txt-img .col-11.prep-2, .page-template-default .img-txt .col-11.prep-2 {
    margin-left: calc(0% + 10px);
    width: calc(100% - 20px);
  }
  .page-template-default .txt-img .col-6, .page-template-default .txt-img .col-10, .page-template-default .txt-img .col-5, .page-template-default .img-txt .col-6, .page-template-default .img-txt .col-10, .page-template-default .img-txt .col-5 {
    width: calc(88.9% - 20px);
  }
  .page-template-default .txt-img .col-6.prep-1.circle, .page-template-default .img-txt .col-6.prep-1.circle {
    margin-bottom: 30px;
  }
  .page-template-default .txt-img h4, .page-template-default .img-txt h4 {
    font-size: 24px;
    line-height: 26px;
  }
  .page-template-default .img-txt .content {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-template-default .img-txt .col-5 {
    margin-bottom: 30px;
  }
  .page-template-default .contenu-infos .col-11 {
    width: calc(88.9% - 20px);
  }
  .page-template-default .strate.carr.fullheight {
    height: calc(80svh - 100px);
  }
  .page-template-default .photo-stack {
    width: 80%;
  }
  .page-template-default .swiper .swiper-slide .bas {
    bottom: 30px;
  }
  .page-template-default .swiper .swiper-slide .bas h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .page-template-default .btn-more-txt {
    margin-bottom: 30px;
  }

  .carrousel-blocs .col-10.prep-1 {
    width: calc(88.9% - 20px);
  }
  .carrousel-blocs .col-9 {
    width: calc(90vw - 20px);
    aspect-ratio: none;
    height: auto;
  }
  .carrousel-blocs .col-9 img {
    z-index: -1;
  }
  .carrousel-blocs h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .carrousel-blocs h4 {
    font-size: 26px;
    line-height: 26px;
  }
  .carrousel-blocs h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 470px) {
  header h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .video-overlay h2 {
    font-size: 38px;
    line-height: 38px;
  }

  .swiper .bas h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .video-overlay .texte {
    bottom: 30px;
  }

  .video-overlay h3 {
    font-size: 20px;
    line-height: 26px;
    max-width: 85%;
  }

  .swiper .bas h3 {
    font-size: 16px;
    line-height: 18px;
    max-width: 85%;
  }
  .swiper .bas h3 br {
    display: none;
  }

  .chrono h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .cta.fullheight h2 br {
    display: none;
  }

  .swiper h4.prep-1 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 20px;
  }

  .swiper .bas {
    bottom: 30px;
  }

  .swiper .swiper-next svg, .swiper .swiper-prev svg {
    width: 30px;
  }

  .swiper .swiper-next {
    right: 10px;
  }

  .swiper .swiper-prev {
    left: 10px;
  }

  .home .swi.fullheight {
    height: calc(60svh - 100px);
  }

  .page-template-default .strate.carr.fullheight {
    height: calc(60svh - 100px);
  }

  .page-template-default .img-txt h1, .page-template-default .img-txt h2, .page-template-default .txt-img h1, .page-template-default .txt-img h2 {
    font-size: 38px;
    line-height: 38px;
    hyphens: auto;
  }
  .page-template-default .img-txt h1 br, .page-template-default .img-txt h2 br, .page-template-default .txt-img h1 br, .page-template-default .txt-img h2 br {
    display: none;
  }
  .page-template-default .img-txt h4, .page-template-default .txt-img h4 {
    font-size: 20px;
    line-height: 22px;
  }
  .page-template-default .swiper .swiper-slide .bas h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .btn-infos {
    width: 35px;
    height: 35px;
    bottom: 30px;
  }
}
