@charset "UTF-8";
/* CSS Document */
.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

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: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
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: 600;
}

p a, p a:visited {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
p a:hover, p a:active {
  background-color: #00BBFF;
  text-decoration: none;
}

.site-title a, .site-title a:visited {
  text-decoration: none;
}
.site-title a:hover, .site-title a:active {
  background-color: transparent;
}

.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;
}

/* Fond gris clair "mode produit" — à coller dans le fichier de styles du thème */
.img-fond-gris {
  display: block;
  background-color: rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}

.img-fond-gris img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

body:not(.home) header.content nav {
  margin-bottom: -1px;
}

header.content {
  padding-top: 25px;
  padding-bottom: 15px;
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index: 999999;
  -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;
}
header.content .site-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  max-width: 164px;
  transition: max-width 0.3s ease;
}
header.content .site-title a, header.content .site-title a:visited {
  text-decoration: none;
}
header.content .site-title a:hover, header.content .site-title a:active {
  background-color: transparent;
}
header.content nav {
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
  display: flex;
  align-items: end;
  -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;
}
header.content nav ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  -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;
}
header.content nav ul li {
  -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;
}
header.content nav ul li a {
  border-bottom: solid 15px transparent;
}
header.content nav ul li a:hover {
  border-bottom: solid 15px #00BBFF;
}
header.content nav ul li.current_page_item, header.content nav ul li.current-cat {
  border-bottom: solid 1px;
}

header.scrolled .site-title {
  max-width: 314px;
}

footer.content {
  padding-top: 20px;
  border-top: solid 1px #CF9E1E;
  margin-bottom: 40px;
}
footer.content svg, footer.content .site-title {
  position: relative;
  float: left;
}
footer.content svg {
  margin-right: 24px;
}
footer.content .site-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
footer.content p {
  font-size: 13px;
  line-height: normal;
  max-width: 80%;
}
footer.content p b, footer.content p strong {
  font-weight: 600;
}
footer.content p del {
  text-decoration: none;
  font-size: 10px;
  margin-top: 10px;
}
footer.content .col-4 p:last-child, footer.content .col-4 p:last-of-type {
  margin-top: 15px;
}
footer.content .col-5 p {
  max-width: 352px;
}

/*!
 * 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: 0.7;
}

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

.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-overlay {
  position: fixed;
  inset: 0;
  padding: 0 55px;
  z-index: 9999;
  opacity: 0.05;
  pointer-events: none;
  display: grid;
  display: none;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.grid-overlay div {
  background-color: #000;
  height: 100%;
}

.grid-overlay.hidden {
  display: grid;
}

.content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  margin: 0 55px;
  align-content: start;
}

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

.col-1 {
  --col-width: 1;
  grid-column-end: span 1;
  position: relative;
}

.col-2 {
  --col-width: 2;
  grid-column-end: span 2;
  position: relative;
}

.col-3 {
  --col-width: 3;
  grid-column-end: span 3;
  position: relative;
}

.col-4 {
  --col-width: 4;
  grid-column-end: span 4;
  position: relative;
}

.col-5 {
  --col-width: 5;
  grid-column-end: span 5;
  position: relative;
}

.col-6 {
  --col-width: 6;
  grid-column-end: span 6;
  position: relative;
}

.col-7 {
  --col-width: 7;
  grid-column-end: span 7;
  position: relative;
}

.col-8 {
  --col-width: 8;
  grid-column-end: span 8;
  position: relative;
}

.col-9 {
  --col-width: 9;
  grid-column-end: span 9;
  position: relative;
}

.col-10 {
  --col-width: 10;
  grid-column-end: span 10;
  position: relative;
}

.col-11 {
  --col-width: 11;
  grid-column-end: span 11;
  position: relative;
}

.col-12 {
  --col-width: 12;
  grid-column-end: span 12;
  position: relative;
}

.col-end {
  grid-column: calc(-1 - var(--col-width))/-1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

main {
  flex: 1;
  /* pousse le footer vers le bas */
  min-height: calc(100svh - 257px);
}

.vert-fil-blu::before {
  content: '';
  border-left: solid 1px #00BBFF;
  left: -20px;
  position: absolute;
  height: calc(100% - 20px);
}

.home main {
  margin-bottom: 80px;
  min-height: calc(100svh - 337px);
}
.home .video-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.home video {
  display: block;
  width: 100%;
}
.home #mute-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
}
.home #mute-btn svg {
  width: 25px;
  height: 25px;
  fill: white;
}
.home #icon-sound {
  display: none;
}
.home .legende, .home .credits {
  position: relative;
  float: left;
}
.home .legende {
  width: 75%;
}
.home .legende p strong, .home .legende p b {
  font-weight: 600;
}
.home .legende p i, .home .legende p em {
  font-style: italic;
}
.home .credits {
  width: 25%;
  text-align: right;
  font-size: 10px;
}

