/* -----------------------------------------------------
   Base
   ----------------------------------------------------- */
@font-face {
  font-family: 'Akko Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/AkkoPro-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'Akko Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/AkkoPro-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Akko Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/AkkoPro Medium.TTF") format("truetype"); }
/* Colors
  ========================================================================== */
:root {
  --bg-body: #FFFFFF;
  --bg-body: #FFFFFF;
  --color-green: #55DE3C;
  --color-dark-green: #00B74F;
  --color-darker-green: #20783C;
  --color-blue: #E2E9EF;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --font-body: "Akko Pro", Helvetica, Arial, sans-serif;
  --bs-nav-link-color: #000000;
  --bs-nav-link-active-color: #55DE3C;
  --bs-nav-link-hover-color: #55DE3C;
  --bs-nav-link-disabled-color: #676767;
  --bs-nav-link-disabled-hover-color: #444444; }

* {
  --btn-close-bg: $btn-close-bg; }

.navbar-toggler {
  --bs-navbar-toggler-icon-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="13" viewBox="0 0 30 13" fill="none"><path d="M30 1.25L0 1.25M30 6.75H10M30 11.75H0" stroke="black"/></svg>'); }

/* Typography
  ========================================================================== */
html {
  font-size: 16px; }

body {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-black);
  line-height: 1.3;
  overflow-x: hidden;
  background-color: var(--bg-body); }

main {
  min-height: calc(100vh - 330px); }

label {
  text-transform: uppercase; }

.form-control {
  background-color: transparent;
  color: var(--color-white); }

.form-select {
  background-color: transparent;
  color: var(--color-white); }
  .form-select option {
    color: #121212; }
  .form-select:active {
    color: var(--color-white); }
  .form-select:focus {
    border-color: var(--color-white);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 242, 0, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(255, 242, 0, 0.25); }

.btn-primary {
  --bs-btn-color: #2F373E ;
  --bs-btn-bg: var(--color-white);
  --bs-btn-border-color: var(--color-white);
  --bs-btn-hover-color: var(--color-black);
  --bs-btn-hover-bg: var(--color-green);
  --bs-btn-hover-border-color: var(--color-green);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--color-white);
  --bs-btn-active-bg: var(--color-blue);
  --bs-btn-active-border-color: var(--color-blue);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--color-white);
  --bs-btn-disabled-bg: #999;
  --bs-btn-disabled-border-color: #000; }

.btn-secondary, .previous, .next {
  --bs-btn-color: var(--color-white);
  --bs-btn-bg: var(--color-black);
  --bs-btn-border-color: var(--color-black);
  --bs-btn-hover-color: var(--color-white);
  --bs-btn-hover-bg: var(--color-blue);
  --bs-btn-hover-border-color: var(--color-blue);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--color-white);
  --bs-btn-active-bg: var(--color-blue);
  --bs-btn-active-border-color: var(--color-blue);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--color-white);
  --bs-btn-disabled-bg: #999;
  --bs-btn-disabled-border-color: #000; }

:root {
  --ft-size-h1: clamp(1.875rem, 1.875rem + 0.909vw, 2.75rem);
  --ft-size-h2: clamp(1.45rem, 1.45rem + 0.5818vw, 2.125rem);
  --ft-size-h3: clamp(1.375rem, 1.375rem + 0.26vw, 1.625rem);
  --ft-size-h4: clamp(1.2rem, 1.2rem + 0.26vw, 1.35rem);
  --bs-border-radius: 0; }

h1,
.h1
h2 {
  font-family: var(--font-headings); }

h1,
.h1 {
  position: relative;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 3px;
  font-size: var(--ft-size-h1, 2.75rem); }

h2 {
  font-size: var(--ft-size-h2, 2.125rem);
  font-style: normal;
  font-weight: 800;
  line-height: normal; }

h3 {
  font-size: var(--ft-size-h3);
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

h4 {
  font-size: var(--ft-size-h4);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase; }

div[class*="col-"] > :first-child {
  margin-top: 0; }

.emphase {
  color: #3E3E3E;
  font-family: "Akko Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; }

p {
  color: #3E3E3E;
  font-family: "Akko Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 144%; }

a {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    color: #1a1a1a;
    text-decoration: none; }

ol, ul {
  padding-left: 1.2rem; }
  ol li, ul li {
    color: #3E3E3E;
    font-family: "Akko Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 143.75% */ }

ol li {
  padding-left: 5px; }

.check {
  list-style: none;
  padding-left: 0; }
  .check li {
    position: relative;
    padding-left: 20px; }
    .check li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 13px;
      height: 10px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M4.41538 9.8036L0.190373 5.44535C-0.0634576 5.18351 -0.0634576 4.75898 0.190373 4.49711L1.10959 3.54888C1.36342 3.28702 1.775 3.28702 2.02883 3.54888L4.875 6.48478L10.9712 0.196377C11.225 -0.0654589 11.6366 -0.0654589 11.8904 0.196377L12.8096 1.14461C13.0635 1.40645 13.0635 1.83098 12.8096 2.09285L5.33462 9.80363C5.08076 10.0655 4.66921 10.0655 4.41538 9.8036Z' fill='black'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat; }

table tr td {
  border: 1px solid #969BA0 !important; }

.btn-primary {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 50px;
  border: 0px solid #000;
  background: -webkit-gradient(linear, left top, right top, from(#55DE3C), color-stop(#ACFA78), to(#55DE3C));
  background: linear-gradient(to right, #55DE3C, #ACFA78, #55DE3C); }

.btn-secondary, .previous, .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 50px;
  color: black;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .btn-secondary::before, .previous::before, .next::before {
    content: "";
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block; }
  .btn-secondary:hover, .previous:hover, .next:hover {
    background-color: var(--green, #00B74F);
    border: 1px solid var(--green, #00B74F);
    color: var(--black, #000); }

.previous {
  padding: 5px 10px 5px 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }
  .previous::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Ccircle cx='18' cy='18' r='18' fill='black'/%3E%3Cpath d='M25 17.5H25.5V18.5H25V17.5ZM12 18L17 15.1132V20.8868L12 18ZM25 18.5L16.5 18.5V17.5L25 17.5V18.5Z' fill='%2300B74F'/%3E%3C/svg%3E"); }

.next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 5px 5px 5px 10px; }
  .next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Ccircle cx='18' cy='18' r='18' fill='black'/%3E%3Cpath d='M12 17.5H11.5V18.5H12V17.5ZM25 18L20 15.1132V20.8868L25 18ZM12 18.5L20.5 18.5V17.5L12 17.5V18.5Z' fill='%2300B74F'/%3E%3C/svg%3E"); }

:root {
  --bs-border-radius: 50px; }

.offcanvas.show {
  z-index: 5000; }

.btn-primary {
  --bs-btn-color: var(--color-black);
  --bs-btn-bg: var(--color-green);
  --bs-btn-border-color: var(--color-green);
  --bs-btn-hover-color: var(--color-black);
  --bs-btn-hover-bg: var(--color-white);
  --bs-btn-hover-border-color: var(--color-green);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--color-white);
  --bs-btn-active-bg: var(--color-green);
  --bs-btn-active-border-color: var(--color-green);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--color-white);
  --bs-btn-disabled-bg: #999;
  --bs-btn-disabled-border-color: var(--color-black); }

.btn-secondary, .previous, .next {
  --bs-btn-color: var(--color-white);
  --bs-btn-bg: var(--color-black);
  --bs-btn-border-color: var(--color-black);
  --bs-btn-hover-color: var(--color-white);
  --bs-btn-hover-bg: var(--color-blue);
  --bs-btn-hover-border-color: var(--color-blue);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--color-white);
  --bs-btn-active-bg: var(--color-blue);
  --bs-btn-active-border-color: var(--color-blue);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--color-white);
  --bs-btn-disabled-bg: #999;
  --bs-btn-disabled-border-color: var(--color-black); }

/* -----------------------------------------------------
Vendr
----------------------------------------------------- */
/* -----------------------------------------------------
   Layout
   ----------------------------------------------------- */
.list-links {
  display: block;
  margin: 0; }
  .list-links li {
    margin-bottom: 15px;
    display: block; }
  @media (min-width: 768px) {
    .list-links {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      gap: 0 15px; } }

header .navbar {
  margin: 20px; }
  @media (min-width: 981px) {
    header .navbar {
      margin: 20px 100px; } }
  header .navbar .site-title svg {
    width: 100%;
    max-width: 160px; }
  header .navbar button.navbar-toggler {
    border-radius: 50px;
    border: 0px solid #000;
    background: -webkit-gradient(linear, left top, right top, from(#55DE3C), color-stop(#ACFA78), to(#55DE3C));
    background: linear-gradient(to right, #55DE3C, #ACFA78, #55DE3C);
    padding: 13px 23px 10px 23px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase; }
    header .navbar button.navbar-toggler:hover {
      background: var(--green, #55DE3C); }
    header .navbar button.navbar-toggler:focus {
      -webkit-box-shadow: 0px 0px 10px 0px #55DE3C;
      box-shadow: 0px 0px 10px 0px #55DE3C; }
    header .navbar button.navbar-toggler .navbar-toggler-icon {
      position: relative;
      top: -2px; }
  header .navbar #siteNavigation {
    border-radius: 20px;
    background: #E2E9EF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    padding: 30px;
    margin: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 27px; }
    header .navbar #siteNavigation #menu-main li {
      color: #000 !important;
      text-align: right;
      font-family: "Akko Pro";
      font-size: 28px;
      font-style: normal;
      font-weight: 400;
      line-height: 107%;
      letter-spacing: 0.56px; }
    header .navbar #siteNavigation #siteNavigationLabel {
      display: none; }
    header .navbar #siteNavigation .btn-close {
      background: center / 1.5em auto no-repeat;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M31 1.00007L1 31M31 1.00007L1 31" stroke="%2320783C"/><path d="M31 30.9999L1 1M31 30.9999L1 1" stroke="%2320783C"/></svg>'); }
    @media (min-width: 991px) {
      header .navbar #siteNavigation {
        width: 50vw;
        padding: 50px;
        margin: 50px;
        gap: 27px; } }
    @media (min-width: 1200px) {
      header .navbar #siteNavigation {
        width: 35vw;
        padding: 50px;
        margin: 50px;
        gap: 27px; } }

#custom_post_widget-28 .text-center p {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 102.5%; }

/* -----------------------------------------------------
   Pages
   ----------------------------------------------------- */
/*.section {

}*/
.section__ceo {
  background-color: var(--color-blue); }

.section__cta .cta-container {
  position: relative; }
  .section__cta .cta-container p {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 0 1.5rem 0;
    overflow: hidden;
    -webkit-transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out;
    transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out; }
    .section__cta .cta-container p a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border: 1px solid var(--color-green);
      padding: 1.8rem 2rem;
      -ms-flex-line-pack: end;
          align-content: end;
      min-height: 245px;
      font-size: 1.5rem;
      font-weight: bold;
      text-decoration: none;
      border-radius: 50px;
      background-repeat: no-repeat;
      background-position: top right;
      background-size: 120px 207px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 121 208"><path stroke="%2355DE3C" stroke-opacity=".3" d="M3.411 84.694c-5.232-16.367-1.62-34.356 6.355-49.82C17.548 19.785 29.448 7.178 41.19.903c-3.762 23.62-3.44 48.26 1.806 67.19 4.853 17.516 13.984 30.31 28.145 32.642-5.04.831-10.374 1.922-15.974 3.067-4.478.916-9.126 1.867-13.93 2.747-8.878.199-16.967-1-23.513-4.369-6.539-3.365-11.571-8.91-14.313-17.485ZM116.84 117.505l.141.263h.015c7.91 14.998 2.798 31.811-6.422 47.704-6.448 11.115-14.835 21.668-22.042 30.736-2.785 3.506-5.395 6.789-7.648 9.798-.058-6.805-.042-13.361-.026-19.627.019-7.609.037-14.791-.08-21.473-.221-12.604-.922-23.535-3.01-32.421-2.09-8.887-5.583-15.787-11.436-20.256-4.737-3.618-10.966-5.602-19.123-5.813 2.808-.553 5.55-1.114 8.227-1.661 7.1-1.453 13.738-2.811 19.926-3.666 4.128-.563 8.022-.921 11.704-.921 6.348 0 12.003 1.032 16.956 3.7 4.948 2.666 9.237 6.988 12.818 13.637Z"/></svg>'); }
    @media (min-width: 981px) {
      .section__cta .cta-container p {
        margin-bottom: 1.5rem; } }
  .section__cta .cta-container.chapter1 p {
    border-radius: 50px; }
    .section__cta .cta-container.chapter1 p::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/chap1.png);
      background-position: center;
      background-size: cover;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      border-radius: inherit;
      z-index: -1; }
  .section__cta .cta-container.chapter1:hover p::before {
    opacity: 1; }
  .section__cta .cta-container.chapter2 p {
    border-radius: 50px; }
    .section__cta .cta-container.chapter2 p::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/chap2.png);
      background-position: center;
      background-size: cover;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      border-radius: inherit;
      z-index: -1; }
  .section__cta .cta-container.chapter2:hover p::before {
    opacity: 1; }
  .section__cta .cta-container.chapter3 p {
    border-radius: 50px; }
    .section__cta .cta-container.chapter3 p::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/chap3.png);
      background-position: center;
      background-size: cover;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      border-radius: inherit;
      z-index: -1; }
  .section__cta .cta-container.chapter3:hover p::before {
    opacity: 1; }
  .section__cta .cta-container.chapter4 p {
    border-radius: 50px; }
    .section__cta .cta-container.chapter4 p::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/chap4.png);
      background-position: center;
      background-size: cover;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      border-radius: inherit;
      z-index: -1; }
  .section__cta .cta-container.chapter4:hover p::before {
    opacity: 1; }
  .section__cta .cta-container.chapter5 p {
    border-radius: 50px; }
    .section__cta .cta-container.chapter5 p::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/chap5.png);
      background-position: center;
      background-size: cover;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      border-radius: inherit;
      z-index: -1; }
  .section__cta .cta-container.chapter5:hover p::before {
    opacity: 1; }
  .section__cta .cta-container.chapter6 p {
    border-radius: 50px; }
    .section__cta .cta-container.chapter6 p::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/chap6.png);
      background-position: center;
      background-size: cover;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      border-radius: inherit;
      z-index: -1; }
  .section__cta .cta-container.chapter6:hover p::before {
    opacity: 1; }
  .section__cta .cta-container.chapter7 p {
    border-radius: 50px; }
    .section__cta .cta-container.chapter7 p::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/chap7.png);
      background-position: center;
      background-size: cover;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      border-radius: inherit;
      z-index: -1; }
  .section__cta .cta-container.chapter7:hover p::before {
    opacity: 1; }
  .section__cta .cta-container.chapter8 p {
    border-radius: 50px; }
    .section__cta .cta-container.chapter8 p::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/chap8.png);
      background-position: center;
      background-size: cover;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      border-radius: inherit;
      z-index: -1; }
  .section__cta .cta-container.chapter8:hover p::before {
    opacity: 1; }
  .section__cta .cta-container.chapter9 p {
    border-radius: 50px; }
    .section__cta .cta-container.chapter9 p::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/chap9.png);
      background-position: center;
      background-size: cover;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      border-radius: inherit;
      z-index: -1; }
  .section__cta .cta-container.chapter9:hover p::before {
    opacity: 1; }
  .section__cta .cta-container__top p a {
    -ms-flex-line-pack: start;
        align-content: start; }
