@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
*/
/* Roboto Variable — latin-ext */
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/roboto/Roboto-Variable-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Roboto Variable — latin */
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/roboto/Roboto-Variable-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.display-none-block {
  display: none !important;
}

.section-normal {
  width: 100%;
  max-width: 1200px;
  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;
}

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

.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: 1200px) {
  .section-normal {
    width: 100%;
    padding-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;
}
body .site-header .menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  body .site-header .menu-wrapper {
    padding-inline: 20px;
  }
}
body .site-header .menu-wrapper img {
  display: block;
  max-width: 120px;
  height: auto;
}
body .site-header .menu-wrapper .site-navigation {
  display: flex;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  list-style: none;
  font-size: 16px;
  text-decoration: none;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item a {
  font-family: "Roboto";
  font-weight: normal;
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  transition: transform 0.3s ease-in-out, 0.3s ease-in-out;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item a:hover {
  color: #9cbc4f;
  transform: translateY(-3px);
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.cta a {
  cursor: pointer;
  display: block;
  background-color: #9cbc4f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  border: 1px solid #9cbc4f;
  transition: all 0.2s ease-in;
  border-radius: 10px;
  letter-spacing: 0.3px;
  text-align: center;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.cta a:hover {
  background-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  color: #fff;
  border-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  transform: translateY(-3px);
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu {
  list-style: none;
}

@media screen and (min-width: 1201px) {
  body.admin-bar .site-header {
    top: 32px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
@media screen and (min-width: 1201px) {
  body .site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #ffffff;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal {
    align-items: center;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item .sub-menu {
    display: none;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item .sub-menu a {
    padding: 13px 16px 11px;
    display: block;
    font-size: 15px;
    color: #394857;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item:hover {
    position: relative;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item:hover .sub-menu {
    display: block;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    border-radius: 10px;
    border: 1px solid rgba(156, 188, 79, 0.1882352941);
    background: #9cbc4f;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    z-index: 10;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item:hover .sub-menu a {
    color: #fff;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children > a {
    position: relative;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children > a:after {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    top: 100%;
    left: 0;
  }
  body .site-header .menu-wrapper .site-navigation .close-btn {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  /* =============================================
   * MOBILE MENU - Full screen slide
   * ============================================= */
  body .site-header .site-navigation {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 20;
    top: 0;
    right: 0;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 0.3s ease-out,
                visibility 0.4s linear;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  body .site-header .site-navigation.menu-active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  body .site-header .site-navigation .menu-menu-principal-container {
    display: flex;
    flex: 1;
    padding: 90px 30px 30px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal {
    width: 100%;
    flex-direction: column;
    overflow-y: auto;
    text-align: left;
    row-gap: 0;
    padding: 0;
  }

  /* Liens principaux */
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item {
    border-bottom: 1px solid rgba(57, 72, 87, 0.08);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }
  body .site-header .site-navigation.menu-active .menu-menu-principal-container #menu-menu-principal > .menu-item {
    opacity: 1;
    transform: translateY(0);
  }
  body .site-header .site-navigation.menu-active .menu-menu-principal-container #menu-menu-principal > .menu-item:nth-child(1) { transition-delay: 0.08s; }
  body .site-header .site-navigation.menu-active .menu-menu-principal-container #menu-menu-principal > .menu-item:nth-child(2) { transition-delay: 0.14s; }
  body .site-header .site-navigation.menu-active .menu-menu-principal-container #menu-menu-principal > .menu-item:nth-child(3) { transition-delay: 0.20s; }
  body .site-header .site-navigation.menu-active .menu-menu-principal-container #menu-menu-principal > .menu-item:nth-child(4) { transition-delay: 0.26s; }
  body .site-header .site-navigation.menu-active .menu-menu-principal-container #menu-menu-principal > .menu-item:nth-child(5) { transition-delay: 0.32s; }

  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item > a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #394857;
    text-transform: none;
    letter-spacing: -0.01em;
    padding: 16px 0;
    display: block;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item > a:hover,
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item > a:active {
    color: #9cbc4f;
    transform: none;
  }

  /* Sous-menus a plat (pas de dropdown) */
  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 .sub-menu {
    list-style: none;
    padding: 0 0 14px 16px;
    margin: 0;
    border-left: 2px solid #9cbc4f;
    margin-left: 2px;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .sub-menu .menu-item {
    border-bottom: none;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .sub-menu a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(57, 72, 87, 0.7);
    text-decoration: none;
    text-transform: none;
    padding: 6px 10px;
    display: block;
    border-radius: 6px;
    transition: color 0.2s ease, background-color 0.2s ease;
    line-height: 1.4;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .sub-menu a:hover,
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .sub-menu a:active {
    color: #9cbc4f;
    background-color: rgba(156, 188, 79, 0.08);
    transform: none;
  }

  /* CTA button */
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.cta {
    border-bottom: none;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }
  body .site-header .site-navigation.menu-active .menu-menu-principal-container #menu-menu-principal > .menu-item.cta {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.38s;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.cta > a {
    background-color: #9cbc4f;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    padding: 14px 24px;
    border-radius: 10px;
    text-transform: none;
    letter-spacing: 0.3px;
    transition: background-color 0.2s ease;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal > .menu-item.cta > a:hover {
    background-color: #8aac3d;
    color: #fff;
    transform: none;
  }

  /* Overlay */
  body .site-header .overlay-menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(57, 72, 87, 0.3);
    z-index: 10;
    transition: opacity 0.4s ease-out, visibility 0.4s linear;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  body .site-header .overlay-menu.overlay-menu-active {
    visibility: visible;
    opacity: 1;
  }

  /* =============================================
   * HAMBURGER - Spin animation
   * ============================================= */
  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: #394857;
  }
  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: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    z-index: 20;
    background-color: #394857;
  }
  body .hamburger-inner::before,
  body .hamburger-inner::after {
    content: "";
    display: block;
  }
  body .hamburger-inner::before {
    top: -7px;
  }
  body .hamburger-inner::after {
    bottom: -7px;
  }
  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;
  }
}
.categories-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.categories-links .btn {
  text-decoration: none;
  color: #fff;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
  padding: 10px 20px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-color: #394857;
  border-radius: 0.5rem;
}

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

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: "Roboto";
  font-weight: normal;
  font-weight: 600;
}
body main.privacy-policy a,
body main.legal-terms a {
  font-family: "Roboto";
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  color: #394857;
}
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 {
  background-color: #394857;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  transition: transform 0.3s ease;
}
.article:hover {
  transform: translateY(-5px);
}
.article.rappel {
  background-color: #c12930;
}
.article .article-image {
  display: block;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.article .article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .article-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article .article-container .article-wrapper {
  margin-bottom: 20px;
}
.article .article-container .title {
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.article .article-container .title h2 {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.article .article-container .article-subcontainer {
  display: none;
}
.article .article-container .excerpt {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 15px;
  text-align: justify;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.article .article-container .read-more {
  align-self: flex-start;
  background-color: #fff;
  color: #394857;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 300;
  transition: opacity 0.3s;
  letter-spacing: 0.3px;
  text-align: center;
}
.article .article-container .read-more:hover {
  opacity: 0.9;
}

.error-404 {
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
}
.error-404__img {
  width: 200px;
  filter: invert(64%) sepia(56%) saturate(369%) hue-rotate(36deg) brightness(96%) contrast(96%);
}
.error-404__title {
  font-size: 22px;
}
.error-404__sub-title {
  padding-top: 20px;
  font-size: 18px;
}

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: 10px;
}
form input[type=text],
form input[type=email],
form input[type=tel] {
  padding: 20px 10px;
  border: 1px solid black;
  width: 100%;
}
form input:focus,
form textarea:focus {
  outline: none;
}
form textarea {
  padding: 20px;
  margin-top: 20px;
  width: 100%;
  border: 1px solid black;
}
form input[type=submit] {
  cursor: pointer;
  display: block;
  background-color: #9cbc4f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  border: 1px solid #9cbc4f;
  transition: all 0.2s ease-in;
  border-radius: 10px;
  letter-spacing: 0.3px;
  text-align: center;
}
form input[type=submit]:hover {
  background-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  color: #fff;
  border-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  transform: translateY(-3px);
}

.block-video {
  box-shadow: 0px 5px 19px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.block-video .video-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-inline: auto;
  background-color: #394857;
  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;
  -webkit-backdrop-filter: blur(2px);
          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(24%) sepia(15%) saturate(818%) hue-rotate(169deg) brightness(100%) contrast(91%);
  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: 10px;
}
@media screen and (max-width: 768px) {
  .block-video .video-wrapper {
    min-height: unset;
  }
  .block-video .video-wrapper .text-container .play-icon img {
    width: 45px;
  }
}

.default-ban .content {
  align-items: center;
}
.default-ban .content .title,
.default-ban .content .text,
.default-ban .content .subtitle {
  text-align: center;
  color: #fff;
}
.default-ban .content .title {
  font-size: clamp(46px, 5vw, 56px);
  margin-bottom: 10px;
}
.default-ban .content .text,
.default-ban .content .subtitle {
  font-size: clamp(18px, 5vw, 26px);
  max-width: 700px;
}
.default-ban.inner-page {
  height: 350px;
}
@media screen and (max-width: 768px) {
  .default-ban.inner-page {
    height: calc(100dvh - 127px);
  }
}
.default-ban.front-page {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .default-ban.front-page {
    height: calc(100dvh - 127px);
  }
}

.default-title {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .default-title {
    text-align: center;
  }
}
.default-title h2 {
  font-size: clamp(36px, 5vw, 46px);
  font-weight: 900;
}
.default-title h3 {
  font-size: 20px;
  font-weight: 300;
  color: #9cbc4f;
}
.default-title.center {
  text-align: center;
}

.default-text p {
  line-height: 1.6;
  margin-bottom: 15px;
}
.default-text p:last-of-type {
  margin-bottom: 0px;
}
.default-text ul,
.default-text ol {
  margin-bottom: 15px;
  padding-left: 20px;
}
.default-text ul li,
.default-text ol li {
  margin-bottom: 10px;
}
.default-text ul li:last-of-type,
.default-text ol li:last-of-type {
  margin-bottom: 0px;
}
.default-text strong,
.default-text b {
  color: #394857;
  font-weight: 600;
}
.default-text a {
  color: #394857;
  text-decoration: none;
}
.default-text a:hover {
  text-decoration: underline;
}
.default-text.center {
  text-align: center;
}

.default-list .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .default-list .list-wrapper {
    gap: 25px;
  }
}
.default-list .list-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .default-list .list-item {
    gap: 20px;
  }
}
.default-list .list-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.default-list .list-item__number {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #9cbc4f 0%, rgb(128, 156.4444444444, 59.5555555556) 100%);
  border-radius: 12px;
}
@media (max-width: 768px) {
  .default-list .list-item__number {
    width: 45px;
    height: 45px;
  }
}
.default-list .list-item__number span {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .default-list .list-item__number span {
    font-size: 20px;
  }
}
.default-list .list-item__content {
  flex: 1;
  padding-top: 5px;
}
.default-list .list-item__title {
  font-size: 20px;
  font-weight: 700;
  color: #394857;
  margin: 0 0 8px 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .default-list .list-item__title {
    font-size: 18px;
  }
}
.default-list .list-item__text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .default-list .list-item__text {
    font-size: 15px;
  }
}
.default-list .list-item__text p {
  margin: 0;
}
.default-list .list-item__text ul {
  margin-top: 8px;
  margin-left: 17px;
}
.default-list .list-item__text ul li {
  margin-bottom: 8px;
}
.default-list .list-item__text ul li::marker {
  color: #394857;
}
.default-list .list-item__text ul li:last-of-type {
  margin-bottom: 0;
}
.default-list.bg-light .list-item {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
}
.default-list.style-simple .list-item {
  background: none;
  box-shadow: none;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
}
.default-list.style-simple .list-item:hover {
  transform: none;
  box-shadow: none;
}
.default-list.style-simple .list-item:last-child {
  border-bottom: none;
}
.default-list.style-circle .list-item__number {
  border-radius: 50%;
}
.default-list.style-timeline .list-wrapper {
  position: relative;
  padding-left: 25px;
}
.default-list.style-timeline .list-wrapper::before {
  content: "";
  position: absolute;
  left: 49px;
  top: 50px;
  bottom: 50px;
  width: 2px;
  background-color: rgba(156, 188, 79, 0.2);
}
@media (max-width: 768px) {
  .default-list.style-timeline .list-wrapper::before {
    left: 42px;
  }
}
.default-list.style-timeline .list-item {
  position: relative;
  z-index: 1;
}

.default-sessions {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .default-sessions {
    gap: 30px;
  }
}
.default-sessions .session-group {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e8e8e8;
}
.default-sessions .session-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(135deg, #394857 0%, rgb(36.8125, 46.5, 56.1875) 100%);
}
@media (max-width: 768px) {
  .default-sessions .session-group-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
  }
}
.default-sessions .session-group-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  .default-sessions .session-group-title {
    font-size: 20px;
  }
}
.default-sessions .session-group-duration {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: 20px;
}
.default-sessions .session-list {
  display: flex;
  flex-direction: column;
}
.default-sessions .session-item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: background-color 0.2s ease;
}
@media (max-width: 768px) {
  .default-sessions .session-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
  }
}
.default-sessions .session-item:last-child {
  border-bottom: none;
}
.default-sessions .session-item:hover {
  background-color: rgba(156, 188, 79, 0.03);
}
.default-sessions .session-item.status-complet {
  opacity: 0.6;
}
.default-sessions .session-item.status-complet .session-dates span,
.default-sessions .session-item.status-complet .session-location span {
  text-decoration: line-through;
}
.default-sessions .session-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .default-sessions .session-info {
    font-size: 15px;
  }
}
.default-sessions .session-dates {
  min-width: 220px;
  font-weight: 600;
  color: #394857;
}
@media (max-width: 768px) {
  .default-sessions .session-dates {
    min-width: auto;
  }
}
.default-sessions .session-location {
  flex: 1;
}
.default-sessions .session-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  filter: invert(64%) sepia(56%) saturate(369%) hue-rotate(36deg) brightness(96%) contrast(96%);
}
.default-sessions .session-badge {
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .default-sessions .session-badge {
    margin-left: 0;
  }
}
.default-sessions .badge-complet {
  background-color: rgba(0, 0, 0, 0.08);
}
.default-sessions .badge-dernieres {
  background-color: #ff9800;
  color: #fff;
}
.default-sessions .session-duration {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #9cbc4f;
  background-color: rgba(156, 188, 79, 0.1);
  padding: 6px 14px;
  border-radius: 20px;
  white-space: nowrap;
}
.default-sessions .session-duration .session-duration-icon {
  width: 21px;
  height: 21px;
  filter: invert(64%) sepia(56%) saturate(369%) hue-rotate(36deg) brightness(96%) contrast(96%);
}
.default-sessions .session-places {
  font-size: 13px;
  font-weight: 600;
  padding: 9px 14px;
  border-radius: 20px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .default-sessions .session-places {
    margin-left: 0;
  }
}
.default-sessions .places-dispo {
  background-color: rgba(76, 175, 80, 0.15);
  color: #2e7d32;
}
.default-sessions .places-limit {
  background-color: rgba(255, 152, 0, 0.15);
  color: #e65100;
}
.default-sessions .places-complet {
  background-color: rgba(0, 0, 0, 0.08);
}
.default-sessions .session-centre-link {
  color: #9cbc4f;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}
.default-sessions .session-centre-link:hover {
  color: #394857;
  text-decoration: underline;
}

.default-double-col {
  display: flex;
  align-items: center;
  gap: 60px;
}
.default-double-col.img-left {
  flex-direction: row-reverse;
}
.default-double-col.img-right {
  flex-direction: row;
}
.default-double-col .text-container {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .default-double-col .text-container .title,
  .default-double-col .text-container .surtitre {
    text-align: center;
  }
}
.default-double-col .text-container .surtitre {
  font-size: 20px;
  font-weight: 300;
  color: #9cbc4f;
}
.default-double-col .text-container .title {
  font-size: clamp(36px, 5vw, 46px);
  margin-bottom: 20px;
}
.default-double-col .text-container .text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.default-double-col .text-container .text p {
  margin-bottom: 15px;
}
.default-double-col .text-container .text p:last-of-type {
  margin-bottom: 0px;
}
.default-double-col .text-container .text ul,
.default-double-col .text-container .text ol {
  margin-bottom: 15px;
  padding-left: 20px;
}
.default-double-col .text-container .text ul li,
.default-double-col .text-container .text ol li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.default-double-col .text-container .text ul li:last-of-type,
.default-double-col .text-container .text ol li:last-of-type {
  margin-bottom: 0px;
}
.default-double-col .text-container .btn {
  cursor: pointer;
  display: block;
  background-color: #9cbc4f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  border: 1px solid #9cbc4f;
  transition: all 0.2s ease-in;
  border-radius: 10px;
  letter-spacing: 0.3px;
  text-align: center;
}
.default-double-col .text-container .btn:hover {
  background-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  color: #fff;
  border-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  transform: translateY(-3px);
}
@media screen and (max-width: 768px) {
  .default-double-col .text-container .btn {
    margin-inline: auto;
  }
}
@media screen and (max-width: 580px) {
  .default-double-col .text-container .btn {
    width: 100%;
  }
}
.default-double-col .image-container {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}
.default-double-col .image-container img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .default-double-col {
    flex-direction: column;
    gap: 30px;
  }
  .default-double-col.img-left, .default-double-col.img-right {
    flex-direction: column;
  }
  .default-double-col .text-container .title {
    font-size: 28px;
  }
}

.default-cta .card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .default-cta .card {
    min-height: 350px;
  }
}
.default-cta .card .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.default-cta .card .image-container picture {
  display: block;
  width: 100%;
  height: 100%;
}
.default-cta .card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.default-cta .card .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.default-cta .card .text-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 800px;
  padding: 60px 40px;
}
@media (max-width: 768px) {
  .default-cta .card .text-container {
    padding: 40px 20px;
  }
}
.default-cta .card .inner-text-container {
  margin-bottom: 30px;
}
.default-cta .card .inner-text-container h2 {
  font-family: "Roboto";
  font-weight: 600;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}
.default-cta .card .inner-text-container div {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
.default-cta .card .btn-container a {
  cursor: pointer;
  display: block;
  background-color: #9cbc4f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  border: 1px solid #9cbc4f;
  transition: all 0.2s ease-in;
  border-radius: 10px;
  letter-spacing: 0.3px;
  text-align: center;
}
.default-cta .card .btn-container a:hover {
  background-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  color: #fff;
  border-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  transform: translateY(-3px);
}

.default-cta-double .wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px 80px;
  align-items: start;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 768px) {
  .default-cta-double .wrapper {
    padding: 30px;
  }
}
.default-cta-double .wrapper .col-left {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  align-self: center;
}
.default-cta-double .wrapper .col-left .title {
  font-family: "Roboto";
  font-weight: 600;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  color: #394857;
  line-height: 1.3;
  margin-bottom: 20px;
}
.default-cta-double .wrapper .col-left .subtitle {
  font-size: clamp(26px, 5vw, 36px);
  color: #394857;
  line-height: 1.4;
  margin: 0;
}
.default-cta-double .wrapper .col-right {
  grid-column: 2;
  grid-row: 1/span 2;
}
.default-cta-double .wrapper .col-right .title-right {
  font-weight: 300;
  font-size: 26px;
  color: #394857;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .default-cta-double .wrapper .col-right .title-right {
    text-align: center;
  }
}
.default-cta-double .wrapper .col-right .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.default-cta-double .wrapper .col-right .item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.default-cta-double .wrapper .col-right .item .icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}
.default-cta-double .wrapper .col-right .item .icon img {
  display: block;
  width: 100%;
  height: auto;
  filter: invert(64%) sepia(56%) saturate(369%) hue-rotate(36deg) brightness(96%) contrast(96%);
}
.default-cta-double .wrapper .col-right .item .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.default-cta-double .wrapper .col-right .item .item-title {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 16px;
  font-weight: 700;
  color: #394857;
}
.default-cta-double .wrapper .col-right .item .item-text {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
  color: #1b1b1b;
}
.default-cta-double .wrapper .btn-container {
  grid-column: 1;
  grid-row: 2;
  justify-self: end;
  margin-top: 10px;
}
.default-cta-double .wrapper .btn-container .btn {
  cursor: pointer;
  display: block;
  background-color: #9cbc4f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  border: 1px solid #9cbc4f;
  transition: all 0.2s ease-in;
  border-radius: 10px;
  letter-spacing: 0.3px;
  text-align: center;
  background-color: #c12930;
  border-color: #c12930;
  color: #fff;
}
.default-cta-double .wrapper .btn-container .btn:hover {
  background-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  color: #fff;
  border-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  transform: translateY(-3px);
}
.default-cta-double .wrapper .btn-container .btn:hover {
  background-color: rgb(215.5769230769, 69.4230769231, 76.1538461538);
  border-color: rgb(215.5769230769, 69.4230769231, 76.1538461538);
}
@media (max-width: 1000px) {
  .default-cta-double .wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .default-cta-double .wrapper .col-left {
    order: 1;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .default-cta-double .wrapper .col-right {
    order: 2;
    text-align: left;
    width: 100%;
  }
  .default-cta-double .wrapper .btn-container {
    order: 3;
    justify-self: center;
    align-self: center;
    width: 100%;
    margin-top: 0;
  }
  .default-cta-double .wrapper .btn-container .btn {
    width: 100%;
    text-align: center;
  }
}

.default-btn .btn-container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .default-btn .btn-container {
    justify-content: center;
  }
}
@media screen and (max-width: 560px) {
  .default-btn .btn-container {
    flex-direction: column;
  }
}
.default-btn .btn-container a {
  cursor: pointer;
  display: block;
  background-color: #9cbc4f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  border: 1px solid #9cbc4f;
  transition: all 0.2s ease-in;
  border-radius: 10px;
  letter-spacing: 0.3px;
  text-align: center;
}
.default-btn .btn-container a:hover {
  background-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  color: #fff;
  border-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  transform: translateY(-3px);
}
@media screen and (max-width: 560px) {
  .default-btn .btn-container a {
    width: 100%;
  }
}
.default-btn.center .btn-container {
  justify-content: center;
}

