/** CSS Easing functions */ /* Bulma Utilities */
html {
  background-color: var(--wp--preset--color--white);
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: var(--wp--preset--font-family--primary);
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: var(--wp--preset--color--dark-grey);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--wp--preset--color--blue);
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: hsl(0deg, 0%, 21%);
}

code {
  background-color: hsl(0deg, 0%, 96%);
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: hsl(0deg, 0%, 96%);
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: hsl(0deg, 0%, 21%);
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0deg, 0%, 96%);
  color: var(--wp--preset--color--dark-grey);
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: hsl(0deg, 0%, 21%);
}

.dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: var(--wp--preset--color--white);
  border-radius: 4px;
  -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(var(--wp--preset--color--black), 0.1), 0 0px 0 1px rgba(var(--wp--preset--color--black), 0.02);
          box-shadow: 0 0.5em 1em -0.125em rgba(var(--wp--preset--color--black), 0.1), 0 0px 0 1px rgba(var(--wp--preset--color--black), 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: var(--wp--preset--color--dark-grey);
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: hsl(0deg, 0%, 96%);
  color: var(--wp--preset--color--black);
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: var(--wp--preset--color--blue);
  color: #fff;
}

.dropdown-divider {
  background-color: hsl(0deg, 0%, 93%);
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--wp--preset--color--white);
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 1px;
  background-color: var(--wp--preset--color--white);
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-3.7142857143px, -7px, 0);
          transform: rotate(-45deg) translate3d(-3.7142857143px, -7px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
          transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Nobel";
  src: url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Regular.eot?e65ec982d4134b7ac2418f39afb77b8d);
  src: url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Regular.eot?e65ec982d4134b7ac2418f39afb77b8d) format("embedded-opentype"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Regular.woff2?89bc30b678cef2209967ffc88d18de9c) format("woff2"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Regular.woff?2716b2cca6ee4b780ef1f3c7572a467c) format("woff"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Regular.ttf?79e8b8f271dea76926bc903727604a49) format("truetype"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Regular.svg?da3eee1a894538483ccad7003581f8ff) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nobel";
  src: url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Bold.eot?fb983cbf69b76f20f51e3af65c1da244);
  src: url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Bold.eot?fb983cbf69b76f20f51e3af65c1da244) format("embedded-opentype"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Bold.woff2?1c6e78ffa6649ab20086f99e745d5946) format("woff2"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Bold.woff?a6ad9f74cbda490553dea60dccff8ea1) format("woff"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Bold.ttf?83b9619221660672c114e1798efabb63) format("truetype"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Bold.svg?4295ebff6e4d992260356e5a99763f98) format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Nobel-Book";
  src: url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Book.eot?19ed2b9d7e3fe3de81f491c4bc11dcdb);
  src: url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Book.eot?19ed2b9d7e3fe3de81f491c4bc11dcdb) format("embedded-opentype"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Book.woff2?86bbb9b6fb8870f98d856c81c0a849d3) format("woff2"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Book.woff?f0441160dce942920c2e36f74ef8a28a) format("woff"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Book.ttf?39e1e496739a898d5db5e46a7fa02c0f) format("truetype"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Book.svg?305bec7a86225dc55a18b8c3f29666d2) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nobel";
  src: url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Light.eot?6dc976a2f26855614a9a669e4c5cf39c);
  src: url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Light.eot?6dc976a2f26855614a9a669e4c5cf39c) format("embedded-opentype"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Light.woff2?06ac5cf8cc4de3be4700ca8b2f6444d0) format("woff2"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Light.woff?4e84c6bb7f3cff743c4d09ea950b66e1) format("woff"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Light.ttf?6a6425da490ec6c9e729f393e9ecdece) format("truetype"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-Light.svg?dc97508e75913fcb7b01933a3feb1ec0) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Nobel";
  src: url(/wp-content/themes/omotenashi/dist/fonts/Nobel-LightItalic.eot?78bbdcdb478f8347830273b8ccc4df33);
  src: url(/wp-content/themes/omotenashi/dist/fonts/Nobel-LightItalic.eot?78bbdcdb478f8347830273b8ccc4df33) format("embedded-opentype"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-LightItalic.woff2?f562a06152d19f6be0d84762e797a16b) format("woff2"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-LightItalic.woff?099cce6d54f4a430f183b6dea06a9773) format("woff"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-LightItalic.ttf?c56afa29d4d38360af1dbb7b225ae55f) format("truetype"), url(/wp-content/themes/omotenashi/dist/fonts/Nobel-LightItalic.svg?e2c65c4a85f4bc770bb90d6754b9726d) format("svg");
  font-weight: 300;
  font-style: italic;
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