.section__cta .cta-container.hover-inverted p::before {
  opacity: 1; }
.section__cta .cta-container.hover-inverted:hover p::before {
  opacity: 0; }

.section__intro {
  position: relative;
  height: 100vh; }
  .section__intro__visuel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden; }
    .section__intro__visuel video {
      vertical-align: middle;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: unset; }
      @media (min-width: 991px) {
        .section__intro__visuel video {
          min-height: 100%;
          min-width: 100%;
          width: auto;
          -webkit-transform: translateX(-25%);
                  transform: translateX(-25%); } }
      @media (min-width: 1200px) {
        .section__intro__visuel video {
          -webkit-transform: translateX(-15%);
                  transform: translateX(-15%); } }
      @media (min-width: 1439px) {
        .section__intro__visuel video {
          -webkit-transform: none;
                  transform: none; } }
  .section__intro__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .section__intro__content h2 {
      font-size: 54px;
      font-style: normal;
      font-weight: 500;
      line-height: 86%;
      margin-bottom: 20px; }
      @media (min-width: 991px) {
        .section__intro__content h2 {
          font-size: 64px; } }
    .section__intro__content p {
      font-size: 19px;
      font-style: normal;
      font-weight: 300;
      line-height: 130%;
      margin-bottom: 20px;
      color: #000; }
      @media (min-width: 991px) {
        .section__intro__content p {
          font-size: 20px; } }
  @media (min-width: 991px) {
    .section__intro {
      height: 100vh; } }

#custom_post_widget-28 {
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/bg-block-footer.png);
  height: 250px;
  font-size: 2.5rem;
  color: var(--color-white);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 981px) {
    #custom_post_widget-28 {
      height: 300px; } }