.default-partners .image-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
}
.default-partners .image-container .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.default-partners .image-container .image picture,
.default-partners .image-container .image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 350px;
  max-height: 160px;
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .default-partners .image-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .default-partners .image-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.accueil .section-gsa-002 .default-double-col img {
  aspect-ratio: 1;
  object-position: center;
  object-fit: cover;
}
.accueil .section-gsa-006 {
  background-color: #f5f5f5;
}
.accueil .section-gsa-006 .default-articles .articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1000px) {
  .accueil .section-gsa-006 .default-articles .articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .accueil .section-gsa-006 .default-articles .articles {
    grid-template-columns: 1fr;
  }
}

.dispositif-gsa .section-gsa-003,
.dispositif-gsa .section-gsa-005 {
  background-color: #f5f5f5;
}

.devenir-formateur .section-gsa-005 {
  background-color: #f5f5f5;
}

.devenir-gsa .section-gsa-003 {
  background-color: #f5f5f5;
}

.devenir-centre-formation .section-gsa-003 {
  background-color: #f5f5f5;
}
.devenir-centre-formation .section-gsa-003 .default-list.bg-light .list-item {
  background-color: #fff;
}

.contact .section-ban .block-ban-container .content {
  align-items: center;
}
.contact .section-ban .block-ban-container .content .title,
.contact .section-ban .block-ban-container .content .subtitle {
  text-align: center;
}
.contact .section-ban .block-ban-container .content .title {
  color: #fff;
  font-size: 66px;
}

