@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;600;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
@font-face {
  font-family: "icomoon";
  src: url(.././fonts/5f8acd4b326ecdaa1776.eot);
  src: url(.././fonts/5f8acd4b326ecdaa1776.eot#iefix) format("embedded-opentype"), url(.././fonts/4af8f9e3c6496f7b449c.ttf) format("truetype"), url(.././fonts/375a96bcfb4c38db71d1.woff) format("woff"),
    url(../images/icomoon.15c34f74e3aff78fce54.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-external-link-alt:before {
  content: "\e932";
}

.icon-play-circle:before {
  content: "\e931";
}

.icon-arrow-circle-down:before {
  content: "\e900";
}

.icon-arrow-circle-left:before {
  content: "\e901";
}

.icon-arrow-circle-right:before {
  content: "\e902";
}

.icon-arrow-circle-up:before {
  content: "\e903";
}

.icon-arrow-droite:before {
  content: "\e904";
}

.icon-arrow-gauche:before {
  content: "\e905";
}

.icon-arrow-up:before {
  content: "\e906";
}

.icon-bars:before {
  content: "\e907";
}

.icon-camera-alt:before {
  content: "\e908";
}

.icon-chevron-circle-down:before {
  content: "\e909";
}

.icon-chevron-circle-left:before {
  content: "\e90a";
}

.icon-chevron-circle-right:before {
  content: "\e90b";
}

.icon-chevron-circle-up:before {
  content: "\e90c";
}

.icon-chevron-down:before {
  content: "\e90d";
}

.icon-chevron-left:before {
  content: "\e90e";
}

.icon-chevron-right:before {
  content: "\e90f";
}

.icon-chevron-up:before {
  content: "\e910";
}

.icon-clipboard-check:before {
  content: "\e911";
}

.icon-clock:before {
  content: "\e912";
}

.icon-download:before {
  content: "\e913";
}

.icon-envelope:before {
  content: "\e914";
}

.icon-facebook:before {
  content: "\e915";
}

.icon-facebook-messenger:before {
  content: "\e916";
}

.icon-home:before {
  content: "\e917";
}

.icon-id-card-alt:before {
  content: "\e918";
}

.icon-image:before {
  content: "\e919";
}

.icon-instagram:before {
  content: "\e91a";
}

.icon-linkedin:before {
  content: "\e91b";
}

.icon-lock:before {
  content: "\e91c";
}

.icon-map-marker-alt:before {
  content: "\e91d";
}

.icon-mobile:before {
  content: "\e91e";
}

.icon-newspaper:before {
  content: "\e91f";
}

.icon-paperclip:before {
  content: "\e920";
}

.icon-paper-plane:before {
  content: "\e921";
}

.icon-paste:before {
  content: "\e922";
}

.icon-pen-alt:before {
  content: "\e923";
}

.icon-pencil-alt:before {
  content: "\e924";
}

.icon-phone:before {
  content: "\e925";
}

.icon-play:before {
  content: "\e926";
}

.icon-plus:before {
  content: "\e927";
}

.icon-search:before {
  content: "\e928";
}

.icon-shipping-fast:before {
  content: "\e929";
}

.icon-shopping-bag:before {
  content: "\e92a";
}

.icon-shopping-cart:before {
  content: "\e92b";
}

.icon-suitcase:before {
  content: "\e92c";
}

.icon-times:before {
  content: "\e92d";
}

.icon-twitter-x:before {
  content: "\e92e";
}

.icon-user-circle:before {
  content: "\e92f";
}

.icon-youtube:before {
  content: "\e930";
}
/**
 * COLORS
*/
@-webkit-keyframes infiniteBoundY {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
/* Standard syntax */
@keyframes infiniteBoundY {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes infiniteBoundX {
  0% {
    -webkit-transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
/* Standard syntax */
@keyframes infiniteBoundX {
  0% {
    -webkit-transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
.anim-top-bottom {
  -webkit-animation: infiniteBoundY 10s linear infinite;
  /* Safari */
  animation: infiniteBoundY 10s linear infinite;
}

.anim-left-right {
  -webkit-animation: infiniteBoundX 10s linear infinite;
  /* Safari */
  animation: infiniteBoundX 10s linear infinite;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  background-color: white;
  color: #000102;
  line-height: 24px;
  font-size: 15px;
}
body #page,
body div[data-elementor-type=wp-page] {
  overflow: hidden;
}

.container {
  max-width: 1530px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: all 0.3s linear;
}
a:hover, a:focus {
  text-decoration: none;
  transition: all 0.3s linear;
}

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.elementor-widget-text-editor .elementor-widget-container ul {
  padding: 0;
  margin-top: 0;
  list-style: none;
}
.elementor-widget-text-editor .elementor-widget-container ul li:before {
  content: "";
  width: 15px;
  display: inline-block;
  vertical-align: 3px;
  margin-right: 10px;
  height: 3px;
  background-color: #9fd442;
}
.elementor-widget-text-editor .elementor-widget-container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px 0;
  line-height: 1.6;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.elementor-widget-text-editor .elementor-widget-container table tr:first-child {
  background: #f7f7f7;
}
.elementor-widget-text-editor .elementor-widget-container table tr:first-child td {
  font-weight: 600 !important;
  color: #222;
}
.elementor-widget-text-editor .elementor-widget-container table tr:last-child td {
  border-bottom: none;
}
.elementor-widget-text-editor .elementor-widget-container table tr:nth-child(even):not(:first-child) {
  background: #fafafa;
}
.elementor-widget-text-editor .elementor-widget-container table tr:not(:first-child) td {
  font-size: 13px;
}
.elementor-widget-text-editor .elementor-widget-container table tr:not(:first-child):hover td {
  background: #f3f6f9;
  transition: background 0.2s ease;
}
.elementor-widget-text-editor .elementor-widget-container table td {
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
}
.elementor-widget-text-editor .elementor-widget-container table td:first-child {
  font-weight: 500;
  color: #333;
  width: 35%;
}
.elementor-widget-text-editor .elementor-widget-container table td p {
  margin: 0;
}

.elementor-heading-title span {
  color: #9fd442;
}

body .cky-notice-btn-wrapper .cky-btn,
body .cky-prefrence-btn-wrapper .cky-btn {
  flex: auto;
  max-width: 100%;
  font-size: 14px;
  font-family: inherit;
  line-height: 24px;
  padding: 8px;
  font-weight: 500;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  min-height: 0;
  border-width: 2px;
}

@media (max-width: 767px) {
  .cky-revisit-bottom-left {
    bottom: 85px !important;
  }
}
.elementor-widget-image-carousel img {
  display: block;
}
.elementor-widget-image-carousel .elementor-image-carousel-caption {
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
}

.section-video .elementor-widget-video .elementor-wrapper {
  aspect-ratio: inherit;
}
.section-video .elementor-widget-video .elementor-custom-embed-image-overlay img {
  aspect-ratio: inherit;
}
.section-video .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.section-video .elementor-lightbox .elementor-video-container .elementor-video-landscape video {
  max-height: 70vh;
}

.btn,
.elementor-button.elementor-button-link {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn:before,
.elementor-button.elementor-button-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000102;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.btn:hover:before,
.elementor-button.elementor-button-link:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.custom-accordeon-light .elementor-accordion .elementor-accordion-item {
  border-bottom: 1px solid black !important;
}
.custom-accordeon-light .elementor-accordion .elementor-accordion-item:last-child, .custom-accordeon-light .elementor-accordion .elementor-accordion-item:last-of-type {
  border-bottom: 1px solid transparent !important;
}
.custom-accordeon-light .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon svg {
  width: 2em;
  height: 2em;
  margin-top: 5px;
}

.uacf7-steps.steps-form {
  margin: 1.5625rem 0 3.125rem;
}
.uacf7-steps.steps-form .steps-row:before {
  height: 4px;
  border-radius: 3px;
}
.uacf7-steps.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
  -webkit-box-shadow: none;
  box-shadow: none;
  transform: scale(1.3);
  font-weight: bold;
}
.uacf7-steps.steps-form .steps-row .steps-step .btn-circle:hover, .uacf7-steps.steps-form .steps-row .steps-step .btn-circle:active, .uacf7-steps.steps-form .steps-row .steps-step .btn-circle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.uacf7-steps.steps-form .steps-row .steps-step .btn-circle:before {
  display: none;
}
.uacf7-steps.steps-form .steps-row .steps-step > p {
  margin-top: 1.2rem;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 576px) {
  .uacf7-steps.steps-form .steps-row {
    display: flex;
    justify-content: space-around;
  }
  .uacf7-steps.steps-form .steps-row::before {
    display: inline-block;
  }
}

.uacf7-multisetp-form h2 {
  text-align: center;
  margin-top: 1.2em;
}
.uacf7-multisetp-form .form-line .wpcf7-text,
.uacf7-multisetp-form .form-line .wpcf7-textarea,
.uacf7-multisetp-form .form-line .wpcf7-select {
  background-color: #ffffff !important;
  border: 1px solid #a9a9a9 !important;
}
.uacf7-multisetp-form .uacf7-prev,
.uacf7-multisetp-form .uacf7-next {
  margin: 0 20px;
  background-color: #9fd442;
  cursor: pointer;
  transition: all 0.3s linear;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.uacf7-multisetp-form .uacf7-prev:hover, .uacf7-multisetp-form .uacf7-prev:focus,
.uacf7-multisetp-form .uacf7-next:hover,
.uacf7-multisetp-form .uacf7-next:focus {
  background-color: #000102;
  transition: all 0.3s linear;
}
.uacf7-multisetp-form .uacf7-next {
  margin-right: 0;
}
.uacf7-multisetp-form .step-content > p:last-child {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.uacf7-multisetp-form .step-content > p:last-child .wpcf7-spinner {
  position: absolute;
  bottom: -60px;
  right: 0;
}

.wpcf7 .form-line .wpcf7-text,
.wpcf7 .form-line .wpcf7-textarea,
.wpcf7 .form-line .wpcf7-select {
  background-color: #ffffff !important;
  border: 1px solid #a9a9a9 !important;
}
.wpcf7 .form-line .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-submit {
  font-family: "Open Sans", sans-serif;
}

#elementor-lightbox-slideshow-single-img .elementor-slideshow__header {
  width: 50%;
}

@media (max-width: 767px) {
  #realisations-tabs .e-n-tabs-heading {
    display: block;
  }
  #realisations-tabs .e-n-tabs-heading .e-n-tab-title {
    width: 100%;
    padding-inline: 0;
  }
}
#header-social-fixed {
  position: fixed;
  right: 30px;
  top: 50vh;
  z-index: 10;
  margin-top: -105px;
  display: none;
}
#header-social-fixed a {
  font-size: 22px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  margin-bottom: 15px;
  display: block;
  background-color: #9fd442;
  color: #ffffff;
  transition: all linear 0.3s;
}
#header-social-fixed a:hover, #header-social-fixed a:focus {
  transition: all linear 0.3s;
  background-color: #000102;
}
#header-social-fixed a:last-child {
  margin-bottom: 0;
}

@media (min-width: 1400px) {
  #header-social-fixed {
    display: block;
  }
}
#topbar {
  display: flex;
  background-color: #000102;
  padding: 13px 30px;
  font-weight: bold;
  color: #ffffff;
}
#topbar a {
  color: #ffffff;
}
#topbar a > span {
  font-size: 1.25rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}