.page-template-page-presentation main {
  margin-top: 30px;
}
.page-template-page-presentation main h1, .page-template-page-presentation main h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.page-template-page-presentation main .pcp {
  max-width: calc(100% - 20px);
}
.page-template-page-presentation main .pcp p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 22px;
}
.page-template-page-presentation main .col-8 .strate, .page-template-page-presentation main .col-4 .strate {
  border-bottom: solid 1px #00BBFF;
  margin-bottom: 20px;
}
.page-template-page-presentation main .col-8 .strate img, .page-template-page-presentation main .col-4 .strate img {
  margin-bottom: 20px;
}
.page-template-page-presentation main .col-8 .strate:last-child, .page-template-page-presentation main .col-8 .strate:last-of-type, .page-template-page-presentation main .col-4 .strate:last-child, .page-template-page-presentation main .col-4 .strate:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.page-template-page-presentation main .col-4 p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.page-template-page-presentation main .col-4 p b, .page-template-page-presentation main .col-4 p strong {
  font-weight: 600;
}
.page-template-page-presentation main .pliables {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
}
.page-template-page-presentation main .pliables .un-pli {
  width: calc(100% - 20px);
  border-top: none;
  border-bottom: solid 1px #00BBFF;
  padding: 10px 0px;
  position: relative;
  float: left;
}
.page-template-page-presentation main .pliables .un-pli .btn-more {
  -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;
  margin-right: 20px;
}
.page-template-page-presentation main .pliables .un-pli .btn-more.open {
  transform: rotate(45deg);
}
.page-template-page-presentation main .pliables .un-pli .intit {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 0px;
}
.page-template-page-presentation main .pliables .un-pli .intit:hover {
  cursor: pointer;
}
.page-template-page-presentation main .pliables .un-pli .intit:hover svg.btn-more path {
  fill: #00BBFF;
}
.page-template-page-presentation main .pliables .un-pli .contenu {
  display: none;
  margin-top: 10px;
}
.page-template-page-presentation main .pliables .un-pli .contenu p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.page-template-page-presentation main .pliables .un-pli .contenu .images {
  position: relative;
  float: left;
  width: 100%;
}
.page-template-page-presentation main .pliables .un-pli .contenu .images .half {
  position: relative;
  float: left;
  width: calc(50% - 10px);
}
.page-template-page-presentation main .pliables .un-pli .contenu .images .half:first-child, .page-template-page-presentation main .pliables .un-pli .contenu .images .half:first-of-type {
  margin-right: 10px;
}
.page-template-page-presentation main .pliables .un-pli .contenu .images .half:last-child, .page-template-page-presentation main .pliables .un-pli .contenu .images .half:last-of-type {
  margin-left: 10px;
}
.page-template-page-presentation main .pliables .un-pli .contenu .images .une-img {
  max-height: 60svh;
  height: auto;
  object-fit: contain;
  object-position: left;
  margin-bottom: 10px;
}
.page-template-page-presentation main .pliables .un-pli .contenu .images figcaption {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
}
.page-template-page-presentation main .pliables .un-pli:first-child, .page-template-page-presentation main .pliables .un-pli:first-of-type {
  border-top: solid 1px #00BBFF;
}