.entry-header {
  position: relative;
  height: 300px;
  padding-top: 2rem; }
  .entry-header__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 981px) {
      .entry-header__background {
        border-radius: 30px; } }
  .entry-header__content {
    padding: 2rem 0.2rem;
    width: 90%;
    margin: 0 auto 0 auto; }
    .entry-header__content h1 {
      text-align: center;
      font-weight: 500;
      letter-spacing: normal;
      padding: 0 0 1.5rem 0; }
      @media (min-width: 981px) {
        .entry-header__content h1 {
          padding: 2.8rem 2.3rem; } }
    .entry-header__content .chapter-nav {
      display: none; }
      .entry-header__content .chapter-nav .text-end {
        justify-items: end; }
    @media (min-width: 981px) {
      .entry-header__content {
        padding: 1.2rem 1.5rem; } }
  @media (min-width: 981px) {
    .entry-header {
      width: 90%;
      margin: 0 auto; } }

.wp-block-image {
  border-radius: 10px;
  margin-bottom: 20px; }
  @media (min-width: 981px) {
    .wp-block-image {
      border-radius: 30px;
      margin-bottom: 0px; } }

.graphique {
  border-radius: 0px !important; }

.block-chapters-navigation .swiper-chapters {
  margin-top: 30px; }
.block-chapters-navigation .swiper-slide {
  width: 25%; }