#topbar > div {
  flex: 1;
  font-size: 0.875rem;
}
#topbar > div [class^=icon-] {
  color: #9fd442;
}
#topbar > div#topbar-left {
  display: flex;
  justify-content: flex-start;
}
#topbar > div#topbar-center {
  display: none;
}
@media screen and (min-width: 1400px) {
  #topbar > div#topbar-center {
    display: flex;
    flex: 1.5;
  }
}
#topbar > div#topbar-center {
  justify-content: center;
}
#topbar > div#topbar-center ul {
  list-style: none outside none;
  padding: 0;
  margin: 0 auto;
}
#topbar > div#topbar-center ul li {
  display: none;
}
#topbar > div#topbar-center ul li.active {
  display: block;
}
#topbar > div#topbar-center ul li strong,
#topbar > div#topbar-center ul li b {
  color: #9fd442;
}
#topbar > div#topbar-center ul li [class^=icon-],
#topbar > div#topbar-center ul li [class*=" icon-"] {
  margin-right: 5px;
  vertical-align: -2px;
}
#topbar > div#topbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#topbar > div#topbar-right a {
  display: flex;
  margin: 0 10px;
  text-wrap: nowrap;
}
#topbar > div#topbar-right a:first-child {
  display: none;
}
#topbar > div#topbar-right a:last-child > [class^=icon-] {
  padding-top: 0.125rem;
}
@media screen and (min-width: 576px) {
  #topbar > div#topbar-right a:first-child {
    display: flex;
    align-items: center;
  }
}

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
#header #header-left #header-logo figure {
  margin: 10px 25px;
}
#header #header-left #header-logo figure img {
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  #header #header-left #header-logo figure img {
    max-width: 250px;
  }
}
@media screen and (min-width: 1650px) {
  #header #header-left #header-logo figure img {
    max-width: 350px;
  }
}
#header #header-left #header-logo figure img {
  height: auto;
  display: block;
}
#header #header-right {
  display: flex;
  align-items: center;
}
#header #header-right .nav-btn {
  font-size: 30px;
  margin: 0 15px;
}
@media screen and (min-width: 1400px) {
  #header #header-right .nav-btn {
    display: none;
  }
}
#header #header-right .nav-btn .icon-times {
  display: none;
}
#header #header-right #header-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  #header #header-right #header-menu {
    position: relative;
  }
}
#header #header-right #header-menu .menu-menu-principal-container {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 10;
  background-color: white;
}
#header #header-right #header-menu .menu-menu-principal-container.showMenu {
  display: block;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal {
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  list-style: none outside none;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li {
  position: relative;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > a {
  padding: 15px 10px;
  color: #000102;
  font-weight: 600;
  display: block;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > a {
    font-size: 13px;
    padding: 10px 7px;
  }
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > a [class^=icon-] {
  color: #9fd442;
  font-size: 11px;
  margin-left: 6px;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > a:before {
  content: "";
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -25px;
  width: 0;
  height: 3px;
  background: #9fd442;
  -webkit-transition: -webkit-transform 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li:hover > a, #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li:focus > a {
  color: #9fd442;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li {
  /* SOUS MENU */
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu {
  background-color: #ffffff;
  list-style: none outside none;
  text-align: left;
  min-width: 290px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-transform: none;
  /* SOUS MENU */
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li {
  transition: all linear 0.3s;
  position: relative;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #f3f5f7;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li .icon-chevron-down {
  transition: transform 0.1s linear;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  color: #9fd442;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li .icon-chevron-down:hover, #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li .icon-chevron-down:focus {
  color: #000102;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li:first-child {
  border-radius: 5px 5px 0 0;
  position: relative;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li:first-child:hover:before, #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li:first-child:focus:before {
  opacity: 1;
  transition: all linear 0.3s;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li:last-child {
  border-radius: 0 0 5px 5px;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li {
  /* NIVEAU 2 */
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li > a {
  display: block;
  padding: 14px 20px;
  color: #000102;
  font-size: 15px;
  line-height: 1.5em;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li > a:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 3px;
  vertical-align: 4px;
  border-radius: 2px;
  background-color: #9fd442;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li {
  /* NIVEAU 3 */
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li > .sub-menu {
  background-color: #ffffff;
  list-style: none outside none;
  padding: 0 0 0 10px;
  margin: 0;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li > .sub-menu > li > a {
  display: block;
  padding: 6px 25px;
  color: #000102;
  text-transform: initial;
  font-size: 15px;
  line-height: 1.5em;
  position: relative;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li > .sub-menu > li > a:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  color: #9fd442 !important;
  font-family: "icomoon";
  font-size: 12px;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 6px;
  height: 2px;
  background-color: #9fd442;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li > .sub-menu > li > a:hover, #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li > .sub-menu > li > a:focus {
  color: #9fd442;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li:hover, #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li:focus {
  background-color: #efefef;
  transition: all linear 0.3s;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li.open .icon-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.1s linear;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > .sub-menu > li.open > .sub-menu {
  height: auto;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li:hover, #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li:focus {
  border-bottom: 0 !important;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li:hover > .sub-menu, #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li:focus > .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: all linear 0.3s;
}
#header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li:last-child.menu-item-type-custom {
  background-image: url("https://www.declic-habitat-isolation.fr@uploads/2024/04/img-ma-prim-renov.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media screen and (min-width: 576px) {
  #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li:last-child.menu-item-type-custom {
    display: none;
  }
}
#header #header-right .wp-block-image {
  margin: 0;
  display: none;
  transition: all 0.3s linear;
}
@media screen and (min-width: 576px) {
  #header #header-right .wp-block-image {
    display: block;
  }
}
#header #header-right .wp-block-image img {
  max-width: 190px;
}
@media screen and (min-width: 1650px) {
  #header #header-right .wp-block-image img {
    max-width: 235px;
  }
}
#header #header-right .wp-block-image img {
  height: auto;
  display: block;
}
#header #header-right .wp-block-image:hover, #header #header-right .wp-block-image:focus {
  opacity: 0.8;
  transition: all 0.3s linear;
}

@media (min-width: 1400px) {
  #header #header-right #header-menu .menu-menu-principal-container {
    display: block;
    position: relative;
    background-color: transparent;
  }
  #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal {
    flex-direction: row;
  }
  #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > a {
    padding: 30px 10px;
  }
  #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li:hover > a, #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li:focus > a {
    color: #9fd442;
  }
  #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li:hover > a:before, #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li:focus > a:before {
    width: 50px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > ul.sub-menu {
    position: absolute;
    top: 85px;
    left: 0;
  }
  #header #header-right #header-menu .menu-menu-principal-container #menu-menu-principal > li > ul.sub-menu > li {
    position: relative;
  }
}
.admin-bar #header.sticky-top {
  top: 32px !important;
}
@media (max-width: 782px) {
  .admin-bar #header.sticky-top {
    top: 46px !important;
  }
}