.single main .back {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #6F6F6F;
  font-size: 15px;
}
.single main .back svg path {
  -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;
}
.single main .back a:hover, .single main .back a:active {
  color: #000;
}
.single main .back a:hover svg path, .single main .back a:active svg path {
  fill: #000;
}
.single main .col-8 .half {
  position: relative;
  float: left;
  width: calc(50% - 10px);
}
.single main .col-8 .half:first-child, .single main .col-8 .half:first-of-type {
  margin-right: 10px;
}
.single main .col-8 .half:last-child, .single main .col-8 .half:last-of-type {
  margin-left: 10px;
}
.single main .col-8 .half.deuxtiers {
  width: calc(66.66% - 10px);
}
.single main .col-8 .half.untiers {
  width: calc(33.33% - 10px);
}
.single main .col-8 figcaption {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single main .col-8 .legende {
  margin-top: 10px;
}
.single main .col-8 .legende p {
  font-size: 13px;
}
.single main .col-8 .legende p b, .single main .col-8 .legende p strong {
  font-weight: 600;
}
.single main .col-8 .strate {
  margin-bottom: 50px;
  width: calc(100% - 20px);
}
.single main .col-8 .strate iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
.single main .col-8 .strate:last-child, .single main .col-8 .strate:last-of-type {
  margin-bottom: 200px;
}
.single main .bloc-titre {
  border-bottom: solid 1px #00BBFF;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.single main .bloc-titre h1 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.single main .bloc-titre h2, .single main .bloc-titre h3 {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 22px;
}
.single main .bloc-titre h2 {
  margin-bottom: 0;
}
.single main .bloc-titre.resp {
  width: calc(100% - 20px);
}
.single main .resp {
  display: none;
}
.single main h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}
.single main h4 strong {
  font-weight: 600;
}
.single main .col-4 .strate, .single main .col-8 .strate {
  border-bottom: solid 1px #00BBFF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single main .col-4 .strate p, .single main .col-8 .strate p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.single main .col-4 .strate p b, .single main .col-4 .strate p strong, .single main .col-8 .strate p b, .single main .col-8 .strate p strong {
  font-weight: 600;
}
.single main .col-4 .strate p:last-child, .single main .col-4 .strate p:last-of-type, .single main .col-8 .strate p:last-child, .single main .col-8 .strate p:last-of-type {
  margin-bottom: 0;
}
.single main .col-4 .strate figcaption, .single main .col-8 .strate figcaption {
  font-size: 12px;
  margin-top: 10px;
}
.single main .col-4 .strate .descr, .single main .col-8 .strate .descr {
  font-size: 16px;
  line-height: 20px;
  margin-top: 6px;
}
.single main .col-4 .strate:last-child, .single main .col-4 .strate:last-of-type, .single main .col-8 .strate:last-child, .single main .col-8 .strate:last-of-type {
  border-bottom: none;
}
.single main .col-8 .strate {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.single main .strate ul {
  padding-left: 12px;
}
.single main .strate ul li {
  margin-bottom: 16px;
}
.single main .strate ul li::before {
  content: "• ";
  position: absolute;
  left: 0px;
}

.archive main.content {
  flex: 0;
  margin-bottom: 200px;
}
.archive .intro {
  margin-top: 10px;
  margin-bottom: 35px;
}
.archive .intro p {
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
  max-width: 475px;
}
.archive .menu-cat {
  font-size: 14px;
  margin-bottom: 28px;
}
.archive .menu-cat a.active {
  font-weight: 600;
}
.archive .menu-cat > ul {
  display: grid;
  grid-template-columns: 249px repeat(4, minmax(220px, 1fr));
  column-gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.archive .menu-cat > ul::before, .archive .menu-cat .menu-cat-inner:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #00BBFF;
  position: absolute;
  top: 22px;
}
.archive .menu-cat > ul > li {
  break-inside: avoid;
}
.archive .menu-cat li.first a:hover {
  font-weight: 600;
}
.archive .menu-cat .menu-cat-children-wrapper {
  display: none;
}
.archive .menu-cat .menu-cat-children {
  list-style: none;
  padding: 0;
  margin-top: 16px;
  line-height: 18px;
}
.archive .menu-cat .btn-more {
  margin-top: 9px;
  padding-top: 7px;
  padding-bottom: 9px;
  border-bottom: solid 1px #00BBFF;
  cursor: pointer;
}
.archive .menu-cat .btn-more .plus {
  display: inline-block;
  width: 12px;
}
.archive .menu-cat .btn-more .plus svg {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.archive .menu-cat .btn-more .plus svg path {
  -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;
}
.archive .menu-cat .btn-more.is-open svg {
  transform: rotate(45deg);
}
.archive .menu-cat .btn-more:hover .plus svg path {
  fill: #00BBFF;
}
.archive .menu-cat ul li.first:nth-last-child(-n+2) {
  opacity: 0;
  -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;
}
.archive .menu-cat ul li.first.show:nth-last-child(-n+2) {
  opacity: 1;
}
.archive article {
  margin-bottom: 60px;
}
.archive article p.sous-categorie {
  font-size: 13px;
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 10px;
}
.archive article h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 2px;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
}
.archive article h3 {
  font-size: 16px;
  line-height: 22px;
}
.archive article h3 .small {
  font-size: 13px;
}
.archive article a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: solid 1px #00BBFF;
  opacity: 0;
}
.archive article a.link-rsp {
  display: none;
}
.archive article a:not(.link-rsp):hover {
  opacity: 1;
  -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;
}
.archive article img {
  aspect-ratio: 3/2;
  object-fit: cover;
  height: 100%;
}
.archive p.nada {
  margin-bottom: 20px;
  --col-width: 12;
  grid-column-end: span 12;
}

