@charset "UTF-8";
/*
	Theme Name: WP Starter
	Theme URI: https://nature-digitale.fr
	Description: Thème de la société Nature Digitale - Créateur et référenceur de site web.
	Author: Nature Digitale
	Author URI: https://nature-digitale.fr
	Version: 2.0.0
	Stable tag: 2.0.0
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: nature-digitale
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
@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;
}
.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;
  /*.top-bar {
    background-color: $color-main-1;
    height: 40px;

    .top-bar-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;

      .company-details {
        display: flex;
        align-items: center;
        column-gap: 20px;

        a {
          @include font-style-3();
          text-decoration: none;
          color:$color-1;
          font-size: $font-size-p;
        }
      }

      .company-social {
        display: flex;
        align-items: center;
        column-gap: 10px;

        a {
          img {
            height: 20px;
            filter: $color-svg-1;
          }
        }
      }
    }
  }*/
}
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 .menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
body .site-header .menu-wrapper .search-button {
  width: 25px;
  height: 25px;
  display: block;
  -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;
}
body .site-header .menu-wrapper .search-button img {
  width: 100%;
  height: auto;
  -webkit-filter: invert(67%) sepia(72%) saturate(722%) hue-rotate(333deg) brightness(97%) contrast(87%);
          filter: invert(67%) sepia(72%) saturate(722%) hue-rotate(333deg) brightness(97%) contrast(87%);
}
body .site-header .menu-wrapper .search-button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
body .site-header .menu-wrapper img {
  max-width: 230px;
  max-height: 80px;
}
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: "Arial";
  font-weight: 600;
  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: #4e8bc4;
  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 .icon-chevron {
  display: none;
}
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: 1216px) {
  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 #4e8bc4;
    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 only screen and (max-width: 1215px) {
  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 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 30px;
  }
  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;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item {
    margin-bottom: 30px;
    position: relative;
  }
  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 a:hover {
    color: #4e8bc4;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item .sub-menu {
    margin-left: 10px;
  }
  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 .sub-menu.open {
    display: block;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item .sub-menu > .menu-item {
    margin-bottom: 10px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item .sub-menu > .menu-item:first-child {
    margin-top: 20px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item .sub-menu > .menu-item:last-child {
    margin-bottom: 0;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item.cta {
    text-align: center;
    margin-bottom: 0;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item-has-children .sub-menu {
    display: none;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item-has-children > .icon-chevron {
    display: block;
    position: absolute;
    width: 25px;
    top: 0;
    right: 0;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item-has-children > .icon-chevron img {
    width: 100%;
  }
  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;
    -webkit-backdrop-filter: blur(3px);
            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: #4e8bc4;
  }
  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: #4e8bc4;
  }
  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;
  }
}
.home section {
  background-color: #fafafa;
}

.home main .section-accueil-banniere {
  background-color: transparent;
}

.home .home-section-blog,
.home .home-section-partenaire,
section.home-section-video {
  background-color: white;
}

.home-section-blog .excerpt {
  display: none;
}

#content .home-section-blog .articles .article .article-container {
  min-height: auto;
}

.home-section-blog .articles .article .article-container .title h2 {
  font-size: 20px;
  text-align: center;
}

.section-header-default {
  background-color: #fafafa;
}

#content .privacy-section-1 h2 {
  margin-top: 20px;
}

.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;
  padding-bottom: 20px;
}
.categories-links .btn {
  text-decoration: none;
  color: #4e8bc4;
  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: white;
  border-radius: 0.5rem;
  border: 2px solid #4e8bc4;
}
.categories-links .btn.current {
  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: #4e8bc4;
  border-radius: 0.5rem;
}

main {
  line-height: 1.2;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
}
main h1 {
  font-size: 50px;
}
main h2 {
  font-size: 36px;
  font-family: "Roboto";
  font-weight: 600;
}
main h3 {
  font-size: 36px;
  font-family: "Roboto";
  font-weight: 600;
}
main ul,
main ol {
  padding-left: 30px;
  list-style-position: outside;
}
main ul li,
main ol li {
  margin-bottom: 10px;
}
main ul li::marker,
main ol li::marker {
  color: #e8963c;
}
main hr {
  max-width: 150px;
  margin-inline: auto;
  background-color: #e8963c;
  color: white;
  height: 3px;
  margin-bottom: 30px;
  border: none;
}
main blockquote {
  padding-left: 30px;
  border-left: 4px solid #4e8bc4;
  margin-top: 10px;
  margin-bottom: 20px;
}
main a {
  cursor: pointer;
  text-decoration: none;
  color: #4e8bc4;
  font-family: "Roboto";
  font-weight: normal;
}
main img.alignright,
main .wp-caption.alignright {
  float: right;
  padding: 0 0 10px 15px;
  max-width: 100%;
}
main img.alignleft,
main .wp-caption.alignleft {
  float: left;
  padding: 0px 15px 10px 0px;
  max-width: 100%;
}
main img.aligncenter,
main .wp-caption.aligncenter {
  clear: both;
  margin-inline: auto;
  display: block;
  max-width: 100%;
}
main .wp-caption-text {
  font-style: italic;
  color: #666;
}
main .wp-block-quote {
  border-left: 5px solid #4e8bc4;
  padding-left: 10px;
}
main .wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}
main .wp-block-embed iframe {
  max-width: 100%;
  margin-inline: auto;
  display: block;
}
main figure.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
main figure.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 500px) {
  main img.alignright,
  main .wp-caption.alignright {
    clear: both;
    margin-inline: auto;
    display: block;
    float: none;
    max-width: 100%;
  }
  main img.alignleft,
  main .wp-caption.alignleft {
    clear: both;
    margin-inline: auto;
    display: block;
    float: none;
    max-width: 100%;
  }
}
.error-404 {
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
}
.error-404__img {
  /*width: 200px;
  filter: $color-svg-2;*/
}
.error-404__title {
  font-size: 22px;
}
.error-404__sub-title {
  padding-top: 20px;
  font-size: 20px;
}
.error-404 input,
.error-404 textarea {
  width: 100%;
  line-height: 1.6em;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  max-width: 350px;
  margin-top: 30px;
  font-family: "Roboto";
  font-weight: normal;
}
.error-404 input[type=submit] {
  display: block;
  background-color: #4e8bc4;
  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 #4e8bc4;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  line-height: initial;
  margin-inline: auto;
  width: 100%;
}
.error-404 input[type=submit]:hover {
  background-color: transparent;
  color: #4e8bc4;
}

