@charset "UTF-8";
/*
	Theme Name: WP Starter
	Theme URI: https://nature-digitale.fr
	Description: Thème de la société Nature Digitale
	Author: Nature Digitale - Agence Web Eco Responsable
	Author URI: https://nature-digitale.fr
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: nature-digitale
*/
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"), url("assets/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("assets/fonts/roboto/Roboto-Bold.woff") format("woff"), url("assets/fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url("assets/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("assets/fonts/roboto/Roboto-Regular.woff") format("woff"), url("assets/fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F8F7F3;
}
body .site-header .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 1200px;
  max-width: 95%;
}
body .site-header .menu-wrapper img {
  display: block;
  max-width: 230px;
  height: auto;
}
body .site-header .menu-wrapper .site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  padding-right: 40px;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.cta {
  padding: 13px 35px;
  background-color: #B9E0A9;
  border-radius: 5px;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.cta a {
  color: #fff;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item:last-child a {
  padding-right: 0px;
}
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 .site-header .menu-wrapper .site-navigation #menu-menu-principal {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 15px;
    color: #221638;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item .sub-menu .menu-item:last-child a {
    padding-right: 16px;
  }
  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: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    border-radius: 0 0 5px 5px;
    border-top: 3px solid #B9E0A9;
    background: #fff;
    top: 61px;
    left: -20px;
    z-index: 10;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children > a {
    padding-bottom: 60px;
  }
  body .site-header .menu-wrapper .site-navigation .close-btn {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  body {
    /*
    * Spin du burger
    */
  }
  body .site-header .site-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    visibility: hidden;
    background-color: #fff;
    min-width: 300px;
    height: 100vh;
    z-index: 20;
    top: 0;
    right: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out, visibility 0.5s linear, -webkit-transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, visibility 0.5s linear, -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0.5s linear;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0.5s linear, -webkit-transform 0.5s ease-out;
  }
  body .site-header .site-navigation .menu-menu-principal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 100px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-align: center;
    row-gap: 10px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item a {
    padding-right: 0px;
    text-transform: uppercase;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item .sub-menu a {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item.cta {
    margin-inline: 30px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item-has-children {
    row-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .site-header .site-navigation.menu-active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  body .site-header .overlay-menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 10;
    -webkit-transition: opacity 0.5s ease-out, visibility 0.5s linear;
    transition: opacity 0.5s ease-out, visibility 0.5s linear;
  }
  body .site-header .overlay-menu.overlay-menu-active {
    visibility: visible;
    opacity: 1;
    backdrop-filter: blur(3px);
  }
  body .hamburger {
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
            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: #B9E0A9;
  }
  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;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    z-index: 20;
    background-color: #B9E0A9;
  }
  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 {
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  body .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  body .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  body .hamburger--spin.burger-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body .hamburger--spin.burger-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  body .hamburger--spin.burger-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body.body-fixed {
    overflow: hidden;
  }
}
.categories-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.categories-links .btn {
  text-decoration: none;
  color: #fff;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
  padding: 10px 20px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-color: #B9E0A9;
  border-radius: 0.5rem;
}

body:not(.home) .page .block-section .block-ban-container h2.title {
  font-size: 36px;
  line-height: 1.7;
  color: #B9E0A9;
}
body:not(.home) .page .block-section .block-ban-container h2.subtitle {
  font-size: 22px;
  line-height: 1.7;
  color: #B9E0A9;
  font-style: italic;
}
body:not(.home) .page .block-section .block-text-container {
  width: 1200px;
  margin: auto;
  padding: 30px 0;
}
@media screen and (max-width: 980px) {
  body:not(.home) .page .block-section .block-text-container {
    width: auto;
    padding: 30px;
  }
}
body:not(.home) .page .block-section .block-text-container h2 {
  font-size: 36px;
  line-height: 2em;
  color: #1A8F7C;
}
body:not(.home) .page .block-section .block-text-container h3 {
  font-size: 22px;
  line-height: 2em;
  color: #1A8F7C;
}
body:not(.home) .page .block-section .block-text-container h4, body:not(.home) .page .block-section .block-text-container h5, body:not(.home) .page .block-section .block-text-container h6 {
  color: #1A8F7C;
  font-weight: 400;
  font-style: italic;
  line-height: 2em;
}
body:not(.home) .page .block-section .block-text-container p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.8em;
  font-family: "Roboto";
  font-weight: normal;
  padding: 5px 0;
}
body:not(.home) .page .block-section .block-text-container ul, body:not(.home) .page .block-section .block-text-container ol {
  padding: 20px 0px 20px 30px;
  list-style-position: outside;
}
body:not(.home) .page .block-section .block-text-container ul li, body:not(.home) .page .block-section .block-text-container ol li {
  margin-bottom: 10px;
}
body:not(.home) .page .block-section .block-text-container a {
  cursor: pointer;
  text-decoration: none;
  color: #B9E0A9;
  font-family: "Roboto";
  font-weight: normal;
}
body:not(.home) .page .block-section .block-text-container strong {
  color: var(#B9E0A9);
  font-family: "Roboto";
  font-weight: normal;
}
body:not(.home) .page .block-section .block-text-container img.alignright {
  float: right;
  padding: 10px;
}
body:not(.home) .page .block-section .block-text-container img.alignleft {
  float: left;
  padding: 10px;
}
body:not(.home) .page .block-section .block-text-container img.aligncenter {
  float: center;
}
body:not(.home) .page .wp-block-quote {
  border-left: 5px solid #B9E0A9;
  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: 1200px;
  margin-inline: auto;
}
body main.privacy-policy .block-section.privacy-section-1 #cmplz-document h2,
body main.legal-terms .block-section.privacy-section-1 #cmplz-document h2 {
  font-size: 22px;
  margin-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #1A8F7C;
}
body main.privacy-policy h2,
body main.legal-terms h2 {
  font-size: 28px;
  margin-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #1A8F7C;
}
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: #B9E0A9;
}
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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.article .article-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.article .article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px;
  background-color: #fff;
}
.article .article-container .title {
  text-decoration: none;
}
.article .article-container .title h2 {
  text-align: left;
  font-size: 32px;
  margin-bottom: 0;
}
.article .article-container .author {
  font-weight: 600;
}
.article .article-container .author span {
  font-weight: 600;
}
.article .article-container .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article .article-container .date img {
  max-width: 21px;
  height: 23px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.article .article-container .article-subcontainer {
  display: none;
}
.article .article-container .excerpt {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
}

.error-404 {
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
}
.error-404__img {
  width: 200px;
  -webkit-filter: invert(43%) sepia(17%) saturate(3363%) hue-rotate(131deg) brightness(92%) contrast(80%);
          filter: invert(43%) sepia(17%) saturate(3363%) hue-rotate(131deg) brightness(92%) contrast(80%);
}
.error-404__title {
  font-size: 22px;
}
.error-404__sub-title {
  padding-top: 20px;
  font-size: 18px;
}

form .fields-double-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 768px) {
  form .fields-double-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
form .fields-double-col span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 20px;
}
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] {
  display: block;
  background-color: #1A8F7C;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #1A8F7C;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 5px;
}
form input[type=submit]:hover {
  background-color: transparent;
  color: #B9E0A9;
  border: 2px solid #B9E0A9;
}