#header.sticky-top {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 12;
  transition: opacity 0.3s linear;
  background-color: #ffffff;
  width: 100%;
}
#header.sticky-top #header-left #header-logo .wp-block-image img {
  max-width: 190px;
}
#header.sticky-top #header-right .wp-block-image img {
  max-width: 150px;
}

#footer {
  padding: 60px 15px;
  position: relative;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(121, 121, 121, 0.23) 100%);
}
#footer:before {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 50px;
  background: url(../images/img-bg-feuille-footer.8089b44d0c4fba77429f.jpg) no-repeat bottom left transparent;
  background-size: cover;
  width: 600px;
  max-width: 100%;
  height: 758px;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 1025px) {
  #footer:before {
    display: block;
  }
}
#footer:after {
  content: "";
  position: absolute;
  right: 90px;
  bottom: -30px;
  background: url(../images/extrait-graphique.5cb9c492658ffb6f2e66.png) no-repeat center center transparent;
  background-size: cover;
  width: 450px;
  max-width: 100%;
  height: 439px;
  z-index: 1;
  display: none;
  -webkit-animation: infiniteBoundX 10s linear infinite;
  animation: infiniteBoundX 10s linear infinite;
}
@media screen and (min-width: 1650px) {
  #footer:after {
    display: block;
  }
}
#footer #footer-before {
  flex-direction: column;
}
#footer #footer-before .sidebar-footer-logo figure.wp-block-image {
  margin: 0;
}
#footer #footer-before .sidebar-footer-logo figure.wp-block-image img {
  max-width: 300px;
}
@media screen and (min-width: 576px) {
  #footer #footer-before .sidebar-footer-logo figure.wp-block-image img {
    max-width: 457px;
  }
}
#footer #footer-before .sidebar-footer-logo figure.wp-block-image img {
  height: auto;
  display: block;
}
#footer #footer-before .sidebar-footer-logo-partners {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #footer #footer-before .sidebar-footer-logo-partners {
    flex-direction: row;
  }
}
#footer #footer-before .sidebar-footer-logo-partners figure.wp-block-image {
  margin: 10px 25px;
}
#footer #footer-before .sidebar-footer-logo-partners figure.wp-block-image img {
  height: auto;
  display: block;
}
#footer #footer-before .sidebar-footer-logo-partners #block-24 img {
  max-width: 198px;
}
#footer #footer-before .sidebar-footer-logo-partners #block-33 img {
  max-width: 89px;
}
#footer #footer-before .sidebar-footer-logo-partners #block-32 img {
  max-width: 167px;
}
#footer #footer-before .sidebar-footer-logo-partners #block-34 img {
  max-width: 167px;
}
#footer #footer-before .sidebar-footer-txt {
  max-width: 1024px;
  margin: 40px auto 35px;
  text-align: center;
}
#footer #footer-before .sidebar-footer-txt:after {
  display: block;
  margin: 30px auto;
  content: "";
  height: 4px;
  max-width: 145px;
  background-color: #9fd442;
}
#footer #footer-content {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  align-items: start;
}
@media screen and (min-width: 768px) {
  #footer #footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#footer #footer-content .footer-col {
  margin-bottom: 50px;
  z-index: 2;
}
#footer #footer-content .footer-col:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #footer #footer-content .footer-col {
    margin-bottom: 0;
  }
}
#footer #footer-content .footer-title {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}
#footer #footer-content .footer-title strong,
#footer #footer-content .footer-title b {
  color: #9fd442;
}
#footer #footer-content ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
#footer #footer-content ul li {
  margin-bottom: 7px;
}
#footer #footer-content ul li a {
  color: #000102;
  transition: all 0.3s linear;
}
#footer #footer-content ul li a:hover, #footer #footer-content ul li a:focus {
  text-decoration: underline;
}
#footer #footer-content ul li a > span:hover, #footer #footer-content ul li a > span:focus {
  color: #9fd442;
  opacity: 0.7;
  transition: all 0.3s linear;
}
#footer #footer-content .btn {
  display: inline-block;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background: #9fd442;
  color: #ffffff;
  padding: 16px 36px;
  border: 0;
  border-radius: 0;
  margin: 30px 0;
  overflow: hidden;
}
#footer #footer-content #block-6 ul {
  display: flex;
  justify-content: center;
}
#footer #footer-content #block-6 ul li {
  margin: 15px;
}
#footer #footer-content #block-6 ul a {
  font-size: 30px;
}
#footer #footer-content #block-6 ul a:hover, #footer #footer-content #block-6 ul a:focus {
  text-decoration: none;
}