.default-contact-form .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1000px) {
  .default-contact-form .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.default-contact-form .contact-infos {
  background-color: #394857;
  border-radius: 20px;
  padding: 40px;
  color: #fff;
}
@media (max-width: 768px) {
  .default-contact-form .contact-infos {
    padding: 30px;
  }
}
.default-contact-form .contact-infos__title {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
}
.default-contact-form .contact-infos__subtitle {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 30px;
  line-height: 1.5;
}
.default-contact-form .contact-infos__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.default-contact-form .contact-infos__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.default-contact-form .contact-infos__icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-top: 2px;
}
.default-contact-form .contact-infos__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.default-contact-form .contact-infos__label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
}
.default-contact-form .contact-infos__value {
  font-size: 16px;
  line-height: 1.5;
}
.default-contact-form .contact-infos__value a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.default-contact-form .contact-infos__value a:hover {
  opacity: 0.8;
}
.default-contact-form .contact-infos__separator {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 10px 0;
}
.default-contact-form .contact-infos__socials {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.default-contact-form .contact-infos__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: all 0.2s ease;
}
.default-contact-form .contact-infos__socials a:hover {
  background-color: #9cbc4f;
  transform: translateY(-3px);
}
.default-contact-form .contact-infos__socials a img {
  width: 20px;
  height: 20px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}