.block-chapters-navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid var(--color-green);
  padding: 1.8rem  2rem;
  -ms-flex-line-pack: end;
      align-content: end;
  min-height: 245px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="121" height="208" viewBox="0 0 121 208" fill="none"><path d="M41.8401 0C17.5679 12.325 -7.63661 51.7809 2.93508 84.8465C8.49746 102.243 23.4148 107.455 41.2871 107.047C53.8025 104.755 65.1642 102.007 75.2777 100.61C42.8989 99.9349 34.0022 47.7458 41.8401 0.0157007V0Z" fill="%2355DE3C" fill-opacity="0.3"/><path d="M41.1932 0.901367C37.4306 24.521 37.7508 49.1621 42.9959 68.0918C47.8503 85.6113 56.984 98.4047 71.1492 100.733C62.0761 102.229 52.0518 104.565 41.2352 106.548C32.3588 106.746 24.2693 105.547 17.7234 102.179C11.3897 98.9192 6.46848 93.6131 3.67462 85.4893L3.41095 84.6943C-1.82176 68.3277 1.79039 50.338 9.76544 34.875C17.5489 19.7837 29.4504 7.17545 41.1932 0.901367Z" stroke="%2355DE3C" stroke-opacity="0.3"/><path d="M117.28 117.268C110.043 103.828 99.866 99.6677 87.0662 99.6677C83.3527 99.6677 79.4338 100.029 75.2936 100.594C65.1802 101.991 53.8183 104.739 41.303 107.031C41.2556 107.031 41.1924 107.047 41.145 107.063C85.802 103.954 79.7656 144.792 80.3977 207.5C96.3422 185.786 133.778 147.885 117.296 117.268H117.28Z" fill="%2355DE3C" fill-opacity="0.3"/><path d="M87.0659 100.168C93.4132 100.168 99.0687 101.199 104.022 103.868C108.97 106.534 113.26 110.856 116.84 117.506L116.982 117.768H116.994C124.904 132.767 119.793 149.579 110.574 165.471C101.633 180.883 88.9667 195.213 80.8842 206.005C80.7563 190.939 80.9913 177.092 80.7778 164.906C80.5569 152.303 79.8561 141.37 77.767 132.485C75.6774 123.598 72.1846 116.698 66.3325 112.229C61.5935 108.61 55.3617 106.626 47.2006 106.416C57.4632 104.397 66.8398 102.267 75.3618 101.09L75.3608 101.089C79.4887 100.525 83.3835 100.168 87.0659 100.168Z" stroke="%2355DE3C" stroke-opacity="0.3"/></svg>');
  background-position: top right;
  background-size: 120px 207px;
  border-radius: 50px;
  background-repeat: no-repeat; }
  .block-chapters-navigation a:hover {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 121 208"><path stroke="%2355DE3C" stroke-opacity=".3" d="M3.411 84.694c-5.232-16.367-1.62-34.356 6.355-49.82C17.548 19.785 29.448 7.178 41.19.903c-3.762 23.62-3.44 48.26 1.806 67.19 4.853 17.516 13.984 30.31 28.145 32.642-5.04.831-10.374 1.922-15.974 3.067-4.478.916-9.126 1.867-13.93 2.747-8.878.199-16.967-1-23.513-4.369-6.539-3.365-11.571-8.91-14.313-17.485ZM116.84 117.505l.141.263h.015c7.91 14.998 2.798 31.811-6.422 47.704-6.448 11.115-14.835 21.668-22.042 30.736-2.785 3.506-5.395 6.789-7.648 9.798-.058-6.805-.042-13.361-.026-19.627.019-7.609.037-14.791-.08-21.473-.221-12.604-.922-23.535-3.01-32.421-2.09-8.887-5.583-15.787-11.436-20.256-4.737-3.618-10.966-5.602-19.123-5.813 2.808-.553 5.55-1.114 8.227-1.661 7.1-1.453 13.738-2.811 19.926-3.666 4.128-.563 8.022-.921 11.704-.921 6.348 0 12.003 1.032 16.956 3.7 4.948 2.666 9.237 6.988 12.818 13.637Z"/></svg>'); }
.block-chapters-navigation .chapter1 p {
  border-radius: 50px; }
  .block-chapters-navigation .chapter1 p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/chap1.png);
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    border-radius: inherit;
    z-index: -1; }
