@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'documan';
  src: url("font/Documan-Thin.woff2") format("woff2"), url("font/Documan-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'documan';
  src: url("font/Documan-Light.woff2") format("woff2"), url("font/Documan-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'documan';
  src: url("font/Documan-Regular.woff2") format("woff2"), url("font/Documan-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'documan';
  src: url("font/Documan-Medium.woff2") format("woff2"), url("font/Documan-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
.newsreader-uniquifier {
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  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;
  margin-top: 60px;
}
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;
}

img.logo {
  width: 150px;
  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;
}

.bckgrnd-blue {
  background-color: #0036E9;
}
.bckgrnd-blue img {
  -webkit-filter: grayscale(100%) contrast(1.25) brightness(0.5);
  filter: grayscale(100%) contrast(1.25) brightness(0.5);
  mix-blend-mode: screen;
}

i, em {
  font-style: italic;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 0.75em;
  line-height: 0;
}

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

.fil::before {
  content: '';
  border-left: solid 1px;
  position: absolute;
  width: 1px;
  height: 100%;
  left: -20px;
}

header {
  font-family: 'documan';
  font-size: 16px;
  font-weight: 300;
  background-color: #0036E9;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0px;
  color: #fff;
  z-index: 9999;
  /* Sous-catégories cachées par défaut */
  /* Affichage au survol de la catégorie mère */
  /* Rendre le lien mère non cliquable si elle a des enfants */
  /* Position relative sur le parent pour ancrer le dropdown */
  /* Sous-catégories cachées par défaut */
  /* Affichage au survol de la catégorie mère */
  /* Rendre le lien mère non cliquable si elle a des enfants */
  /* Position relative sur le parent pour ancrer le dropdown */
}
header .nav-mob {
  display: block;
}
header .content {
  margin-top: 20px;
}
header .site-title {
  font-weight: 500;
}
header ul li {
  position: relative;
  float: left;
  display: flex;
  line-height: 20px;
}
header ul li::after {
  content: '\00a0·\00a0';
  opacity: 0.2;
}
header ul li:last-child::after, header ul li:last-of-type::after {
  content: '';
}
header ul .current-cat, header ul .current_page_item, header ul .current-cat-parent {
  font-weight: 500;
}
header ul ul {
  font-weight: 300;
}
header ul ul li {
  font-weight: 300;
}
header ul ul li.current-cat {
  font-weight: 500;
}
header ul li.actus {
  -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;
  display: none;
}
header ul li.actus:hover {
  cursor: pointer;
}
header ul.children {
  display: none;
  position: absolute;
  background: #0036E9;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 15px;
  margin-left: -20px;
  top: 0;
  color: #fff;
  list-style: none;
  min-width: 100px;
  white-space: nowrap;
  z-index: -1;
}
header ul.children li {
  line-height: 24px;
}
header ul.children li::after {
  content: '';
}
header ul.children li::before {
  content: '→\00a0';
}
header li.cat-item:hover > ul.children {
  display: block;
}
header li.cat-item:has(> ul.children) > a {
  pointer-events: none;
  cursor: default;
}
header li.cat-item {
  position: relative;
}
header nav a, header .col-3 a, header .col1 a {
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: transparent;
}
header nav a:hover, header nav li.actus:hover, header .col-3 a:hover, header .col-3 li.actus:hover, header .col1 a:hover, header .col1 li.actus:hover {
  -webkit-text-stroke: 0.5px;
  -webkit-text-stroke-color: #fff;
}
header .fil::before {
  border-color: rgba(255, 255, 255, 0.2);
}
header .search-field {
  display: flex;
  align-items: center;
}
header .search-form {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  /* Fond translucide type pill */
  border-radius: 20px;
  height: 20px;
  line-height: 16px;
  padding: 0 8px;
  border: none;
}
header .search-input {
  background: transparent;
  border: none;
  color: white;
  padding: 5px;
  outline: none;
  width: 100%;
  /* À ajuster selon vos besoins */
}
header .search-submit {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0 5px;
}
header .search-submit i {
  font-size: 14px;
}
header .fa-search:before {
  -webkit-text-stroke: 0.5px #0036E9;
  position: absolute;
  top: 2px;
  right: 6px;
}
header input:-webkit-autofill,
header input:-webkit-autofill:hover,
header input:-webkit-autofill:focus,
header input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent;
}
header .search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.6;
}
header .search-input::-webkit-search-cancel-button:hover {
  opacity: 1;
}

footer {
  font-family: 'documan';
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  color: #0036E9;
  padding: 21px 0;
  border-top: solid 1px rgba(0, 54, 233, 0.2);
}
footer a:not(.credits a) {
  font-weight: 500;
}
footer a:hover {
  opacity: 0.5;
}
footer .credits a {
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: transparent;
}
footer .credits a:hover {
  -webkit-text-stroke: 0.5px;
  -webkit-text-stroke-color: #0036E9;
  opacity: 1;
}
footer .fil::before {
  border-color: rgba(0, 54, 233, 0.2);
}

/*!
 * 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;
  position: absolute;
  right: 10px;
  top: 2px;
}

.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: #fff;
}

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

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

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 1px;
  background-color: #fff;
  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: 10px;
  right: 10px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  opacity: 0.05;
  overflow: hidden;
}
.grid .col {
  position: relative;
  float: left;
  width: calc(8.33% - 20px);
  margin: 0 10px;
  background-color: #000;
  height: 100%;
}

.grid.hidden {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

main {
  min-height: calc(100svh - 250px);
}

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

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

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

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

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

.content {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  margin: 0 10px;
}

.deux-col {
  column-count: 2;
  column-gap: 20px;
}

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

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

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

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

.home header ul li.actus {
  display: block;
}
.home .actu {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 99999;
  background-color: #fff;
  border-radius: 5px;
  width: calc(41.66% - 10px);
  max-width: 800px;
  right: 20px;
  top: 50px;
  padding: 20px 0;
}
.home .actu .image, .home .actu .texte {
  position: relative;
  float: left;
  margin: 0 10px;
}
.home .actu .image {
  width: calc(40% - 20px);
}
.home .actu .texte {
  width: calc(60% - 20px);
}
.home .actu h4 {
  font-family: 'documan';
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #0036E9;
}
.home .actu p {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
}
.home .actu p b, .home .actu p strong {
  font-weight: 500;
}
.home .actu p b a, .home .actu p strong a {
  font-family: 'documan';
  font-weight: 500;
  font-size: 15px;
  color: #0036E9;
}
.home .actu p:last-child, .home .actu p:last-of-type {
  margin-bottom: 0;
}
.home .actu .close-actu {
  position: absolute;
  right: 20px;
  top: 20px;
}
.home .actu .close-actu:hover {
  cursor: pointer;
}
.home .strate.carrousel {
  position: relative;
  width: 100%;
}
.home .strate.carrousel .swiper {
  width: 100%;
  height: calc(100svh - 140px);
  z-index: 0 !important;
}
.home .strate.carrousel .swiper-slide {
  width: 100%;
  height: calc(100svh - 140px);
}
.home .strate.carrousel .swiper-slide img {
  object-fit: cover;
  height: calc(100svh - 140px);
  object-position: center;
}
.home .strate.carrousel .swiper-slide img.haut {
  object-position: top;
}
.home .strate.carrousel .swiper-slide img.bas {
  object-position: bottom;
}
.home .strate.carrousel .swiper-slide a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .strate.carrousel .slides-texts {
  position: absolute;
  bottom: 48px;
  left: 20px;
  padding: 10px 12px;
  background-color: #fff;
  border-radius: 4px;
  z-index: 999;
}
.home .strate.carrousel .slides-texts h2 {
  color: #0036E9;
  font-family: 'documan';
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.home .strate.carrousel .slides-texts p {
  font-family: "Newsreader", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
}
.home .strate.carrousel .slides-texts p b, .home .strate.carrousel .slides-texts p strong {
  font-weight: 500;
}
.home .strate.carrousel .slides-texts p i, .home .strate.carrousel .slides-texts p em {
  font-style: italic;
}
.home .strate.carrousel .slides-texts .esp {
  font-family: 'documan';
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
  color: #0036E9;
}
.home .strate.carrousel .slide-text {
  display: none;
  pointer-events: none;
}
.home .strate.carrousel .slide-text.active {
  display: block;
}
.home .strate.carrousel .slide-text.active a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.home .strate.carrousel .swiper-button-prev,
.home .strate.carrousel .swiper-button-next {
  top: 0;
  width: 20%;
  height: 100%;
  margin: 0;
  background: transparent;
  border: none;
  opacity: 0;
  pointer-events: all;
  z-index: 10;
}
.home .strate.carrousel .swiper-button-prev::after,
.home .strate.carrousel .swiper-button-next::after {
  display: none;
}
.home .strate.carrousel .swiper-button-prev {
  left: 0;
  cursor: w-resize;
}
.home .strate.carrousel .swiper-button-next {
  right: 0;
  cursor: e-resize;
}
.home .strate.carrousel .swiper-footer {
  font-family: 'documan';
  font-size: 12px;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 24px;
  min-height: 24px;
  z-index: 20;
  pointer-events: none;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: solid 1px;
  border-bottom-color: rgba(0, 54, 233, 0.2);
}
.home .strate.carrousel .caption {
  position: absolute;
  left: 20px;
  color: #0036E9;
}
.home .strate.carrousel .swiper-pagination {
  position: static;
  width: auto;
  pointer-events: all;
  display: none;
}
.home .strate.carrousel .swiper-counter {
  color: #0036E9;
  position: absolute;
  right: 20px;
}
.home .strate.carrousel .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 2px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 2px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #0036E9);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.3);
  margin-bottom: 2px;
}
.home .strate.carrousel .swiper-pagination-bullet-active {
  opacity: 1;
}
.home .texte-intro {
  margin-top: 30px;
  margin-bottom: 30px;
}
.home .texte-intro p {
  font-family: "Newsreader", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 0px;
  max-width: 1000px;
}
.home .texte-intro p b, .home .texte-intro p strong {
  font-weight: 500;
}
.home .texte-intro p a {
  color: #0036E9;
}
.home .texte-intro .fil::before {
  border-left-color: rgba(0, 54, 233, 0.2);
}
.home .ctas {
  margin-bottom: 10px;
}
.home .ctas .col-4 {
  margin-bottom: 20px;
}
.home .ctas .col-4 a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.home .ctas img {
  aspect-ratio: 5/3;
  object-fit: cover;
  height: 100%;
}
.home .ctas .titre {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.home .ctas .titre h3 {
  font-family: 'documan';
  font-weight: 400;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  -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;
}
.home .ctas .titre h3 .st {
  font-weight: 200;
  text-transform: none;
}
.home .ctas .bckgrnd-blue:hover h3 {
  opacity: 0.5;
}

.category main, .search-results main {
  min-height: calc(100svh - 302px);
}
.category .header-cat img, .search-results .header-cat img {
  object-fit: cover;
  max-height: 180px;
}
.category .header-cat .text, .search-results .header-cat .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
}
.category .header-cat .text .content, .search-results .header-cat .text .content {
  display: flex;
  align-items: center;
}
.category .header-cat .text h1, .search-results .header-cat .text h1 {
  font-family: 'documan';
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
}
.category .header-cat .text h1 .sc, .search-results .header-cat .text h1 .sc {
  font-weight: 200;
}
.category .header-cat .text .descr p, .search-results .header-cat .text .descr p {
  font-family: "Newsreader", serif;
  font-weight: 300;
  max-width: 420px;
  color: #fff;
  font-size: 18px;
  line-height: 19px;
}
.category .header-cat .text .descr.fil::before, .search-results .header-cat .text .descr.fil::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.category .sort-buttons, .search-results .sort-buttons {
  color: rgba(0, 54, 233, 0.2);
  line-height: 30px;
  font-family: 'documan';
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  position: sticky;
  top: 60px;
  border-bottom: solid 1px rgba(0, 54, 233, 0.2);
  z-index: 99;
}
.category .sort-buttons button, .search-results .sort-buttons button {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  text-align: left;
  color: rgba(0, 54, 233, 0.2);
  line-height: 30px;
  font-family: 'documan';
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
}
.category .sort-buttons button.asc, .category .sort-buttons button.desc, .search-results .sort-buttons button.asc, .search-results .sort-buttons button.desc {
  color: #0036E9;
}
.category .sort-buttons button.asc::before, .search-results .sort-buttons button.asc::before {
  content: '↑\00a0';
  display: inline-block;
  width: 12px;
}
.category .sort-buttons button.desc::before, .search-results .sort-buttons button.desc::before {
  content: '↓\00a0';
  display: inline-block;
  width: 12px;
}
.category #sortable-list, .search-results #sortable-list {
  margin-bottom: 20px;
  margin-top: 0;
}
.category .col-image img, .search-results .col-image img {
  object-fit: cover;
  height: 100%;
  aspect-ratio: 190/90;
}
.category h2, .search-results h2 {
  font-family: 'documan';
  font-size: 16px;
  font-weight: 500;
  color: #0036E9;
}
.category .col-texte p, .search-results .col-texte p {
  font-family: "Newsreader", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  max-width: 500px;
}
.category .col-edition p, .category .col-annee p, .category .col-trad p, .category .col-auteur p, .category .col-mes p, .category .col-texte p, .category .col-format p, .search-results .col-edition p, .search-results .col-annee p, .search-results .col-trad p, .search-results .col-auteur p, .search-results .col-mes p, .search-results .col-texte p, .search-results .col-format p {
  font-family: 'documan';
  font-weight: 400;
  font-size: 14px;
}
.category .col-edition, .search-results .col-edition {
  color: #0036E9;
}
.category .content.item, .search-results .content.item {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 10px;
  -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;
}
.category .content.item a, .search-results .content.item a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.category .content.item:hover, .search-results .content.item:hover {
  background-color: rgba(0, 54, 233, 0.2);
}

.category-regards .descr p del {
  text-decoration: none;
  font-variant-caps: all-small-caps;
}
.category-regards .descr p em {
  font-size: 14px;
  line-height: 14px;
}

.search-results main {
  min-height: calc(100svh - 193px);
}

.single .sticky, .page-template-page-biographie .sticky {
  position: sticky;
  top: 90px;
}
.single .thumb, .page-template-page-biographie .thumb {
  font-family: 'documan';
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.single .thumb img, .page-template-page-biographie .thumb img {
  margin-bottom: 20px;
  max-width: 80%;
}
.single .thumb .edit, .page-template-page-biographie .thumb .edit {
  color: #0036E9;
}
.single .swiper, .page-template-page-biographie .swiper {
  height: 50svh;
}
.single .swiper .swiper-wrapper, .page-template-page-biographie .swiper .swiper-wrapper {
  align-items: flex-start;
}
.single .swiper .swiper-slide, .page-template-page-biographie .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  width: auto !important;
  align-items: flex-start;
}
.single .swiper .swiper-slide img, .page-template-page-biographie .swiper .swiper-slide img {
  width: auto !important;
  height: 100%;
  display: block;
}
.single .swiper .swiper-slide .caption, .page-template-page-biographie .swiper .swiper-slide .caption {
  width: 100%;
}
.single .swiper-button-prev,
.single .swiper-button-next, .page-template-page-biographie .swiper-button-prev,
.page-template-page-biographie .swiper-button-next {
  top: 0;
  width: 20%;
  height: 100%;
  margin: 0;
  background: transparent;
  border: none;
  opacity: 0;
  pointer-events: all;
  z-index: 10;
}
.single .swiper-button-prev::after,
.single .swiper-button-next::after, .page-template-page-biographie .swiper-button-prev::after,
.page-template-page-biographie .swiper-button-next::after {
  display: none;
}
.single .swiper-button-prev, .page-template-page-biographie .swiper-button-prev {
  left: 0;
  cursor: w-resize;
}
.single .swiper-button-next, .page-template-page-biographie .swiper-button-next {
  right: 0;
  cursor: e-resize;
}
.single .swiper-footer, .page-template-page-biographie .swiper-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  font-family: 'documan';
  font-size: 12px;
  font-weight: 300;
  box-sizing: border-box;
  line-height: 24px;
  z-index: 20;
  pointer-events: none;
  min-height: 24px;
  margin-top: 4px;
}
.single .swiper-footer .swiper-caption, .page-template-page-biographie .swiper-footer .swiper-caption {
  position: absolute;
  left: 0;
  font-family: 'documan';
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  margin-right: 40px;
}
.single .swiper-pagination, .page-template-page-biographie .swiper-pagination {
  position: static;
  width: auto;
  pointer-events: all;
  display: none;
}
.single .swiper-counter, .page-template-page-biographie .swiper-counter {
  color: #0036E9;
  position: absolute;
  right: 0px;
}
.single .swiper-pagination-bullet, .page-template-page-biographie .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 2px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 2px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #0036E9);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.3);
  margin-bottom: 2px;
}
.single .swiper-pagination-bullet-active, .page-template-page-biographie .swiper-pagination-bullet-active {
  opacity: 1;
}
.single h1, .page-template-page-biographie h1 {
  font-family: 'documan';
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #0036E9;
  margin-bottom: 20px;
  margin-right: 20px;
}
.single h1 + p, .page-template-page-biographie h1 + p {
  font-family: "Newsreader", serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  max-width: 80%;
}
.single p u, .page-template-page-biographie p u {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.single .pres p, .single .pres ul, .page-template-page-biographie .pres p, .page-template-page-biographie .pres ul {
  font-family: "Newsreader", serif;
  font-size: 20px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 21px;
  max-width: 700px;
  margin-right: 20px;
}
.single .pres p b, .single .pres p strong, .single .pres ul b, .single .pres ul strong, .page-template-page-biographie .pres p b, .page-template-page-biographie .pres p strong, .page-template-page-biographie .pres ul b, .page-template-page-biographie .pres ul strong {
  font-weight: 500;
}
.single .pres p b a, .single .pres p strong a, .single .pres ul b a, .single .pres ul strong a, .page-template-page-biographie .pres p b a, .page-template-page-biographie .pres p strong a, .page-template-page-biographie .pres ul b a, .page-template-page-biographie .pres ul strong a {
  color: #0036E9;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.single .pres ul, .page-template-page-biographie .pres ul {
  padding-left: 25px;
  list-style: disc;
}
.single .pres .bloc-btn, .page-template-page-biographie .pres .bloc-btn {
  position: relative;
  float: left;
  width: 100%;
}
.single .pres .bloc-btn .btn, .page-template-page-biographie .pres .bloc-btn .btn {
  font-family: 'documan';
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #0036E9;
  background-color: rgba(0, 54, 233, 0.2);
  border-radius: 15px;
  position: relative;
  float: left;
  clear: left;
  margin-bottom: 20px;
  width: auto;
  padding: 3px 16px;
  -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 .pres .bloc-btn .btn:hover, .single .pres .bloc-btn .btn.open, .page-template-page-biographie .pres .bloc-btn .btn:hover, .page-template-page-biographie .pres .bloc-btn .btn.open {
  background-color: #0036E9;
  color: #fff;
  cursor: pointer;
}
.single .pres .bloc-btn .ctn, .page-template-page-biographie .pres .bloc-btn .ctn {
  display: none;
  position: relative;
  float: left;
  width: 100%;
}
.single .pres .bloc-btn .ctn p strong a, .page-template-page-biographie .pres .bloc-btn .ctn p strong a {
  color: #0036E9;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.single .pres .plus .btn, .single .pres .plus .btn:hover, .single .pres .plus .btn.open, .single .pres .down .btn, .single .pres .down .btn:hover, .single .pres .down .btn.open, .single .pres .right .btn, .single .pres .right .btn:hover, .single .pres .right .btn.open, .page-template-page-biographie .pres .plus .btn, .page-template-page-biographie .pres .plus .btn:hover, .page-template-page-biographie .pres .plus .btn.open, .page-template-page-biographie .pres .down .btn, .page-template-page-biographie .pres .down .btn:hover, .page-template-page-biographie .pres .down .btn.open, .page-template-page-biographie .pres .right .btn, .page-template-page-biographie .pres .right .btn:hover, .page-template-page-biographie .pres .right .btn.open {
  background-color: transparent;
  padding: 0;
  color: #0036E9;
}
.single .pres .plus .btn, .single .pres .down .btn, .single .pres .right .btn, .page-template-page-biographie .pres .plus .btn, .page-template-page-biographie .pres .down .btn, .page-template-page-biographie .pres .right .btn {
  font-size: 19px;
}
.single .pres .plus .btn::before, .single .pres .down .btn::before, .single .pres .right .btn::before, .page-template-page-biographie .pres .plus .btn::before, .page-template-page-biographie .pres .down .btn::before, .page-template-page-biographie .pres .right .btn::before {
  content: '+';
  left: -30px;
  font-family: 'documan';
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #0036E9;
  color: #fff;
  position: absolute;
  text-align: center;
}
.single .pres .plus .btn.open::before, .single .pres .down .btn.open::before, .single .pres .right .btn.open::before, .page-template-page-biographie .pres .plus .btn.open::before, .page-template-page-biographie .pres .down .btn.open::before, .page-template-page-biographie .pres .right .btn.open::before {
  content: '−';
}
.single .pres .plus del, .single .pres .down del, .single .pres .right del, .page-template-page-biographie .pres .plus del, .page-template-page-biographie .pres .down del, .page-template-page-biographie .pres .right del {
  text-decoration: none;
  color: #0036E9;
}
.single .pres .down .btn::before, .page-template-page-biographie .pres .down .btn::before {
  content: '↓';
}
.single .pres .right .btn::before, .page-template-page-biographie .pres .right .btn::before {
  content: '↓';
  transform: rotate(-90deg);
}
.single .strate.fil::before, .single .ctn.fil::before, .single .extr.fil::before, .single .bloc.fil::before, .page-template-page-biographie .strate.fil::before, .page-template-page-biographie .ctn.fil::before, .page-template-page-biographie .extr.fil::before, .page-template-page-biographie .bloc.fil::before {
  border-color: rgba(0, 54, 233, 0.2);
  height: calc(100% - 20px);
}
.single .extr p, .page-template-page-biographie .extr p {
  font-family: "Newsreader", serif;
  font-size: 20px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 21px;
  max-width: 80%;
}
.single .extr p b, .single .extr p strong, .page-template-page-biographie .extr p b, .page-template-page-biographie .extr p strong {
  font-weight: 500;
}
.single .extr h2, .page-template-page-biographie .extr h2 {
  font-family: 'documan';
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #0036E9;
}
.single .extr ul, .page-template-page-biographie .extr ul {
  font-family: 'documan';
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color: #000;
}
.single .extr ul del, .page-template-page-biographie .extr ul del {
  font-family: "Newsreader", serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  color: #0036E9;
  text-decoration: none;
}
.single .extr ul li, .page-template-page-biographie .extr ul li {
  margin-bottom: 18px;
}
.single .extr table, .page-template-page-biographie .extr table {
  max-width: 700px;
}
.single .extr table tr td, .single .extr table tr p, .page-template-page-biographie .extr table tr td, .page-template-page-biographie .extr table tr p {
  font-family: "Newsreader", serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  color: #0036E9;
  padding-bottom: 18px;
  vertical-align: top;
}
.single .extr table tr td:last-child, .single .extr table tr td:last-of-type, .single .extr table tr p, .page-template-page-biographie .extr table tr td:last-child, .page-template-page-biographie .extr table tr td:last-of-type, .page-template-page-biographie .extr table tr p {
  font-family: 'documan';
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color: #000;
}
.single .extr table tr td:first-child, .single .extr table tr td:first-of-type, .page-template-page-biographie .extr table tr td:first-child, .page-template-page-biographie .extr table tr td:first-of-type {
  color: #0036E9 !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}
.single .extr .bloc-btn, .page-template-page-biographie .extr .bloc-btn {
  position: relative;
  float: left;
  width: 100%;
}
.single .extr .bloc-btn .btn, .page-template-page-biographie .extr .bloc-btn .btn {
  font-family: 'documan';
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #0036E9;
  background-color: rgba(0, 54, 233, 0.2);
  border-radius: 15px;
  position: relative;
  float: left;
  clear: left;
  margin-bottom: 20px;
  width: auto;
  padding: 3px 16px;
  -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 .extr .bloc-btn .btn strong, .single .extr .bloc-btn .btn b, .page-template-page-biographie .extr .bloc-btn .btn strong, .page-template-page-biographie .extr .bloc-btn .btn b {
  font-weight: 500;
}
.single .extr .bloc-btn .btn:hover, .single .extr .bloc-btn .btn.open, .page-template-page-biographie .extr .bloc-btn .btn:hover, .page-template-page-biographie .extr .bloc-btn .btn.open {
  background-color: #0036E9;
  color: #fff;
  cursor: pointer;
}
.single .extr .bloc-btn .ctn, .page-template-page-biographie .extr .bloc-btn .ctn {
  display: none;
  position: relative;
  float: left;
  width: 100%;
}
.single .extr .bloc-btn .wp-caption, .page-template-page-biographie .extr .bloc-btn .wp-caption {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.single .extr .plus .btn, .single .extr .plus .btn:hover, .single .extr .plus .btn.open, .single .extr .down .btn, .single .extr .down .btn:hover, .single .extr .down .btn.open, .page-template-page-biographie .extr .plus .btn, .page-template-page-biographie .extr .plus .btn:hover, .page-template-page-biographie .extr .plus .btn.open, .page-template-page-biographie .extr .down .btn, .page-template-page-biographie .extr .down .btn:hover, .page-template-page-biographie .extr .down .btn.open {
  background-color: transparent;
  padding: 0;
  color: #0036E9;
}
.single .extr .plus .btn, .single .extr .down .btn, .page-template-page-biographie .extr .plus .btn, .page-template-page-biographie .extr .down .btn {
  font-size: 19px;
}
.single .extr .plus .btn::before, .single .extr .down .btn::before, .page-template-page-biographie .extr .plus .btn::before, .page-template-page-biographie .extr .down .btn::before {
  content: '+';
  font-family: 'documan';
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  width: 20px;
  color: #fff;
  position: relative;
  float: left;
  color: #0036E9;
}
.single .extr .plus .btn.open::before, .single .extr .down .btn.open::before, .page-template-page-biographie .extr .plus .btn.open::before, .page-template-page-biographie .extr .down .btn.open::before {
  content: '−';
}
.single .extr .plus del, .single .extr .down del, .page-template-page-biographie .extr .plus del, .page-template-page-biographie .extr .down del {
  text-decoration: none;
  color: #0036E9;
}
.single .extr .down .btn::before, .page-template-page-biographie .extr .down .btn::before {
  content: '↓';
}
.single .extr .extr-mask, .page-template-page-biographie .extr .extr-mask {
  display: none;
  overflow: hidden;
}
.single .read-more-btn, .page-template-page-biographie .read-more-btn {
  display: block;
  margin-top: 10px;
  cursor: pointer;
  font-family: 'documan';
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #0036E9;
  background-color: rgba(0, 54, 233, 0.2);
  border-radius: 15px;
  position: relative;
  float: left;
  clear: left;
  margin-bottom: 20px;
  width: auto;
  padding: 3px 16px;
  border: 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;
}
.single .read-more-btn:hover, .page-template-page-biographie .read-more-btn:hover {
  background-color: #0036E9;
  color: #fff;
  cursor: pointer;
}

.single main {
  min-height: calc(100svh - 232px);
}

.page-template-page-biographie .pres p {
  font-size: 20px;
  line-height: 20px;
  max-width: 700px;
  margin-bottom: 20px;
}
.page-template-page-biographie .pres p b, .page-template-page-biographie .pres p strong {
  color: #0036E9;
}
.page-template-page-biographie .extr table tr td:first-child, .page-template-page-biographie .extr table tr td:first-of-type {
  width: 90px !important;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300 !important;
  color: #0036E9 !important;
}
.page-template-page-biographie .extr table tr td:last-child, .page-template-page-biographie .extr table tr td:last-of-type, .page-template-page-biographie .extr table tr p {
  font-size: 15px;
  line-height: 18px;
}
.page-template-page-biographie .bloc h2 {
  font-family: 'documan';
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #0036E9;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page-template-page-biographie .bloc .contenu {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 20px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.page-template-page-biographie .bloc .contenu p {
  --col-width: 3;
  grid-column-end: span 3;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  font-weight: 300;
  font-family: "Newsreader", serif;
}
.page-template-page-biographie .bloc .contenu p b, .page-template-page-biographie .bloc .contenu p strong {
  font-family: 'documan';
  font-weight: 500;
  font-size: 19px;
}
.page-template-page-biographie .bloc .contenu p del {
  text-decoration: none;
  color: #0036E9;
}
.page-template-page-biographie .bloc .btn-suite {
  font-family: 'documan';
  font-weight: 300;
  color: blue;
  font-size: 20px;
  line-height: 20px;
}
.page-template-page-biographie .bloc .btn-suite::before {
  content: '+';
  left: -30px;
  font-family: 'documan';
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #0036E9;
  color: #fff;
  position: absolute;
  text-align: center;
}
.page-template-page-biographie .bloc .btn-suite.open::before {
  content: '−';
}
.page-template-page-biographie .bloc .btn-suite:hover {
  cursor: pointer;
}
.page-template-page-biographie .bloc.fil::before {
  height: calc(100% - 60px);
}

.category-transmission .col-lieu p {
  font-family: 'documan';
  font-weight: 500;
  color: #0036E9;
  font-size: 14px;
}
.category-transmission h2 {
  font-family: "Newsreader", serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 19px;
}
.category-transmission .content.item:not(.dwn):hover {
  background-color: transparent;
}
.category-transmission .content.item {
  border-bottom: solid 1px rgba(0, 54, 233, 0.2);
}
.category-transmission .content.item:last-child, .category-transmission .content.item:last-of-type {
  border-bottom: none;
}
.category-transmission .fichier::after, .category-transmission .lien::after {
  content: '↓';
  left: 0px;
  font-family: 'documan';
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #0036E9;
  color: #fff;
  position: absolute;
  text-align: center;
}
.category-transmission .lien::after {
  transform: rotate(-90deg);
}

.search-results .content.item.nolink:hover, .search-no-results .content.item.nolink:hover {
  background-color: transparent;
}
.search-results .col-lieu p, .search-no-results .col-lieu p {
  font-family: 'documan';
  font-weight: 500;
  color: #0036E9;
  font-size: 14px;
}
.search-results p.aucun, .search-no-results p.aucun {
  margin-left: 20px;
  margin-top: 20px;
  font-family: "Newsreader", serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 19px;
}

.titre-search {
  padding: 20px 0;
  border-bottom: solid 1px #0036E9;
}
.titre-search .small {
  font-family: 'documan';
  font-size: 30px;
  line-height: 30px;
  font-weight: 200;
  color: #0036E9;
}
.titre-search h1 {
  font-family: 'documan';
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #0036E9;
}

.page-template-default main {
  min-height: calc(100svh - 152px);
}
.page-template-default main p {
  font-family: "Newsreader", serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  max-width: 700px;
  margin-right: 20px;
}
.page-template-default main p b, .page-template-default main p strong {
  font-weight: 500;
}
.page-template-default main p a {
  color: #0036E9;
}

.page-id-66 main .content .col-10.fil::before {
  border-color: rgba(0, 54, 233, 0.2);
}
.page-id-66 main .content p:last-child, .page-id-66 main .content p:last-of-type {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1340px) {
  footer .content .col-6.fil p {
    max-width: 160px;
  }

  footer .content .col-2:not(.credits) p {
    max-width: 90px;
  }

  .home .texte-intro .fil::before {
    display: none;
  }
  .home .texte-intro .prep-2 {
    margin-left: 10px;
  }
  .home .texte-intro .col-2 {
    width: calc(33.33% - 20px);
  }
  .home .texte-intro .col-6 {
    width: calc(66.66% - 20px);
  }
}
@media only screen and (max-width: 1280px) {
  header .col-2, header .col-3, header .col-5 {
    width: auto;
  }
  header .col-2 .site-title, header .col-3 .site-title, header .col-5 .site-title {
    margin-right: 20px;
  }

  header ul li:last-child, header ul li:last-of-type {
    margin-right: 20px;
  }

  .home .ctas .titre h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1190px) {
  header .nav-mob {
    display: none;
    position: fixed;
    top: 60px;
    background-color: #0036E9;
    width: calc(100% - 0px);
    padding: 20px 0;
    left: 0px;
    border-top: solid 1px;
    border-top-color: rgba(255, 255, 255, 0.2);
  }
  header .nav-mob .col-5.fil::before, header .nav-mob .col-3.fil::before {
    border-left: none;
  }
  header .nav-mob .col-5.fil {
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 20px;
    border-bottom: solid 1px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
  }
  header .nav-mob .col-5.fil ul:not(.children) {
    margin-left: 20px;
  }
  header .nav-mob .col-5.fil ul.children {
    position: relative;
    display: block;
    padding-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    z-index: auto;
  }
  header .nav-mob .col-5.fil ul.children li {
    line-height: 20px;
    margin-right: 5px;
    width: auto;
  }
  header .nav-mob .col-5.fil ul.children li:last-child, header .nav-mob .col-5.fil ul.children li:last-of-type {
    margin-right: 0px;
  }
  header .nav-mob .col-5.fil ul.children::before {
    content: '\00a0:\00a0';
    position: relative;
    float: left;
    margin-right: 0px;
  }
  header .nav-mob .col-5.fil ul.children li::before {
    content: '\00a0→\00a0\00a0';
    position: relative;
    float: left;
  }
  header .nav-mob .col-3.fil {
    margin-left: 20px;
  }
  header .hamburger {
    display: block;
  }

  footer .content .col-2, footer .content .col-6 {
    width: auto;
  }
  footer .content .prep-2 {
    margin-left: 10px;
  }
  footer .content .prep-2 p {
    max-width: 120px;
  }

  .home .strate.carrousel .swiper {
    height: auto;
  }
  .home .strate.carrousel .swiper-slide img {
    object-fit: contain;
    height: auto;
    object-position: top;
  }
  .home .strate.carrousel .swiper-slide {
    height: auto;
  }

  .category .header-cat .text .col-7, .category .header-cat .text .col-5, .search-results .header-cat .text .col-7, .search-results .header-cat .text .col-5 {
    width: calc(50% - 20px);
  }
  .category .header-cat .text .col-7 p, .category .header-cat .text .col-5 p, .search-results .header-cat .text .col-7 p, .search-results .header-cat .text .col-5 p {
    margin-bottom: 0;
  }
  .category .sort-buttons .col-3.prep-2, .category .sort-buttons .col-2.prep-2, .search-results .sort-buttons .col-3.prep-2, .search-results .sort-buttons .col-2.prep-2 {
    margin-left: calc(50% + 10px);
    width: auto;
  }
  .category .sort-buttons .col-2.prep-3, .category .sort-buttons .col-2, .category .sort-buttons .col-1, .category .sort-buttons .col-3, .category .sort-buttons .col-7, .search-results .sort-buttons .col-2.prep-3, .search-results .sort-buttons .col-2, .search-results .sort-buttons .col-1, .search-results .sort-buttons .col-3, .search-results .sort-buttons .col-7 {
    margin-left: 10px;
    width: auto;
  }
  .category .col-2.col-image, .category .col-2.col-titre, .category .col-4.col-texte,
  .category .col-2.col-annee, .category .col-2.col-auteur, .category .col-2.col-edition,
  .category .col-1.col-annee, .category .col-1.col-trad, .category .col-3.col-titre,
  .category .col-3.col-texte, .category .col-3.col-mes, .search-results .col-2.col-image, .search-results .col-2.col-titre, .search-results .col-4.col-texte,
  .search-results .col-2.col-annee, .search-results .col-2.col-auteur, .search-results .col-2.col-edition,
  .search-results .col-1.col-annee, .search-results .col-1.col-trad, .search-results .col-3.col-titre,
  .search-results .col-3.col-texte, .search-results .col-3.col-mes {
    width: calc(50% - 20px);
  }
  .category p, .search-results p {
    margin-bottom: 19px;
  }

  .category-transmission h2 {
    margin-bottom: 19px;
  }

  .search-results .titre-search .col-2, .search-results .titre-search .col-10 {
    width: auto;
  }

  .page-template-page-biographie main .content .col-2.thumb {
    width: calc(100% - 20px);
  }
  .page-template-page-biographie main .content .col-2.thumb img {
    max-width: 100%;
    object-fit: cover;
    height: 44vw;
    object-position: top;
  }
  .page-template-page-biographie main .content .col-5.pres, .page-template-page-biographie main .content .col-5.extr {
    width: calc(50% - 20px);
  }
  .page-template-page-biographie main .content .col-5.pres {
    clear: left;
  }
  .page-template-page-biographie main .content .prep-2 {
    margin-left: 10px;
  }
  .page-template-page-biographie main .content .col-10 {
    width: calc(100% - 20px);
  }
  .page-template-page-biographie main .content .bloc.fil::before {
    display: none;
  }
  .page-template-page-biographie main .content .bloc .btn-suite::before {
    position: relative;
    float: left;
    height: 20px;
    left: auto;
    margin-right: 10px;
  }
  .page-template-page-biographie main .content .bloc .contenu {
    grid-template-columns: repeat(12, 1fr);
  }
  .page-template-page-biographie main .content .bloc .contenu p {
    --col-width: 4;
    grid-column-end: span 4;
  }

  .single-projet main .content .swiper, .single-projet main .content .swiper-wrapper {
    height: auto !important;
  }
  .single-projet main .content .col-10.carrou {
    margin-left: 10px;
    width: calc(100% - 20px);
  }
  .single-projet main .content .col-2.thumb {
    width: calc(33.33% - 20px);
    min-height: 100vh;
  }
  .single-projet main .content .col-5.pres, .single-projet main .content .col-5.extr {
    width: calc(66.66% - 20px);
  }

  .single .swiper .swiper-slide img,
  .page-template-page-biographie .swiper .swiper-slide img {
    width: calc(100svw - 40px);
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .home .texte-intro .col-8.prep-2 {
    width: calc(83.33% - 20px);
    margin-left: calc(8.33% + 10px);
  }
  .home .ctas .col-4 {
    width: calc(50% - 20px);
  }
  .home .ctas .titre h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .home .actu {
    width: calc(75% - 20px);
  }
}
@media only screen and (max-width: 780px) {
  header .col-5.fil ul li {
    float: left;
    clear: left;
    display: block;
    margin-bottom: 6px;
  }
  header .col-5.fil ul li ul li {
    margin-bottom: 0px;
  }
  header .col-5.fil ul li.cat-item-2 a {
    position: relative;
    float: left;
    margin-bottom: 6px;
  }
  header .col-5.fil ul li.cat-item-2 ul li a {
    margin-bottom: 0px;
  }
  header .col-5.fil ul li::after {
    content: '';
  }

  header .nav-mob .col-5.fil ul.children::before {
    content: '';
  }

  footer .col-2, footer .col-5, footer .col-3 {
    width: auto;
  }
  footer .col-2 p, footer .col-5 p, footer .col-3 p {
    margin-right: 20px;
  }

  footer .col-2.credits p {
    margin-right: 0;
  }

  .home .texte-intro .col-2, .home .texte-intro .col-6 {
    width: calc(100% - 20px);
  }
  .home .texte-intro p {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .home .ctas .titre h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .home .actu {
    width: calc(100% - 40px);
  }
  .home .actu .close-actu {
    right: 10px;
    top: 10px;
  }
  .home .strate.carrousel .caption {
    position: relative;
    left: 0px;
    line-height: 16px;
  }
  .home .strate.carrousel .swiper-footer {
    flex-direction: column;
  }
  .home .strate.carrousel .slides-texts {
    position: relative;
    border-bottom: solid 1px rgba(0, 54, 233, 0.2);
    left: auto;
    border-radius: 0;
    bottom: auto;
  }
  .home .strate.carrousel .swiper-counter {
    position: relative;
    right: auto;
  }

  .category .header-cat img, .search-results .header-cat img {
    max-height: 300px;
  }
  .category .header-cat .text h1, .search-results .header-cat .text h1 {
    margin-bottom: 19px;
  }
  .category .header-cat .text .col-7, .category .header-cat .text .col-5, .search-results .header-cat .text .col-7, .search-results .header-cat .text .col-5 {
    width: calc(100% - 20px);
  }
  .category .header-cat .text .content, .search-results .header-cat .text .content {
    display: block;
  }
  .category .sort-buttons .col-3.prep-2, .category .sort-buttons .col-2.prep-2, .search-results .sort-buttons .col-3.prep-2, .search-results .sort-buttons .col-2.prep-2 {
    margin-left: calc(0% + 10px);
    width: auto;
  }
  .category .col-2.col-image, .category .col-2.col-titre, .category .col-4.col-texte,
  .category .col-2.col-annee, .category .col-2.col-auteur, .category .col-3.col-titre,
  .category .col-3.col-texte, .category .col-3.col-mes, .category .col-1.col-annee,
  .category .col-2.col-lieu, .category .col-6.col-titre, .category .col-1.fichier, .search-results .col-2.col-image, .search-results .col-2.col-titre, .search-results .col-4.col-texte,
  .search-results .col-2.col-annee, .search-results .col-2.col-auteur, .search-results .col-3.col-titre,
  .search-results .col-3.col-texte, .search-results .col-3.col-mes, .search-results .col-1.col-annee,
  .search-results .col-2.col-lieu, .search-results .col-6.col-titre, .search-results .col-1.fichier {
    width: calc(100% - 20px);
  }
  .category .col-1.fichier, .search-results .col-1.fichier {
    height: 20px;
    margin-bottom: 19px;
  }
  .category .col-2.col-image img, .search-results .col-2.col-image img {
    margin-bottom: 19px;
  }

  .page-template-page-biographie main .content .col-5.pres, .page-template-page-biographie main .content .col-5.extr {
    width: calc(100% - 20px);
  }
  .page-template-page-biographie main .content .bloc .contenu p {
    --col-width: 12;
    grid-column-end: span 12;
  }

  .single .swiper .swiper-wrapper {
    height: auto !important;
  }
  .single .swiper .swiper-wrapper .swiper-slide {
    height: auto !important;
    width: 100% !important;
  }
  .single .swiper .swiper-wrapper .swiper-slide img {
    width: 100% !important;
  }
}
@media only screen and (max-width: 560px) {
  footer .col-2, footer .col-5, footer .col-3 {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  footer .col-2 p, footer .col-5 p, footer .col-3 p {
    margin-right: 0;
  }

  .home .texte-intro p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 22px;
  }
  .home .ctas .col-4 {
    width: calc(100% - 20px);
  }
  .home .actu .texte, .home .actu .image {
    width: calc(100% - 20px);
  }
  .home .actu .image {
    margin-bottom: 20px;
  }

  .single-projet main .content .col-2.thumb {
    width: calc(100% - 20px);
    min-height: 0;
    margin-bottom: 20px;
  }
  .single-projet main .content .col-2.thumb img {
    max-width: none;
  }
  .single-projet main .content .col-5.pres, .single-projet main .content .col-5.extr {
    width: calc(100% - 20px);
  }

  .single .pres .plus .btn::before,
  .single .pres .down .btn::before,
  .single .pres .right .btn::before,
  .page-template-page-biographie .pres .plus .btn::before,
  .page-template-page-biographie .pres .down .btn::before,
  .page-template-page-biographie .pres .right .btn::before {
    position: relative;
    float: left;
    left: auto;
    margin-right: 10px;
  }

  .page-id-66 main .content .col-10.prep-2 {
    margin-left: 10px;
    width: calc(100% - 20px);
  }
  .page-id-66 main .content .col-10.fil::before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  header .nav-mob .col-3.fil {
    width: calc(100% - 0px);
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
  }
  header .nav-mob .col-3.fil ul {
    margin-left: 20px;
  }
  header .nav-mob .col-3.fil ul li {
    clear: left;
  }
  header .nav-mob .col-3.fil ul li:first-child, header .nav-mob .col-3.fil ul li:first-of-type {
    margin-bottom: 6px;
  }
  header .nav-mob .col-3.fil ul li::after {
    content: '';
  }
  header .nav-mob .col-3.fil ul li.actus {
    margin-top: 6px;
  }
  header .nav-mob .col-2.search-field.fil {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  header .nav-mob .col-2.search-field.fil::before {
    border-left: none;
  }
  header .nav-mob .search-form {
    width: 100%;
  }

  footer {
    border-top: solid 1px;
    border-top-color: rgba(0, 54, 233, 0.2);
  }
  footer .col-2, footer .col-5, footer .col-3 {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
  footer .fil::before {
    border-left: none;
  }
  footer .col-2.fil.credits {
    width: calc(100% + 20px);
    margin: 0;
    margin-left: -10px;
    border-top: solid 1px;
    border-top-color: rgba(0, 54, 233, 0.2);
    padding-top: 20px;
  }
  footer .col-2.fil.credits p {
    margin-left: 20px;
  }

  .page-template-page-biographie .extr table tr td:first-child,
  .page-template-page-biographie .extr table tr td:first-of-type {
    width: 40px !important;
  }
}