.default-contact-form .contact-form {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .default-contact-form .contact-form {
    padding: 30px;
  }
}
.default-contact-form .contact-form__title {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 28px;
  color: #394857;
  margin-bottom: 30px;
}
.default-contact-form .contact-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.default-contact-form .contact-form .wpcf7-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #394857;
}
.default-contact-form .contact-form .wpcf7-form input[type=text],
.default-contact-form .contact-form .wpcf7-form input[type=email],
.default-contact-form .contact-form .wpcf7-form input[type=tel] {
  padding: 15px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.2s ease;
  background-color: #f5f5f5;
}
.default-contact-form .contact-form .wpcf7-form input[type=text]:focus,
.default-contact-form .contact-form .wpcf7-form input[type=email]:focus,
.default-contact-form .contact-form .wpcf7-form input[type=tel]:focus {
  outline: none;
  border-color: #9cbc4f;
  background-color: #fff;
}
.default-contact-form .contact-form .wpcf7-form input[type=text]::-moz-placeholder, .default-contact-form .contact-form .wpcf7-form input[type=email]::-moz-placeholder, .default-contact-form .contact-form .wpcf7-form input[type=tel]::-moz-placeholder {
  color: #999;
}
.default-contact-form .contact-form .wpcf7-form input[type=text]::placeholder,
.default-contact-form .contact-form .wpcf7-form input[type=email]::placeholder,
.default-contact-form .contact-form .wpcf7-form input[type=tel]::placeholder {
  color: #999;
}
.default-contact-form .contact-form .wpcf7-form textarea {
  padding: 15px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-size: 16px;
  min-height: 150px;
  resize: vertical;
  transition: all 0.2s ease;
  background-color: #f5f5f5;
  margin-top: 0;
}
.default-contact-form .contact-form .wpcf7-form textarea:focus {
  outline: none;
  border-color: #9cbc4f;
  background-color: #fff;
}
.default-contact-form .contact-form .wpcf7-form .fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .default-contact-form .contact-form .wpcf7-form .fields-row {
    grid-template-columns: 1fr;
  }
}
.default-contact-form .contact-form .wpcf7-form input[type=submit] {
  cursor: pointer;
  display: block;
  background-color: #9cbc4f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  border: 1px solid #9cbc4f;
  transition: all 0.2s ease-in;
  border-radius: 10px;
  letter-spacing: 0.3px;
  text-align: center;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  border: none;
  width: 100%;
}
.default-contact-form .contact-form .wpcf7-form input[type=submit]:hover {
  background-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  color: #fff;
  border-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  transform: translateY(-3px);
}
@media (max-width: 1000px) {
  .default-contact-form .contact-form .wpcf7-form input[type=submit] {
    width: 100%;
  }
}
.default-contact-form .contact-form .wpcf7-form .wpcf7-spinner {
  display: none;
}
.default-contact-form .contact-form .wpcf7-form .wpcf7-not-valid-tip {
  color: #c12930;
  font-size: 13px;
  margin-top: 5px;
}
.default-contact-form .contact-form .wpcf7-form .wpcf7-not-valid {
  border-color: #c12930 !important;
}
.default-contact-form .contact-form .wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.default-contact-form .contact-form .wpcf7-form.sent .wpcf7-response-output {
  background-color: rgba(156, 188, 79, 0.1);
  border-color: #9cbc4f;
  color: rgb(97.7777777778, 119.5061728395, 45.4938271605);
}
.default-contact-form .contact-form .wpcf7-form.invalid .wpcf7-response-output, .default-contact-form .contact-form .wpcf7-form.failed .wpcf7-response-output {
  background-color: rgba(193, 41, 48, 0.1);
  border-color: #c12930;
  color: #c12930;
}
.default-contact-form .contact-form .wpcf7-form-control-wrap[data-name^=acceptance] .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.default-contact-form .contact-form .wpcf7-form-control-wrap[data-name^=acceptance] .wpcf7-acceptance .wpcf7-list-item label {
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px;
  cursor: pointer;
}
.default-contact-form .contact-form .wpcf7-form-control-wrap[data-name^=acceptance] .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #9cbc4f;
  cursor: pointer;
}
.default-contact-form .contact-form .wpcf7-form-control-wrap[data-name^=acceptance] .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  line-height: 1.5;
}
.default-contact-form .contact-form .legal-notice {
  font-size: 12px;
  color: #aeaeae;
  margin-top: 0px;
  line-height: 1.5;
}
.default-contact-form.bg-light {
  background-color: #f5f5f5;
}