.block-chapters-navigation .chapter1:hover p::before {
  opacity: 1; }
.block-chapters-navigation .chapter2 p {
  border-radius: 50px; }
  .block-chapters-navigation .chapter2 p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/chap2.png);
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    border-radius: inherit;
    z-index: -1; }
.block-chapters-navigation .chapter2:hover p::before {
  opacity: 1; }
.block-chapters-navigation .chapter3 p {
  border-radius: 50px; }
  .block-chapters-navigation .chapter3 p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/chap3.png);
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    border-radius: inherit;
    z-index: -1; }
.block-chapters-navigation .chapter3:hover p::before {
  opacity: 1; }
.block-chapters-navigation .chapter4 p {
  border-radius: 50px; }
  .block-chapters-navigation .chapter4 p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/chap4.png);
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    border-radius: inherit;
    z-index: -1; }
.block-chapters-navigation .chapter4:hover p::before {
  opacity: 1; }
.block-chapters-navigation .chapter5 p {
  border-radius: 50px; }
  .block-chapters-navigation .chapter5 p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/chap5.png);
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    border-radius: inherit;
    z-index: -1; }
.block-chapters-navigation .chapter5:hover p::before {
  opacity: 1; }
.block-chapters-navigation .chapter6 p {
  border-radius: 50px; }
  .block-chapters-navigation .chapter6 p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/chap6.png);
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    border-radius: inherit;
    z-index: -1; }
