@charset "UTF-8";
/*
	Theme Name: WP Starter
	Theme URI: https://nature-digitale.fr
	Description: Thème de la société Nature Digitale
	Author: Nature Digitale - Agence Web Eco Responsable
	Author URI: https://nature-digitale.fr
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: nature-digitale
*/
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"), url("assets/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("assets/fonts/roboto/Roboto-Bold.woff") format("woff"), url("assets/fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url("assets/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("assets/fonts/roboto/Roboto-Regular.woff") format("woff"), url("assets/fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), local("OpenSans-Regular"), url("assets/fonts/open-sans/OpenSans-Regular.woff2") format("woff2"), url("assets/fonts/open-sans/OpenSans-Regular.woff") format("woff"), url("assets/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("☞Gilroy-Regular"), local("Gilroy-Regular"), url("assets/fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("assets/fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("assets/fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("☞Gilroy-Bold"), local("Gilroy-Bold"), url("assets/fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("assets/fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("assets/fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.display-none-block {
  display: none !important;
}

.section-normal {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}
.section-normal--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-normal--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-full {
  width: 100%;
  margin-inline: auto;
}
.section-full--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-full--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-page {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.section-page--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-page--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-article {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.section-article--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-article--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-full-no-pa {
  width: 100%;
}
.section-full-no-pa--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-full-no-pa--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.pa-left-0 {
  padding-left: 0;
}

.pa-right-0 {
  padding-right: 0;
}

.pa-top-0 {
  padding-top: 0;
}

.pa-bottom-0 {
  padding-bottom: 0;
}

.pa-left-1 {
  padding-left: 30px;
}

.pa-right-1 {
  padding-right: 30px;
}

.pa-top-1 {
  padding-top: 30px;
}

.pa-bottom-1 {
  padding-bottom: 30px;
}

.pa-left-2 {
  padding-left: 60px;
}

.pa-right-2 {
  padding-right: 60px;
}

.pa-top-2 {
  padding-top: 60px;
}

.pa-bottom-2 {
  padding-bottom: 60px;
}

.pa-left-3 {
  padding-left: 90px;
}

.pa-right-3 {
  padding-right: 90px;
}

.pa-top-3 {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .pa-top-3 {
    padding-top: 60px;
  }
}

.pa-bottom-3 {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .pa-bottom-3 {
    padding-bottom: 60px;
  }
}

.ma-left-0 {
  margin-left: 0px;
}

.ma-right-0 {
  margin-right: 0px;
}

.ma-top-0 {
  margin-top: 0px;
}

.ma-bottom-0 {
  margin-bottom: 0px;
}

.ma-left-1 {
  margin-left: 30px;
}

.ma-right-1 {
  margin-right: 30px;
}

.ma-top-1 {
  margin-top: 30px;
}

.ma-bottom-1 {
  margin-bottom: 30px;
}

.ma-left-2 {
  margin-left: 60px;
}

.ma-right-2 {
  margin-right: 60px;
}

.ma-top-2 {
  margin-top: 60px;
}

.ma-bottom-2 {
  margin-bottom: 60px;
}

.ma-left-3 {
  margin-left: 90px;
}

.ma-right-3 {
  margin-right: 90px;
}

.ma-top-3 {
  margin-top: 90px;
}

.ma-bottom-3 {
  margin-bottom: 90px;
}

@media screen and (max-width: 1400px) {
  .section-normal {
    width: calc(100% - 60px);
    margin-inline: 30px;
  }
  .section-article {
    width: 100%;
    padding-inline: 30px;
  }
  .section-page {
    width: 100%;
    padding-inline: 30px;
  }
  .section-full {
    padding-inline: 30px;
  }
}
body .site-header {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 10px;
}
body .site-header .menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-inline: 10px 20px;
}
body .site-header .menu-wrapper img {
  display: block;
  max-width: 130px;
  height: auto;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  list-style: none;
  margin-left: 30px;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu {
  list-style: none;
}

@media screen and (min-width: 901px) {
  body .site-header {
    width: -moz-max-content;
    width: max-content;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    z-index: 10;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal {
    -moz-column-gap: 40px;
         column-gap: 40px;
    align-items: center;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item {
    position: relative;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item > a {
    font-size: 18px;
    position: relative;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%) scale(0.6);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #efaf41; /* ex: #efaf41 */
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item {
    /* ===== Sous-menu (caché par défaut) ===== */
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item > .sub-menu {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    position: absolute;
    top: calc(100% + 30px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    list-style: none;
    min-width: 250px;
    width: -moz-max-content;
    width: max-content;
    padding: 10px;
    border-radius: 3px;
    background: #fff;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s linear 0.3s;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item > .sub-menu a {
    display: block;
    padding: 10px 10px;
    color: #000000;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 400;
    text-transform: none;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item > .sub-menu a:hover {
    color: #fff;
    background-color: #efaf41;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item > .sub-menu a::after {
    content: none;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item > .sub-menu .menu-item:last-child > a {
    border-bottom: 0;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item:hover > .sub-menu, body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item:hover > a::after, body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item:focus-within > a::after {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item.icon > a {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item.icon > a::after {
    content: none;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item.icon > a .menu-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #efaf41;
    padding: 6px;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: transform 0.3s ease;
    will-change: transform;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item.icon > a .menu-arrow img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
    display: block;
    width: 20px;
    height: auto;
    pointer-events: none;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal {
    /* Hover: rotation à 0° sur le conteneur, pas sur l’image */
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item.icon:hover > a .menu-arrow,
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item.icon:focus-within > a .menu-arrow {
    transform: rotate(0deg);
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item-has-children::after {
    content: "";
    position: absolute;
    display: none;
    width: 100%;
    height: 80px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal > .menu-item-has-children:hover::after {
    display: block;
  }
  body .site-header .menu-wrapper .site-navigation .close-btn {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  body .site-header {
    width: 100%;
    z-index: 200;
    padding-inline: 10px;
  }
  body .site-header .menu-wrapper {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    overflow: hidden;
  }
  body .site-header .site-navigation {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    z-index: 20;
    top: 0;
    right: 0;
    transform: translateX(20px);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0.5s linear;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
  }
  body .site-header .site-navigation .menu-menu-principal-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 50px;
    overflow-y: auto;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal {
    width: 100%;
    flex-direction: column;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-align: left;
    row-gap: 0;
    padding-inline: 30px;
    margin-left: 0px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item > a {
    display: block;
    padding: 18px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    color: #000000;
    transition: color 0.2s ease;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item > a:hover {
    color: #efaf41;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item:last-child {
    border-bottom: none;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.icon {
    border-bottom: none;
    margin-top: 20px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.icon > a {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    color: #000000;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 25px;
    height: 40px;
    transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.icon > a:hover {
    background-color: #efaf41;
    color: #fff;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.icon > a {
    display: inline-flex;
    gap: 10px;
    padding: 5px 5px 5px 16px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.icon > a .menu-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #efaf41;
    padding: 6px;
    transform: rotate(-45deg);
    transition: transform 0.25s ease, background-color 0.2s ease;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.icon > a .menu-arrow img {
    display: block;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
    width: 20px;
    height: auto;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.icon > a:hover .menu-arrow {
    background-color: #fff;
    transform: rotate(0deg);
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.icon > a:hover .menu-arrow img {
    filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.cta {
    margin-top: 20px;
    border-bottom: none;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.cta a {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    color: #000000;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 25px;
    height: 40px;
    transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.cta a:hover {
    background-color: #efaf41;
    color: #fff;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.cta a {
    display: inline-flex;
    padding: 12px 24px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item-has-children {
    display: flex;
    flex-direction: column;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item-has-children .sub-menu {
    padding: 0 0 15px 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item-has-children .sub-menu a {
    display: block;
    padding: 8px 0;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    text-transform: none;
    position: relative;
    padding-left: 15px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item-has-children .sub-menu a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #efaf41;
    opacity: 0.5;
    transition: opacity 0.2s ease;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item-has-children .sub-menu a:hover {
    color: #efaf41;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item-has-children .sub-menu a:hover::before {
    opacity: 1;
  }
  body .site-header .site-navigation.menu-active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  body .site-header .overlay-menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 10;
    transition: opacity 0.5s ease-out, visibility 0.5s linear;
  }
  body .site-header .overlay-menu.overlay-menu-active {
    visibility: visible;
    opacity: 1;
    backdrop-filter: blur(3px);
  }
  body .hamburger {
    display: inline-block;
    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;
  }
  body .hamburger.burger-active .hamburger-inner,
  body .hamburger.burger-active .hamburger-inner::before,
  body .hamburger.burger-active .hamburger-inner::after {
    background-color: #efaf41;
  }
  body .hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
    z-index: 30;
  }
  body .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  body .hamburger-inner,
  body .hamburger-inner::before,
  body .hamburger-inner::after {
    width: 30px;
    height: 2px;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    z-index: 20;
    background-color: #efaf41;
  }
  body .hamburger-inner::before,
  body .hamburger-inner::after {
    content: "";
    display: block;
  }
  body .hamburger-inner::before {
    top: -7px;
  }
  body .hamburger-inner::after {
    bottom: -7px;
  }
  body {
    /*
    * Spin du burger
    */
  }
  body .hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  body .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  body .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);
  }
  body .hamburger--spin.burger-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body .hamburger--spin.burger-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  body .hamburger--spin.burger-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);
  }
  body.body-fixed {
    overflow: hidden;
  }
}
@media screen and (min-width: 783px) {
  body.admin-bar .site-header {
    top: 42px;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 56px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar .site-header {
    top: 10px;
  }
}
.categories-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.categories-links .btn {
  text-decoration: none;
  color: #fff;
  font-family: "Gilroy";
  font-weight: normal;
  font-size: 16px;
  padding: 10px 20px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-color: #efaf41;
  border-radius: 3px;
  border: 1px solid #efaf41;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.categories-links .btn:hover {
  background-color: rgb(233.3495145631, 154.7475728155, 19.6504854369);
}
.categories-links .btn.active {
  background-color: transparent;
  color: #efaf41;
}

body:not(.home) .page .wp-block-quote {
  border-left: 5px solid #efaf41;
  padding-left: 10px;
}
body:not(.home) .page .wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-post .section-article:not(.block-last-posts) > *:not(.block-faq-article):not(.block-share-article):not(.wp-block-columns:has(.wp-block-image)):not(.wp-block-image) {
  max-width: 850px;
  margin-inline: auto;
}

figure .wp-element-caption {
  text-align: center;
  font-style: italic;
  font-size: 14px;
  color: #666666;
}

.single-post h1,
.single-post h2 {
  color: #efaf41;
}

.wp-block-table-wrap {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.wp-block-table-wrap::before, .wp-block-table-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.25s ease;
}
.wp-block-table-wrap::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.wp-block-table-wrap::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.wp-block-table-wrap.is-start::before {
  opacity: 0;
}
.wp-block-table-wrap.is-end::after {
  opacity: 0;
}

.wp-block-table {
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #fff;
}
.wp-block-table table {
  table-layout: auto !important;
  width: 100%;
  min-width: 720px;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.6;
  background-color: transparent;
}
.wp-block-table table th,
.wp-block-table table td {
  padding: 14px 18px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  vertical-align: top;
  background-color: transparent;
}
.wp-block-table table tbody tr:first-child td {
  border-bottom: 2px solid #efaf41;
}
.wp-block-table table tbody tr:last-child td {
  border-bottom: none;
}

body main.privacy-policy,
body main.legal-terms {
  max-width: 800px;
  margin-inline: auto;
}
body main.privacy-policy h2,
body main.legal-terms h2 {
  font-size: 22px;
  margin-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body main.privacy-policy p,
body main.legal-terms p {
  margin-top: 10px;
  margin-bottom: 10px;
}
body main.privacy-policy strong,
body main.legal-terms strong {
  font-family: "Gilroy";
  font-weight: normal;
  font-weight: 600;
}
body main.privacy-policy a,
body main.legal-terms a {
  font-family: "Gilroy";
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  color: #efaf41;
}
body main.privacy-policy ul,
body main.privacy-policy ol,
body main.legal-terms ul,
body main.legal-terms ol {
  padding-left: 30px;
  list-style-position: outside;
}
body main.privacy-policy ul li,
body main.privacy-policy ol li,
body main.legal-terms ul li,
body main.legal-terms ol li {
  margin-bottom: 10px;
}

.article {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 300px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  aspect-ratio: 4/6;
  justify-content: flex-end;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.article .article-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.article .article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article .article-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: 20px;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
}
.article .article-container .title {
  text-decoration: none;
}
.article .article-container .title h2 {
  color: #000000;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 0;
  transition: color 0.3s ease;
}
.article .article-container .title:hover h2 {
  color: #efaf41;
}
.article .article-container .categories-links {
  margin-top: 10px;
}
.article .article-container .categories-links .btn {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #efaf41;
  color: #fff;
}
.article .article-container .author {
  display: none;
}
.article .article-container .date {
  margin-top: 10px;
  font-size: 14px;
  color: #959595;
  justify-content: center;
}
.article .article-container .date img {
  display: none;
}
.article .article-container .article-subcontainer {
  display: none;
}
.article .article-container .excerpt {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  max-height: 70px;
  overflow: hidden;
}
.article .read-more {
  margin-top: 10px;
  text-align: center;
  color: #efaf41;
}
.article:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.error-404 {
  text-align: center;
  font-family: "Gilroy";
  font-weight: normal;
}
.error-404__img {
  width: 200px;
  filter: invert(28%) sepia(89%) saturate(1640%) hue-rotate(218deg) brightness(91%) contrast(101%);
}
.error-404__title {
  font-size: 22px;
}
.error-404__sub-title {
  padding-top: 20px;
  font-size: 18px;
}

form {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
form .fields-double-col {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  form .fields-double-col {
    flex-direction: column;
  }
}
form .fields-double-col span {
  flex-grow: 1;
}
form .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form select {
  padding: 15px 10px;
  border: none;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form select::-moz-placeholder {
  color: #000000;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form select::placeholder {
  color: #000000;
}
form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  padding-right: 40px;
  cursor: pointer;
}
form select:focus {
  outline: 2px solid #efaf41;
  outline-offset: -2px;
}
form input:focus,
form textarea:focus {
  outline: none;
}
form textarea {
  padding: 15px 10px;
  width: 100%;
  border: none;
  background-color: #fff;
  border-radius: 3px;
}
form textarea::-moz-placeholder {
  font-family: "Gilroy";
  font-size: 14px;
  color: #000000;
}
form textarea::placeholder {
  font-family: "Gilroy";
  font-size: 14px;
  color: #000000;
}
form input[type=submit] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  height: 40px;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
form input[type=submit]:hover {
  background-color: #efaf41;
  color: #fff;
}
form input[type=submit] {
  border: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
form input[type=submit]:hover {
  border-color: #efaf41;
}
form .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.5;
}
form .wpcf7-spinner {
  display: none;
}
form .legal-notice {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  color: #a8a8a8;
}
form .legal-notice a {
  color: #efaf41;
}
form .field-precision {
  overflow: hidden;
  max-height: 100px;
  opacity: 1;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
}
form .field-precision.hidden {
  max-height: 0;
  opacity: 0;
  margin: 0;
}

.block-video {
  box-shadow: 0px 5px 19px 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.block-video .video-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-inline: auto;
  background-color: #efaf41;
  aspect-ratio: 16/9;
}
.block-video .video-wrapper .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.block-video .video-wrapper .text-container .play-icon {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.block-video .video-wrapper .text-container .play-icon img {
  display: block;
  width: 60px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}
.block-video .video-wrapper .text-container .play-icon:hover {
  transform: scale(1.1);
}
.block-video .video-wrapper .poster-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-video .video-wrapper .poster-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), to(transparent));
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), to(transparent));
  filter: grayscale(1);
  transition: filter 0.3s ease-in-out, transform 2s ease-in-out;
}
.block-video:hover .poster-container img {
  transform: scale(1.1);
}
.block-video .video-container.show-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-video .video-container.show-video .video-player-container {
  position: relative;
  display: block;
  width: 90%;
  max-width: 800px;
}
.block-video .video-container.show-video .video-player-container .close-icon {
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: 0px;
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
  transition: transform 500ms ease-in-out;
}
.block-video .video-container.show-video .video-player-container .close-icon:hover {
  transform: rotate(90deg);
}
.block-video .video-container.show-video video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .block-video .video-wrapper {
    min-height: unset;
  }
  .block-video .video-wrapper .text-container .play-icon img {
    width: 45px;
  }
}

.border-block {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  .border-block {
    border-top: none;
    border-bottom: none;
  }
}

.default-btn .btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  height: 40px;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.default-btn .btn:hover {
  background-color: #efaf41;
  color: #fff;
}
.default-btn .btn.btn-icon {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  height: 40px;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.default-btn .btn.btn-icon:hover {
  background-color: #efaf41;
  color: #fff;
}
.default-btn .btn.btn-icon {
  gap: 10px;
  padding: 5px 5px 5px 16px;
}
.default-btn .btn.btn-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #efaf41;
  padding: 6px;
  transform: rotate(-45deg);
  transition: transform 0.25s ease, background-color 0.2s ease, filter 0.2s ease;
}
.default-btn .btn.btn-icon .icon img {
  display: block;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
  width: 20px;
  height: auto;
}
.default-btn .btn.btn-icon:hover .icon {
  background-color: #fff;
  transform: rotate(0deg);
}
.default-btn .btn.btn-icon:hover .icon img {
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
}
.default-btn.center {
  text-align: center;
}

.default-heroslider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.default-heroslider .hero-swiper {
  position: relative;
  width: 100%;
  height: 80vh; /* hauteur grande */
  max-height: 860px;
}
.default-heroslider .hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.default-heroslider .hero-media,
.default-heroslider .hero-media picture,
.default-heroslider .hero-media .image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.default-heroslider .hero-media .image {
  object-fit: cover;
  object-position: center;
  display: block;
}
.default-heroslider .hero-card {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 520px;
  max-width: calc(100% - 80px);
  padding: 24px 24px 18px 24px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-radius: 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  color: #000000;
  z-index: 1;
}
.default-heroslider .hero-title {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 10px;
}
.default-heroslider .hero-text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
  color: #000000;
  margin-bottom: 15px;
}
.default-heroslider .hero-bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 1;
}
.default-heroslider .hero-bottom-nav {
  display: flex;
  align-items: center;
}
.default-heroslider .hero-cta {
  display: inline-block;
  background-color: #efaf41;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid #efaf41;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.default-heroslider .hero-cta:hover {
  background-color: transparent;
  color: #efaf41;
}
.default-heroslider .hero-fraction {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  pointer-events: auto;
}
.default-heroslider .hero-fraction .current {
  color: #efaf41;
}
.default-heroslider .hero-fraction .sep {
  margin: 0 4px;
}
.default-heroslider .hero-fraction .current,
.default-heroslider .hero-fraction .total {
  min-width: 25px;
  text-align: center;
}
.default-heroslider .hero-nav {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  pointer-events: auto;
}
.default-heroslider {
  /* ====== Responsive ====== */
}
@media (max-width: 1024px) {
  .default-heroslider .hero-swiper {
    height: 72vh;
  }
}
@media (max-width: 640px) {
  .default-heroslider .hero-swiper {
    height: calc(100dvh - 67px);
  }
  .default-heroslider .hero-card {
    left: 10px;
    bottom: 10px;
    width: auto;
    padding: 5px;
  }
  .default-heroslider .hero-title {
    margin-bottom: 10px;
    display: none;
  }
  .default-heroslider .hero-text {
    margin-bottom: 15px;
    display: none;
  }
  .default-heroslider .hero-cta {
    display: none;
  }
  .default-heroslider .hero-bottom {
    justify-content: center;
  }
  .default-heroslider .hero-bottom-nav {
    gap: 10px;
  }
}

@media (max-width: 640px) {
  body.admin-bar .default-heroslider .hero-swiper {
    height: calc(100dvh - 46px);
    max-height: 650px;
  }
}
.intro-title {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
.intro-title h2,
.intro-title h3 {
  font-size: clamp(36px, 4vw, 68px);
  font-weight: 900;
}
.intro-title h2 {
  line-height: 1.3;
}
.intro-title h3 {
  line-height: 1;
  margin-bottom: 10px;
  color: #efaf41;
}

.default-title {
  display: flex;
  flex-direction: column-reverse;
}
.default-title h2 {
  font-size: clamp(36px, 6vw, 46px);
  line-height: 1.3;
  font-weight: 900;
}
.default-title h3 {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  color: #efaf41;
  font-weight: 900;
  text-transform: uppercase;
}
.default-title.center {
  text-align: center;
}
.default-title.main h2 {
  font-size: clamp(36px, 6vw, 68px);
}

.default-text p {
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 10px;
}
.default-text p:last-child {
  margin-bottom: 0;
}
.default-text b,
.default-text strong {
  color: #efaf41;
}
.default-text.center p {
  text-align: center;
}

.default-textslider {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.default-textslider .text-container {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
.default-textslider .text-container .title-content,
.default-textslider .text-container .text-content {
  flex: 1;
}
.default-textslider .text-container .text-content {
  margin-top: 40px;
}
.default-textslider .text-container .surtitle {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  color: #efaf41;
  font-weight: 900;
  text-transform: uppercase;
}
.default-textslider .text-container .title {
  color: #000000;
  font-size: clamp(36px, 4vw, 46px);
  line-height: 1.3;
  font-weight: 900;
}
.default-textslider .text-container .text {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
.default-textslider .text-container .text p {
  margin-bottom: 10px;
}
.default-textslider .text-container .text p:last-child {
  margin-bottom: 0;
}
.default-textslider .text-container .btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  height: 40px;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.default-textslider .text-container .btn:hover {
  background-color: #efaf41;
  color: #fff;
}
.default-textslider .text-container .btn {
  gap: 10px;
  padding: 5px 5px 5px 16px;
}
.default-textslider .text-container .btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #efaf41;
  padding: 6px;
  transform: rotate(-45deg);
  transition: transform 0.25s ease, background-color 0.2s ease, filter 0.2s ease;
}
.default-textslider .text-container .btn .icon img {
  display: block;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
  width: 20px;
  height: auto;
}
.default-textslider .text-container .btn:hover .icon {
  background-color: #fff;
  transform: rotate(0deg);
}
.default-textslider .text-container .btn:hover .icon img {
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
}
.default-textslider .text-container .btn {
  margin-top: 20px;
}
@media screen and (max-width: 940px) {
  .default-textslider .text-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .default-textslider .text-container .title-content {
    text-align: center;
  }
  .default-textslider .text-container .text-content {
    margin-top: unset;
    text-align: center;
  }
}
.default-textslider .slider-container {
  width: 100%;
  padding-top: 40px;
}
.default-textslider .slider-container .swiper-wrapper {
  align-items: stretch;
}
.default-textslider .slider-container .swiper-slide {
  height: auto;
}
.default-textslider .slider-container .media {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.default-textslider .slider-container .media img {
  display: block;
  width: 100%;
  height: auto;
}
.default-textslider .slider-container .swiper-button-container {
  position: absolute;
  top: 0px;
  right: 0;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.default-textslider .slider-container .swiper-button-prev,
.default-textslider .slider-container .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: 0;
  background-color: #000000;
  border-radius: 50%;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  left: unset;
  right: unset;
}
.default-textslider .slider-container .swiper-button-prev::after,
.default-textslider .slider-container .swiper-button-next::after {
  display: none;
}
.default-textslider .slider-container .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E");
}
.default-textslider .slider-container .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M8.59 16.59L10 18l6-6-6-6-1.41 1.41L13.17 12z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 640px) {
  .default-textslider .slider-container {
    padding-top: unset;
  }
  .default-textslider .slider-container .swiper-button-container {
    display: none;
  }
}

.default-sliders-partners .slider-logos.marquee-swiper {
  mask-image: linear-gradient(to right, transparent 0%, #fff 10%, #fff 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #fff 10%, #fff 90%, transparent 100%);
  margin-bottom: 50px;
}
.default-sliders-partners .slider-logos.marquee-swiper:last-child {
  margin-bottom: 0;
}
.default-sliders-partners .slider-logos .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
  will-change: transform;
}
.default-sliders-partners .slider-logos .swiper-slide {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.default-sliders-partners .slider-logos .swiper-slide img {
  display: block;
  max-width: 250px;
  max-height: 100px;
  object-fit: contain;
  margin-inline: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.default-text-cards {
  display: flex;
  gap: 100px;
  row-gap: 50px;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: auto auto;
}
.default-text-cards .image-container {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 150px;
  border-radius: 3px;
  overflow: hidden;
  grid-column: 1;
  grid-row: 1/3;
}
.default-text-cards .image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.default-text-cards .text-container {
  grid-column: 2;
  grid-row: 1;
}
.default-text-cards .text-container > .subtitle {
  font-size: 18px;
  letter-spacing: 1px;
  color: #efaf41;
  font-weight: 900;
  text-transform: uppercase;
}
.default-text-cards .text-container > .title {
  font-size: clamp(36px, 4vw, 46px);
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 20px;
}
.default-text-cards .text-container > .text {
  font-size: 16px;
  line-height: 1.6;
  max-width: 700px;
}
.default-text-cards .cards-container {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.default-text-cards .cards-container .card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 3px;
  background-color: #fff;
}
.default-text-cards .cards-container .card .title {
  font-size: clamp(22px, 4vw, 26px);
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 10px;
}
.default-text-cards .cards-container .card .text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}
.default-text-cards .cards-container .card .btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  height: 40px;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.default-text-cards .cards-container .card .btn:hover {
  background-color: #efaf41;
  color: #fff;
}
.default-text-cards .cards-container .card .btn {
  gap: 10px;
  padding: 5px 5px 5px 16px;
}
.default-text-cards .cards-container .card .btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #efaf41;
  padding: 6px;
  transform: rotate(-45deg);
  transition: transform 0.25s ease, background-color 0.2s ease, filter 0.2s ease;
}
.default-text-cards .cards-container .card .btn .icon img {
  display: block;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
  width: 20px;
  height: auto;
}
.default-text-cards .cards-container .card .btn:hover .icon {
  background-color: #fff;
  transform: rotate(0deg);
}
.default-text-cards .cards-container .card .btn:hover .icon img {
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
}
.default-text-cards .cards-container .card .btn {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-top: auto;
  margin-left: auto;
}
.default-text-cards .shortcode-container {
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 1024px) {
  .default-text-cards {
    grid-template-rows: auto auto;
  }
  .default-text-cards .image-container {
    grid-column: 1;
    grid-row: 1;
    position: unset;
  }
  .default-text-cards .text-container {
    grid-column: 2;
    grid-row: 1;
  }
  .default-text-cards .text-container .text {
    text-align: justify;
    max-width: unset;
  }
  .default-text-cards .cards-container {
    grid-column: 1/3;
    grid-row: 2;
    grid-template-columns: repeat(2, 1fr);
  }
  .default-text-cards .shortcode-container {
    grid-column: 1/3;
    grid-row: 2;
  }
}
@media screen and (max-width: 768px) {
  .default-text-cards {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .default-text-cards .text-container {
    grid-column: 1;
    grid-row: 1;
  }
  .default-text-cards .text-container .title,
  .default-text-cards .text-container .subtitle {
    text-align: center;
  }
  .default-text-cards .cards-container {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: 1fr;
  }
  .default-text-cards .image-container {
    grid-column: 1;
    grid-row: 3;
  }
  .default-text-cards .image-container img {
    width: 100%;
    height: auto;
  }
  .default-text-cards .shortcode-container {
    grid-column: 1;
    grid-row: 2;
  }
}
@media screen and (max-width: 640px) {
  .default-text-cards .image-container {
    max-width: unset;
  }
}
@media screen and (min-width: 1025px) {
  .default-text-cards.forms {
    grid-template-columns: 400px 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
  }
  .default-text-cards.forms .text-container {
    grid-column: 1/3;
    grid-row: 1;
    max-width: unset;
  }
  .default-text-cards.forms .text-container .text {
    max-width: unset;
  }
  .default-text-cards.forms .image-container {
    grid-column: 1;
    grid-row: 2;
    max-width: unset;
    width: 100%;
    position: unset;
  }
  .default-text-cards.forms .shortcode-container {
    grid-column: 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 1024px) {
  .default-text-cards.forms {
    gap: 30px;
  }
}

.default-reviews .swiper-reviews-container {
  position: relative;
}
.default-reviews .swiper-slide {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: auto;
  aspect-ratio: 4/6;
  justify-content: end;
}
.default-reviews .client-picture {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.default-reviews .client-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.default-reviews .text-container {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  margin: 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.default-reviews .client-informations .client-name {
  font-size: 22px;
  line-height: 1.5;
}
.default-reviews .client-informations .client-profil {
  color: #959595;
  font-size: 14px;
}
.default-reviews .review-container {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  max-height: 90px;
  min-height: 90px;
  overflow-y: scroll;
  -webkit-mask-image: linear-gradient(to bottom, #000 50%, transparent);
          mask-image: linear-gradient(to bottom, #000 50%, transparent);
  padding-bottom: 40px;
}
.default-reviews .stars-container {
  display: flex;
  justify-content: center;
}
.default-reviews .stars-container img {
  width: 25px;
  height: 25px;
  filter: invert(91%) sepia(60%) saturate(4121%) hue-rotate(318deg) brightness(92%) contrast(103%);
}
.default-reviews .swiper-button-container {
  margin-top: 10px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.default-reviews .swiper-button-prev,
.default-reviews .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: 0;
  background-color: #000000;
  border-radius: 50%;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  left: unset;
  right: unset;
}
.default-reviews .swiper-button-prev::after,
.default-reviews .swiper-button-next::after {
  display: none;
}
.default-reviews .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E");
}
.default-reviews .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M8.59 16.59L10 18l6-6-6-6-1.41 1.41L13.17 12z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 640px) {
  .default-reviews .swiper-button-container {
    display: none;
  }
}

.default-keytakeaways {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: auto auto;
  gap: 100px;
  row-gap: 50px;
}
.default-keytakeaways .image-container {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 150px;
  grid-column: 1;
  grid-row: 1/3;
}
.default-keytakeaways .image-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.default-keytakeaways .text-container {
  grid-column: 2;
  grid-row: 1;
}
.default-keytakeaways .text-container > .subtitle {
  font-size: 18px;
  letter-spacing: 1px;
  color: #efaf41;
  font-weight: 900;
  text-transform: uppercase;
}
.default-keytakeaways .text-container > .title {
  font-size: clamp(36px, 4vw, 46px);
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 20px;
}
.default-keytakeaways .text-container > .text {
  font-size: 16px;
  line-height: 1.6;
}
.default-keytakeaways .text-container > .text p {
  text-align: justify;
  margin-bottom: 10px;
}
.default-keytakeaways .text-container > .text p:last-child {
  margin-bottom: 0;
}
.default-keytakeaways .items-container {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.default-keytakeaways .items-container .item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 3px;
  background-color: #f9f9f9;
  border: 1px solid rgba(240, 240, 240, 0.97);
}
@media screen and (max-width: 768px) {
  .default-keytakeaways .items-container .item {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
.default-keytakeaways .items-container .item .icon-container {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-keytakeaways .items-container .item .icon-container img {
  display: block;
  width: 100%;
  height: auto;
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
}
.default-keytakeaways .items-container .item .text-item {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .default-keytakeaways .items-container .item .text-item {
    flex: none;
    width: 100%;
  }
}
.default-keytakeaways .items-container .item .text-item h3 {
  color: #efaf41;
}
.default-keytakeaways .items-container .item .text-item p {
  margin-bottom: 10px;
}
.default-keytakeaways .items-container .item .text-item p:last-child {
  margin-bottom: 0;
}
.default-keytakeaways .items-container .item .text-item strong,
.default-keytakeaways .items-container .item .text-item b {
  color: #efaf41;
}
@media screen and (max-width: 1024px) {
  .default-keytakeaways {
    grid-template-rows: auto auto;
  }
  .default-keytakeaways .image-container {
    grid-column: 1;
    grid-row: 1;
    position: unset;
  }
  .default-keytakeaways .text-container {
    grid-column: 2;
    grid-row: 1;
  }
  .default-keytakeaways .text-container .text {
    text-align: justify;
    max-width: unset;
  }
  .default-keytakeaways .items-container {
    grid-column: 1/3;
    grid-row: 2;
  }
}
@media screen and (max-width: 768px) {
  .default-keytakeaways {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 30px;
  }
  .default-keytakeaways .text-container {
    grid-column: 1;
    grid-row: 1;
  }
  .default-keytakeaways .text-container .title,
  .default-keytakeaways .text-container .subtitle {
    text-align: center;
  }
  .default-keytakeaways .items-container {
    grid-column: 1;
    grid-row: 2;
  }
  .default-keytakeaways .image-container {
    grid-column: 1;
    grid-row: 3;
  }
  .default-keytakeaways .image-container img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .default-keytakeaways .image-container {
    max-width: unset;
  }
}

.default-image.has-two-images {
  display: flex;
  gap: 20px;
}
.default-image.has-two-images .image-container {
  flex: 1;
}
.default-image.has-two-images .image-container img {
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.default-image .image-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.default-image-banner .image-container {
  max-width: 1560px;
  margin-inline: auto;
}
.default-image-banner .image-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.default-cta .card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  overflow: hidden;
  padding: 40px;
  background-color: #efaf41;
}
@media screen and (max-width: 768px) {
  .default-cta .card {
    min-height: 400px;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 480px) {
  .default-cta .card {
    min-height: 350px;
    padding: 40px 20px;
  }
}
.default-cta .card .image-container {
  display: none;
}
.default-cta .card .text-container {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  color: #fff;
  width: 100%;
}
.default-cta .card .text-container .inner-text-container {
  margin-bottom: 30px;
}
.default-cta .card .text-container .inner-text-container h2 {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
}
.default-cta .card .text-container .inner-text-container div,
.default-cta .card .text-container .inner-text-container p {
  line-height: 1.6;
  color: #fff;
  opacity: 0.95;
  font-size: 22px;
}
.default-cta .card .text-container .inner-text-container p {
  margin-bottom: 15px;
}
.default-cta .card .text-container .inner-text-container p:last-child {
  margin-bottom: 0;
}
.default-cta .card .text-container .btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.default-cta .card .text-container .btn-container a {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  height: 40px;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.default-cta .card .text-container .btn-container a:hover {
  background-color: #efaf41;
  color: #fff;
}
.default-cta .card .text-container .btn-container a {
  background-color: #fff;
}
.default-cta .card .text-container .btn-container a.btn-icon {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  height: 40px;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.default-cta .card .text-container .btn-container a.btn-icon:hover {
  background-color: #efaf41;
  color: #fff;
}
.default-cta .card .text-container .btn-container a.btn-icon {
  gap: 10px;
  padding: 5px 5px 5px 16px;
}
.default-cta .card .text-container .btn-container a.btn-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #efaf41;
  padding: 6px;
  transform: rotate(-45deg);
  transition: transform 0.25s ease, background-color 0.2s ease, filter 0.2s ease;
}
.default-cta .card .text-container .btn-container a.btn-icon .icon img {
  display: block;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
  width: 20px;
  height: auto;
}
.default-cta .card .text-container .btn-container a.btn-icon:hover .icon {
  background-color: #fff;
  transform: rotate(0deg);
}
.default-cta .card .text-container .btn-container a.btn-icon:hover .icon img {
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
}
.default-cta .card .text-container .btn-container a.btn-icon:hover {
  background-color: #f6f6f6;
  color: #000;
}
.default-cta .card .text-container .btn-container a.btn-icon:hover .icon {
  background-color: #efaf41;
}
.default-cta .card .text-container .btn-container a.btn-icon:hover .icon img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}

.default-faq {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.default-faq .faq-item {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 0;
  border-radius: 3px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 950px) {
  .default-faq .faq-item {
    flex: 0 0 100%;
  }
}
.default-faq .faq-item .question {
  background-color: #f9f9f9;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 15px;
  font-weight: 300;
}
.default-faq .faq-item .question h2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.default-faq .faq-item .question .icon {
  padding: 5px;
  background-color: #efaf41;
  border-radius: 50%;
}
.default-faq .faq-item .question img {
  display: block;
  width: 25px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
  transition: transform 0.3s ease;
}
.default-faq .faq-item .question:hover {
  background-color: #efaf41;
}
.default-faq .faq-item .question:hover .icon {
  background-color: #fff;
}
.default-faq .faq-item .question:hover img {
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
  transform: rotate(180deg);
}
.default-faq .faq-item .answer {
  background-color: #f9f9f9;
}
.default-faq .faq-item .answer .inner-container {
  padding: 15px;
}
.default-faq .faq-item .answer .inner-container p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.default-faq .faq-item .answer .inner-container p:last-child {
  margin-bottom: 0;
}
.default-faq .faq-item.expanded .question {
  background-color: #efaf41;
}
.default-faq .faq-item.expanded .question .icon {
  background-color: #fff;
}
.default-faq .faq-item.expanded .question img {
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
}
.default-faq .faq-item.expanded .question h2 {
  color: #fff;
}

.accueil .section-ban .block-ban-container .content {
  align-items: center;
}
.accueil .section-ban .block-ban-container .content .title,
.accueil .section-ban .block-ban-container .content .subtitle {
  text-align: center;
}
.accueil .section-ban .block-ban-container .content .title {
  color: #efaf41;
  font-size: 86px;
}
.accueil .section-ban .block-ban-container .content .subtitle {
  font-size: 22px;
  color: #fff;
}
.accueil .section-zed-002 .btn {
  background-color: #fff;
}
.accueil .section-zed-002 .btn:hover {
  background-color: #efaf41;
}
@media screen and (max-width: 640px) {
  .accueil .section-zed-003 {
    margin-inline: unset;
    width: 100%;
  }
}
.accueil .section-zed-003 .block-wrapper {
  padding: 30px;
  background: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 640px) {
  .accueil .section-zed-004 {
    margin-inline: unset;
    width: 100%;
  }
}
.accueil .section-zed-004 .block-wrapper {
  padding: 30px;
  background: #fff;
  border-radius: 3px;
}
.accueil .section-zed-004 .default-text-cards .cards-container .card {
  background-color: #f9f9f9;
  border: 1px solid rgba(240, 240, 240, 0.968627451);
}
@media screen and (max-width: 640px) {
  .accueil .section-zed-006 {
    margin-inline: unset;
    width: 100%;
  }
}
.accueil .section-zed-006 .block-wrapper {
  padding: 30px;
  background: #fff;
  border-radius: 3px;
}
.accueil .section-zed-006 .default-text {
  max-width: 800px;
  margin-inline: auto;
}
.accueil .section-zed-006 .default-reviews {
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .accueil .section-zed-006 .default-reviews {
    margin-inline: 20px;
  }
}
@media screen and (max-width: 640px) {
  .accueil .section-zed-007 {
    margin-inline: unset;
    width: 100%;
  }
}
.accueil .section-zed-007 .block-wrapper {
  background-color: #fff;
  border-radius: 3px;
  padding: clamp(50px, 6vw, 100px) clamp(20px, 6vw, 130px);
}
.accueil .section-zed-007 .default-title {
  max-width: 750px;
  margin-inline: auto;
}
.accueil .section-zed-007 .default-text {
  max-width: 750px;
  margin-inline: auto;
}
.accueil .section-zed-007 .default-btn .btn:hover {
  background-color: #efaf41;
}

.page-interne {
  margin-top: 82px;
}

.contact .section-zed-002 .block-wrapper,
.contact .section-zed-004 .block-wrapper {
  padding: 30px;
  background: #fff;
  border-radius: 3px;
}
.contact .section-zed-002 .default-keytakeaways .items-container .item:hover {
  transform: none;
  box-shadow: none;
}
.contact .section-zed-002 .default-keytakeaways .item .text-item a {
  color: #000000;
  text-underline-offset: 3px;
}
.contact .section-zed-003 {
  border-top: 1px solid #e1e1e1;
}
.contact .section-zed-003 .default-title h2 {
  color: #efaf41;
}
.contact .section-zed-004 .block-wrapper {
  padding: clamp(50px, 6vw, 100px) clamp(20px, 6vw, 130px);
}

.a-propos .section-zed-001 .default-btn .btn,
.a-propos .section-zed-002 .default-btn .btn {
  background-color: #fff;
}
.a-propos .section-zed-001 .default-btn .btn.btn-icon,
.a-propos .section-zed-002 .default-btn .btn.btn-icon {
  background-color: #fff;
}
.a-propos .section-zed-001 .default-btn .btn:hover,
.a-propos .section-zed-002 .default-btn .btn:hover {
  background-color: #efaf41;
}
.a-propos .section-zed-002 .default-text,
.a-propos .section-zed-006 .default-text {
  max-width: 800px;
  margin-inline: auto;
}
.a-propos .section-zed-003 .block-wrapper {
  padding: 30px;
  background: #fff;
  border-radius: 3px;
}
.a-propos .section-zed-004 {
  border-bottom: 1px solid #e1e1e1;
}
.a-propos .section-zed-007 {
  border-top: 1px solid #e1e1e1;
}

.contact .section-zed-001 .default-btn .btn {
  background-color: #fff;
}
.contact .section-zed-001 .default-btn .btn.btn-icon {
  background-color: #fff;
}
.contact .section-zed-001 .default-btn .btn:hover {
  background-color: #efaf41;
}

.portfolio main {
  margin-top: 82px;
}
@media screen and (max-width: 600px) {
  .portfolio main {
    margin-top: 42px;
  }
}
.portfolio .portfolio-header {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.portfolio .portfolio-header .portfolio-header-block {
  text-align: center;
}
.portfolio .portfolio-header .portfolio-header-block .surtitle {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  color: #efaf41;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.portfolio .portfolio-header .portfolio-header-block .title {
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 0;
}
.portfolio .portfolio-header .portfolio-header-block .btn-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.portfolio .portfolio-header .portfolio-header-block .btn-container .btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  height: 40px;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.portfolio .portfolio-header .portfolio-header-block .btn-container .btn:hover {
  background-color: #efaf41;
  color: #fff;
}
.portfolio .portfolio-header .portfolio-header-block .btn-container .btn {
  background-color: #fff;
}
.portfolio .portfolio-header .portfolio-header-block .btn-container .btn.btn-icon {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  height: 40px;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.portfolio .portfolio-header .portfolio-header-block .btn-container .btn.btn-icon:hover {
  background-color: #efaf41;
  color: #fff;
}
.portfolio .portfolio-header .portfolio-header-block .btn-container .btn.btn-icon {
  gap: 10px;
  padding: 5px 5px 5px 16px;
}
.portfolio .portfolio-header .portfolio-header-block .btn-container .btn.btn-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #efaf41;
  padding: 6px;
  transform: rotate(-45deg);
  transition: transform 0.25s ease, background-color 0.2s ease, filter 0.2s ease;
}
.portfolio .portfolio-header .portfolio-header-block .btn-container .btn.btn-icon .icon img {
  display: block;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
  width: 20px;
  height: auto;
}
.portfolio .portfolio-header .portfolio-header-block .btn-container .btn.btn-icon:hover .icon {
  background-color: #fff;
  transform: rotate(0deg);
}
.portfolio .portfolio-header .portfolio-header-block .btn-container .btn.btn-icon:hover .icon img {
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
}
.portfolio .portfolio-header .portfolio-header-block .btn-container .btn.btn-icon {
  background-color: #fff;
}
.portfolio .portfolio-gallery {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding: 0 30px;
  overflow: hidden;
}
.portfolio .portfolio-gallery .portfolio-swiper {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: visible;
  padding: 0 0 40px;
}
.portfolio .portfolio-gallery .swiper-wrapper {
  align-items: center;
}
.portfolio .portfolio-gallery .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  height: auto;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  opacity: 0.5;
}
.portfolio .portfolio-gallery .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.portfolio .portfolio-gallery .swiper-slide .gallery-image {
  display: block;
  width: 100%;
  height: 70vh;
  max-height: 700px;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .portfolio .portfolio-gallery {
    padding: 0 20px;
  }
  .portfolio .portfolio-gallery .swiper-slide {
    min-height: 300px;
  }
  .portfolio .portfolio-gallery .swiper-slide .gallery-image {
    min-height: 300px;
    max-height: 50vh;
  }
}
@media screen and (max-width: 480px) {
  .portfolio .portfolio-gallery {
    padding: 0 10px;
  }
}
.portfolio .portfolio-introduction .portfolio-introduction-block .introduction-title {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.portfolio .portfolio-introduction .portfolio-introduction-block .introduction-title .title,
.portfolio .portfolio-introduction .portfolio-introduction-block .introduction-title .surtitle {
  text-align: center;
}
.portfolio .portfolio-introduction .portfolio-introduction-block .introduction-title .title {
  font-size: clamp(36px, 6vw, 46px);
  line-height: 1.3;
  font-weight: 900;
}
.portfolio .portfolio-introduction .portfolio-introduction-block .introduction-title .surtitle {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  color: #efaf41;
  font-weight: 900;
  text-transform: uppercase;
}
.portfolio .portfolio-introduction .portfolio-introduction-block .introduction-text p {
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 10px;
}
.portfolio .portfolio-introduction .portfolio-introduction-block .introduction-text p:last-child {
  margin-bottom: 0;
}
.portfolio .portfolio-introduction .portfolio-introduction-block .introduction-text.center p {
  text-align: center;
}
.portfolio .archive-header {
  text-align: center;
  margin-bottom: 50px;
}
.portfolio .archive-header .archive-title {
  font-size: clamp(36px, 6vw, 68px);
  font-weight: 900;
  line-height: 1.3;
}
.portfolio .portfolios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.portfolio .portfolios-grid .portfolio-card {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.portfolio .portfolios-grid .portfolio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.2);
}
.portfolio .portfolios-grid .portfolio-card .portfolio-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
.portfolio .portfolios-grid .portfolio-card .portfolio-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  background-color: #fff;
}
.portfolio .portfolios-grid .portfolio-card .portfolio-container .title {
  text-decoration: none;
}
.portfolio .portfolios-grid .portfolio-card .portfolio-container .title h2 {
  text-align: left;
  font-size: clamp(24px, 4vw, 28px);
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #000000;
  transition: color 0.3s ease;
}
.portfolio .portfolios-grid .portfolio-card .portfolio-container .title:hover h2 {
  color: #efaf41;
}
.portfolio .portfolios-grid .portfolio-card .portfolio-container .excerpt {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  color: #000000;
}
.portfolio .portfolios-grid .portfolio-card .portfolio-container .read-more {
  margin-top: auto;
  display: inline-block;
  padding: 10px 20px;
  background-color: #efaf41;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  transition: background-color 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.portfolio .portfolios-grid .portfolio-card .portfolio-container .read-more:hover {
  background-color: rgb(236.6388349515, 163.1941747573, 36.9611650485);
}
@media screen and (max-width: 640px) {
  .portfolio .portfolios-grid {
    grid-template-columns: 1fr;
  }
}

#site-footer {
  background-color: #fff;
  padding-bottom: 30px;
  padding-top: 90px;
}
#site-footer a {
  text-decoration: none;
  color: #000000;
}
#site-footer a:hover {
  color: #efaf41;
}
#site-footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
}
#site-footer .footer-top {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 100px;
  align-items: start;
}
#site-footer .footer-top .logo-footer img {
  width: 100%;
  max-width: 130px;
  height: auto;
  object-fit: cover;
}
#site-footer .footer-top .logo-footer .company-intro {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  max-width: 500px;
}
#site-footer .footer-top .menu-footer {
  display: flex;
  align-items: flex-start;
}
#site-footer .footer-top .menu-footer .site-navigation {
  flex: 1;
}
#site-footer .footer-top .menu-footer .site-navigation .menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 40px 10px;
}
#site-footer .footer-top .menu-footer .site-navigation .menu > .menu-item {
  display: flex;
  flex-direction: column;
}
#site-footer .footer-top .menu-footer .site-navigation .menu > .menu-item > a {
  color: #efaf41;
  font-weight: 300;
  margin-bottom: 10px;
  white-space: nowrap;
}
#site-footer .footer-top .menu-footer .site-navigation .menu > .menu-item > a:hover {
  color: #efaf41;
}
#site-footer .footer-top .menu-footer .site-navigation .menu > .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#site-footer .footer-top .menu-footer .site-navigation .menu > .menu-item .sub-menu .menu-item a {
  color: #000000;
  font-size: 14px;
}
#site-footer .footer-top .menu-footer .site-navigation .menu > .menu-item .sub-menu .menu-item a:hover {
  color: #efaf41;
}
#site-footer .footer-top .menu-footer .social-links {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}
#site-footer .footer-top .menu-footer .social-links .social-title {
  color: #efaf41;
  font-weight: 300;
  margin-bottom: 15px;
  white-space: nowrap;
}
#site-footer .footer-top .menu-footer .social-links .social-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#site-footer .footer-top .menu-footer .social-links .social-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  font-size: 14px;
  white-space: nowrap;
}
#site-footer .footer-top .menu-footer .social-links .social-list a img {
  width: 20px;
  height: 20px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(5%) contrast(101%);
  flex-shrink: 0;
}
#site-footer .footer-top .menu-footer .social-links .social-list a:hover {
  color: #efaf41;
}
#site-footer .footer-top .menu-footer .social-links .social-list a:hover img {
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
}
#site-footer .separator {
  border-bottom: 1px solid #000000;
  width: 100%;
  margin: 20px 0;
  display: none;
}
#site-footer .footer-bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #a8a8a8;
}
#site-footer .footer-bottom a {
  color: #a8a8a8;
}
#site-footer .footer-bottom a:hover {
  color: #efaf41;
}
#site-footer .footer-bottom p {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
#site-footer .footer-bottom .informations {
  display: flex;
}
#site-footer .footer-bottom .web-info {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}
#site-footer .footer-pill .pill {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid rgb(4, 215, 169);
  transition: transform 0.3s ease-in-out;
  text-decoration: none;
  font-size: 12px;
  margin-left: auto;
}
#site-footer .footer-pill .pill:hover {
  transform: translateY(-5px);
}
#site-footer .footer-pill .pill .note {
  background-color: rgb(0, 174, 136);
  padding: 3px;
  border-radius: 3px 0 0 3px;
  color: white;
  font-weight: 600;
}
#site-footer .footer-pill .pill .carbon {
  display: flex;
  padding-left: 6px;
  align-items: center;
  padding-right: 6px;
}
#site-footer .footer-pill .pill .carbon p {
  color: rgb(0, 174, 136);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  #site-footer .footer-pill .pill {
    margin-inline: auto;
  }
}

@media screen and (max-width: 1000px) {
  #site-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #site-footer .footer-top .logo-footer {
    margin: 0;
  }
  #site-footer .footer-top .menu-footer .site-navigation .menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
@media screen and (max-width: 500px) {
  #site-footer .footer-top .menu-footer {
    flex-direction: column;
    gap: 20px;
  }
  #site-footer .footer-top .menu-footer .site-navigation .menu {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 1130px) {
  .informations {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 1129px) {
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom .informations {
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer-bottom p {
    text-align: center;
  }
}
.category,
.home-section-blog,
.blog,
.search,
.archive-landing-pages {
  margin-top: 82px;
}
.category .articles,
.home-section-blog .articles,
.blog .articles,
.search .articles,
.archive-landing-pages .articles {
  font-family: "Gilroy";
  font-weight: normal;
  font-size: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 798px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .search .articles,
  .archive-landing-pages .articles {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 799px) and (max-width: 999px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .search .articles,
  .archive-landing-pages .articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 999px) and (max-width: 1199px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .search .articles,
  .archive-landing-pages .articles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .search .articles,
  .archive-landing-pages .articles {
    grid-template-columns: repeat(4, 1fr);
  }
}
.category .btn-all-posts,
.home-section-blog .btn-all-posts,
.blog .btn-all-posts,
.search .btn-all-posts,
.archive-landing-pages .btn-all-posts {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  height: 40px;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.category .btn-all-posts:hover,
.home-section-blog .btn-all-posts:hover,
.blog .btn-all-posts:hover,
.search .btn-all-posts:hover,
.archive-landing-pages .btn-all-posts:hover {
  background-color: #efaf41;
  color: #fff;
}

.single-post {
  margin-top: 82px;
}
.single-post .articles {
  font-family: "Gilroy";
  font-weight: normal;
  font-size: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 798px) {
  .single-post .articles {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 799px) and (max-width: 1199px) {
  .single-post .articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .single-post .articles {
    grid-template-columns: repeat(3, 1fr);
  }
}

.search h1.entry-title {
  text-align: center;
  color: #efaf41;
}
.search h1.entry-title span {
  text-decoration: underline;
  text-decoration-color: rgb(236.6388349515, 163.1941747573, 36.9611650485);
}

.pagination {
  margin-bottom: 30px;
}
.pagination .nav-previous a,
.pagination .nav-next a {
  text-decoration: none;
  color: #efaf41;
  font-weight: 600;
}

.single-post {
  font-family: "Gilroy";
  font-weight: normal;
  font-size: 16px;
}
.single-post > main {
  margin-bottom: 90px;
}
.single-post .header-content {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}
.single-post .header-content .post-thumbnail {
  position: relative;
}
.single-post .header-content .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
}
.single-post .header-content .post-thumbnail .categories-links {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.single-post .header-content .post-informations {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}
.single-post .header-content .post-informations .title {
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.3;
  font-weight: 900;
  max-width: 850px;
  margin-inline: auto;
}
.single-post .header-content .post-informations .post-details-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  opacity: 0.4;
  display: none;
}
.single-post .gallery-single {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding: 0 30px;
  overflow: hidden;
}
.single-post .gallery-single .post-swiper {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: visible;
  padding: 0 0 0px;
}
.single-post .gallery-single .swiper-wrapper {
  align-items: center;
}
.single-post .gallery-single .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  height: auto;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .gallery-single .swiper-slide .gallery-image {
  display: block;
  width: 100%;
  height: 70vh;
  max-height: 700px;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .single-post .gallery-single {
    padding: 0 20px;
  }
  .single-post .gallery-single .swiper-slide {
    min-height: 300px;
  }
  .single-post .gallery-single .swiper-slide .gallery-image {
    min-height: 300px;
    max-height: 50vh;
  }
}
@media screen and (max-width: 480px) {
  .single-post .gallery-single {
    padding: 0 10px;
  }
}
.single-post .page-content {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  font-size: 16px;
  line-height: 1.8em;
  font-family: "Gilroy";
  font-weight: normal;
}
.single-post .page-content > p {
  margin-bottom: 20px;
  text-align: justify;
}
.single-post .page-content > p:last-child {
  margin-bottom: 0;
}
.single-post .page-content > p a {
  color: #efaf41;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s ease;
}
.single-post .page-content > p a:hover {
  text-decoration-color: #efaf41;
}
.single-post .page-content > h1 {
  font-size: clamp(28px, 5vw, 50px);
  line-height: 1.4;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.single-post .page-content > h2 {
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.4;
  margin-top: 90px;
  margin-bottom: 70px;
  text-align: center;
}
.single-post .page-content > h3 {
  font-size: clamp(20px, 3.5vw, 22px);
  line-height: 1.4;
  margin-top: 70px;
  margin-bottom: 50px;
  text-align: center;
}
.single-post .page-content > h4,
.single-post .page-content > h5,
.single-post .page-content > h6 {
  margin-top: 50px;
  margin-bottom: 30px;
  line-height: 1.4;
  text-align: center;
}
.single-post .page-content > h2:first-child,
.single-post .page-content > h3:first-child {
  margin-top: 0;
}
.single-post .page-content > ul,
.single-post .page-content > ol {
  padding-left: 30px;
  list-style-position: outside;
  margin-bottom: 20px;
}
.single-post .page-content > ul li,
.single-post .page-content > ol li {
  margin-bottom: 10px;
}
.single-post .page-content > ul li a,
.single-post .page-content > ol li a {
  color: #efaf41;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s ease;
}
.single-post .page-content > ul li a:hover,
.single-post .page-content > ol li a:hover {
  text-decoration-color: #efaf41;
}
.single-post .page-content > a {
  cursor: pointer;
  color: #efaf41;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s ease;
  font-family: "Gilroy";
  font-weight: normal;
}
.single-post .page-content > a:hover {
  text-decoration-color: #efaf41;
}
.single-post .page-content > strong {
  font-family: "Gilroy";
  font-weight: normal;
}
.single-post .page-content > b {
  color: #efaf41;
  font-family: "Gilroy";
  font-weight: normal;
}
.single-post .page-content .wp-block-quote {
  border-left: 5px solid #efaf41;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-style: italic;
}
.single-post .page-content .wp-block-image {
  margin-top: 60px;
  margin-bottom: 60px;
}
.single-post .page-content .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.single-post .page-content .wp-block-columns:has(.wp-block-image) {
  margin-top: 60px;
  margin-bottom: 60px;
}
.single-post .page-content .wp-block-columns:has(.wp-block-image) .wp-block-column,
.single-post .page-content .wp-block-columns:has(.wp-block-image) .wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}
.single-post .page-content .block-faq-article {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-post .page-content .block-faq-article .faq-category-title {
  text-align: center;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 900;
  margin-bottom: 30px;
}
.single-post .page-content .block-faq-article .block-faqs.faq {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding-left: 0 !important;
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 0;
  border-radius: 3px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 950px) {
  .single-post .page-content .block-faq-article .block-faqs.faq .faq-item {
    flex: 0 0 100%;
  }
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item .question {
  background-color: #f9f9f9;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item .question .icon {
  flex-shrink: 0;
  padding: 5px;
  background-color: #efaf41;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item .question .icon img {
  display: block;
  width: 25px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
  transition: transform 0.3s ease;
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item .question h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  text-align: left;
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item .question:hover {
  background-color: #efaf41;
  color: #fff;
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item .question:hover .icon {
  background-color: #fff;
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item .question:hover .icon img {
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
  transform: rotate(180deg);
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item .answer {
  height: 0;
  overflow: hidden;
  background-color: #f9f9f9;
  transition: height 0.3s ease-out;
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item .answer .text-wrapper {
  padding: 20px;
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item .answer .text-wrapper p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item .answer .text-wrapper p:last-child {
  margin-bottom: 0;
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item.expanded .question {
  background-color: #efaf41;
  color: #fff;
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item.expanded .question .icon {
  background-color: #fff;
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item.expanded .question .icon img {
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
}
.single-post .page-content .block-faq-article .block-faqs.faq .faq-item.expanded .question h3 {
  color: #fff;
}
.single-post .block-last-posts {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  margin-top: 50px;
}
.single-post .block-last-posts > .title {
  max-width: 1000px;
  margin-inline: auto;
  text-align: center;
  font-size: clamp(24px, 4vw, 36px);
  margin-bottom: 30px;
}
.single-post .block-share-article {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .single-post .block-share-article {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
.single-post .block-share-article .share-article-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .single-post .block-share-article .share-article-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
.single-post .block-share-article .share-article-wrapper .links {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.single-post .block-share-article .share-article-wrapper .links a {
  width: 30px;
  height: 30px;
}
.single-post .block-share-article .share-article-wrapper .links .announce-share-link {
  display: block;
  width: 100%;
  height: 100%;
  isolation: isolate;
  transition: transform 0.3s ease-in-out;
}
.single-post .block-share-article .share-article-wrapper .links .announce-share-link img {
  cursor: pointer;
  position: relative;
  z-index: -1;
}
.single-post .block-share-article .share-article-wrapper .links .announce-share-link:hover {
  transform: translateY(-3px);
}
.single-post .block-share-article .share-article-wrapper .links .announce-share-link:hover img {
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
}
.single-post .block-share-article .more-announces,
.single-post .block-share-article .more-articles {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  text-decoration: none;
  color: #efaf41;
}
.single-post .block-share-article .more-announces:hover,
.single-post .block-share-article .more-articles:hover {
  color: rgb(236.6388349515, 163.1941747573, 36.9611650485);
}
.single-post .block-author-article {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.single-post .block-author-article .author-card {
  display: flex;
  flex-direction: row;
  padding: 20px;
}
.single-post .block-author-article .author-card .image img {
  display: block;
  width: auto;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-right: 20px;
}
.single-post .block-author-article .author-card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-post .block-author-article .author-card .content .nickname {
  font-size: 32px;
  margin-bottom: 0;
  text-align: left;
}
.single-post .block-author-article .author-card .content .social-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}
.single-post .block-author-article .author-card .content .social-links a {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.single-post .block-author-article .author-card .content .social-links a img {
  width: 20px;
  height: 20px;
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
  position: relative;
  z-index: -1;
}
.single-post .block-author-article .author-card .content .social-links a:hover {
  transform: translateY(-5px);
}
.single-post .block-author-article .author-card .content .social-links a:hover img {
  filter: invert(28%) sepia(89%) saturate(1640%) hue-rotate(218deg) brightness(91%) contrast(101%);
}
.single-post .block-author-article .author-card .content .description {
  text-align: justify;
}
.single-post .table-of-contents {
  margin-top: 50px;
  margin-bottom: 40px;
  width: 100%;
  padding-inline: 20px;
  z-index: 1;
}
.single-post .table-of-contents .toc-container {
  position: relative;
}
.single-post .table-of-contents .toc-container .toc-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.single-post .table-of-contents .toc-container ul {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
  position: absolute;
  top: 35px;
  left: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: translateX(-50%);
  border-radius: 3px;
  border: 1px solid rgb(20, 20, 20);
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-post .table-of-contents .toc-container ul li {
  list-style: none;
  font-size: 14px;
  padding: 10px 15px;
}
.single-post .table-of-contents .toc-container ul li a {
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease-in;
}
.single-post .table-of-contents .toc-container ul li a:hover {
  transform: translateX(2px);
}
.single-post .table-of-contents .toc-container ul li:hover {
  border-left: 2px solid #efaf41;
}
.single-post .table-of-contents .toc-container ul.toc-fade-in {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1000px) {
  .single-post .table-of-contents.toc-fixed .toc-container {
    position: fixed;
    animation: slide-to-top-left 0.3s forwards;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title {
    margin: unset;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title .toc-icon {
    background-color: #efaf41;
    padding: 4px;
    border-radius: 50%;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title p {
    display: none;
  }
  .single-post .table-of-contents.toc-fixed .toc-container ul {
    top: 45px;
    left: 0;
    width: -moz-max-content;
    width: max-content;
    transform: translateX(0);
  }
  @keyframes slide-to-top-left {
    from {
      top: 0;
      left: 50%;
    }
    to {
      top: 10px;
      left: 10px;
    }
  }
}
@media screen and (max-width: 999px) {
  .single-post .table-of-contents.toc-fixed {
    position: fixed;
    bottom: 0;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title {
    left: 20px;
    position: fixed;
    bottom: 20px;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title .toc-icon {
    background-color: #efaf41;
    padding: 4px;
    border-radius: 50%;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title p {
    display: none;
  }
  .single-post .table-of-contents.toc-fixed .toc-container ul {
    max-width: 100%;
    top: unset;
    bottom: 65px;
  }
}
.single-post .cta-article-block {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 30px;
  background-color: #efaf41;
  border: 1px solid #efaf41;
  border-radius: 3px;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
}
.single-post .cta-article-block .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.single-post .cta-article-block .texte {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}
.single-post .cta-article-block .btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  height: 40px;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.single-post .cta-article-block .btn:hover {
  background-color: #efaf41;
  color: #fff;
}
.single-post .cta-article-block .btn:hover {
  background-color: #df981e;
}
.single-post .popup-article-block {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s linear;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .popup-article-block.is-visible {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .single-post .popup-article-block {
    padding: 0 20px;
  }
}
.single-post .popup-article-block .popup-content {
  position: relative;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 30px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  max-width: 500px;
}
@media screen and (max-width: 500px) {
  .single-post .popup-article-block .popup-content {
    padding: 20px;
  }
}
.single-post .popup-article-block .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.single-post .popup-article-block .popup-close img {
  display: block;
  width: 30px;
  height: auto;
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
}
@media screen and (max-width: 500px) {
  .single-post .popup-article-block .popup-close img {
    font-size: 20px;
  }
}
.single-post .popup-article-block .title {
  text-align: center;
  margin-bottom: 20px;
}
.single-post .popup-article-block .text {
  margin-bottom: 30px;
  text-align: justify;
  line-height: 1.5;
}
.single-post .popup-article-block .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background-color: #efaf41;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}
.single-post .popup-article-block .btn:hover {
  background-color: rgb(236.6388349515, 163.1941747573, 36.9611650485);
}
.single-post .comments-area {
  max-width: 830px;
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.single-post .comments-area h2 {
  font-size: 36px;
}
.single-post .comments-area h3 {
  font-size: 36px;
}
.single-post .comments-area a {
  text-decoration: none;
  color: #000000;
}
.single-post .comments-area .post-count-comments-container {
  text-align: center;
  margin-bottom: 4rem;
}
.single-post .comments-area .comment-list {
  list-style-type: none;
}
.single-post .comments-area .comment-list .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.single-post .comments-area .comment-list .comment .comment-body {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .comments-area .comment-list .comment .comment-body p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-author .fn {
  font-size: 2rem;
  font-style: normal;
  color: #efaf41;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-author .says {
  display: none;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-author img {
  display: none;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-meta {
  margin-left: 10px;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-meta .comment-edit-link {
  color: #efaf41;
}
.single-post .comments-area .comment-list .comment .comment-body .reply {
  margin-left: 10px;
}
.single-post .comments-area .comment-list .comment .comment-body .reply a {
  margin-left: 5px;
}
.single-post .comments-area .comment-list .comment .comment-body .reply:before {
  content: "";
  display: inline-block;
  background-image: url("./assets/images/reply.svg");
  background-position: center;
  background-size: cover;
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-awaiting-moderation {
  font-size: 14px;
  color: #efaf41;
}
.single-post .comments-area .comment-list .comment .children {
  margin-left: 30px;
}
.single-post .comments-area .comment-list .comment .children .comment.byuser {
  border: none;
}
.single-post .comments-area .comment-list .comment::marker {
  content: "";
}
.single-post .comments-area .comment-respond {
  margin-top: 20px;
}
.single-post .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 14px;
  color: #efaf41;
  margin-left: 20px;
}
.single-post .comments-area .comment-respond .logged-in-as {
  display: flex;
  margin-bottom: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}
.single-post .comments-area .comment-respond .comment-form-comment {
  display: flex;
  flex-direction: column;
}
.single-post .comments-area .comment-respond .comment-form-comment label {
  display: none;
}
.single-post .comments-area .comment-respond .comment-form-comment textarea {
  font-family: "Gilroy";
  font-weight: normal;
  border: 1.5px solid #000000;
  outline: none;
  padding: 10px;
  resize: vertical;
  height: 150px;
  border-radius: 3px;
}
.single-post .comments-area .comment-respond .user_inputs {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-post .comments-area .comment-respond .user_inputs .comment-form-author,
.single-post .comments-area .comment-respond .user_inputs .comment-form-email,
.single-post .comments-area .comment-respond .user_inputs .comment-form-url {
  flex: 1;
}
.single-post .comments-area .comment-respond .user_inputs .comment-form-author input,
.single-post .comments-area .comment-respond .user_inputs .comment-form-email input,
.single-post .comments-area .comment-respond .user_inputs .comment-form-url input {
  width: 100%;
  font-family: "Gilroy";
  font-weight: normal;
  border: none;
  border-bottom: 1.5px solid #000000;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
}
.single-post .comments-area .comment-respond .form-submit {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .comments-area .comment-respond .form-submit input {
  border: none;
  background-color: #efaf41;
  height: 40px;
  padding: 0.6rem 2.5rem;
  border-radius: 0.5rem;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .single-post .header-content .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.7777777778;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single-post .header-content .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.3333333333;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .single-post .header-content .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 0.8888888889;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .single-post .comments-area .logged-in-as {
    flex-direction: column;
    gap: none;
  }
  .single-post .comments-area .form-submit {
    text-align: center;
  }
}
.block-ban-container {
  position: relative;
  background-color: rgba(0, 0, 0, 0.35);
  height: auto;
  padding-top: 150px;
  padding-bottom: 250px;
}
.block-ban-container .content {
  row-gap: 0px;
  width: 1200px;
  max-width: 90%;
  margin-inline: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-ban-container .btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  height: 40px;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.block-ban-container .btn:hover {
  background-color: #efaf41;
  color: #fff;
}
.block-ban-container .btn {
  margin-top: 30px;
}
.block-ban-container .image {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.block-ban-container.full-height {
  height: calc(100vh - 60px);
}

@media screen and (max-width: 900px) {
  .block-ban-container {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 500px) {
  .block-ban-container .title {
    font-size: 18px;
  }
  .block-ban-container .subtitle {
    font-size: 30px;
  }
}
.block-multipurpose.standard .title {
  font-family: "Gilroy";
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: rgb(236.6388349515, 163.1941747573, 36.9611650485);
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-multipurpose.standard .subtitle {
  font-family: "Gilroy";
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  padding-bottom: 30px;
}
.block-multipurpose.standard .paragraph p {
  padding-bottom: 20px;
  line-height: 1.6em;
  text-align: justify;
  font-size: 16px;
  font-family: "Gilroy";
  font-weight: normal;
}
.block-multipurpose.standard .paragraph p:last-of-type {
  padding-bottom: 0;
}
.block-multipurpose.standard .btn-container {
  text-align: center;
  margin-top: 50px;
}
.block-multipurpose.standard .btn-container .btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  height: 40px;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.block-multipurpose.standard .btn-container .btn:hover {
  background-color: #efaf41;
  color: #fff;
}
.block-multipurpose.standard .btn-container .btn {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .block-multipurpose.standard .title {
    font-size: 17px;
  }
  .block-multipurpose.standard .subtitle {
    font-size: 30px;
  }
}
.block-multipurpose.block-double-col .block-default-element__img-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-multipurpose.block-double-col.img-gauche .block-double-col-element {
  flex-direction: row;
}
.block-multipurpose.block-double-col.img-droite .block-double-col-element {
  flex-direction: row-reverse;
}
.block-multipurpose.block-double-col .block-double-col-element {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.block-multipurpose.block-double-col .block-double-col-element__img-container {
  flex-grow: 1;
  flex-basis: 40%;
  min-width: 500px;
}
@media screen and (max-width: 768px) {
  .block-multipurpose.block-double-col .block-double-col-element__img-container {
    min-width: 100%;
  }
}
.block-multipurpose.block-double-col .block-double-col-element__content-container {
  flex-grow: 1;
  flex-basis: 40%;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .title {
  font-family: "Gilroy";
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  color: rgb(236.6388349515, 163.1941747573, 36.9611650485);
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .subtitle {
  font-family: "Gilroy";
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 30px;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .paragraph p {
  padding-bottom: 20px;
  line-height: 1.6em;
  text-align: justify;
  font-size: 16px;
  font-family: "Gilroy";
  font-weight: normal;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .paragraph p:last-of-type {
  padding-bottom: 0;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .btn-container {
  text-align: right;
  padding-top: 30px;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .btn-container .btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  height: 40px;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .btn-container .btn:hover {
  background-color: #efaf41;
  color: #fff;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .btn-container .btn {
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .block-multipurpose.block-double-col.img-gauche .block-double-col-element .block-double-col-element__img-container {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .block-multipurpose.block-double-col.img-droite .block-double-col-element .block-double-col-element__img-container {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .block-multipurpose.block-double-col.img-droite .block-double-col-element .title {
    text-align: center;
  }
  .block-multipurpose.block-double-col.img-droite .block-double-col-element .subtitle {
    padding-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .block-multipurpose.block-double-col .block-double-col-element__content-container .title {
    font-size: 17px;
  }
  .block-multipurpose.block-double-col .block-double-col-element__content-container .subtitle {
    font-size: 30px;
  }
}
.block-multipurpose.block-cards-simple {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 60px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 30%;
  min-width: 250px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container {
  padding: 30px 30px 40px 30px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .title {
  text-align: center;
  font-family: "Gilroy";
  font-weight: bold;
  font-size: 36px;
  color: rgb(236.6388349515, 163.1941747573, 36.9611650485);
  margin-bottom: 10px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .subtitle {
  text-align: center;
  font-family: "Gilroy";
  font-weight: bold;
  font-size: 18px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .paragraph {
  padding-top: 20px;
  line-height: 1.6em;
  color: #000000;
  text-align: center;
  font-family: "Gilroy";
  font-weight: normal;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .paragraph p {
  padding-bottom: 10px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .btn-container {
  text-align: center;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .btn-container .btn {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #efaf41;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  transition: all 0.2s ease-in;
  border-radius: unset;
  background: transparent;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .btn-container .btn:hover {
  background-color: transparent;
  color: #efaf41;
  border: unset;
  text-decoration: underline;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__img-container img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 900px) {
  .block-multipurpose.block-cards-simple {
    transform: translateY(0px);
    height: auto;
  }
}
body.default .block-team-cards,
body.default .team {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  line-height: 1.5;
}
body.default .block-team-cards .card-member,
body.default .team .card-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  flex-basis: 30%;
  min-width: 300px;
  padding: 20px;
  background-color: rgba(126, 132, 130, 0.04);
  border-radius: 3px;
}
body.default .block-team-cards .picture img,
body.default .team .picture img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
body.default .block-team-cards .infos,
body.default .team .infos {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
}
body.default .block-team-cards .name,
body.default .team .name {
  font-size: 22px;
}
body.default .block-team-cards .job,
body.default .team .job {
  font-size: 18px;
}
body.default .block-team-cards .description,
body.default .team .description {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 20px;
}
body.default .block-team-cards .social-link,
body.default .team .social-link {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: auto;
}
body.default .block-team-cards .social-link a,
body.default .team .social-link a {
  cursor: pointer;
}
body.default .block-team-cards .social-link a:hover,
body.default .team .social-link a:hover {
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
}
body.default .block-team-cards .social-link img,
body.default .team .social-link img {
  width: 20px;
}

.block-reviews.slider-reviews .review-container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: justify;
}
.block-reviews.slider-reviews .client-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 599px) {
  .block-reviews.slider-reviews .client-container {
    flex-direction: column;
    row-gap: 10px;
  }
}
.block-reviews.slider-reviews .review {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
}
.block-reviews.slider-reviews .client-infos {
  display: flex;
}
@media (min-width: 600px) {
  .block-reviews.slider-reviews .client-infos {
    align-items: baseline;
    flex-direction: column;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 599px) {
  .block-reviews.slider-reviews .client-infos {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
}
.block-reviews.slider-reviews .client-name {
  font-weight: 600;
}
.block-reviews.slider-reviews .review-date {
  font-size: 14px;
  color: rgb(185, 185, 185);
  font-style: italic;
}
.block-reviews.slider-reviews .client-picture {
  width: 30px;
  height: 30px;
}
.block-reviews.slider-reviews .client-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.block-reviews.slider-reviews .splide__pagination {
  bottom: -20px;
}

.block-gallery-container .gallery {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block-gallery-container .gallery .img-gallery {
  display: block;
  min-width: 300px;
  flex-basis: 30%;
  flex-grow: 1;
}
.block-gallery-container .gallery .img-gallery img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.block-gallery-container .block-gallery-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.block-gallery-container .block-gallery-lightbox .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.block-gallery-container .block-gallery-lightbox .slider-media-gallery {
  width: 100%;
}
.block-gallery-container .block-gallery-lightbox .swiper {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-wrapper {
  display: flex;
  cursor: pointer;
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-slide picture,
.block-gallery-container .block-gallery-lightbox .swiper .swiper-slide img {
  cursor: grab;
  width: auto;
  max-width: 100%;
  max-height: 700px;
}
@media screen and (max-width: 768px) {
  .block-gallery-container .block-gallery-lightbox .swiper .swiper-slide picture,
  .block-gallery-container .block-gallery-lightbox .swiper .swiper-slide img {
    max-height: 70vh;
    max-width: 90vw;
  }
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-button-next,
.block-gallery-container .block-gallery-lightbox .swiper .swiper-button-prev {
  color: #fff;
}

.block-faqs.faq {
  list-style: none;
  padding-left: 0px !important;
}
.block-faqs.faq .faq-item {
  margin-bottom: 20px;
}
.block-faqs.faq .question {
  background-color: #f6f6f6;
  padding: 20px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.15s ease-in-out;
}
.block-faqs.faq .question:hover {
  background-color: #efaf41;
  color: white;
}
.block-faqs.faq .question:hover::before {
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
}
.block-faqs.faq .answer {
  height: 0;
  transition: height 0.2s ease-out;
  background-color: #f1f1f1;
  overflow: hidden;
}
.block-faqs.faq .answer .text-wrapper {
  padding: 20px;
}
.block-faqs.faq .expanded .question {
  background-color: #efaf41;
  color: white;
}
.block-faqs.faq .expanded .question::before {
  transform: rotate(0deg);
  filter: invert(80%) sepia(57%) saturate(1063%) hue-rotate(329deg) brightness(102%) contrast(87%);
}
.block-faqs.faq .expanded .answer {
  transition: height 0.5s ease-out;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Gilroy";
  font-weight: normal;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  background-color: #f6f6f6;
}

::-moz-selection {
  background-color: rgba(176, 176, 176, 0.386);
}

::selection {
  background-color: rgba(176, 176, 176, 0.386);
}

a {
  outline: 0;
}

body.body-fixed {
  overflow: hidden;
}

.admin-bar {
  padding-top: 32px;
}
.admin-bar .site-navigation {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar {
    padding-top: 46px;
  }
  .admin-bar .site-navigation {
    top: 46px;
  }
}/*# sourceMappingURL=style.css.map */