.page-de-recherche {
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
}
.page-de-recherche .image {
  width: 300px;
  height: auto;
}
.page-de-recherche .title {
  font-size: 36px;
  color: #4e8bc4;
}
.page-de-recherche .subtitle {
  padding-top: 20px;
}
.page-de-recherche input,
.page-de-recherche textarea {
  width: 100%;
  line-height: 1.6em;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  max-width: 350px;
  margin-top: 30px;
  font-family: "Roboto";
  font-weight: normal;
}
.page-de-recherche input[type=submit] {
  display: block;
  background-color: #4e8bc4;
  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 #4e8bc4;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  line-height: initial;
  margin-inline: auto;
  width: 100%;
}
.page-de-recherche input[type=submit]:hover {
  background-color: transparent;
  color: #4e8bc4;
}

.wpcf7 {
  max-width: 900px;
  margin-inline: auto;
}
.wpcf7 .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  margin-bottom: 20px;
}
.wpcf7 .col2 span {
  display: block;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
.wpcf7 .col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0%;
     -moz-column-gap: 0%;
          column-gap: 0%;
  margin-bottom: 20px;
}
.wpcf7 .col1 span {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.wpcf7 .col1 span input {
  width: 100%;
}
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  line-height: 1.6em;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  font-family: "Roboto";
  font-weight: normal;
}
.wpcf7 input[type=checkbox] {
  width: auto;
}
.wpcf7 input[type=submit] {
  display: block;
  background-color: #4e8bc4;
  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 #4e8bc4;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  line-height: initial;
  margin-inline: auto;
  width: 100%;
}
.wpcf7 input[type=submit]:hover {
  background-color: transparent;
  color: #4e8bc4;
}
.wpcf7 .rgpd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

#site-footer {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#site-footer a {
  text-decoration: none;
  color: #666666;
}
#site-footer .newsletterLink {
  display: block;
  background-color: #4e8bc4;
  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 #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  margin-inline: auto;
}
#site-footer .newsletterLink:hover {
  background-color: #e8963c;
  border-color: #e8963c;
  color: #fff;
}
#site-footer .footer-top-wrapper {
  width: 100%;
  background-color: #4e8bc4;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
}
#site-footer .footer-top-wrapper .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#site-footer .footer-top-wrapper .footer-top h3 {
  font-family: "Roboto";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 28px;
  color: #fff;
  padding-bottom: 10px;
}
#site-footer .footer-top-wrapper .footer-top .col1 {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
#site-footer .footer-top-wrapper .footer-top .col2 {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
#site-footer .footer-top-wrapper .footer-top .col3 {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
#site-footer .footer-top-wrapper .footer-top .address {
  line-height: 1.5em;
}
#site-footer .footer-top-wrapper .footer-top .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#site-footer .footer-top-wrapper .footer-top .social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#site-footer .footer-top-wrapper .footer-top .social-links a img {
  width: 35px;
  -webkit-filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(145deg) brightness(105%) contrast(100%);
          filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(145deg) brightness(105%) contrast(100%);
}
#site-footer .footer-top-wrapper .footer-top .social-links a img:hover {
  -webkit-filter: invert(73%) sepia(41%) saturate(1921%) hue-rotate(334deg) brightness(98%) contrast(85%);
          filter: invert(73%) sepia(41%) saturate(1921%) hue-rotate(334deg) brightness(98%) contrast(85%);
}

/*@media screen and (max-width: 1000px) {
    #site-footer {
      .footer-top {
        flex-direction: column;

        .logo {
          margin: 30px 0;
        }

        .menu-footer {
          flex-direction: column;
          align-items: flex-start;

          .menu {
            row-gap: 10px;
            margin: 0;
            flex-direction: column;
            margin-bottom: 30px;
          }
        }
      }

      .separator {
        margin-top: 30px;
      }
    }
  }*/