#copyright {
  background-color: #000102;
  padding: 37px 15px;
  color: #ffffff;
  text-align: center;
}
#copyright .container {
  justify-content: center;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover, #copyright a:focus {
  text-decoration: underline;
}

button.back-to-top {
  box-shadow: none;
  border: 0;
  display: none;
  position: fixed;
  padding: 0;
  bottom: 50px;
  right: 50px;
  z-index: 10;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background-color: #000102;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s linear;
  font-size: 1.125rem;
}
button.back-to-top:hover {
  transition: all 0.3s linear;
  background-color: #9fd442;
  color: #ffffff;
}

.bloc-diaporama .bloc-diaporama-content {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}
.bloc-diaporama .bloc-diaporama-content.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.bloc-diaporama .bloc-diaporama-content .slick-slide {
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 80%;
  text-align: center;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content {
  position: relative;
  padding: 80px 30px;
  width: 100%;
  margin: 0;
  min-height: 550px;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .title {
  position: relative;
  display: block;
  font-size: 1.875rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .bloc-diaporama .bloc-diaporama-content .wrapper-content .title {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .title {
  font-weight: bold;
  margin-bottom: 30px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms ease;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .title:after {
  display: block;
  content: "";
  width: 210px;
  height: 3px;
  margin: 30px auto 0;
  background: #9fd442;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .subtitle {
  margin-bottom: 30px;
  position: relative;
  display: block;
  font-weight: bold;
  color: #ffffff;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms ease;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .bloc-diaporama .bloc-diaporama-content .wrapper-content .subtitle {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media screen and (min-width: 1025px) {
  .bloc-diaporama .bloc-diaporama-content .wrapper-content .subtitle {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .subtitle img {
  display: inline-block;
  margin: 30px 15px;
  width: auto;
  max-height: 73px;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .bottom-slide {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms ease;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .bottom-slide a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  background: #9fd442;
  color: #fff;
  padding: 16px 36px;
  border-radius: 0;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .bottom-slide a:before {
  width: calc(100% + 1px);
}
.bloc-diaporama .bloc-diaporama-content .slick-active .title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1000ms;
}
.bloc-diaporama .bloc-diaporama-content .slick-active .subtitle {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1200ms;
}
.bloc-diaporama .bloc-diaporama-content .slick-active .bottom-slide {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1400ms;
}
.bloc-diaporama .bloc-diaporama-content .slick-dots {
  text-align: center;
  bottom: 15px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 5;
}
.bloc-diaporama .bloc-diaporama-content .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 100%;
  transition: all 0.3s linear;
}
.bloc-diaporama .bloc-diaporama-content .slick-dots li button:before {
  display: none;
}
.bloc-diaporama .bloc-diaporama-content .slick-dots li.slick-active button,
.bloc-diaporama .bloc-diaporama-content .slick-dots li button:hover,
.bloc-diaporama .bloc-diaporama-content .slick-dots li button:focus {
  opacity: 1;
  transition: all 0.3s linear;
}

@media screen and (min-width: 1400px) {
  .bloc-diaporama .bloc-diaporama-content:after {
    display: block;
  }
  .bloc-diaporama .bloc-diaporama-content .slick-slide {
    min-height: 730px;
    background-position: center center;
  }
  .bloc-diaporama .bloc-diaporama-content .wrapper-content {
    padding: 0 0 0 100px;
    width: 100%;
    max-width: 1100px;
    margin: 0;
    min-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1600px) {
  .bloc-diaporama .bloc-diaporama-content .wrapper-content {
    padding: 0 0 0 0;
  }
  .bloc-diaporama .bloc-diaporama-content .wrapper-content .title:after {
    display: block;
  }
  .bloc-diaporama .bloc-diaporama-content .wrapper-content .subtitle {
    max-width: inherit;
  }
  .bloc-diaporama .bloc-diaporama-content .slick-dots {
    bottom: 85px;
  }
}
a.bloc-service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  height: 350px;
  color: #ffffff;
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}
a.bloc-service:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
  opacity: 0.35;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.3s linear;
}
a.bloc-service img {
  margin-bottom: -5px;
  max-width: 45px;
  display: block;
  height: auto;
  z-index: 2;
}
a.bloc-service .title {
  color: #ffffff;
  font-size: 1.4375rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2rem;
  margin: 0 0 20px;
  background-color: #9fd442;
  display: inline-block;
  padding: 4px 20px;
  z-index: 1;
}
a.bloc-service p {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  margin-top: 0;
  z-index: 1;
}
a.bloc-service p:last-child {
  margin-bottom: 0;
}
a.bloc-service:hover:before, a.bloc-service:focus:before {
  opacity: 0.15;
  transition: opacity 0.3s linear;
}

@media screen and (min-width: 768px) {
  a.bloc-service {
    padding: 78px 65px;
  }
}
@media (min-width: 1920px) {
  a.bloc-service {
    max-width: inherit;
    background-size: cover;
  }
}
.elementor-widget-dnc_slide_texte_image_elementor .slick-slide {
  position: relative;
}
.elementor-widget-dnc_slide_texte_image_elementor .slick-slide .content-text {
  background-color: white;
  padding: 2.5rem;
}
.elementor-widget-dnc_slide_texte_image_elementor .slick-slide .content-text .title {
  font-size: 2.5rem;
  font-weight: bold;
  display: block;
  margin: 0 0 15px;
  line-height: 3.125rem;
}
.elementor-widget-dnc_slide_texte_image_elementor .slick-slide .content-text .title:after {
  width: 145px;
  height: 4px;
  display: block;
  margin: 30px 0 30px;
  background-color: #9fd442;
  content: "";
}
.elementor-widget-dnc_slide_texte_image_elementor .slick-slide .content-text .content {
  display: block;
  margin-bottom: 15px;
}
.elementor-widget-dnc_slide_texte_image_elementor .slick-slide .content-text a.elementor-button.elementor-button-link {
  background-color: #9fd442;
}
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev,
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-next {
  top: inherit;
  left: inherit;
  bottom: -90px;
  background-color: transparent;
  padding: 0;
  width: 56px;
  height: 50px;
  z-index: 1;
}
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev:before,
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-next:before {
  opacity: 0.5;
  color: #9fd442;
  font-size: 50px;
  transition: all 0.3s linear;
  font-family: "icomoon";
}
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev:hover:before,
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-next:hover:before {
  opacity: 1;
  transition: all 0.3s linear;
}
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev {
  right: 60px;
}
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev:before {
  content: "\e90e";
}
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-next {
  right: 0;
}
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-next:before {
  content: "\e90f";
}

@media (max-width: 991px) {
  .elementor-widget-dnc_slide_texte_image_elementor .slick-slide {
    min-height: inherit;
  }
  .elementor-widget-dnc_slide_texte_image_elementor .slick-slide .content-text {
    position: relative;
    max-width: 100%;
  }
  .elementor-widget-dnc_slide_texte_image_elementor .slick-slide .content-text .title {
    font-size: 20px;
  }
  .elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev,
  .elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-next {
    bottom: -100px;
    background-color: transparent;
    padding: 0;
    width: 56px;
    height: 50px;
    z-index: 1;
  }
}
.dnc-notice .notice-link a {
  background-color: #9fd442;
  position: relative;
  display: block;
  color: white;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.3s linear;
}
.dnc-notice .notice-link a .icon-external-link-alt {
  margin-right: 5px;
}
.dnc-notice .notice-link a:focus, .dnc-notice .notice-link a:hover {
  transition: all 0.3s linear;
  background-color: black;
}

body.category .posts-categories,
body.blog .posts-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px;
}
body.category .posts-categories a,
body.blog .posts-categories a {
  background-color: black;
  color: white;
  padding: 10px 40px;
  z-index: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 15px;
  text-transform: uppercase;
}
body.category .posts-categories a:hover, body.category .posts-categories a:focus,
body.blog .posts-categories a:hover,
body.blog .posts-categories a:focus {
  opacity: 1 !important;
  transition: all 0.4s ease-in-out;
}
body.category .posts-list,
body.blog .posts-list {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 30px;
}
body.category .posts-list article > a,
body.blog .posts-list article > a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 370px;
  transition: all 0.3s linear;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
body.category .posts-list article > a .posts-wrapper-img,
body.blog .posts-list article > a .posts-wrapper-img {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 245px;
}
body.category .posts-list article > a .posts-wrapper-img img,
body.blog .posts-list article > a .posts-wrapper-img img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all ease-in-out 2s;
}
body.category .posts-list article > a .posts-wrapper-img .date,
body.blog .posts-list article > a .posts-wrapper-img .date {
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  text-transform: uppercase;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 1;
  flex-direction: column;
  z-index: 1;
}
body.category .posts-list article > a .posts-wrapper-img .date span,
body.blog .posts-list article > a .posts-wrapper-img .date span {
  font-size: 30px;
}
body.category .posts-list article > a .posts-content,
body.blog .posts-list article > a .posts-content {
  padding: 20px 25px 30px;
  display: block;
  transition: all 0.3s linear;
}
body.category .posts-list article > a .posts-content .categorie,
body.blog .posts-list article > a .posts-content .categorie {
  color: #9fd442;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}
body.category .posts-list article > a .posts-content .title,
body.blog .posts-list article > a .posts-content .title {
  font-size: 20px;
  line-height: 22px;
  color: black;
  font-weight: bold;
  display: block;
}
body.category .posts-list article > a:hover, body.category .posts-list article > a:focus,
body.blog .posts-list article > a:hover,
body.blog .posts-list article > a:focus {
  box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
}
body.category .posts-list article > a:hover .posts-wrapper-img img, body.category .posts-list article > a:focus .posts-wrapper-img img,
body.blog .posts-list article > a:hover .posts-wrapper-img img,
body.blog .posts-list article > a:focus .posts-wrapper-img img {
  transform: scale(1.05);
  transition: all ease-in-out 2s;
}
body.category .posts-list article > a:hover .posts-content, body.category .posts-list article > a:focus .posts-content,
body.blog .posts-list article > a:hover .posts-content,
body.blog .posts-list article > a:focus .posts-content {
  background-color: white;
  transition: all 0.3s linear;
}
body.category .posts-list-bottom,
body.blog .posts-list-bottom {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  padding: 50px 0;
}
body.category .posts-list-bottom article .post-item .posts-content,
body.blog .posts-list-bottom article .post-item .posts-content {
  padding-right: 0;
  font-size: 14px;
}
body.category .posts-list-bottom article .post-item .posts-content .title,
body.blog .posts-list-bottom article .post-item .posts-content .title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  body.category .posts-list article .post-item .posts-content,
  body.blog .posts-list article .post-item .posts-content {
    padding-right: 0;
  }
  body.category .posts-list-bottom,
  body.blog .posts-list-bottom {
    padding: 0 0 50px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  body.category .posts-list,
  body.blog .posts-list {
    grid-template-columns: 1fr;
  }
}
.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.6;
}

.wpcf7-form .form-line {
  margin-bottom: 30px;
}
.wpcf7-form .form-line p {
  margin: 0;
}
.wpcf7-form .form-line label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 24px;
  color: #000102;
}
.wpcf7-form .form-line label sup {
  color: #ff0000;
  margin-left: 3px;
}
.wpcf7-form .form-line.form-line-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 30px;
}
.wpcf7-form .form-line.form-line-3.form-line-adresse {
  grid-template-columns: 1.5fr 0.5fr 1fr;
}
.wpcf7-form .form-line.form-line-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
}
.wpcf7-form .form-line.form-line-center {
  text-align: center;
}
.wpcf7-form .form-line.form-line-center .title:after {
  margin-left: auto;
  margin-right: auto;
}
.wpcf7-form .form-line.form-line-center .sujet-group {
  max-width: 750px;
  margin: 0 auto 50px;
}
.wpcf7-form .form-line.form-line-center .required-field-instruction {
  color: #1b345c;
}
.wpcf7-form .form-line.form-line-case {
  margin-bottom: 30px;
}
.wpcf7-form .form-line.form-line-case .wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 30px;
}
.wpcf7-form .form-line.form-line-case .wpcf7-radio span.wpcf7-list-item {
  position: relative;
  margin: 0;
}
.wpcf7-form .form-line.form-line-case .wpcf7-radio span.wpcf7-list-item label {
  min-height: inherit;
  margin: 0;
}
.wpcf7-form .form-line.form-line-case .wpcf7-radio span.wpcf7-list-item input[type=checkbox],
.wpcf7-form .form-line.form-line-case .wpcf7-radio span.wpcf7-list-item input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
}
.wpcf7-form .form-line.form-line-case .wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label {
  width: 100%;
  background: #7b7e81;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  position: relative;
  padding-left: 30px;
  padding: 16px 20px;
  transition: 0.3s;
  min-height: 60px;
  color: white;
  display: block;
  line-height: 28px;
  border: 3px solid #7b7e81;
}
.wpcf7-form .form-line.form-line-case .wpcf7-radio span.wpcf7-list-item.active .wpcf7-list-item-label {
  background-color: #009f98;
  border: 3px solid #addddb;
}
.wpcf7-form .form-line input[type=text],
.wpcf7-form .form-line input[type=email],
.wpcf7-form .form-line input[type=tel],
.wpcf7-form .form-line input[type=file],
.wpcf7-form .form-line select,
.wpcf7-form .form-line textarea {
  background-color: #f7f7f7;
  border-radius: 4px;
  min-height: 60px;
  color: #000102;
  font-family: "Open Sans", Sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  border: 0;
  outline: 0;
  padding: 1rem 1.25rem;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
}
.wpcf7-form .form-line input[type=text]::placeholder,
.wpcf7-form .form-line input[type=email]::placeholder,
.wpcf7-form .form-line input[type=tel]::placeholder,
.wpcf7-form .form-line input[type=file]::placeholder,
.wpcf7-form .form-line select::placeholder,
.wpcf7-form .form-line textarea::placeholder {
  color: #979797;
  font-weight: 400;
}
.wpcf7-form .form-line select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276 9 12 15 18 9%27%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5em;
}
.wpcf7-form .form-line select[multiple=multiple] {
  background: none #f7f7f7;
  appearance: auto;
}
.wpcf7-form .form-line a {
  color: #000102;
  text-decoration: underline;
}
.wpcf7-form .form-line a:hover, .wpcf7-form .form-line a:focus {
  text-decoration: none;
}
.wpcf7-form .form-line small {
  color: #121113;
}
.wpcf7-form .btn-submit {
  text-align: center;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s linear;
}
.wpcf7-form .btn-submit:hover, .wpcf7-form .btn-submit:focus {
  background-color: #000102 !important;
  border-color: #000102 !important;
  transition: all 0.3s linear;
}
.wpcf7-form .btn-center {
  text-align: center;
  margin-top: 30px;
}
.wpcf7-form .btn-center .btn-submit {
  display: inline-block;
  background-color: #9fd442;
}
.wpcf7-form .btn-center .wpcf7-spinner {
  display: block;
  margin: 5px auto;
}