#site-footer {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}
#site-footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  #site-footer .footer-wrapper {
    padding-inline: 20px;
  }
}
#site-footer a {
  text-decoration: none;
  color: #1b1b1b;
}
#site-footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#site-footer .footer-top .logo-footer {
  width: 150px;
}
#site-footer .footer-top .logo-footer img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#site-footer .footer-top .footer-infos {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
#site-footer .footer-top .footer-infos .footer-address,
#site-footer .footer-top .footer-infos .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#site-footer .footer-top .footer-infos .footer-address .label,
#site-footer .footer-top .footer-infos .footer-contact .label {
  font-weight: 600;
}
#site-footer .footer-top .footer-infos .footer-address p,
#site-footer .footer-top .footer-infos .footer-contact p {
  margin: 0;
  line-height: 1.5;
}
#site-footer .footer-top .footer-infos .footer-address a,
#site-footer .footer-top .footer-infos .footer-contact a {
  color: #394857;
  display: block;
  transition: color 0.2s ease;
}
#site-footer .footer-top .footer-infos .footer-address a:hover,
#site-footer .footer-top .footer-infos .footer-contact a:hover {
  color: #9cbc4f;
}
#site-footer .footer-top .footer-infos .footer-address a:first-of-type,
#site-footer .footer-top .footer-infos .footer-contact a:first-of-type {
  margin-bottom: 5px;
}
#site-footer .footer-top .footer-infos .footer-address p {
  line-height: 1.6;
}
#site-footer .footer-top .menu-footer {
  display: flex;
  flex: 1;
  justify-content: end;
}
#site-footer .footer-top .menu-footer .menu-wrapper {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}
#site-footer .footer-top .menu-footer .site-navigation .menu {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
#site-footer .footer-top .menu-footer .site-navigation .menu .sub-menu {
  display: none;
}
#site-footer .footer-top .menu-footer .menu {
  list-style: none;
}
#site-footer .footer-top .menu-footer .menu .menu-item a {
  color: #394857;
}
#site-footer .footer-top .menu-footer .menu .menu-item a:hover {
  color: #9cbc4f;
}
#site-footer .footer-top .social-links {
  display: flex;
  gap: 10px;
}
#site-footer .footer-top .social-links a {
  display: flex;
}
#site-footer .footer-top .social-links a img {
  display: block;
  width: 25px;
  height: auto;
  filter: invert(24%) sepia(15%) saturate(818%) hue-rotate(169deg) brightness(100%) contrast(91%);
}
#site-footer .footer-top .social-links a img:hover {
  filter: invert(64%) sepia(56%) saturate(369%) hue-rotate(36deg) brightness(96%) contrast(96%);
}
#site-footer .separator {
  border-bottom: 1px solid #1b1b1b;
  opacity: 0.1;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 28px;
}
#site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#site-footer .footer-bottom .informations {
  display: flex;
}
#site-footer .footer-bottom .informations a {
  color: #394857;
}
#site-footer .footer-bottom .informations a:hover {
  color: #9cbc4f;
}
#site-footer .footer-bottom .nature-digitale-link a {
  color: #394857;
}
#site-footer .footer-bottom .nature-digitale-link a:hover {
  color: #9cbc4f;
}
#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-inline: auto;
  margin-top: 20px;
}
#site-footer .footer-pill .pill:hover {
  transform: translateY(-5px);
}
#site-footer .footer-pill .pill .note {
  background-color: rgb(0, 174, 136);
  padding: 5px;
  border-radius: 3px 0 0 3px;
  color: white;
  font-weight: 600;
}
#site-footer .footer-pill .pill .carbon {
  display: flex;
  padding-left: 16px;
  align-items: center;
  padding-right: 20px;
}
#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 {
    flex-direction: column;
  }
  #site-footer .footer-top .logo-footer {
    margin-bottom: 30px;
  }
  #site-footer .footer-top .footer-infos {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
  }
  #site-footer .footer-top .menu-footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }
  #site-footer .footer-top .menu-footer .menu-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  #site-footer .footer-top .menu-footer .menu {
    row-gap: 10px;
    margin: 0;
    flex-direction: column;
    margin-bottom: 30px;
  }
  #site-footer .separator {
    margin-top: 30px;
  }
}
@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 .articles,
.home-section-blog .articles,
.blog .articles,
.single-post .articles,
.search .articles {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Vous pouvez modifier la taille minimale (ici 250px) selon vos besoins */
  gap: 20px;
  margin-top: 30px;
}
.category .btn-all-posts,
.home-section-blog .btn-all-posts,
.blog .btn-all-posts,
.single-post .btn-all-posts,
.search .btn-all-posts {
  cursor: pointer;
  display: block;
  background-color: #9cbc4f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  border: 1px solid #9cbc4f;
  transition: all 0.2s ease-in;
  border-radius: 10px;
  letter-spacing: 0.3px;
  text-align: center;
}
.category .btn-all-posts:hover,
.home-section-blog .btn-all-posts:hover,
.blog .btn-all-posts:hover,
.single-post .btn-all-posts:hover,
.search .btn-all-posts:hover {
  background-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  color: #fff;
  border-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  transform: translateY(-3px);
}
@media screen and (max-width: 798px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .single-post .articles,
  .search .articles {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 799px) and (max-width: 1199px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .single-post .articles,
  .search .articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .single-post .articles,
  .search .articles {
    grid-template-columns: repeat(3, 1fr);
  }
}

.search h1.entry-title {
  text-align: center;
  color: #394857;
}
.search h1.entry-title span {
  text-decoration: underline;
  text-decoration-color: #9cbc4f;
}

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

.single-post {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
}
.single-post .header-content {
  max-width: 1000px;
  margin-inline: auto;
}
.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;
}
.single-post .header-content .post-thumbnail .categories-links {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.single-post .header-content .post-informations {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.single-post .header-content .post-informations .title {
  color: #394857;
  font-size: 50px;
  margin-top: 30px;
}
.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;
}
.single-post .page-content {
  font-size: 16px;
  line-height: 1.8em;
  font-family: "Roboto";
  font-weight: normal;
}
.single-post .page-content > h1 {
  font-size: 50px;
  line-height: 1.7;
}
.single-post .page-content > h2 {
  font-size: 36px;
  line-height: 1.7;
}
.single-post .page-content > h3 {
  font-size: 22px;
  line-height: 1.7;
}
.single-post .page-content > ul,
.single-post .page-content > ol {
  padding-left: 30px;
  list-style-position: outside;
}
.single-post .page-content > ul li,
.single-post .page-content > ol li {
  margin-bottom: 10px;
}
.single-post .page-content > a {
  cursor: pointer;
  text-decoration: none;
  color: #394857;
  font-family: "Roboto";
  font-weight: normal;
}
.single-post .page-content > strong {
  color: var(#394857);
  font-family: "Roboto";
  font-weight: normal;
}
.single-post .page-content .wp-block-quote {
  border-left: 5px solid #394857;
  padding-left: 10px;
}
.single-post .page-content .wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-post .block-share-article {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  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;
  filter: invert(24%) sepia(15%) saturate(818%) hue-rotate(169deg) brightness(100%) contrast(91%);
  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(64%) sepia(56%) saturate(369%) hue-rotate(36deg) brightness(96%) contrast(96%);
}
.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: #394857;
}
.single-post .block-share-article .more-announces:hover,
.single-post .block-share-article .more-articles:hover {
  color: #9cbc4f;
}
.single-post .block-author-article {
  display: flex;
  border-radius: 5px;
  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(24%) sepia(15%) saturate(818%) hue-rotate(169deg) brightness(100%) contrast(91%);
  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(64%) sepia(56%) saturate(369%) hue-rotate(36deg) brightness(96%) contrast(96%);
}
.single-post .block-author-article .author-card .content .description {
  text-align: justify;
}
.single-post .table-of-contents {
  margin-top: 50px;
  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: 10px;
  border: 1px solid #e4e4e4;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(3px);
          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 #394857;
}
.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: #394857;
    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: #394857;
    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: 50px;
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-post .cta-article-block .title {
  font-size: 24px;
  font-weight: bold;
  color: #343a40;
  margin-bottom: 15px;
}
.single-post .cta-article-block .texte {
  font-size: 16px;
  color: #495057;
  margin-bottom: 20px;
  line-height: 1.5;
}
.single-post .cta-article-block .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  background-color: #394857;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.single-post .cta-article-block .btn:hover {
  background-color: #9cbc4f;
}
.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);
  -webkit-backdrop-filter: blur(4px);
          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: 8px;
  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(24%) sepia(15%) saturate(818%) hue-rotate(169deg) brightness(100%) contrast(91%);
}
@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: #394857;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}
.single-post .popup-article-block .btn:hover {
  background-color: #9cbc4f;
}
.single-post .block-last-posts .title {
  font-size: 36px;
  text-align: center;
}
.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: #1b1b1b;
}
.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: #394857;
}
.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: #394857;
}
.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(24%) sepia(15%) saturate(818%) hue-rotate(169deg) brightness(100%) contrast(91%);
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-awaiting-moderation {
  font-size: 14px;
  color: #394857;
}
.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: #394857;
  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: "Roboto";
  font-weight: normal;
  border: 1.5px solid #1b1b1b;
  outline: none;
  padding: 10px;
  resize: vertical;
  height: 150px;
  border-radius: 5px;
}
.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: "Roboto";
  font-weight: normal;
  border: none;
  border-bottom: 1.5px solid #1b1b1b;
  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: #394857;
  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.45);
}
.block-ban-container .content {
  row-gap: 0px;
  width: 100%;
  margin-inline: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-ban-container .btn-container {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  margin-top: 30px;
}
.block-ban-container .btn {
  cursor: pointer;
  display: block;
  background-color: #9cbc4f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  border: 1px solid #9cbc4f;
  transition: all 0.2s ease-in;
  border-radius: 10px;
  letter-spacing: 0.3px;
  text-align: center;
}
.block-ban-container .btn:hover {
  background-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  color: #fff;
  border-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  transform: translateY(-3px);
}
@media screen and (max-width: 768px) {
  .block-ban-container .btn {
    width: 100%;
  }
}
.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: 500px) {
  .block-ban-container .title {
    font-size: 18px;
  }
  .block-ban-container .subtitle {
    font-size: 30px;
  }
}
.block-multipurpose.standard .title {
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  color: #9cbc4f;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-multipurpose.standard .subtitle {
  font-family: "Roboto";
  font-weight: 600;
  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: "Roboto";
  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: block;
  background-color: #9cbc4f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  border: 1px solid #9cbc4f;
  transition: all 0.2s ease-in;
  border-radius: 10px;
  letter-spacing: 0.3px;
  text-align: center;
  display: inline-block;
}
.block-multipurpose.standard .btn-container .btn:hover {
  background-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  color: #fff;
  border-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  transform: translateY(-3px);
}