@media screen and (max-width: 1000px) {
  #site-footer .footer-top-wrapper {
    /*
      .footer-top {
        max-width: 95%;
        flex-direction: row;
        .col1,.col2,.col3{
          flex-basis:32%;
        }
        .social-links {

        }
      }*/
  }
}
@media screen and (max-width: 750px) {
  #site-footer .footer-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #site-footer .footer-top-wrapper .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #site-footer .footer-top-wrapper .footer-top .col1,
  #site-footer .footer-top-wrapper .footer-top .col2 {
    margin-bottom: 20px;
  }
  #site-footer .footer-top-wrapper .footer-top .col1,
  #site-footer .footer-top-wrapper .footer-top .col2,
  #site-footer .footer-top-wrapper .footer-top .col3 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #site-footer .footer-top-wrapper .footer-top .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#site-footer .footer-bottom-wrapper {
  width: 100%;
  background-color: #333;
  padding-top: 40px;
  padding-bottom: 20px;
}
#site-footer .footer-bottom-wrapper .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-inline: auto;
  width: 1200px;
  -webkit-column-gap: 1%;
     -moz-column-gap: 1%;
          column-gap: 1%;
  padding-bottom: 40px;
}
#site-footer .footer-bottom-wrapper .footer-menu .col {
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
}
#site-footer .footer-bottom-wrapper .footer-menu .col h3 {
  font-family: "Roboto";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  color: #ccc;
  padding-bottom: 10px;
}
#site-footer .footer-bottom-wrapper .footer-menu .col ul.menu {
  list-style: none;
}
#site-footer .footer-bottom-wrapper .footer-menu .col ul.menu li {
  line-height: 1.5em;
}
#site-footer .footer-bottom-wrapper .footer-menu .col ul.menu li a {
  color: #999;
}
#site-footer .footer-bottom-wrapper .footer-menu .col ul.menu li a:hover {
  color: #4e8bc4;
}
#site-footer .footer-bottom-wrapper .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-inline: auto;
  width: 1200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #666;
  padding-top: 20px;
  color: #999;
}
#site-footer .footer-bottom-wrapper .footer-bottom .informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#site-footer .footer-bottom-wrapper .footer-bottom .informations a:hover {
  color: #4e8bc4;
}
#site-footer .footer-bottom-wrapper .footer-bottom .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;
}
#site-footer .footer-bottom-wrapper .footer-bottom .pill:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#site-footer .footer-bottom-wrapper .footer-bottom .pill .note {
  background-color: rgb(0, 174, 136);
  padding: 5px;
  border-radius: 3px 0 0 3px;
  color: white;
  font-weight: 600;
}
#site-footer .footer-bottom-wrapper .footer-bottom .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-bottom-wrapper .footer-bottom .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-bottom-wrapper .footer-bottom .pill {
    margin-inline: auto;
  }
}
#site-footer .footer-bottom-wrapper .footer-bottom p {
  color: #666666;
}
#site-footer .footer-bottom-wrapper .footer-bottom p a {
  color: #666666;
}
#site-footer .footer-bottom-wrapper .footer-bottom .nature-digitale-link:hover {
  color: #4e8bc4;
}
#site-footer .footer-bottom-wrapper .footer-bottom .nature-digitale-link:hover img {
  -webkit-filter: invert(73%) sepia(41%) saturate(1921%) hue-rotate(334deg) brightness(98%) contrast(85%);
          filter: invert(73%) sepia(41%) saturate(1921%) hue-rotate(334deg) brightness(98%) contrast(85%);
}
#site-footer .footer-bottom-wrapper .footer-bottom .nature-digitale-link img {
  width: 16px;
  vertical-align: middle;
}

@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: 1200px) {
  #site-footer .footer-bottom-wrapper .footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #site-footer .footer-bottom-wrapper .footer-menu .col {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .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;
  }
  .footer-bottom p {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #site-footer .footer-bottom-wrapper .footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #site-footer .footer-bottom-wrapper .footer-menu .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
/*
body.default {
  #site-footer {
    display: flex;
    flex-direction: column;
    font-size: $font-size-p;
    @include font-style-1();

    a {
      text-decoration: none;
      color:$color-1;
    }

    .footer-top {
      display: flex;
      justify-content: space-between;

      .logo-footer {
        width: 100px;

        img {
          width: 100%;
          object-fit: cover;
        }
      }
      //==========================================================================
      // Gestion du menu footer
      //==========================================================================
      .menu-footer {
        display: flex;
        align-items: center;

        .site-navigation {
          .menu {
            display: flex;
            column-gap: 40px;
            margin-right: 40px;

            .sub-menu {
              display: none;
            }
          }
        }

        .menu {
          list-style: none;

          .menu-item {
            a:hover {
              color: $color-main-1;
            }
          }
        }
      }

      .social-links {
        display: flex;
        gap: 10px;

        a {
          display: flex;

          img {
            width: 23px;
            filter: $color-svg-1;

            &:hover {
              filter: $color-svg-2;
            }
          }
        }
      }
    }

    .separator {
      border-bottom: 1px solid $color-1;
      opacity: 0.1;
      width: 100%;
      margin-top: 80px;
      margin-bottom: 28px;
    }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;

      .informations {
        display: flex;

        a:hover {
          color: $color-main-1;
        }
      }

      .nature-digitale-link {
        &:hover {
          color: $color-main-1;

          img {
            filter: $color-svg-2;
          }
        }

        img {
          width: 16px;
          vertical-align: middle;
        }
      }
    }
  }

  @media screen and (max-width: 1000px) {
    #site-footer {
      .footer-top {
        flex-direction: column;

        .logo {
          margin: 30px 0;
        }

        .menu-footer {
          flex-direction: column;
          align-items: flex-start;

          .menu {
            row-gap: 10px;
            margin: 0;
            flex-direction: column;
            margin-bottom: 30px;
          }
        }
      }

      .separator {
        margin-top: 30px;
      }
    }
  }

  //==========================================================================
  // Media queries du bottom du footer
  //==========================================================================
  @media screen and (min-width: 1130px) {
    .informations {
      display: flex;
      column-gap: 20px;
    }
  }

  @media screen and (max-width: 1129px) {
    .footer-bottom {
      flex-direction: column;

      .informations {
        column-gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
      }

      p {
        text-align: center;
      }
    }
  }
}
*/
.archive h1,
.blog h1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}