.wpcf7 form .wpcf7-response-output {
  padding: 1em 2em;
  border-radius: 10px;
  text-align: center;
}

@media (max-width: 1024px) {
  .wpcf7-form .form-line.form-line-case .wpcf7-radio {
    grid-template-columns: 1fr 1fr;
  }
  .wpcf7-form .form-line.form-line-3 {
    grid-template-columns: 1fr;
  }
  .wpcf7-form .form-line.form-line-3.form-line-adresse {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .wpcf7-form .title {
    font-size: 20px;
  }
  .wpcf7-form .form-line #blank-group {
    display: none;
  }
  .wpcf7-form .form-line.form-line-case .wpcf7-radio {
    grid-template-columns: 1fr;
  }
  .wpcf7-form .form-line.form-line-2 {
    grid-template-columns: 1fr;
  }
}
.link-map-itin {
  color: grey;
  text-decoration: underline !important;
  outline: none;
}

.bloc-compteur-home {
  position: relative !important;
  max-width: 60%;
  margin: auto;
}
@media (min-width: 768px) {
  .bloc-compteur-home {
    position: absolute !important;
    max-width: 100%;
  }
}
@media (min-width: 1250px) and (max-width: 1431px) {
  .bloc-compteur-home {
    bottom: auto !important;
    top: 21.875rem;
  }
}
@media (min-width: 1025px) and (max-width: 1249px) {
  .bloc-compteur-home {
    bottom: auto !important;
    top: 18.75rem;
  }
}
.bloc-compteur-home:before, .bloc-compteur-home:after {
  content: "";
  background-color: #9fd442;
  position: absolute;
  height: calc(100% + 22px);
  width: 60px;
  top: -11px;
  display: block;
  z-index: -1;
}
.bloc-compteur-home:before {
  left: -11px;
}
.bloc-compteur-home:after {
  right: -11px;
}
.bloc-compteur-home .elementor-counter-number-prefix {
  color: #9fd442;
}