.block-video {
  -webkit-box-shadow: 0px 5px 19px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 19px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.block-video .video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-inline: auto;
  background-color: #B9E0A9;
  aspect-ratio: 16/9;
}
.block-video .video-wrapper .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.block-video .video-wrapper .text-container .play-icon {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.block-video .video-wrapper .text-container .play-icon img {
  display: block;
  width: 60px;
  height: auto;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}
.block-video .video-wrapper .text-container .play-icon:hover {
  -webkit-transform: scale(1.1);
          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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     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));
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s ease-in-out, -webkit-transform 2s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out, -webkit-transform 2s ease-in-out;
  transition: filter 0.3s ease-in-out, transform 2s ease-in-out;
  transition: filter 0.3s ease-in-out, transform 2s ease-in-out, -webkit-filter 0.3s ease-in-out, -webkit-transform 2s ease-in-out;
}
.block-video:hover .poster-container img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.block-video .video-container.show-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  backdrop-filter: blur(2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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;
  -webkit-filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
          filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.block-video .video-container.show-video .video-player-container .close-icon:hover {
  -webkit-transform: rotate(90deg);
          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;
  }
}

.accueil .section-ban .block-ban-container .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accueil .section-ban .block-ban-container .content .title,
.accueil .section-ban .block-ban-container .content .subtitle {
  text-align: center;
}
.accueil .section-ban .block-ban-container .content .title {
  color: #B9E0A9;
  font-size: 86px;
}
@media screen and (max-width: 980px) {
  .accueil .section-ban .block-ban-container .content .title {
    font-size: 50px;
  }
}
.accueil .section-ban .block-ban-container .content .subtitle {
  font-size: 22px;
  color: #fff;
}
.accueil .section-normal {
  line-height: 1.6em;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
}
.accueil .section-normal h1 {
  font-size: 50px;
}
.accueil .section-normal h2 {
  font-size: 36px;
  color: #1A8F7C;
  text-align: center;
  line-height: 2em;
}
@media screen and (max-width: 980px) {
  .accueil .section-normal h2 {
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 1.2em;
  }
}
.accueil .section-normal h3 {
  font-size: 22px;
  color: #60B571;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}
.accueil .section-normal p {
  padding: 5px 0;
  text-align: justify;
}
.accueil .section-normal ul,
.accueil .section-normal ol {
  padding-left: 30px;
  list-style-position: outside;
}
.accueil .section-normal ul li,
.accueil .section-normal ol li {
  margin-bottom: 10px;
}
.accueil .section-normal a {
  cursor: pointer;
  text-decoration: none;
  color: #60B571;
  font-family: "Roboto";
  font-weight: normal;
}
.accueil .section-normal strong {
  color: var(#B9E0A9);
  font-family: "Roboto";
  font-weight: 600;
}
.accueil .section-normal .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accueil .section-normal .btn-container a {
  margin: auto;
  padding: 10px 30px;
  border: 2px solid;
  border-radius: 10px;
}

.contact .section-ban .block-ban-container .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          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-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
}
.default-form form input[type=text],
.default-form form input[type=email],
.default-form form input[type=tel],
.default-form form textarea {
  border-radius: 10px;
  border: 1px solid #1A8F7C;
  margin: 20px 0;
}
.default-form label.nom {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 44%;
          flex: 1 1 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.default-form label.email {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.default-form label.objet, .default-form label.message, .default-form .wpcf7-submit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media screen and (max-width: 980px) {
  .default-form .nom, .default-form label.email {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .default-form form {
    gap: 0;
  }
}

#site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
}
#site-footer a {
  text-decoration: none;
  color: #666666;
}
#site-footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#site-footer .footer-top .logo-footer {
  width: 100px;
}
#site-footer .footer-top .logo-footer img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#site-footer .footer-top .menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#site-footer .footer-top .menu-footer .site-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-right: 40px;
}
#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:hover {
  color: #000000;
}
#site-footer .footer-top .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#site-footer .footer-top .social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#site-footer .footer-top .social-links a img {
  width: 23px;
  -webkit-filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
          filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
}
#site-footer .footer-top .social-links a img:hover {
  -webkit-filter: invert(43%) sepia(17%) saturate(3363%) hue-rotate(131deg) brightness(92%) contrast(80%);
          filter: invert(43%) sepia(17%) saturate(3363%) hue-rotate(131deg) brightness(92%) contrast(80%);
}
#site-footer .separator {
  border-bottom: 1px solid #666666;
  opacity: 0.1;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 28px;
}
#site-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#site-footer .footer-bottom .informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#site-footer .footer-bottom .informations a:hover {
  color: #B9E0A9;
}
#site-footer .footer-bottom .nature-digitale-link:hover {
  color: #B9E0A9;
}
#site-footer .footer-bottom .nature-digitale-link:hover img {
  -webkit-filter: invert(43%) sepia(17%) saturate(3363%) hue-rotate(131deg) brightness(92%) contrast(80%);
          filter: invert(43%) sepia(17%) saturate(3363%) hue-rotate(131deg) brightness(92%) contrast(80%);
}
#site-footer .footer-bottom .nature-digitale-link img {
  width: 16px;
  vertical-align: middle;
}
#site-footer .footer-pill .pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid rgb(4, 215, 169);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  text-decoration: none;
  font-size: 12px;
  margin-inline: auto;
  margin-top: 20px;
}
#site-footer .footer-pill .pill:hover {
  -webkit-transform: translateY(-5px);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}