@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: "Roboto";
  font-weight: 600;
  text-align: left;
  font-size: 18px;
  color: #9cbc4f;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .subtitle {
  font-family: "Roboto";
  font-weight: 600;
  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: "Roboto";
  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: block;
  background-color: #9cbc4f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  border: 1px solid #9cbc4f;
  transition: all 0.2s ease-in;
  border-radius: 10px;
  letter-spacing: 0.3px;
  text-align: center;
  display: inline-block;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .btn-container .btn:hover {
  background-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  color: #fff;
  border-color: rgb(176.7777777778, 202.0617283951, 115.9382716049);
  transform: translateY(-3px);
}

@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: "Roboto";
  font-weight: 600;
  font-size: 36px;
  color: #9cbc4f;
  margin-bottom: 10px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .subtitle {
  text-align: center;
  font-family: "Roboto";
  font-weight: 600;
  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: #1b1b1b;
  text-align: center;
  font-family: "Roboto";
  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: #394857;
  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: #394857;
  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: 10px;
}
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(24%) sepia(15%) saturate(818%) hue-rotate(169deg) brightness(100%) contrast(91%);
}
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: #f1f1f1;
  padding: 20px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.15s ease-in-out;
}
.block-faqs.faq .question:hover {
  background-color: #394857;
  color: white;
}
.block-faqs.faq .question:hover::before {
  filter: invert(24%) sepia(15%) saturate(818%) hue-rotate(169deg) brightness(100%) contrast(91%);
}
.block-faqs.faq .question::before {
  content: url("./assets/images/chevronDown.svg");
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  transform: rotate(-90deg);
  transition: transform 0.15s ease-in-out;
}
.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: #394857;
  color: white;
}
.block-faqs.faq .expanded .question::before {
  transform: rotate(0deg);
  filter: invert(24%) sepia(15%) saturate(818%) hue-rotate(169deg) brightness(100%) contrast(91%);
}
.block-faqs.faq .expanded .answer {
  transition: height 0.5s ease-out;
}