strong {
  color: currentColor;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

body {
  background-color: #191a1e;
  color: #fff;
  font-family: "Nobel";
  line-height: normal;
  line-height: 1.3;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.button {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background-color: white;
  color: #191a1e;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid var(--wp--preset--color--white);
}
.button::after {
  content: "";
  display: block;
  background-color: currentColor;
  height: 1px;
  width: 24px;
}
.button:hover {
  color: #fff;
  background-color: #191a1e;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none !important;
}
.button.is-inversed {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--black);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.button.is-inversed:hover {
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--white);
}
.button.button-back::after {
  content: none;
}
.button.button-back span {
  font-size: 1.25em;
  line-height: 0.5rem;
}

.download-link.tpl-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
  max-width: 150px;
  text-wrap: balance;
}
.download-link.tpl-icon::before, .download-link.tpl-icon::after {
  content: none;
}
.download-link.tpl-icon svg {
  width: 50px;
  height: auto;
}

/* Posts sharer */
.entry-sharer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--wp--preset--color--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.entry-sharer .sharer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
}
.entry-sharer .sharer-links button, .entry-sharer .sharer-links a {
  display: block;
  background: none;
  cursor: pointer;
  color: var(--wp--preset--color--blue);
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.entry-sharer .sharer-links button svg, .entry-sharer .sharer-links a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.entry-sharer .sharer-links button:hover, .entry-sharer .sharer-links a:hover {
  color: black;
}

/* Scrollbars */
html ::-webkit-scrollbar-track {
  background-color: var(--wp--preset--color--black);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
html ::-webkit-scrollbar-track:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
html ::-webkit-scrollbar {
  width: 10px;
}
html ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.75);
  border-left: 4px solid var(--wp--preset--color--black);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
html ::-webkit-scrollbar-thumb:hover {
  border-left: none;
  background-color: rgb(255, 255, 255);
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Layout Size */
body {
  --wp--style--global--content-size: 87.5%;
}

html.is-clipped {
  height: 100vh;
  overflow: hidden;
}
html.is-clipped body {
  overflow: hidden;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
}

/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media screen and (min-width: 769px), print {
  .alignleft {
    float: left;
    margin-right: 1rem;
  }
  .alignright {
    float: right;
    margin-left: 1rem;
  }
}
/** Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

.gutenberg > * {
  max-width: var(--wp--style--global--content-size);
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.gutenberg > .alignfull {
  max-width: none;
}
@media screen and (max-width: 1023px) {
  .gutenberg > .alignfull {
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: auto;
  }
}
.gutenberg p + *,
.gutenberg ul + * {
  margin-top: 1em;
}
.gutenberg ul,
.gutenberg ol {
  padding-left: 1.5em;
}
.gutenberg ul {
  list-style-type: disc;
}
.gutenberg a:hover {
  color: currentColor;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.gutenberg .wp-block-columns.is-style-section > .wp-block-column:last-child h1 {
  margin-bottom: 0.5em;
}
.gutenberg .wp-block-columns.is-style-section > .wp-block-column:last-child h2 {
  margin-bottom: 0.5em;
}
.gutenberg .wp-block-columns.is-style-section > .wp-block-column:last-child .wp-block-image.is-style-ratio-panoramic {
  margin-top: 2rem;
}
.gutenberg .wp-block-columns.is-style-section > .wp-block-column:last-child .wp-block-pullquote {
  margin-top: 1.75rem;
}
.gutenberg .wp-block-embed.wp-embed-aspect-16-9 {
  aspect-ratio: 16/9;
}
.gutenberg .wp-block-embed.wp-embed-aspect-16-9.is-reduced {
  max-width: 1280px;
}
.gutenberg .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  height: 100%;
}
.gutenberg .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

article.type-pratique {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
article.type-pratique.is-hidden {
  display: none;
}
article.type-pratique .thumb {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
}
article.type-pratique .content {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(25, 26, 30, 0);
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  padding: 60px;
  padding: clamp(2.125rem, 0.0108rem + 8.6735vw, 4.25rem) clamp(1.5625rem, 0.1323rem + 5.8673vw, 3rem);
  padding-bottom: clamp(2.125rem, 0.757rem + 5.6122vw, 3.5rem);
  gap: clamp(0.9375rem, 0.0048rem + 3.8265vw, 1.875rem);
}
@media only screen and (min-width: 782px) {
  article.type-pratique .content {
    padding: clamp(2.125rem, -2.1579rem + 8.7629vw, 4.25rem) clamp(1.5625rem, -1.3347rem + 5.9278vw, 3rem);
    padding-bottom: clamp(2.125rem, -0.6463rem + 5.6701vw, 3.5rem);
    gap: clamp(0.9375rem, -0.952rem + 3.866vw, 1.875rem);
  }
}
@media only screen and (min-width: 1170px) {
  article.type-pratique .content {
    padding: clamp(2.125rem, -2.089rem + 5.7627vw, 4.25rem) clamp(1.5625rem, -1.2881rem + 3.8983vw, 3rem);
    padding-bottom: clamp(2.125rem, -0.6017rem + 3.7288vw, 3.5rem);
    gap: clamp(0.9375rem, -0.9216rem + 2.5424vw, 1.875rem);
  }
}
article.type-pratique .content header {
  border-left: 4px solid white;
  padding-left: clamp(1.125rem, 0.4286rem + 2.8571vw, 1.5rem);
}
@media only screen and (min-width: 782px) {
  article.type-pratique .content header {
    padding-left: clamp(1.125rem, 0.3692rem + 1.5464vw, 1.5rem);
  }
}
@media only screen and (min-width: 1170px) {
  article.type-pratique .content header {
    padding-left: clamp(1.125rem, 0.3814rem + 1.0169vw, 1.5rem);
  }
}
article.type-pratique .content header p {
  font-size: var(--wp--preset--font-size--size-5);
  line-height: normal;
  margin-bottom: clamp(0.625rem, 0.0032rem + 2.551vw, 1.25rem);
}
@media only screen and (min-width: 782px) {
  article.type-pratique .content header p {
    margin-bottom: clamp(0.625rem, -0.6347rem + 2.5773vw, 1.25rem);
  }
}
@media only screen and (min-width: 1170px) {
  article.type-pratique .content header p {
    margin-bottom: clamp(0.625rem, -0.6144rem + 1.6949vw, 1.25rem);
  }
}
article.type-pratique .content header h5 {
  font-size: var(--wp--preset--font-size--size-3);
  text-transform: uppercase;
  margin-top: 0.3rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: normal;
  text-wrap: pretty;
}
article.type-pratique .content .entry-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0.8;
      -ms-flex-positive: 0.8;
          flex-grow: 0.8;
  gap: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
article.type-pratique .content .entry-summary .excerpt {
  font-size: var(--wp--preset--font-size--size-5);
  max-width: clamp(21.25rem, 5rem + 66.6667vw, 30rem);
}
article.type-pratique .content .entry-summary .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: clamp(3.125rem, 1.9643rem + 4.7619vw, 3.75rem);
}
article.type-pratique .content .entry-summary .themes {
  margin: auto 0 0 0;
  font-size: 0.875rem;
}
article.type-pratique .content .entry-summary .themes span {
  text-transform: uppercase;
  font-weight: bold;
}
article.type-pratique .content .year {
  font-size: var(--wp--preset--font-size--size-5);
  color: var(--wp--preset--color--black);
  background-color: white;
  display: inline-block;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  position: absolute;
  bottom: clamp(2.125rem, 0.757rem + 5.6122vw, 3.5rem);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
}
@media only screen and (min-width: 782px) {
  article.type-pratique .content .year {
    bottom: clamp(2.125rem, -0.6463rem + 5.6701vw, 3.5rem);
  }
}
@media only screen and (min-width: 1170px) {
  article.type-pratique .content .year {
    bottom: clamp(2.125rem, -0.6017rem + 3.7288vw, 3.5rem);
  }
}
article.type-pratique .content .year.is-winner {
  background-color: #a68832;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
article.type-pratique .content .year.is-winner svg {
  width: 18px;
  height: auto;
  margin-right: 5px;
}
article.type-pratique:hover .thumb {
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
article.type-pratique:hover .content {
  background-color: rgba(25, 26, 30, 0.3);
}
article.type-pratique:hover .content .entry-summary {
  opacity: 1;
}
article.type-pratique:hover .content .year {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.site-footer .container {
  padding: 20px 0;
}
.site-footer .container .nav-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .container .nav-legal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  font-weight: 300;
}
.site-footer .container .nav-legal ul::before {
  content: " | ";
  margin: 0 8px;
}
.site-footer .container .nav-legal ul li a {
  font-size: 0.9375rem;
  font-weight: 300;
  color: white;
  line-height: 1;
}
.site-footer .container .nav-legal ul li a:hover {
  text-decoration: underline;
}
.site-footer .container p {
  font-size: 0.9375rem;
  font-weight: 300;
}
.site-footer .container p:not(.copyright):not(:last-child) {
  margin-bottom: 6px;
}
.site-footer .container p a {
  color: white;
}
.site-footer .container p a:hover {
  text-decoration: underline;
}

.site-header {
  min-height: 80px;
  position: fixed;
  width: 100%;
  background-color: var(--wp--preset--color--black);
  z-index: 999;
}
.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .site-header .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: clamp(4.6875rem, -0.792rem + 8.5616vw, 9.375rem);
  }
}
.site-header .container .custom-logo-link {
  display: block;
  width: 160px;
  height: auto;
}
.site-header .container .hamburger {
  outline: none;
  margin: auto 0 auto auto;
}
@media screen and (min-width: 1024px) {
  .site-header .container .hamburger {
    display: none;
  }
}
.site-header .container .nav-primary {
  margin: auto;
  position: fixed;
  height: 0;
  width: 100%;
  top: 80px;
  left: 0;
  background: var(--wp--preset--color--black);
  z-index: 10;
  overflow: visible;
  -webkit-transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
  pointer-events: none;
}
.site-header .container .nav-primary.is-opened {
  height: calc(100dvh - 80px);
  pointer-events: all;
}
.site-header .container .nav-primary.is-opened ul {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .site-header .container .nav-primary {
    display: block;
    position: relative;
    top: inherit;
    height: auto;
    width: auto;
    pointer-events: all;
  }
}
.site-header .container .nav-primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  padding: 45px 6.25vw;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.2s ease-in-out;
  -o-transition: opacity 0.2s 0.2s ease-in-out;
  transition: opacity 0.2s 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .site-header .container .nav-primary ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
    padding: 0;
    border: none;
    opacity: 1;
    gap: clamp(2.125rem, -2.6969rem + 7.5342vw, 6.25rem);
  }
}
.site-header .container .nav-primary ul li {
  position: relative;
  overflow: visible;
}
.site-header .container .nav-primary ul li a {
  color: white;
  text-transform: uppercase;
  opacity: 0.75;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .site-header .container .nav-primary ul li a br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .container .nav-primary ul li a {
    font-size: clamp(0.875rem, 0.7289rem + 0.2283vw, 1rem);
    display: block;
    background-color: var(--wp--preset--color--black);
    position: relative;
    z-index: 1;
  }
}
.site-header .container .nav-primary ul li a:hover {
  opacity: 1;
}
.site-header .container .nav-primary ul li ul.sub-menu {
  background: var(--wp--preset--color--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem 1rem 0.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: none;
}
@media screen and (min-width: 1024px) {
  .site-header .container .nav-primary ul li ul.sub-menu {
    position: absolute;
    left: -1.25rem;
    top: 100%;
    opacity: 0;
    max-width: 250px;
    padding: 1.5rem 1.25rem 1rem 1.25rem;
    pointer-events: none;
    z-index: 0;
    -webkit-transform: translateY(-1rem);
         -o-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
.site-header .container .nav-primary ul li ul.sub-menu li a {
  font-weight: 300;
}
.site-header .container .nav-primary ul li.menu-item-has-children:hover ul.sub-menu {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.site-header .container .nav-primary ul li.current-menu-item > a, .site-header .container .nav-primary ul li.current-menu-ancestor > a {
  opacity: 1;
}

main.main {
  padding-top: 80px;
}