.category .pagination,
.home-section-blog .pagination,
.blog .pagination,
.single-post .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category .articles,
.home-section-blog .articles,
.blog .articles,
.single-post .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 50px;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
}
.category .articles .article,
.home-section-blog .articles .article,
.blog .articles .article,
.single-post .articles .article {
  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;
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.category .articles .article img,
.home-section-blog .articles .article img,
.blog .articles .article img,
.single-post .articles .article img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.6;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.category .articles .article .article-container,
.home-section-blog .articles .article .article-container,
.blog .articles .article .article-container,
.single-post .articles .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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 30px 20px 30px;
  min-height: 250px;
}
.category .articles .article .article-container .article-subcontainer,
.home-section-blog .articles .article .article-container .article-subcontainer,
.blog .articles .article .article-container .article-subcontainer,
.single-post .articles .article .article-container .article-subcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.category .articles .article .article-container .title,
.home-section-blog .articles .article .article-container .title,
.blog .articles .article .article-container .title,
.single-post .articles .article .article-container .title {
  text-decoration: none;
  color: #4e8bc4;
  text-align: left;
  text-transform: unset;
  font-family: "Roboto";
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.category .articles .article .article-container .title h2,
.home-section-blog .articles .article .article-container .title h2,
.blog .articles .article .article-container .title h2,
.single-post .articles .article .article-container .title h2 {
  font-size: 22px;
}
.category .articles .article .article-container .title h3,
.home-section-blog .articles .article .article-container .title h3,
.blog .articles .article .article-container .title h3,
.single-post .articles .article .article-container .title h3 {
  font-size: 22px;
}
.category .articles .article .article-container .author,
.home-section-blog .articles .article .article-container .author,
.blog .articles .article .article-container .author,
.single-post .articles .article .article-container .author {
  display: none;
  font-weight: 600;
}
.category .articles .article .article-container .author span,
.home-section-blog .articles .article .article-container .author span,
.blog .articles .article .article-container .author span,
.single-post .articles .article .article-container .author span {
  font-weight: 600;
}
.category .articles .article .article-container .date,
.home-section-blog .articles .article .article-container .date,
.blog .articles .article .article-container .date,
.single-post .articles .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;
  font-size: 15px;
  color: #999;
}
.category .articles .article .article-container .date img,
.home-section-blog .articles .article .article-container .date img,
.blog .articles .article .article-container .date img,
.single-post .articles .article .article-container .date img {
  max-width: 17px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  -webkit-filter: invert(72%) sepia(0%) saturate(0%) hue-rotate(231deg) brightness(86%) contrast(85%);
          filter: invert(72%) sepia(0%) saturate(0%) hue-rotate(231deg) brightness(86%) contrast(85%);
}
.category .articles .article .article-container .excerpt,
.home-section-blog .articles .article .article-container .excerpt,
.blog .articles .article .article-container .excerpt,
.single-post .articles .article .article-container .excerpt {
  line-height: 1.5em;
  text-align: justify;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 15px;
}
.category .articles .article .article-container .read-more,
.home-section-blog .articles .article .article-container .read-more,
.blog .articles .article .article-container .read-more,
.single-post .articles .article .article-container .read-more {
  display: none;
  line-height: 1;
  text-decoration: none;
  color: #4e8bc4;
}
.category .btn-all-posts,
.home-section-blog .btn-all-posts,
.blog .btn-all-posts,
.single-post .btn-all-posts {
  display: block;
  background-color: #4e8bc4;
  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 #4e8bc4;
  -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 {
  background-color: transparent;
  color: #4e8bc4;
}

.home-section-blog .articles .article .article-container .title h2 {
  font-size: 20px;
}

@media screen and (max-width: 1100px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;*/
  }
  .category .articles .article,
  .home-section-blog .articles .article,
  .blog .articles .article {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    max-width: 500px;
  }
}
@media screen and (max-width: 900px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;*/
  }
  .category .articles .article,
  .home-section-blog .articles .article,
  .blog .articles .article {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 500px;
  }
}
.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 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.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: #4e8bc4;
  font-size: 50px;
  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.7;
}
.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: 2.2em;
}
.single-post .page-content h2 {
  font-size: 36px;
  line-height: 1.6em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .page-content h3 {
  font-size: 22px;
  line-height: 1.8em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.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 p {
  text-align: justify;
  margin-bottom: 15px;
}
.single-post .page-content a {
  cursor: pointer;
  text-decoration: none;
  color: #4e8bc4;
  font-family: "Roboto";
  font-weight: normal;
}
.single-post .page-content strong {
  color: var(#4e8bc4);
  font-family: "Roboto";
  font-weight: normal;
}
.single-post .page-content .wp-block-quote {
  border-left: 5px solid #4e8bc4;
  padding-left: 10px;
}
.single-post .page-content .wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}
.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: #4e8bc4;
}
.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: #4e8bc4;
}
.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(73%) sepia(41%) saturate(1921%) hue-rotate(334deg) brightness(98%) contrast(85%);
          filter: invert(73%) sepia(41%) saturate(1921%) hue-rotate(334deg) brightness(98%) contrast(85%);
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-awaiting-moderation {
  font-size: 14px;
  color: #4e8bc4;
}
.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: #4e8bc4;
  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: #4e8bc4;
  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 {
          @include img-fit-content(16, 9);
        }
      }
    }
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single-post {
    .header-content {
      .post-thumbnail {
        img {
          @include img-fit-content(16, 12);
        }
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .single-post {
    .header-content {
      .post-thumbnail {
        img {
          @include img-fit-content(16, 18);
        }
      }
    }
  }
}
*/
@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.ban-header {
  position: relative;
  background-color: rgba(0, 0, 0, 0.35);
  height: auto;
  padding-top: 150px;
  padding-bottom: 250px;
}
.block-ban.ban-header .block-ban__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.ban-header .block-ban__title {
  max-width: 800px;
  font-family: "Roboto";
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  color: #e8963c;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-ban.ban-header .block-ban__sub-title {
  max-width: 800px;
  font-family: "Roboto";
  font-weight: 600;
  color: #fff;
  font-size: 40px;
  padding-bottom: 30px;
}
.block-ban.ban-header .block-ban__texte {
  max-width: 800px;
  line-height: 1.6em;
  text-align: justify;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto";
  font-weight: normal;
}
.block-ban.ban-header .block-ban__btn {
  display: block;
  background-color: #4e8bc4;
  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 #4e8bc4;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  margin-top: 30px;
}
.block-ban.ban-header .block-ban__btn:hover {
  background-color: transparent;
  color: #4e8bc4;
}
.block-ban.ban-header .block-ban__img {
  z-index: -1;
  position: absolute;
  /*top: 0;
    width: 100%;
    height: 100%;*/
  top: 30px;
  width: 84%;
  height: auto;
  left: 9%;
  /*object-fit: cover;
    object-position: center;*/
}

@media screen and (max-width: 1000px) {
  .block-ban.ban-header {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 500px) {
  .block-ban.ban-header {
    padding-top: 50px;
    padding-bottom: 60px;
    overflow: hidden;
  }
  .block-ban.ban-header .block-ban__title {
    font-size: 18px;
    text-align: center;
  }
  .block-ban.ban-header .block-ban__sub-title {
    font-size: 30px;
    text-align: center;
    padding-bottom: 10px;
  }
  .block-ban.ban-header .block-ban__btn {
    margin-inline: auto;
  }
  .block-ban.ban-header .block-ban__img {
    top: 70px;
    width: 150%;
    left: -25%;
  }
}
/*
@media screen and (min-width: 783px ) {
  body.admin-bar {
    .block-ban.ban-header {
      //height: calc(100vh - 202px);
    }
  }
}


*/
.block-multipurpose.block-cards {
  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;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  height: 320px;
}
.block-multipurpose.block-cards .block-cards-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 .block-cards-element .block-cards-element__img-container {
  border-radius: 5px;
  aspect-ratio: unset;
  padding-top: 20px;
  text-align: center;
}
.block-multipurpose.block-cards .block-cards-element .block-cards-element__img-container img {
  display: inline-block;
  width: auto;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
  -o-object-position: unset;
     object-position: unset;
  max-width: 130px;
}
.block-multipurpose.block-cards .block-cards-element .block-cards-element__content-container {
  padding: 30px 30px 40px 30px;
}
.block-multipurpose.block-cards .block-cards-element .block-cards-element__content-container .title {
  text-align: center;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 22px;
}
.block-multipurpose.block-cards .block-cards-element .block-cards-element__content-container .subtitle {
  font-size: 20px;
  padding: 20px 0 0;
  text-align: center;
}
.block-multipurpose.block-cards .block-cards-element .block-cards-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 .block-cards-element .block-cards-element__content-container .paragraph p {
  padding-bottom: 10px;
}
.block-multipurpose.block-cards .block-cards-element .block-cards-element__content-container .btn-container {
  text-align: center;
}
.block-multipurpose.block-cards .block-cards-element .block-cards-element__content-container .btn-container .btn {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #4e8bc4;
  font-size: 20px;
  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 .block-cards-element .block-cards-element__content-container .btn-container .btn:hover {
  background-color: transparent;
  color: #4e8bc4;
  border: unset;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .block-multipurpose.block-cards {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    height: auto;
  }
}
.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: #e8963c;
  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: 20px;
}
.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 .paragraph ul {
  margin-bottom: 20px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .paragraph ul li {
  text-align: left;
  margin-bottom: 0;
}
.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: #4e8bc4;
  font-size: 20px;
  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: #4e8bc4;
  border: unset;
  text-decoration: underline;
}
.block-multipurpose.block-cards-simple.two-col .block-cards-simple-element {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media screen and (max-width: 900px) {
  .block-multipurpose.block-cards-simple {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    height: auto;
  }
}
.block-multipurpose.block-partenaires {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-multipurpose.block-partenaires .block-partenaires-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  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-partenaires .block-partenaires-element .block-partenaires-element__img-container {
  aspect-ratio: unset;
  padding-top: 20px;
  text-align: center;
  height: 90px;
  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-multipurpose.block-partenaires .block-partenaires-element .block-partenaires-element__img-container img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 130px;
  max-height: 80px;
}
.block-multipurpose.block-partenaires .block-partenaires-element .block-partenaires-element__content-container {
  padding: 30px 30px 40px 30px;
}
.block-multipurpose.block-partenaires .block-partenaires-element .block-partenaires-element__content-container .title {
  text-align: center;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 22px;
}
.block-multipurpose.block-partenaires .block-partenaires-element .block-partenaires-element__content-container .subtitle {
  font-size: 20px;
  padding: 20px 0 0;
  text-align: center;
}
.block-multipurpose.block-partenaires .block-partenaires-element .block-partenaires-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-partenaires .block-partenaires-element .block-partenaires-element__content-container .paragraph p {
  padding-bottom: 10px;
}
.block-multipurpose.block-partenaires .block-partenaires-element .block-partenaires-element__content-container .btn-container {
  text-align: center;
}
.block-multipurpose.block-partenaires .block-partenaires-element .block-partenaires-element__content-container .btn-container .btn {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #4e8bc4;
  font-size: 17px;
  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-partenaires .block-partenaires-element .block-partenaires-element__content-container .btn-container .btn:hover {
  background-color: transparent;
  color: #4e8bc4;
  border: unset;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .block-multipurpose.block-partenaires .block-partenaires-element {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}
@media screen and (max-width: 750px) {
  .block-multipurpose.block-partenaires .block-partenaires-element {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 900px) {
  .block-multipurpose.block-partenaires {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    height: auto;
  }
}
.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: normal;
  text-align: center;
  font-size: 20px;
  color: #BBB;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .subtitle {
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  font-size: 36px;
  padding-bottom: 10px;
}
.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: #4e8bc4;
  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 #4e8bc4;
  -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: #4e8bc4;
}

@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;
  }
  .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;
  }
  .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;
  }
  .block-multipurpose.block-double-col .block-double-col-element .block-double-col-element__img-container {
    margin-bottom: 30px;
  }
}
@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-double-col .block-double-col-element__content-container .btn-container {
    text-align: center;
  }
}
.block-multipurpose.block-header-standard .block-header-standard-element__img-container img {
  display: block;
  /*width: 100%;
  height: 100%;
  object-fit: cover;*/
  -o-object-position: center;
     object-position: center;
  width: auto;
  height: auto;
  margin-inline: auto;
  max-height: 400px;
  max-width: 100%;
}
.block-multipurpose.block-header-standard.img-gauche .block-header-standard-element {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.block-multipurpose.block-header-standard.img-droite .block-header-standard-element {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block-multipurpose.block-header-standard .block-header-standard-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;
  padding-top: 50px;
  padding-bottom: 10px;
}
.block-multipurpose.block-header-standard .block-header-standard-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-header-standard .block-header-standard-element__img-container {
    min-width: 100%;
  }
}
.block-multipurpose.block-header-standard .block-header-standard-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-header-standard .block-header-standard-element__content-container .title {
  font-family: "Roboto";
  font-weight: normal;
  text-align: left;
  font-size: 20px;
  color: #4e8bc4;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-multipurpose.block-header-standard .block-header-standard-element__content-container .subtitle {
  font-family: "Roboto";
  font-weight: 600;
  text-align: left;
  font-size: 36px;
  padding-bottom: 30px;
}
.block-multipurpose.block-header-standard .block-header-standard-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-header-standard .block-header-standard-element__content-container .paragraph p:last-of-type {
  padding-bottom: 0;
}
.block-multipurpose.block-header-standard .block-header-standard-element__content-container .btn-container {
  text-align: left;
  padding-top: 30px;
}
.block-multipurpose.block-header-standard .block-header-standard-element__content-container .btn-container .btn {
  display: block;
  background-color: #4e8bc4;
  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 #4e8bc4;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  display: inline-block;
}
.block-multipurpose.block-header-standard .block-header-standard-element__content-container .btn-container .btn:hover {
  background-color: transparent;
  color: #4e8bc4;
}

@media screen and (max-width: 975px) {
  .block-multipurpose.block-header-standard.img-gauche .block-header-standard-element .block-header-standard-element__img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .block-multipurpose.block-header-standard.img-droite .block-header-standard-element .block-header-standard-element__img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .block-multipurpose.block-header-standard.img-droite .block-header-standard-element .title {
    text-align: center;
  }
  .block-multipurpose.block-header-standard.img-droite .block-header-standard-element .subtitle {
    padding-bottom: 10px;
    text-align: center;
  }
  .block-multipurpose.block-header-standard .block-header-standard-element__content-container .btn-container {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .block-multipurpose.block-header-standard .block-header-standard-element__content-container .title {
    font-size: 17px;
  }
  .block-multipurpose.block-header-standard .block-header-standard-element__content-container .subtitle {
    font-size: 30px;
  }
  .block-multipurpose.block-header-standard .block-header-standard-element__content-container .btn-container {
    text-align: center;
  }
}
.block-multipurpose.standard .title {
  font-family: "Roboto";
  font-weight: normal;
  text-align: center;
  font-size: 20px;
  color: #BBB;
  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: #4e8bc4;
  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 #4e8bc4;
  -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: #4e8bc4;
}

@media screen and (max-width: 500px) {
  .block-multipurpose.standard .title {
    font-size: 17px;
  }
  .block-multipurpose.standard .subtitle {
    font-size: 30px;
  }
  .block-multipurpose.standard .btn-container {
    margin-top: 40px;
  }
}
.block-multipurpose.block-cards-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

@media screen and (max-width: 500px) {
  .block-multipurpose.block-cards-video {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-multipurpose.block-cards-video .block-cards-video-element.block-default-element:first-child {
    margin-bottom: 20px;
  }
}
/*
body.default {
  //========================================================
  // Base du Block-multipurpose
  //========================================================
  .block-multipurpose {
    .block-default-element__img-container {
      img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }
    }

    .title {
      @include font-style-1();
	font-size: $font-size-4;
    }

    .subtitle {
      @include font-style-2();
	font-size: $font-size-3;
    }

    .paragraph {
      @include default-paragraph();
    }

    .btn {
      @include btn-default();
    }
  }

  //========================================================
  // Block Titre et sous-titre simple
  //========================================================
  .block-multipurpose.block-title {
    .subtitle {
      padding: 30px 0;
    }
  }

  //========================================================
  // Block Cards
  //========================================================
  .block-multipurpose.block-cards {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 60px;

    .block-cards-element {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: 30%;
      min-width: 250px;
      background-color: $color-4;
      border-radius: 5px 5px 0 0;

      .block-cards-element__img-container {
        border-radius: 5px;
        overflow: hidden;
        aspect-ratio: 19/12;
      }

      .block-cards-element__content-container {
        padding: 30px;

        .title {
          text-align: center;
          font-size: $font-size-4;
        }

        .subtitle {
          font-size: $font-size-3;
          padding: 20px 0;
          text-align: center;
        }

        .btn {
          margin-top: 30px;
          margin-inline: auto;
        }
      }
    }
  }
*/
/*
  //========================================================
  // Block simple colonne
  //========================================================
  .block-multipurpose.block-single-col {
    .block-single-col-element__img-container {
      padding-bottom: 30px;
    }

    .title {
      @include font-style-2();
      text-align: center;
      font-size: $font-size-5;
    }

    .subtitle {
      @include font-style-3();
      text-align: center;
      font-size: $font-size-3;
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .paragraph {
      text-align: justify;
    }

    .btn {
      margin-inline: auto;
    }
  }
*/
/*
  //========================================================
  // Block images en colonnes
  //========================================================
  .block-multipurpose.block-images-col {
    display: flex;
    row-gap: 30px;
    flex-wrap: wrap;

    .block-images-col-element {
      flex-grow: 1;
      flex-basis: 40%;
      min-width: 250px;

      .block-images-col-element__img-container {
        margin-inline: auto;
      }
    }
  }

  //========================================================
  // Block services
  //========================================================
  .block-multi-purpose.block-services {
  }
}
*/
.block-team-cards {
  line-height: 1.5;
}
.block-team-cards .title {
  font-size: 50px;
}
.block-team-cards .subtitle {
  font-size: 36px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.block-team-cards .block-team-cards__content-container {
  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: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 30px;
}
.block-team-cards .block-team-cards__content-container .card-member {
  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;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  min-width: 300px;
  padding: 20px;
  background-color: rgba(126, 132, 130, 0.04);
  border-radius: 10px;
}
.block-team-cards .block-team-cards__content-container .picture {
  width: 30%;
}
.block-team-cards .block-team-cards__content-container .picture img {
  border-radius: 50%;
  max-width: 102px;
  height: 102px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1;
}
.block-team-cards .block-team-cards__content-container .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-team-cards .block-team-cards__content-container .name {
  font-size: 20px;
  color: #e8963c;
}
.block-team-cards .block-team-cards__content-container .job {
  font-size: 17px;
}
.block-team-cards .block-team-cards__content-container .description {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  color: #999;
  font-style: italic;
}
.block-team-cards .block-team-cards__content-container .email {
  font-size: 14px;
}
.block-team-cards .block-team-cards__content-container .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;
}
.block-team-cards .block-team-cards__content-container .social-link a {
  cursor: pointer;
}
.block-team-cards .block-team-cards__content-container .social-link a:hover {
  -webkit-filter: invert(73%) sepia(41%) saturate(1921%) hue-rotate(334deg) brightness(98%) contrast(85%);
          filter: invert(73%) sepia(41%) saturate(1921%) hue-rotate(334deg) brightness(98%) contrast(85%);
}
.block-team-cards .block-team-cards__content-container .social-link img {
  width: 20px;
}

@media screen and (max-width: 1150px) {
  .block-team-cards .block-team-cards__content-container .card-member {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 500px;
  }
}
@media screen and (max-width: 750px) {
  .block-team-cards .block-team-cards__content-container .card-member {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 500px;
  }
}
body.default .block-reviews.slider-reviews .title {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 36px;
}
body.default .block-reviews.slider-reviews .subtitle {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.default .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;
}
body.default .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) {
  body.default .block-reviews.slider-reviews .client-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
body.default .block-reviews.slider-reviews .review {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
}
body.default .block-reviews.slider-reviews .client-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 600px) {
  body.default .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) {
  body.default .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;
  }
}
body.default .block-reviews.slider-reviews .client-name {
  font-weight: 600;
}
body.default .block-reviews.slider-reviews .review-date {
  font-size: 14px;
  color: rgb(185, 185, 185);
  font-style: italic;
}
body.default .block-reviews.slider-reviews .client-picture {
  width: 30px;
  height: 30px;
}
body.default .block-reviews.slider-reviews .client-picture img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
body.default .block-reviews.slider-reviews .splide__pagination {
  bottom: -20px;
}

.block-gallery .title {
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  color: #e8963c;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-gallery .subtitle {
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  font-size: 36px;
  padding-bottom: 30px;
}
.block-gallery .block-gallery__container {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.block-gallery .block-gallery__container .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 .block-gallery__container .img-gallery img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.block-gallery .block-gallery__lightbox {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
}
.block-gallery .block-gallery__lightbox .overlay {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.block-gallery .block-gallery__lightbox .overlay .close {
  z-index: 110;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40px;
  right: 40px;
}
.block-gallery .block-gallery__lightbox .overlay .close img {
  width: 100%;
  height: auto;
}
.block-gallery .block-gallery__lightbox .slider__container {
  z-index: 200;
}
.block-gallery .block-gallery__lightbox .slider__container .splide__track .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-gallery .block-gallery__lightbox .slider__container .splide__track .splide__slide .img-slide {
  width: 100%;
  height: auto;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
.block-gallery .block-gallery__lightbox .slider__container .splide__pagination {
  bottom: -1.5em;
}

.block-gallery-simple .title {
  font-family: "Roboto";
  font-weight: normal;
  text-align: center;
  font-size: 20px;
  color: #BBB;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-gallery-simple .subtitle {
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  font-size: 36px;
  padding-bottom: 60px;
}
.block-gallery-simple .block-gallery-simple__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-gallery-simple .block-gallery-simple__container .img-gallery img {
  max-width: 100px;
  max-height: 75px;
}

@media screen and (max-width: 500px) {
  .block-gallery-simple .block-gallery-simple__container .img-gallery {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    text-align: center;
  }
}
.block-divider {
  background-color: #fafafa;
}
.block-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 64px;
}
.block-divider .shape-fill {
  fill: white;
}

.block-documentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  row-gap: 60px;
}
.block-documentation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  min-width: 250px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.block-documentation a:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
}

@media screen and (max-width: 800px) {
  .block-documentation a {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 600px) {
  .block-documentation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-documentation a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 400px;
  }
}
.block-texte-standard {
  line-height: 1.6em;
  text-align: justify;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
}
.block-texte-standard p {
  padding-bottom: 10px;
}
.block-texte-standard h2 {
  font-family: "Roboto";
  font-weight: 600;
  text-align: left;
  font-size: 36px;
  padding-bottom: 30px;
  line-height: 1.2em;
}
.block-texte-standard h3 {
  font-family: "Roboto";
  font-weight: 600;
  text-align: left;
  font-size: 22px;
  padding-bottom: 30px;
  line-height: 1.2em;
}
.block-texte-standard h4 {
  font-family: "Roboto";
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  padding-bottom: 5px;
  color: #999;
  text-transform: uppercase;
  line-height: 1.2em;
}

.block-syndicats .block-syndicats__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 30px;
}
.block-syndicats .block-syndicats__content-container .card-syndicat {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  border-bottom: 1px solid #666666;
  padding-bottom: 20px;
}
.block-syndicats .block-syndicats__content-container .name {
  font-size: 16px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .block-syndicats .block-syndicats__content-container .card-syndicat {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
}
@media screen and (max-width: 900px) {
  .block-syndicats .block-syndicats__content-container .card-syndicat {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}
@media screen and (max-width: 600px) {
  .block-syndicats .block-syndicats__content-container .card-syndicat {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.container-formation-liste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.5%;
     -moz-column-gap: 3.5%;
          column-gap: 3.5%;
  row-gap: 40px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 80px;
}
.container-formation-liste .formation {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  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;
}
.container-formation-liste .formation .formation-image img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}
.container-formation-liste .formation .formation-contenu {
  padding: 15px 25px 25px;
}
.container-formation-liste .formation .title {
  text-align: center;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 22px;
}
.container-formation-liste .formation .description {
  padding-top: 20px;
  line-height: 1.6em;
  color: #666666;
  text-align: justify;
  font-family: "Roboto";
  font-weight: normal;
}
.container-formation-liste .formation .description p {
  padding-bottom: 10px;
}
.container-formation-liste .formation .details {
  padding: 10px 0;
  text-align: center;
  line-height: 1.6em;
  font-weight: 600;
}
.container-formation-liste .formation .bouton {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #4e8bc4;
  font-size: 17px;
  cursor: pointer;
  border: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: unset;
  background: transparent;
  text-align: center;
}
.container-formation-liste .formation .bouton:hover {
  background-color: transparent;
  color: #4e8bc4;
  border: unset;
  text-decoration: underline;
}

@media screen and (max-width: 1150px) {
  .container-formation-liste .formation {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 750px) {
  .container-formation-liste {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container-formation-liste .formation {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 500px;
  }
}
.block-faqs.block-faq-dropdown .faq {
  position: relative;
  background-color: #fafafa;
  border-radius: 10px;
  margin-bottom: 20px;
}
.block-faqs.block-faq-dropdown .faq-title {
  padding-top: 20px;
  padding: 20px 35px 20px 20px;
  cursor: pointer;
  font-size: 28px;
}
.block-faqs.block-faq-dropdown .faq-text {
  display: none;
}
.block-faqs.block-faq-dropdown .faq.active .faq-text {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.block-faqs.block-faq-dropdown .faq-toggle {
  cursor: pointer;
  background-color: transparent;
  border: none;
  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;
  padding: 0;
  position: absolute;
  top: 25px;
  right: 10px;
  height: 30px;
  width: 30px;
}
.block-faqs.block-faq-dropdown .faq-toggle img {
  height: 100%;
  -webkit-transition: rotate 0.2s ease-in;
  transition: rotate 0.2s ease-in;
  -webkit-filter: invert(77%) sepia(10%) saturate(6756%) hue-rotate(335deg) brightness(99%) contrast(84%);
          filter: invert(77%) sepia(10%) saturate(6756%) hue-rotate(335deg) brightness(99%) contrast(84%);
}
.block-faqs.block-faq-dropdown .faq-toggle.rotation img {
  rotate: 180deg;
}

@media screen and (max-width: 600px) {
  .block-faqs.block-faq-dropdown .faq-title {
    font-size: 22px;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

::-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.nature-digitale {
  padding-top: 32px;
}
.admin-bar.nature-digitale .site-navigation {
  top: 32px;
}

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