.default-resources .resources-title {
  font-family: "Roboto";
  font-weight: 600;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: #394857;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .default-resources .resources-title {
    text-align: center;
  }
}
.default-resources .resources-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.default-resources .resource-item {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  overflow: hidden;
}
.default-resources .resource-item:hover {
  border-color: #9cbc4f;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.default-resources .resource-item:hover .resource-icon {
  background-color: #9cbc4f;
}
.default-resources .resource-item:hover .resource-icon svg {
  stroke: #fff;
}
.default-resources .resource-item:hover .resource-action {
  color: #9cbc4f;
}
.default-resources .resource-link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .default-resources .resource-link {
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
  }
}
.default-resources .resource-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgba(57, 72, 87, 0.08);
  border-radius: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .default-resources .resource-icon {
    width: 45px;
    height: 45px;
  }
}
.default-resources .resource-icon svg {
  width: 24px;
  height: 24px;
  stroke: #394857;
  transition: stroke 0.3s ease;
}
@media (max-width: 768px) {
  .default-resources .resource-icon svg {
    width: 20px;
    height: 20px;
  }
}
.default-resources .resource-icon-pdf {
  background-color: rgba(231, 76, 60, 0.1);
}
.default-resources .resource-icon-pdf svg {
  stroke: #e74c3c;
}
.default-resources .resource-icon-doc {
  background-color: rgba(52, 152, 219, 0.1);
}
.default-resources .resource-icon-doc svg {
  stroke: #3498db;
}
.default-resources .resource-icon-xls {
  background-color: rgba(39, 174, 96, 0.1);
}
.default-resources .resource-icon-xls svg {
  stroke: #27ae60;
}
.default-resources .resource-icon-ppt {
  background-color: rgba(230, 126, 34, 0.1);
}
.default-resources .resource-icon-ppt svg {
  stroke: #e67e22;
}
.default-resources .resource-icon-zip {
  background-color: rgba(155, 89, 182, 0.1);
}
.default-resources .resource-icon-zip svg {
  stroke: #9b59b6;
}
.default-resources .resource-icon-image {
  background-color: rgba(26, 188, 156, 0.1);
}
.default-resources .resource-icon-image svg {
  stroke: #1abc9c;
}
.default-resources .resource-icon-video {
  background-color: rgba(233, 30, 99, 0.1);
}
.default-resources .resource-icon-video svg {
  stroke: #e91e63;
}
.default-resources .resource-icon-link {
  background-color: rgba(156, 188, 79, 0.1);
}
.default-resources .resource-icon-link svg {
  stroke: #9cbc4f;
}
.default-resources .resource-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
@media (max-width: 768px) {
  .default-resources .resource-content {
    flex: 1 1 calc(100% - 65px);
  }
}
.default-resources .resource-title {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 18px;
  font-weight: 600;
  color: #394857;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .default-resources .resource-title {
    font-size: 15px;
  }
}
.default-resources .resource-description {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .default-resources .resource-description {
    font-size: 13px;
  }
}
.default-resources .resource-action {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #394857;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .default-resources .resource-action {
    width: 100%;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
  }
}
.default-resources .resource-action-icon {
  display: flex;
  align-items: center;
}
.default-resources .resource-action-icon svg {
  width: 18px;
  height: 18px;
}
.default-resources.bg-light .resource-item {
  background-color: #f5f5f5;
  border-color: transparent;
}
.default-resources.bg-light .resource-item:hover {
  background-color: #fff;
  border-color: #9cbc4f;
}
.default-resources.style-compact .resources-list {
  gap: 8px;
}
.default-resources.style-compact .resource-link {
  padding: 15px;
}
.default-resources.style-compact .resource-icon {
  width: 40px;
  height: 40px;
}
.default-resources.style-compact .resource-icon svg {
  width: 20px;
  height: 20px;
}
.default-resources.style-compact .resource-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.default-resources.style-compact .resource-description {
  display: none;
}
.default-resources.style-cards .resources-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .default-resources.style-cards .resources-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.default-resources.style-cards .resource-item {
  border-radius: 16px;
}
.default-resources.style-cards .resource-link {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 25px;
}
.default-resources.style-cards .resource-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.default-resources.style-cards .resource-icon svg {
  width: 28px;
  height: 28px;
}
.default-resources.style-cards .resource-content {
  width: 100%;
}
.default-resources.style-cards .resource-action {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

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

html,
body {
  font-family: "Roboto";
  font-weight: normal;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
  color: #394857;
}

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

body.home .section-gsa-006 {
  display: none;
}
/*# sourceMappingURL=style.css.map */