@media (min-width: 1025px) and (max-width: 1391px) {
  .bloc-contact .elementor-widget-button > .elementor-widget-container {
    margin: 0 1.875rem 0 -1.875rem !important;
  }
  .bloc-contact .elementor-widget-button > .elementor-widget-container .elementor-button-wrapper {
    width: max-content;
    margin-right: 3.125rem;
  }
  .bloc-contact .elementor-widget-button > .elementor-widget-container .elementor-button-wrapper .elementor-button-content-wrapper {
    width: max-content;
  }
  .bloc-contact .bloc-contact-txt {
    margin-right: 1.875rem;
  }
}
.bloc-contact-txt span {
  text-transform: uppercase;
  color: #9fd442;
}
@media screen and (min-width: 768px) {
  .bloc-contact-txt span {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .bloc-contact-txt span {
    font-size: 32px;
    line-height: 43px;
  }
}

.section-video .bloc-video .elementor-custom-embed-play svg {
  transform: scale(1);
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .section-video .bloc-video .elementor-custom-embed-image-overlay img {
    aspect-ratio: 21/9;
  }
}
.section-video .text-video {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s linear;
}
.section-video:hover .bloc-video .elementor-custom-embed-play svg, .section-video:focus .bloc-video .elementor-custom-embed-play svg {
  transform: scale(1.1);
}
.section-video:hover .text-video, .section-video:focus .text-video {
  opacity: 1;
  transform: translateY(0);
}

.bloc-partenaires .elementor-swiper-button {
  background-color: rgba(0, 1, 2, 0.1);
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  transition: all 0.3s linear;
}
.bloc-partenaires .elementor-swiper-button:hover, .bloc-partenaires .elementor-swiper-button:focus {
  background-color: #000102;
  transition: all 0.3s linear;
}

.ff-stream .ff-filter-holder .ff-filter {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.ff-stream .ff-search {
  display: none !important;
}
.ff-stream .ff-search input {
  border-radius: 0 !important;
}
.ff-stream .ff-search input::placeholder {
  color: #ffffff;
}
.ff-stream .ff-loadmore-wrapper .ff-btn {
  border-radius: 0 !important;
  font-weight: 700;
  font-size: 17px;
}

.elementor-swiper-button:hover {
  opacity: 0.8;
}

.page-header .page-header-content {
  margin-bottom: 50px;
  min-height: 250px;
  background-color: black;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.page-header .page-header-content .wrapper-pager-title .page-title {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 700;
  z-index: 1;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 0 30px;
  text-align: center;
}
.page-header .page-header-content .bloc-breadcrumb-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.page-header .page-header-content .bloc-breadcrumb-wrapper .bloc-breadcrumb {
  color: white;
  font-size: 15px;
  line-height: 30px;
}
.page-header .page-header-content .bloc-breadcrumb-wrapper .bloc-breadcrumb a {
  color: white;
}
.page-header .page-header-content .bloc-breadcrumb-wrapper .bloc-breadcrumb a:hover, .page-header .page-header-content .bloc-breadcrumb-wrapper .bloc-breadcrumb a:focus {
  color: white;
}
.page-header .page-header-content .archive-description {
  max-width: 1024px;
  padding: 0 15px;
  margin: 0 auto 50px;
  color: black;
}

@media (max-width: 1024px) {
  .page-header .page-header-content .wrapper-pager-title h1.page-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .page-header .page-header-content .wrapper-pager-title {
    min-height: 200px;
    padding-top: 0;
  }
  .page-header .page-header-content .wrapper-pager-title h1.page-title {
    font-size: 25px;
  }
  .page-header .page-header-content .bloc-breadcrumb-wrapper {
    margin: 0 auto 25px;
  }
}
.post-content-bg .post-content {
  max-width: 795px;
  padding: 0 20px;
  margin: 0 auto;
}
.post-content-bg .post-content.page-404 {
  text-align: center;
  margin: 100px auto;
}
.post-content-bg .post-content .header-post {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
  align-items: center;
  color: black;
}
.post-content-bg .post-content .header-post .header-date-post {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.post-content-bg .post-content .header-post .header-date-post i {
  margin-right: 7px;
}
.post-content-bg .post-content .header-post .header-categ {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-content-bg .post-content .header-post .header-categ a {
  background-color: black;
  color: white;
  padding: 10px 40px;
  z-index: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 15px;
  text-transform: uppercase;
}
.post-content-bg .post-content .header-post .header-categ a:hover, .post-content-bg .post-content .header-post .header-categ a:focus {
  opacity: 1 !important;
  transition: all 0.4s ease-in-out;
}
.post-content-bg .post-content .header-post .header-share-post {
  display: flex;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  align-items: center;
  justify-content: flex-end;
}
.post-content-bg .post-content .header-post .header-share-post ul {
  list-style: none outside;
  margin: 0;
  padding: 0 0 0 5px;
}
.post-content-bg .post-content .header-post .header-share-post ul li {
  display: inline-block;
  margin: 0 2px;
}
.post-content-bg .post-content .header-post .header-share-post ul li a {
  text-decoration: none;
  color: white;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 40px;
  background-color: black;
  border-radius: 100%;
  color: white;
  text-align: center;
  font-size: 15px;
  opacity: 1;
  transition: all 0.3s linear;
}
.post-content-bg .post-content .header-post .header-share-post ul li a:hover, .post-content-bg .post-content .header-post .header-share-post ul li a:focus {
  transition: all 0.3s linear;
  background-color: #9fd442;
}
.post-content-bg .post-content .post-carousel-images {
  margin-bottom: 50px;
}
.post-content-bg .post-content .post-carousel-images img {
  max-width: 100%;
  margin: 0 auto;
}
.post-content-bg .post-content .post-carousel-images.no-slider img {
  width: 100%;
  max-width: 795px;
  height: auto;
  display: block;
}
.post-content-bg .post-content .post-carousel-images.no-slider .img-caption {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 15px;
  display: block;
}
.post-content-bg .post-content .post-body img {
  max-width: 100%;
  height: auto;
  display: block;
}
.post-content-bg .post-content .post-body .post-presentation a {
  color: #1b6532;
  text-decoration: underline;
}
.post-content-bg .post-content .post-body .post-presentation a:hover, .post-content-bg .post-content .post-body .post-presentation a:focus {
  text-decoration: none;
}
.post-content-bg .post-content .post-body .post-presentation > ul {
  padding: 0;
  margin-top: 0;
  list-style: none;
}
.post-content-bg .post-content .post-body .post-presentation > ul li {
  margin-bottom: 5px;
}
.post-content-bg .post-content .post-body .post-presentation > ul li::before {
  content: "";
  width: 15px;
  display: inline-block;
  vertical-align: 3px;
  margin-right: 10px;
  height: 4px;
  background-color: #1b6532;
}
.post-content-bg .post-content .post-body .post-presentation > ul li:last-child {
  margin-bottom: 0;
}
.post-content-bg .post-content .post-body .post-presentation > ol {
  padding: 0;
  margin-top: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.post-content-bg .post-content .post-body .post-presentation > ol li {
  counter-increment: my-awesome-counter;
  margin-bottom: 15px;
}
.post-content-bg .post-content .post-body .post-presentation > ol li:last-child {
  margin-bottom: 0;
}
.post-content-bg .post-content .post-body .post-presentation > ol li::before {
  content: counter(my-awesome-counter) " ";
  color: #1b6532;
  font-weight: bold;
}
.post-content-bg .post-content .post-body .post-presentation > ol li strong {
  font-weight: 500;
}
.post-content-bg .post-content .post-body .post-presentation > ol li ol {
  padding: 0;
  margin-top: 10px;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.post-content-bg .post-content .post-body .post-presentation > ol li ol li {
  margin-bottom: 5px;
}
.post-content-bg .post-content .post-body .post-presentation > ol li ol li::before {
  content: "";
  width: 5px;
  display: inline-block;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 7px;
  height: 5px;
  background-color: #1d1d1b;
}
.post-content-bg .post-content .post-body .post-presentation p {
  margin-bottom: 20px;
  line-height: 1.6em;
}
.post-content-bg .post-content .post-body .post-presentation.not-elementor {
  font-size: 15px;
  line-height: 1.6em;
  color: black;
}
.post-content-bg .post-content .post-body h2 {
  color: #1d1d1b;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 20px;
}
.post-content-bg .post-content .post-body h2 a {
  color: #1b6532;
  text-decoration: underline;
}
.post-content-bg .post-content .post-body ul.fichiers,
.post-content-bg .post-content .post-body ul.liens {
  padding: 0;
  margin-top: 0;
  list-style: none;
}
.post-content-bg .post-content .post-body ul.fichiers li,
.post-content-bg .post-content .post-body ul.liens li {
  margin-bottom: 5px;
}
.post-content-bg .post-content .post-body ul.fichiers li::before,
.post-content-bg .post-content .post-body ul.liens li::before {
  content: "";
  width: 15px;
  display: inline-block;
  vertical-align: 3px;
  margin-right: 10px;
  height: 4px;
  background-color: #1b6532;
}
.post-content-bg .post-content .post-body ul.fichiers li a,
.post-content-bg .post-content .post-body ul.liens li a {
  color: #1b6532;
  text-decoration: underline;
}
.post-content-bg .post-content .post-body ul.fichiers li a:hover, .post-content-bg .post-content .post-body ul.fichiers li a:focus,
.post-content-bg .post-content .post-body ul.liens li a:hover,
.post-content-bg .post-content .post-body ul.liens li a:focus {
  text-decoration: none;
}
.post-content-bg .post-content .post-body ul.fichiers li:last-child,
.post-content-bg .post-content .post-body ul.liens li:last-child {
  margin-bottom: 0;
}
.post-content-bg .post-content .post-body iframe {
  margin: 0 auto 30px;
  display: block;
  max-width: 100%;
}
.post-content-bg .actualites-social {
  text-align: center;
  padding: 30px 0 0;
  color: black;
  font-size: 20px;
  max-width: 1170px;
  padding: 0 15px;
  margin: 50px auto 0;
}
.post-content-bg .actualites-social > p {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
}
.post-content-bg .actualites-social ul {
  list-style: none outside none;
  padding: 0;
}
.post-content-bg .actualites-social ul li {
  display: inline-block;
  margin: 0 3px;
}
.post-content-bg .actualites-social ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 55px;
  background-color: black;
  border-radius: 100%;
  color: white;
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
  opacity: 1;
  transition: all 0.3s linear;
}
.post-content-bg .actualites-social ul li a:hover, .post-content-bg .actualites-social ul li a:focus {
  background-color: #9fd442;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .post-content-bg .actualites-social {
    padding: 15px 0 0;
    font-size: 15px;
    margin: 25px auto 0;
  }
  .post-content-bg .actualites-social > p {
    font-size: 25px;
  }
  .post-content-bg .actualites-social ul li a {
    width: 35px;
    height: 35px;
    line-height: 38px;
    font-size: 16px;
  }
}
.post-content-bg .wrapper-btn-return-post {
  max-width: 795px;
  padding: 0 20px;
  margin: 50px auto;
  text-align: center;
}
.post-content-bg .wrapper-btn-return-post a {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  fill: #ffffff;
  color: #ffffff;
  border: 1px solid black;
  background-color: black;
  padding: 18px 25px;
  position: relative;
  transition: all 0.3s linear;
}
.post-content-bg .wrapper-btn-return-post a::after {
  font-family: "icomoon";
  content: "\e900";
  margin-left: 10px;
}
.post-content-bg .wrapper-btn-return-post a:hover, .post-content-bg .wrapper-btn-return-post a:focus {
  color: black;
  background-color: white;
  transition: all 0.3s linear;
}

@media (max-width: 767px) {
  .post-content-wrapper.model-standard .post-head {
    min-height: inherit;
  }
  .post-content-wrapper.model-standard .post-head .post-head-content #bloc-breadcrumb {
    display: none;
  }
  .post-content-wrapper.model-standard .post-content-bg .post-content .header-post {
    display: block;
    text-align: center;
  }
  .post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-date-post,
  .post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-categ {
    margin-bottom: 15px;
  }
  .post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-share-post {
    justify-content: center;
  }
}
.error404 .container {
  justify-content: center;
}
.error404 .container #content-404 {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: 100px 50px;
  font-size: 1.25rem;
  text-align: center;
}
.error404 .container #content-404 strong {
  font-size: 1.875rem;
}
.error404 .container #content-404 .btn {
  text-align: center;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  color: #ffffff;
  background-color: #9fd442;
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 1.4375rem;
}
.error404 .container #content-404 .btn:hover, .error404 .container #content-404 .btn:focus {
  background-color: #000102;
  color: #ffffff;
}