.block-chapters-navigation .chapter6:hover p::before {
  opacity: 1; }
.block-chapters-navigation .chapter7 p {
  border-radius: 50px; }
  .block-chapters-navigation .chapter7 p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/chap7.png);
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    border-radius: inherit;
    z-index: -1; }
.block-chapters-navigation .chapter7:hover p::before {
  opacity: 1; }
.block-chapters-navigation .chapter8 p {
  border-radius: 50px; }
  .block-chapters-navigation .chapter8 p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/chap8.png);
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    border-radius: inherit;
    z-index: -1; }
.block-chapters-navigation .chapter8:hover p::before {
  opacity: 1; }
.block-chapters-navigation .chapter9 p {
  border-radius: 50px; }
  .block-chapters-navigation .chapter9 p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/chap9.png);
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    border-radius: inherit;
    z-index: -1; }
.block-chapters-navigation .chapter9:hover p::before {
  opacity: 1; }
.block-chapters-navigation .swiper-navigation {
  position: relative;
  padding-top: 3rem;
  margin: 30px 50px 50px 50px; }
  .block-chapters-navigation .swiper-navigation .swiper-button-prev,
  .block-chapters-navigation .swiper-navigation .swiper-button-next {
    border: 1px solid #000;
    border-radius: 150px;
    width: 50px;
    height: 50px; }
    .block-chapters-navigation .swiper-navigation .swiper-button-prev::after,
    .block-chapters-navigation .swiper-navigation .swiper-button-next::after {
      display: none; }
    .block-chapters-navigation .swiper-navigation .swiper-button-prev svg,
    .block-chapters-navigation .swiper-navigation .swiper-button-next svg {
      width: 20px;
      height: 20px; }
  .block-chapters-navigation .swiper-navigation .swiper-button-next {
    right: 0; }

.chapter-nav {
  padding: 3rem 5rem; }
  .chapter-nav .text-end {
    justify-items: end; }