#site-footer .footer-pill .pill .carbon p {
  color: rgb(0, 174, 136);
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #site-footer .footer-top .logo {
    margin: 30px 0;
  }
  #site-footer .footer-top .menu-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #site-footer .footer-top .menu-footer .menu {
    row-gap: 10px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  #site-footer .separator {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1130px) {
  .informations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 1129px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-bottom .informations {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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 {
  display: block;
  background-color: #1A8F7C;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #1A8F7C;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 5px;
}
.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: transparent;
  color: #B9E0A9;
  border: 2px solid #B9E0A9;
}
@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: #1A8F7C;
}
.search h1.entry-title span {
  text-decoration: underline;
  text-decoration-color: #1A8F7C;
}

.pagination {
  margin-bottom: 30px;
}
.pagination .nav-previous a,
.pagination .nav-next a {
  text-decoration: none;
  color: #B9E0A9;
  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;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-post .header-content .post-thumbnail .categories-links {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.single-post .header-content .post-informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.single-post .header-content .post-informations .title {
  color: #B9E0A9;
  font-size: 45px;
  margin-top: 30px;
}
.single-post .header-content .post-informations .post-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -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 {
  color: #1A8F7C;
  font-size: 45px;
  line-height: 1.7;
}
@media screen and (max-width: 980px) {
  .single-post .page-content > h1 {
    font-size: 40px;
    line-height: 1.5em;
  }
}
.single-post .page-content > h2 {
  font-size: 36px;
  line-height: 1.7;
  color: #B9E0A9;
}
.single-post .page-content > h2.title {
  color: #B9E0A9;
  line-height: 1.5em;
}
@media screen and (max-width: 980px) {
  .single-post .page-content > h2 {
    font-size: 30px;
    line-height: 1.5em;
  }
}
.single-post .page-content > h3, .single-post .page-content h4 {
  color: #1A8F7C;
  font-size: 22px;
  line-height: 1.7;
}
.single-post .page-content > h5, .single-post .page-content h6 {
  color: #1A8F7C;
  font-weight: 400;
  font-style: italic;
}
.single-post .page-content > p {
  text-align: justify;
}
.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: #B9E0A9;
  font-family: "Roboto";
  font-weight: normal;
}
.single-post .page-content > strong {
  color: var(#B9E0A9);
  font-family: "Roboto";
  font-weight: normal;
}
.single-post .page-content .wp-block-quote {
  border-left: 5px solid #B9E0A9;
  padding-left: 10px;
}
.single-post .page-content .wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-post .block-share-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
}
.single-post .block-share-article .share-article-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .single-post .block-share-article .share-article-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.single-post .block-share-article .share-article-wrapper .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -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;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.single-post .block-share-article .share-article-wrapper .links .announce-share-link img {
  cursor: pointer;
  -webkit-filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
          filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
  position: relative;
  z-index: -1;
}
.single-post .block-share-article .share-article-wrapper .links .announce-share-link:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.single-post .block-share-article .share-article-wrapper .links .announce-share-link:hover img {
  -webkit-filter: invert(43%) sepia(17%) saturate(3363%) hue-rotate(131deg) brightness(92%) contrast(80%);
          filter: invert(43%) sepia(17%) saturate(3363%) hue-rotate(131deg) brightness(92%) contrast(80%);
}
.single-post .block-share-article .more-announces,
.single-post .block-share-article .more-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  text-decoration: none;
  color: #B9E0A9;
}
.single-post .block-share-article .more-announces:hover,
.single-post .block-share-article .more-articles:hover {
  color: #1A8F7C;
}
.single-post .block-author-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.single-post .block-author-article .author-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px;
}
.single-post .block-author-article .author-card .image img {
  display: block;
  width: auto;
  height: 100px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  margin-right: 20px;
}
.single-post .block-author-article .author-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-post .block-author-article .author-card .content .nickname {
  font-size: 32px;
  margin-bottom: 0;
  text-align: left;
  color: #1A8F7C;
}
.single-post .block-author-article .author-card .content .social-links {
  -webkit-filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
          filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}