.archive.category-projets-artistiques, .archive.category-expositions-publications {
  background-color: #EEECE5;
}
.archive.category-projets-artistiques header.content, .archive.category-expositions-publications header.content {
  background-color: #EEECE5;
}
.archive.category-projets-artistiques article a, .archive.category-expositions-publications article a {
  opacity: 1;
  background-color: transparent;
  border: none;
  padding: 0;
}
.archive.category-projets-artistiques article img, .archive.category-expositions-publications article img {
  aspect-ratio: auto;
  object-fit: initial;
  height: auto;
}
.archive.category-projets-artistiques .menu-cat-inner, .archive.category-expositions-publications .menu-cat-inner {
  display: flex;
}
.archive.category-projets-artistiques .menu-cat-inner .menu-cat-first, .archive.category-expositions-publications .menu-cat-inner .menu-cat-first {
  flex: 0 0 250px;
  margin-right: 20px;
}
.archive.category-projets-artistiques .menu-cat-inner .menu-cat-suite, .archive.category-expositions-publications .menu-cat-inner .menu-cat-suite {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.archive.category-projets-artistiques .menu-cat-inner .menu-cat-suite .sub-cat a:hover, .archive.category-expositions-publications .menu-cat-inner .menu-cat-suite .sub-cat a:hover {
  font-weight: 600;
}

.archive.category-projets-artistiques article img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  height: auto;
}

@media only screen and (min-width: 1710px) {
  .content {
    margin: 0 auto;
    width: 1600px;
  }

  .grid-overlay {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1710px) {
  .archive.category-projets-artistiques .menu-cat-inner .menu-cat-first {
    flex: 0 0 calc(16.66svw - 37px);
  }

  .archive .menu-cat ul {
    grid-template-columns: calc(16.66% - 17px) repeat(4, minmax(220px, 1fr));
  }

  .archive.category-projets-artistiques .menu-cat-inner .menu-cat-first, .archive.category-expositions-publications .menu-cat-inner .menu-cat-first {
    flex: 0 0 calc(16.66% - 16px);
  }
}
@media only screen and (max-width: 1180px) {
  .archive .menu-cat ul {
    display: block;
  }
  .archive .menu-cat ul li.first {
    position: relative;
    float: left;
    margin-right: 20px;
  }
  .archive .menu-cat ul li.first:last-child, .archive .menu-cat ul li.first:last-of-type {
    margin-right: 0;
  }
  .archive .menu-cat .btn-more {
    position: relative;
    float: left;
    clear: left;
    width: 100%;
  }
  .archive article.col-3 {
    --col-width: 4;
    grid-column-end: span 4;
  }
  .archive article.col-4 {
    --col-width: 6;
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 1024px) {
  .hamburger {
    display: block;
    position: absolute;
    right: 0px;
    top: 30px;
  }
  .hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    height: 1px;
  }

  header.content .col-4 {
    --col-width: 10;
    grid-column-end: span 10;
  }
  header.content nav {
    display: none;
    position: fixed;
    top: 100px;
    background-color: #fff;
    width: calc(100% - 110px);
  }
  header.content nav ul {
    display: block;
  }
  header.content nav ul li {
    width: 100%;
    border-bottom: solid 1px #00BBFF;
    text-align: right;
    line-height: 16px;
    padding: 5px 0;
  }
  header.content nav ul li a:hover, header.content nav ul li a {
    border-bottom: none;
  }
  header.content nav ul li:first-child, header.content nav ul li:first-of-type {
    border-top: solid 1px #00BBFF;
  }
  header.content nav ul li.current_page_item, header.content nav ul li.current-cat {
    border-bottom-color: #00BBFF;
    font-weight: 600;
  }

  header.content.scrolled nav {
    top: 70px;
  }

  .home main {
    min-height: calc(100svh - 368px);
  }

  .archive article.col-3 {
    --col-width: 6;
    grid-column-end: span 6;
  }
  .archive article.col-3 img {
    height: auto;
  }
  .archive article.col-3 a:not(.link-rsp) {
    opacity: 1;
    position: relative;
    float: left;
    border-top: none;
  }
  .archive article.col-3 a.link-rsp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .archive.category-projets-artistiques header.content nav, .archive.category-expositions-publications header.content nav {
    background-color: #EEECE5;
  }
  .archive.category-projets-artistiques article.col-3 a:not(.link-rsp), .archive.category-expositions-publications article.col-3 a:not(.link-rsp) {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
@media only screen and (max-width: 960px) {
  .archive .menu-cat ul {
    display: block;
  }
  .archive .menu-cat ul li {
    line-height: 20px;
  }
  .archive .menu-cat ul li.first, .archive .menu-cat ul li.first:first-of-type {
    width: 100%;
  }
  .archive .menu-cat ul li.first:nth-last-child(-n+2) {
    height: 0;
    padding: 0;
  }
  .archive .menu-cat ul::before, .archive .menu-cat .menu-cat-inner:before {
    display: none;
  }
  .archive .menu-cat .btn-more {
    border-top: solid 1px #00BBFF;
    margin-top: 5px;
    padding-top: 5px;
  }
  .archive .menu-cat .menu-cat-children {
    border-top: solid 1px #00BBFF;
    padding-top: 3px;
    margin-top: 3px;
  }
  .archive .menu-cat.is-open li.first:first-child, .archive .menu-cat.is-open li.first:first-of-type {
    padding: 0;
  }
  .archive .menu-cat.is-open li.first, .archive .menu-cat.is-open li.first:nth-last-child(-n+2) {
    height: auto;
    padding: 5px 0;
  }
  .archive .col-5.intro {
    --col-width: 12;
    grid-column-end: span 12;
  }

  .archive.category-expositions-publications .menu-cat .menu-cat-inner, .archive.category-projets-artistiques .menu-cat .menu-cat-inner {
    display: block;
  }
  .archive.category-expositions-publications .menu-cat .menu-cat-inner .menu-cat-suite, .archive.category-projets-artistiques .menu-cat .menu-cat-inner .menu-cat-suite {
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    opacity: 0;
    height: 0;
    -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;
  }
  .archive.category-expositions-publications .menu-cat.is-open .menu-cat-inner .menu-cat-suite, .archive.category-projets-artistiques .menu-cat.is-open .menu-cat-inner .menu-cat-suite {
    border-top: solid 1px #00BBFF;
    padding-top: 6px;
    margin-top: 6px;
    padding-bottom: 6px;
    opacity: 1;
    height: auto;
  }
}
@media only screen and (max-width: 840px) {
  footer {
    margin-top: 20px;
  }

  .page-template-page-presentation main .col-8, .page-template-page-presentation main .col-4 {
    --col-width: 12;
    grid-column-end: span 12;
  }
  .page-template-page-presentation main .vert-fil-blu::before {
    display: none;
  }
  .page-template-page-presentation main .pliables .un-pli {
    width: calc(100% - 0px);
  }

  .single .vert-fil-blu::before {
    display: none;
  }
  .single main .col-8, .single main .col-4 {
    --col-width: 12;
    grid-column-end: span 12;
  }
  .single main .back {
    border-bottom: solid 1px #00BBFF;
    padding-bottom: 10px;
  }
  .single main .col-4 .bloc-titre, .single main .col-4 .strate.first {
    display: none;
  }
  .single main .col-8 .resp, .single main .col-8 .strate {
    display: block;
    width: 100%;
  }
  .single main .col-8 .half, .single main .col-8 .half.deuxtiers, .single main .col-8 .half.untiers {
    width: calc(100% - 0px);
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }

  .archive.category-expositions-publications .menu-cat .menu-cat-inner .menu-cat-suite, .archive.category-projets-artistiques .menu-cat .menu-cat-inner .menu-cat-suite {
    display: block;
    line-height: 20px;
  }
}
@media only screen and (max-width: 720px) {
  .content {
    margin: 0 20px;
  }

  .grid-overlay {
    padding: 0 20px;
  }

  header.content nav {
    width: calc(100% - 40px);
  }

  footer.content .col-3 {
    --col-width: 12;
    grid-column-end: span 12;
    margin-bottom: 20px;
  }
  footer.content .col-4, footer.content .col-5 {
    --col-width: 6;
    grid-column-end: span 6;
    margin-bottom: 20px;
  }
  footer.content .col-4 p, footer.content .col-5 p {
    max-width: none;
  }
  footer.content .col-4 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 620px) {
  footer.content .col-4, footer.content .col-5 {
    --col-width: 12;
    grid-column-end: span 12;
    margin-bottom: 20px;
  }

  .page-template-page-presentation main .pliables .un-pli .contenu .images .half {
    width: calc(100% - 0px);
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .archive article.col-3, .archive article.col-4 {
    --col-width: 12;
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 430px) {
  header.content.scrolled nav {
    top: 100px;
  }
}