.single-post .block-author-article .author-card .content .social-links a {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.single-post .block-author-article .author-card .content .social-links a img {
  width: 20px;
  height: 20px;
  -webkit-filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
          filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
  position: relative;
  z-index: -1;
}
.single-post .block-author-article .author-card .content .social-links a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.single-post .block-author-article .author-card .content .social-links a:hover img {
  -webkit-filter: invert(43%) sepia(17%) saturate(3363%) hue-rotate(131deg) brightness(92%) contrast(80%);
          filter: invert(43%) sepia(17%) saturate(3363%) hue-rotate(131deg) brightness(92%) contrast(80%);
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  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;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
          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;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.single-post .table-of-contents .toc-container ul li a:hover {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.single-post .table-of-contents .toc-container ul li:hover {
  border-left: 2px solid #B9E0A9;
}
.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;
    -webkit-animation: slide-to-top-left 0.3s forwards;
            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: #B9E0A9;
    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: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  @-webkit-keyframes slide-to-top-left {
    from {
      top: 0;
      left: 50%;
    }
    to {
      top: 10px;
      left: 10px;
    }
  }
  @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: #B9E0A9;
    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;
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
          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: #B9E0A9;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.single-post .cta-article-block .btn:hover {
  background-color: #1A8F7C;
}
.single-post .popup-article-block {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s linear;
  transition: visibility 0.3s, opacity 0.3s linear;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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;
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
          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;
  -webkit-filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
          filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
}
@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: #B9E0A9;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 100%;
}
.single-post .popup-article-block .btn:hover {
  background-color: #1A8F7C;
}
.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: #666666;
}
.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: #B9E0A9;
}
.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: #B9E0A9;
}
.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;
  -webkit-filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
          filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-awaiting-moderation {
  font-size: 14px;
  color: #B9E0A9;
}
.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: #B9E0A9;
  margin-left: 20px;
}
.single-post .comments-area .comment-respond .logged-in-as {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}
.single-post .comments-area .comment-respond .comment-form-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 #666666;
  outline: none;
  padding: 10px;
  resize: vertical;
  height: 150px;
  border-radius: 5px;
}
.single-post .comments-area .comment-respond .user_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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 #666666;
  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: #B9E0A9;
  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;
    -o-object-fit: cover;
       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;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .single-post .header-content .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 0.8888888889;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .single-post .comments-area .logged-in-as {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: none;
  }
  .single-post .comments-area .form-submit {
    text-align: center;
  }
}
.block-ban-container {
  position: relative;
  background-color: rgba(0, 0, 0, 0.35);
  height: auto;
  padding-top: 150px;
  padding-bottom: 250px;
}
.block-ban-container .content {
  row-gap: 0px;
  width: 1200px;
  max-width: 90%;
  margin-inline: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-ban-container .btn {
  display: block;
  background-color: #1A8F7C;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #1A8F7C;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  margin-top: 30px;
}
.block-ban-container .btn:hover {
  background-color: transparent;
  color: #B9E0A9;
  border: 2px solid #B9E0A9;
}
.block-ban-container .image {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

@media screen and (max-width: 900px) {
  .block-ban-container {
    padding-top: 80px;
    padding-bottom: 150px;
    padding-left: 0px;
  }
}
@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: #1A8F7C;
  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 {
  display: block;
  background-color: #1A8F7C;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #1A8F7C;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  display: inline-block;
}
.block-multipurpose.standard .btn-container .btn:hover {
  background-color: transparent;
  color: #B9E0A9;
  border: 2px solid #B9E0A9;
}

@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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-multipurpose.block-double-col.img-gauche .block-double-col-element {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.block-multipurpose.block-double-col.img-droite .block-double-col-element {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block-multipurpose.block-double-col .block-double-col-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.block-multipurpose.block-double-col .block-double-col-element__img-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 40%;
      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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 40%;
      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: #1A8F7C;
  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 {
  display: block;
  background-color: #1A8F7C;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #1A8F7C;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  display: inline-block;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .btn-container .btn:hover {
  background-color: transparent;
  color: #B9E0A9;
  border: 2px solid #B9E0A9;
}

@media screen and (max-width: 900px) {
  .block-multipurpose.block-double-col.img-gauche .block-double-col-element .block-double-col-element__img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .block-multipurpose.block-double-col.img-droite .block-double-col-element .block-double-col-element__img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 60px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  min-width: 250px;
  background-color: #fff;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          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: #1A8F7C;
  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: #666666;
  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: #B9E0A9;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  -webkit-transition: all 0.2s ease-in;
  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: #B9E0A9;
  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;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 900px) {
  .block-multipurpose.block-cards-simple {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    height: auto;
  }
}
body.default .block-team-cards,
body.default .team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 30%;
      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;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.default .block-team-cards .infos,
body.default .team .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -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 {
  -webkit-filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
          filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
}
body.default .block-team-cards .social-link img,
body.default .team .social-link img {
  width: 20px;
}

.block-reviews.slider-reviews .review-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  text-align: justify;
}
.block-reviews.slider-reviews .client-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 599px) {
  .block-reviews.slider-reviews .client-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 600px) {
  .block-reviews.slider-reviews .client-infos {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media (max-width: 599px) {
  .block-reviews.slider-reviews .client-infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.block-reviews.slider-reviews .splide__pagination {
  bottom: -20px;
}

.block-gallery-container .gallery {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.block-gallery-container .gallery .img-gallery {
  display: block;
  min-width: 300px;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.block-gallery-container .gallery .img-gallery img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     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);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-grab;
  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;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.block-faqs.faq .question:hover {
  background-color: #B9E0A9;
  color: white;
}
.block-faqs.faq .question:hover::before {
  -webkit-filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
          filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
}
.block-faqs.faq .question::before {
  content: url("./assets/images/chevronDown.svg");
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.block-faqs.faq .answer {
  height: 0;
  -webkit-transition: height 0.2s ease-out;
  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: #B9E0A9;
  color: white;
}
.block-faqs.faq .expanded .question::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
          filter: invert(39%) sepia(58%) saturate(491%) hue-rotate(121deg) brightness(105%) contrast(99%);
}
.block-faqs.faq .expanded .answer {
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}

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

html,
body {
  font-family: "Arial";
  font-weight: normal;
  scroll-behavior: smooth;
}

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

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

a {
  outline: 0;
  color: #1A8F7C;
}

body.body-fixed {
  overflow: hidden;
}

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

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