<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* abstracts */
/*=============================
=            color            =
=============================*/
/*=====  End of color  ======*/
/* base */
/*============================
=            font            =
============================*/
@font-face {
  font-family: "dosis";
  src: url("../fonts/dosis-bold-webfont.woff2") format("woff2"), url("../fonts/dosis-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "dosis";
  src: url("../fonts/dosis-extrabold-webfont.woff2") format("woff2"), url("../fonts/dosis-extrabold-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "dosis";
  src: url("../fonts/dosis-extralight-webfont.woff2") format("woff2"), url("../fonts/dosis-extralight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "dosis";
  src: url("../fonts/dosis-light-webfont.woff2") format("woff2"), url("../fonts/dosis-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "dosis";
  src: url("../fonts/dosis-medium-webfont.woff2") format("woff2"), url("../fonts/dosis-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "dosis";
  src: url("../fonts/dosis-regular-webfont.woff2") format("woff2"), url("../fonts/dosis-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "dosis";
  src: url("../fonts/dosis-semibold-webfont.woff2") format("woff2"), url("../fonts/dosis-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ecoconso";
  src: url("../fonts/ecoconsoblack_mar2010-webfont.woff2") format("woff2"), url("../fonts/ecoconsoblack_mar2010-webfont.woff") format("woff"), url("../fonts/ecoconsoblack_mar2010.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "ecoconsoBold";
  src: url("../fonts/ecoconsoblack_mar2010-webfont.woff2") format("woff2"), url("../fonts/ecoconsoblack_mar2010-webfont.woff") format("woff"), url("../fonts/ecoconsoblack_mar2010.ttf") format("truetype");
}
@font-face {
  font-family: "ecoconso";
  src: url("../fonts/ecoconsoregular_mar2010-webfont.woff2") format("woff2"), url("../fonts/ecoconsoregular_mar2010-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ecoconso";
  src: url("../fonts/ecoconsothin_mar2010-webfont.woff2") format("woff2"), url("../fonts/ecoconsothin_mar2010-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/*=====  End of font  ======*/
/*===============================
=            general            =
===============================*/
/* LOADER */
.ajax-progress {
  background-color: transparent;
  background-image: url("../img/loading.gif");
  background-size: 100px 100px;
  height: 100px;
  width: 100px;
  margin-left: -30px;
  margin-top: -60px;
}

/*NAVBAR-NAV*/
.navbar-nav li a {
  padding-top: 2px !important;
  padding-bottom: 15px !important;
}

/*CONTAINER*/
.presentationPage {
  min-height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
}
.presentationPage svg {
  margin-bottom: 40px;
}
.presentationPage .listingPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 25px;
  font-family: "ecoconso", sans-serif;
  font-weight: 700;
}
.presentationPage .listingPage a {
  margin-bottom: 20px;
  color: #707070;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.presentationPage .listingPage a:hover {
  color: #98c23c;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container,
.container-sm {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container,
.container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1366px) {
  .container,
.container-sm {
    max-width: 1366px;
  }
}
/* COOKIES */
.cookiesjsr-banner {
  background-color: #82b00f;
}

.cookiesjsr-btn {
  background-color: #82b00f;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  background-color: #82b00f;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
  background-color: #82b00f;
}

.cookiesjsr-btn.important.invert {
  background-color: #82b00f;
  border-color: #82b00f;
}

.cookiesjsr-btn.invert {
  border-color: #82b00f;
}

/* MENU ADMIN */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "dosis", sans-serif;
  color: #707070;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
}
a:hover,
a:focus {
  text-decoration: none;
}

textarea {
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ecoconso", sans-serif;
  font-weight: 300;
}

.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
  padding: 0;
}

.form-check {
  padding-left: 0;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.form-check-input[type=checkbox] + label,
label.btn input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check-input[type=checkbox] + label:before,
.form-check-input[type=checkbox]:not(.filled-in) + label:after,
label.btn input[type=checkbox] + label:before,
label.btn input[type=checkbox]:not(.filled-in) + label:after,
#mc-embedded-subscribe-form label.checkbox.subfield span:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  content: "";
  border: 2px solid #98c23c;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-check-input[type=checkbox]:checked + label:before,
label.btn input[type=checkbox]:checked + label:before,
#mc-embedded-subscribe-form label.checkbox.subfield input:checked + span:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1.275rem;
  border-top: 2px solid transparent;
  border-right: 2px solid #98c23c;
  border-bottom: 2px solid #98c23c;
  border-left: 2px solid transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#mc-embedded-subscribe-form label.checkbox.subfield input {
  visibility: hidden;
  width: 0;
  margin: 0;
}
#mc-embedded-subscribe-form label.checkbox.subfield span {
  position: relative;
  padding-left: 25px;
}
#mc-embedded-subscribe-form label.checkbox.subfield span:before {
  top: -4px;
}

.form-check-input[type=checkbox]:not(.filled-in) + label:after,
label.btn input[type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.responsive-menu-toggle-wrapper.responsive-menu-toggle {
  display: block;
}

.bef-checkboxes ul {
  padding-left: 20px;
}
.bef-checkboxes &gt; ul {
  padding: 0;
}
.bef-checkboxes li {
  list-style-type: none;
}

@media (min-width: 960px) {
  .responsive-menu-toggle-wrapper.responsive-menu-toggle {
    display: block;
  }
}
@media (min-width: 992px) {
  .responsive-menu-toggle-wrapper.responsive-menu-toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  .region-we-mega-menu {
    display: none;
  }
}
.mm-menu_theme-dark {
  --mm-color-background: #98c23c;
  --mm-color-text-dimmed: #fff;
  --mm-color-border: rgba(255, 255, 255, 0.3);
  --mm-color-button: #fff;
  --mm-color-text: #fff;
}

#mm-3 .mm-btn_next {
  display: none;
}

.field--type-metatag,
.field--name-field-resume,
.field--name-field-content-date,
.field--name-field-event-end-date,
.field--name-field-thematics,
.field--name-field-keywords,
.field--name-field-event-eco-event {
  display: none;
}

.field--type-metatag + .js-form-type-vertical-tabs,
.field--type-metatag + .captcha + .js-form-type-vertical-tabs {
  display: none;
}

#edit-field-event-type.form-checkboxes,
#edit-field-event-area.form-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#edit-field-event-type.form-checkboxes &gt; *,
#edit-field-event-area.form-checkboxes &gt; * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}

.alert {
  margin-top: 1rem;
}
.alert.fade.show {
  opacity: 1;
}
.node-agenda .alert.alert-status ul.messages__list &gt; li:not(:first-child) {
  display: none;
}

/* components */
.search {
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.search .form-control {
  -ms-flex-preferred-size: calc(100% - 45px);
      flex-basis: calc(100% - 45px);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #91C11F;
  color: #fff;
  border: none;
  border-right: 1px solid #fff;
}
.search .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.search .btn {
  -ms-flex-preferred-size: 45px;
      flex-basis: 45px;
  border-top-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0px;
  background-color: #91C11F;
  color: #fff;
}

.button,
.btn-primary,
#mc_embed_signup .button,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show &gt; .btn-primary.dropdown-toggle {
  background-color: #82b00f !important;
  height: auto !important;
  padding: 10px 30px !important;
  border: none !important;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a.page-link, .pagination span.page-link {
  width: 29px;
  height: 29px;
  padding: 0;
  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;
  border-radius: 50% !important;
  border: 1px solid #82b00f;
  color: #82b00f;
  font-size: 20px;
  font-weight: 300;
  margin: 0 5px;
}
.pagination a.page-link:hover, .pagination span.page-link:hover {
  background-color: #82b00f;
  border: 1px solid #82b00f;
  color: #fff;
}
.pagination .active a.page-link, .pagination .active span.page-link {
  background-color: #82b00f;
  border: 1px solid #82b00f;
  color: #fff;
  font-weight: 700;
}
.pagination span.page-link {
  border: inherit;
  margin: 0 0;
}
.pagination span.page-link:hover {
  background-color: inherit;
  border: inherit;
  color: inherit;
}
.pagination .active span.page-link:hover {
  background-color: #82b00f;
  border: 1px solid #82b00f;
  color: #fff;
}

@media (min-width: 375px) {
  .pagination a.page-link, .pagination span.page-link {
    width: 34px;
    height: 34px;
  }
}
@media (min-width: 425px) {
  .pagination a.page-link, .pagination span.page-link {
    width: 39px;
    height: 39px;
  }
}
.card {
  border: none;
}
.card.article {
  margin-bottom: 40px;
  background-color: transparent;
}
.card.article .picture {
  border-radius: 20px;
  margin-bottom: 10px;
}
.card.article .picture img {
  border-radius: 20px;
  width: 100%;
}
.card.article .title {
  color: #82b00f;
  font-size: 23px;
  margin-bottom: 10px;
}
.card.article .description {
  font-size: 18px;
  color: #707070;
  font-family: "dosis", sans-serif;
  margin-bottom: 0;
}
.card.publication {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-radius: 0px;
  color: #707070;
}
.card.publication .picture {
  width: 100%;
  margin-bottom: 20px;
}
.card.publication .picture img {
  border-radius: 20px;
  width: 100%;
}
.card.publication .type {
  background-color: #82b00f;
  display: inline;
  color: #fff;
  padding: 0 10px;
  margin-right: 10px;
}
.card.publication .date {
  font-size: 14px;
  font-weight: 300;
}
.card.publication .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.card.publication .title {
  color: #82b00f;
  font-size: 23px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 20px;
}
.card.publication .description {
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card.publication.event .type span {
  display: inline-block;
}
.card.publication.event .type span:after {
  content: "|";
  margin: 0 3px;
}
.card.publication.event .type span:last-child:after {
  display: none;
}
.card.publication.event .dateBloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card.publication.event .dateBloc .day {
  width: 50px;
  height: 50px;
  background-image: url(../img/event-date.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
}
.card.publication.event .dateBloc span {
  margin: 0 10px;
  padding-top: 10px;
}

@media (min-width: 426px) {
  .card.article .picture {
    height: 233px;
  }
  .card.article .picture img {
    width: inherit;
  }
  .card.publication .picture {
    height: 233px;
  }
  .card.publication .picture img {
    width: unset;
  }
}
@media (min-width: 768px) {
  .card.publication {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .card.publication .picture {
    -ms-flex-preferred-size: 262px;
        flex-basis: 262px;
    margin-right: 20px;
    height: 190px;
    margin-bottom: 0;
  }
  .card.publication .content {
    -ms-flex-preferred-size: calc(100% - 282px);
        flex-basis: calc(100% - 282px);
  }
  .card.publication .title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .card.article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .card.article .picture {
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
    width: 260px;
    height: 160px;
    margin-right: 15px;
  }
  .card.article .content {
    -ms-flex-preferred-size: calc(100% - 211px);
        flex-basis: calc(100% - 211px);
  }
}
#mergeRow-gdpr fieldset label {
  font-weight: bold !important;
}
#mergeRow-gdpr fieldset input {
  position: static;
  opacity: 1;
  margin-left: 0;
}

.table &gt; tbody &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; thead &gt; tr &gt; th {
  border: 1px solid #dddddd;
}

.table {
  border: 0;
}
.table thead {
  background-color: #fff;
}
.table thead th {
  background-color: #707070;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-bottom: none;
}
.table tbody th, .table tbody td {
  border-top: none;
}
.table tbody td {
  font-size: 15px;
}
.table tbody th {
  font-size: 18px;
  font-weight: 400;
}
.table.green thead {
  background-color: #fff;
}
.table.green thead th {
  background-color: #98c23c;
  color: #fff;
  border-color: #fff;
  border-bottom: 0;
}
.table.green tbody th, .table.green tbody td {
  background-color: #d5ec9e;
  border-color: #fff;
}

.facets-widget-checkbox ul {
  padding-left: 10px;
}
.facets-widget-checkbox &gt; ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.facets-widget-checkbox li {
  list-style-type: none;
}
.facets-widget-checkbox .facet-item label {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 2px 10px 0px 10px;
  margin-bottom: 0px;
}
.facets-widget-checkbox .facet-item .form-check-input[type=checkbox] + label {
  font-family: "dosis", sans-serif;
}
.facets-widget-checkbox .facet-item .form-check-input[type=checkbox] + label:before {
  opacity: 0;
}
.facets-widget-checkbox .facet-item .form-check-input[type=checkbox]:checked + label {
  padding-left: 35px;
  color: #fff;
  border: 1px solid #82b00f;
  background-color: #82b00f;
}
.facets-widget-checkbox .facet-item .form-check-input[type=checkbox]:checked + label:before {
  opacity: 1;
  left: 3px;
  border-top: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid transparent;
}

@media (min-width: 1366px) {
  .facets-widget-checkbox &gt; ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* layout */
.l-menu {
  padding-bottom: 10px;
  background-color: #fff;
}
.l-menu .menu .logo {
  width: 181px;
  height: 97px;
}
.l-menu .menu .navbar-brand {
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
  padding-top: 0;
  padding-bottom: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  float: none;
  height: auto;
  padding: auto;
  margin-top: -30px;
}
.l-menu .menu .navbar {
  padding: 10px 0;
  padding-bottom: 0;
}
.l-menu .servicesAdvice {
  width: 100%;
  text-align: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.l-menu .servicesAdvice svg {
  width: 244px;
  height: 72px;
}
.l-menu .responsive-menu-toggle-icon:before,
.l-menu .responsive-menu-toggle-icon:after,
.l-menu .responsive-menu-toggle-icon span.icon {
  background-color: #98c23c;
}
.l-menu .responsive-menu-toggle-wrapper {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (min-width: 992px) {
  .l-menu {
    position: relative;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    padding-bottom: 0;
    padding-top: 10px;
    background-color: transparent;
  }
  .l-menu .menu .navbar-brand {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .l-menu .menu .shortDescription {
    -ms-flex-preferred-size: 186px;
        flex-basis: 186px;
    font-size: 14px;
    margin-left: 20px;
    margin-right: auto;
    line-height: 18px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-menu .menu .search {
    -ms-flex-preferred-size: 316px;
        flex-basis: 316px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-menu .menu .search .form-inline {
    max-width: 316px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-menu .menu .servicesAdvice {
    -ms-flex-preferred-size: 211px;
        flex-basis: 211px;
    margin-right: 0;
    margin-left: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-menu .menu .navbar {
    padding: 0;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    min-height: 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-menu #block-mega-menu-main {
    display: block;
  }
  .l-menu .block-we-megamenu-blockmain {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 20px;
  }
  .l-menu .block-we-megamenu-blockmain .navbar {
    min-height: auto;
  }
  .l-menu .block-we-megamenu-blockmain .we-mega-menu-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    border: 1px solid #82B00F;
    border-radius: 23px;
  }
  .l-menu .block-we-megamenu-blockmain .we-mega-menu-li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: static;
  }
  .l-menu .block-we-megamenu-blockmain .we-mega-menu-submenu {
    display: none;
  }
  .l-menu .we-mega-menu-submenu .we-mega-menu-submenu .we-mega-menu-submenu {
    display: none !important;
  }
  .l-menu .we-mega-menu-submenu li.we-mega-menu-li a {
    display: block;
    font-family: inherit;
    font-weight: 400;
  }
  .l-menu .navbar-we-mega-menu,
.l-menu .we-mega-menu-ul &gt; .we-mega-menu-li &gt; a {
    background: transparent;
  }
  .l-menu .we-mega-menu-submenu li.we-mega-menu-li.active &gt; a {
    color: #fff;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li &gt; a {
    font-weight: 400;
    font-size: 18px;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li {
    border: none;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li &gt; a {
    font-family: inherit !important;
    text-transform: none;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li .we-mega-menu-group &gt; a {
    color: white;
    border-top: none;
    padding-left: 0;
    text-transform: none;
    font-weight: 400;
    border: none;
    font-size: 20px;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li .we-mega-menu-group &gt; a .picto {
    display: none;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li .we-mega-menu-group &gt; a:before, .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li .we-mega-menu-group &gt; a:after {
    display: none;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li .mainLinkMenu a {
    color: #BD0029;
    border-top: none;
    padding-left: 0;
    font-size: 1em;
    text-transform: none;
    font-weight: 700;
    border: none;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li .mainLinkMenu li:last-child a {
    padding-bottom: 0;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li .we-mega-menu-submenu-inner {
    min-height: 0;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li .we-mega-menu-submenu-inner .we-mega-menu-col .nav {
    display: block;
  }
  .l-menu .we-mega-menu-submenu ul.subul ul .we-mega-menu-li:last-child a {
    border: none;
  }
  .l-menu .navbar {
    padding: 0;
    margin-bottom: 0;
  }
  .l-menu .we-mega-menu-ul .dropdown-menu.MainBigMenu {
    position: static !important;
  }
  .l-menu .we-mega-menu-submenu {
    display: none;
    border: none;
    margin-top: 0;
    background: transparent;
  }
  .l-menu .we-mega-menu-submenu li.we-mega-menu-li a {
    color: white;
    font-size: 16px;
    padding: 10px 10px 10px 55px !important;
    border: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #424242;
  }
  .l-menu .we-mega-menu-submenu li.we-mega-menu-li a:hover {
    color: #fff;
  }
  .l-menu .we-mega-menu-submenu li.we-mega-menu-li a .picto {
    border: none;
    padding: 0;
    display: block;
    margin-right: 10px;
    border: none;
  }
  .l-menu .we-mega-menu-submenu li.we-mega-menu-li a .picto img {
    max-width: 30px;
    max-height: 30px;
  }
  .l-menu .we-mega-menu-submenu li[data-level="2"]:hover .we-mega-menu-submenu {
    display: none !important;
    pointer-events: none;
  }
  .l-menu .we-mega-menu-li.dropdown-menu.we-mega-menu-submenu {
    display: none !important;
    pointer-events: none !important;
  }
  .l-menu .we-mega-menu-submenu li.we-mega-menu-li.dropdown-menu a:before {
    display: none;
  }
  .l-menu .we-mega-menu-ul .we-mega-menu-li.dropdown-menu .we-mega-menu-submenu {
    display: none;
    visibility: hidden;
  }
  .l-menu .we-mega-menu-ul .we-mega-menu-li.dropdown-menu:hover .we-mega-menu-submenu {
    display: block;
    visibility: visible;
  }
  .l-menu .bigDropdown {
    width: 932px !important;
    background-color: #92c21e;
    border-radius: 20px;
  }
  .l-menu .bigDropdown .publicationMenu {
    border-left: 1px solid #fff;
  }
  .l-menu .bigDropdown .publicationMenu li.we-mega-menu-li a {
    padding: 0px 10px 0px 55px !important;
  }
  .l-menu .bigDropdown .publicationMenu li.we-mega-menu-li a .picto {
    display: none;
  }
  .l-menu .bigDropdown .publicationMenu li.we-mega-menu-li a.we-megamenu-nolink {
    padding: 10px 10px 10px 55px !important;
  }
  .l-menu .we-megamenu-nolink {
    padding: 10px 10px 10px 55px !important;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li {
    border-left: 1px solid #82B00F;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li &gt; a {
    padding: 0px;
    text-align: center;
    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: 9px 0;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li &gt; a .picto {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li:first-child {
    background-color: #82B00F;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    font-size: 0;
    max-width: 60px;
    border-left: none;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li:first-child .picto {
    margin-right: 0;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li:first-child &gt; a {
    font-size: 0;
  }
  .l-menu .we-mega-menu-ul &gt; .we-mega-menu-li.active-trail &gt; a:hover {
    background-color: transparent;
    border: none;
    color: inherit;
  }
  .l-menu .we-mega-menu-ul .dropdown-menu &gt; a:before,
.l-menu .we-mega-menu-ul .dropdown-menu &gt; a:after,
.l-menu .we-mega-menu-ul .dropdown-menu &gt; span:before,
.l-menu .we-mega-menu-ul .dropdown-menu &gt; span:after {
    position: static;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 10px;
    margin-top: 3px;
  }
}
@media (min-width: 1366px) {
  .l-menu .menu .servicesAdvice {
    -ms-flex-preferred-size: 279px;
        flex-basis: 279px;
  }
  .l-menu .menu .shortDescription {
    font-size: 18px;
    -ms-flex-preferred-size: 257px;
        flex-basis: 257px;
    line-height: 23px;
  }
}
@media (min-width: 1420px) {
  .l-menu .tb-megamenu .nav &gt; li &gt; a, .l-menu .tb-megamenu .nav &gt; li &gt; span.tb-megamenu-no-link {
    padding: 15px 20px 25px;
  }
  .l-menu .bigDropdown {
    width: 1330px !important;
  }
  .l-menu .we-mega-menu-ul .dropdown-menu &gt; .we-mega-menu-submenu,
.l-menu .we-mega-menu-ul .dropdown-menu &gt; .we-mega-menu-submenu {
    display: none;
  }
  .l-menu .we-mega-menu-ul .dropdown-menu:hover &gt; .we-mega-menu-submenu,
.l-menu .we-mega-menu-ul .dropdown-menu:focus &gt; .we-mega-menu-submenu {
    display: block;
  }
}
.l-carousel {
  color: #fff;
  margin-bottom: 30px;
}
.l-carousel .swiper-slide {
  position: relative;
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
}
.l-carousel .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #707070;
  background: linear-gradient(82deg, #707070 0%, rgba(112, 112, 112, 0) 100%);
}
.l-carousel .swiper-slide a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.l-carousel .swiper-button-next,
.l-carousel .swiper-button-prev {
  display: none;
}
.l-carousel .swiper-pagination {
  bottom: 25px;
}
.l-carousel .swiper-pagination-bullet {
  width: 16px;
  height: 14px;
  border-radius: 7px;
  background-color: #fff;
  border: 3px solid #fff;
  opacity: 1;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}
.l-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #98c23c;
}
.l-carousel .container {
  padding-right: 0px;
  padding-left: 0px;
}
.l-carousel .content {
  position: relative;
  z-index: 5;
  padding: 15px 15px 35px 15px;
}
.l-carousel .content h1 {
  font-size: 36px;
  color: #707070;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #707070;
  font-family: "ecoconsoBold", sans-serif;
}
.l-carousel .content .description {
  font-size: 18px;
  font-family: "ecoconso", sans-serif;
  font-weight: 300;
  /*display: none;*/
}

@media (min-width: 425px) {
  .l-carousel .swiper-slide {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 560px) {
  .l-carousel .swiper-slide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .l-carousel .swiper-slide {
    padding-bottom: 130px;
  }
  .l-carousel .content h1 {
    margin-bottom: 30px;
  }
  .l-carousel .content .description {
    display: block;
  }
}
@media (min-width: 992px) {
  .l-carousel {
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: #efefef;
  }
  .l-carousel .swiper-button-next,
.l-carousel .swiper-button-prev {
    display: block;
    height: 69px;
    width: 69px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -35px;
  }
  .l-carousel .swiper-button-next {
    background-image: url(../img/btn_next.svg);
    right: 20px;
  }
  .l-carousel .swiper-button-prev {
    background-image: url(../img/btn_prev.svg);
    left: 20px;
  }
  .l-carousel .content {
    padding-left: 140px;
    padding-right: 400px;
  }
  .l-carousel .content .description {
    display: block;
  }
}
@media (min-width: 1024px) {
  .l-carousel .swiper-slide {
    padding-top: 80px;
    padding-bottom: 65px;
    min-height: 409px;
  }
}
@media (min-width: 1366px) {
  .l-carousel .content {
    padding-left: 190px;
    padding-right: 600px;
  }
  .l-carousel .swiper-slide {
    padding-top: 200px;
    padding-bottom: 65px;
    min-height: 545px;
  }
}
.l-header {
  background-color: #98c23c;
  color: #fff;
  padding: 40px 0 0 0;
}
.l-header .theme {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
.l-header .textContent h1 {
  font-size: 25px;
  font-family: "ecoconsoBold", sans-serif;
  line-height: 36px;
}
.l-header .textContent .description {
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-family: "ecoconso", sans-serif;
  margin-bottom: 30px;
}
.l-header figure {
  position: relative;
}
.l-header figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  text-align: center;
  font-size: 17px;
}
.l-header .dateBloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  color: #707070;
}
.l-header .dateBloc .day {
  width: 50px;
  height: 50px;
  background-image: url(../img/event-date.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
  font-size: 13px;
  font-weight: 700;
  padding-top: 10px;
}
.l-header .dateBloc span {
  margin: 0 10px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 700;
}
.l-header.image {
  padding: 40px 0 20px 0;
}
.l-header.image .theme {
  margin-bottom: 30px;
}
.l-header.image .textContent h1 {
  font-size: 28px;
  margin-bottom: 30px;
}
.l-header.image .textContent .description {
  margin-top: inherit;
}
.l-header.event .theme {
  margin-bottom: 20px;
}
.l-header.event .theme .type {
  background-color: #82b00f;
  padding: 3px 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  display: inline;
}
.l-header.event .theme .type a {
  color: #fff;
  position: relative;
}
.l-header.event .theme .type a:after {
  content: "|";
  margin-right: 3px;
  margin-left: 3px;
}
.l-header.event .theme .type a:last-child:after {
  display: none;
}
.l-header.event .theme .date {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 18px;
}

@media (min-width: 768px) {
  .l-header .textContent {
    margin-bottom: 0;
  }
  .l-header.image .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header.image .textContent {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 20px;
  }
  .l-header.image .textContent .theme {
    margin-bottom: 30px;
  }
  .l-header.image .imgContent {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 20px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .l-header {
    padding: 40px 70px 190px 70px;
  }
  .l-header .container {
    padding-left: 70px;
    padding-right: 70px;
  }
  .l-header figure {
    margin-bottom: 0;
  }
  .l-header .textContent h1 {
    font-size: 36px;
    margin-bottom: 57px;
  }
  .l-header.image {
    padding: 40px 70px 190px 70px;
  }
  .l-header.image .textContent {
    min-height: 97px;
  }
  .l-header.image .textContent h1 {
    font-size: 28px;
  }
  .l-header.headerGreatSpace {
    padding: 40px 70px 440px 70px;
  }
}
@media (min-width: 1024px) {
  .l-header.event .theme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header.event .theme .type {
    padding: 3px 5px;
    margin-bottom: 0;
  }
  .l-header.event .theme .date {
    margin-top: 0px;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .l-header .container {
    padding-left: 110px;
    padding-right: 110px;
  }
  .l-header .textContent .theme {
    margin-bottom: 0px;
  }
  .l-header .textContent h1 {
    font-size: 36px;
    line-height: 47px;
  }
  .l-header .textContent .description {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
    font-weight: 100 !important;
  }
  .l-header .textContent .description strong {
    font-weight: 100 !important;
  }
  .l-header figure figcaption {
    padding: 20px;
  }
  .l-header .dateBloc .day {
    width: 65px;
    height: 65px;
    background-image: url(../img/event-date_big.png);
    font-size: 17px;
  }
  .l-header.image .textContent .theme {
    margin-bottom: 35px;
  }
  .l-header.image .textContent h1 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
.l-footer {
  background-color: #82b00f;
  color: #fff;
  overflow: hidden;
  padding: 30px 0;
  padding-bottom: 0;
}
.l-footer .socialLinks {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}
.l-footer .socialLinks .linksContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer .socialLinks .links {
  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;
  font-size: 2em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #5EA129;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.l-footer .socialLinks .links:hover {
  background-color: #d5ec9e;
}
.l-footer .newsletter {
  position: relative;
  padding: 100px 0;
  margin-bottom: 30px;
  color: #707070;
}
.l-footer .newsletter h2 {
  margin-bottom: 12px;
}
.l-footer .newsletter p {
  width: 320px;
  font-size: 18px;
  line-height: 20px;
}
.l-footer .newsletter a {
  font-family: "ecoconsoBold", sans-serif;
  font-size: 22px;
  color: #82b00f;
  text-decoration: underline;
}
.l-footer .newsletter .background {
  position: absolute;
  top: 0;
  right: 20px;
  left: -60px;
  z-index: 3;
}
.l-footer .newsletter .background.lg {
  display: none;
}
.l-footer .newsletter .background.sm {
  display: block;
  max-width: 133%;
}
.l-footer .newsletter .content {
  position: relative;
  z-index: 5;
}
.l-footer .soutien .fedeWallo {
  width: 132px;
  height: 126px;
  margin-right: 15px;
}
.l-footer .soutien .wallo {
  width: 79px;
  height: 116px;
  margin-left: 15px;
}
.l-footer .soutien .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer .copyright {
  position: relative;
  z-index: 5;
  background-color: #fff;
  color: #707070;
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
  padding: 15px 0;
}
.l-footer .copyright a {
  color: #707070;
  padding: 0 10px;
  display: inline-block;
}
.l-footer .copyright a:first-child {
  padding-left: 0;
}

@media (min-width: 425px) {
  .l-footer .socialLinks .links {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .l-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer .socialLinks {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .l-footer .socialLinks .links {
    width: 70px;
    height: 70px;
  }
  .l-footer .soutien,
.l-footer .newsletter {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .l-footer .soutien {
    padding-top: 24px;
  }
  .l-footer .soutien .content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-footer .rightPart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footer .copyright {
    padding: 20px 0;
    text-align: left;
    font-size: 20px;
  }
  .l-footer .copyright .container {
    display: block;
  }
}
@media (min-width: 992px) {
  .l-footer {
    padding-bottom: 0;
  }
  .l-footer .container {
    display: block;
  }
  .l-footer .socialLinks {
    padding-top: 102px;
    -ms-flex-preferred-size: 236px;
        flex-basis: 236px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .l-footer .socialLinks .links {
    font-size: 1.25em;
    width: 39px;
    height: 39px;
  }
  .l-footer .newsletter {
    -ms-flex-preferred-size: 384px;
        flex-basis: 384px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 100px 50px 40px 65px;
    margin-top: 3px;
    margin-left: 25px;
  }
  .l-footer .newsletter .background {
    left: 0;
    right: 0;
  }
  .l-footer .soutien {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-right: 80px;
    padding-top: 85px;
  }
  .l-footer .rightPart {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 1360px) {
  .l-footer {
    padding-top: 30px;
  }
  .l-footer .socialLinks {
    padding-top: 113px;
  }
  .l-footer .socialLinks .links {
    width: 50px;
    height: 50px;
  }
  .l-footer .newsletter {
    -ms-flex-preferred-size: 531px;
        flex-basis: 531px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 112px 80px 50px 110px;
    margin-right: 0px;
  }
  .l-footer .newsletter .background {
    left: 0;
    right: 0;
  }
  .l-footer .newsletter .background.lg {
    display: block;
  }
  .l-footer .newsletter .background.sm {
    display: none;
  }
  .l-footer .soutien {
    margin-right: 0;
    padding-top: 95px;
  }
}
.l-content h2 {
  margin-bottom: 30px;
  font-size: 27px;
}
.l-content.l-articles.voirAussi {
  padding: 32px 0;
  background: #F0F0F0;
}

/* FRONT PAGE ONLY */
.front .l-content h2 {
  font-size: 36px;
}

/* END FRONT PAGE ONLY */
@media (min-width: 992px) {
  .l-content h2 {
    font-size: 26px;
  }
  .l-content.annexePage h2 {
    font-size: 26px;
  }
}
@media (min-width: 1366px) {
  .l-content h2 {
    margin-bottom: 40px;
  }
  .l-content.annexePage h2 {
    font-size: 36px;
  }
}
.l-wysiwyg {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.l-wysiwyg a {
  color: #82b00f;
  text-decoration: underline;
}
.l-wysiwyg h2, .l-wysiwyg h3, .l-wysiwyg h4, .l-wysiwyg h5, .l-wysiwyg h6 {
  margin-bottom: 30px;
  font-family: "ecoconso", sans-serif;
}
.l-wysiwyg h2 {
  display: block;
  background-color: #EF7B10;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 15px;
}
.l-wysiwyg h3 {
  font-size: 15px;
  font-family: "ecoconsoBold", sans-serif;
  margin-top: 45px;
  margin-bottom: 20px;
}
.l-wysiwyg .sommaireBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding: 10px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-transform: uppercase;
}
.l-wysiwyg .sommaireBtn img {
  margin-right: 15px;
}
.l-wysiwyg ul {
  padding-left: 20px;
}
.l-wysiwyg ul li {
  position: relative;
  padding-left: 28px;
  list-style-type: none;
  margin-bottom: 0px;
}
.l-wysiwyg ul li:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 13px;
  background-image: url(../img/puce.png);
  left: 0;
  top: 5px;
}
.l-wysiwyg ul.oups {
  padding-left: 0px;
  padding-top: 25px;
}
.l-wysiwyg ul.oups li {
  padding: 15px 0 25px 40px;
  border-top: solid 1px #AEAEAE;
}
.l-wysiwyg ul.oups li:after {
  width: 29px;
  height: 24px;
  background-image: url(../img/arrow-green.png);
  top: 15px;
}
.l-wysiwyg ul.oups .search {
  margin-top: 35px;
}
.l-wysiwyg small {
  font-size: 14px;
  line-height: 18px;
}
.l-wysiwyg .footerTxt {
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
}
.l-wysiwyg .encadre {
  background-color: #d5ec9e;
  padding: 20px;
}
.l-wysiwyg sup {
  left: 2px;
}
.l-wysiwyg sup a {
  text-decoration: none;
}
.l-wysiwyg .embedded-entity.align-center {
  text-align: center;
}
.l-wysiwyg .align-left {
  margin-right: 20px;
}
.l-wysiwyg .align-right {
  margin-left: 20px;
}

@media (min-width: 992px) {
  .l-wysiwyg h2 {
    font-size: 26px;
  }
  .l-wysiwyg h3 {
    font-size: 19px;
  }
  .l-wysiwyg .oups .search {
    width: 75%;
  }
}
.l-actuCampagne {
  background-color: #EF7B10;
  color: #fff;
}
.l-actuCampagne .container {
  padding: 0;
}
.l-actuCampagne .actuBloc,
.l-actuCampagne .aLaUneBloc {
  background-color: #EF7B10;
  padding: 22px;
  overflow: hidden;
}
.l-actuCampagne .actuBloc {
  padding-top: 30px;
}
.l-actuCampagne .aLaUneBloc {
  background-color: #82b00f;
}
.l-actuCampagne .actuSwiper {
  overflow: visible;
  width: 70vw !important;
  margin-left: 0;
  padding-bottom: 35px;
}
.l-actuCampagne .actuSwiper .content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.l-actuCampagne .actuSwiper .content img {
  margin-bottom: 20px;
}
.l-actuCampagne .actuSwiper .content .description {
  font-size: 18px;
  font-weight: 700;
}
.l-actuCampagne .actuSwiper .swiper-pagination {
  bottom: 15px;
  width: calc(100vw - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-actuCampagne .actuSwiper .swiper-pagination-bullet {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  height: 3px;
  border-radius: 0;
  background-color: #C7C7C7;
  opacity: 1;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.l-actuCampagne .actuSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #707070;
}
.l-actuCampagne .actuSwiperAnnexe {
  overflow: visible;
  width: 70vw !important;
  margin-left: 0;
  padding-bottom: 35px;
}
.l-actuCampagne .actuSwiperAnnexe .content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.l-actuCampagne .actuSwiperAnnexe .content img {
  margin-bottom: 20px;
}
.l-actuCampagne .actuSwiperAnnexe .content .description {
  font-size: 18px;
  font-weight: 700;
}
.l-actuCampagne .actuSwiperAnnexe .swiper-pagination {
  bottom: 15px;
  width: calc(100vw - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-actuCampagne .actuSwiperAnnexe .swiper-pagination-bullet {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  height: 3px;
  border-radius: 0;
  background-color: #C7C7C7;
  opacity: 1;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.l-actuCampagne .actuSwiperAnnexe .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #707070;
}
.l-actuCampagne .actuSwiperAnnexe .swiper-button-prev,
.l-actuCampagne .actuSwiperAnnexe .swiper-button-next {
  display: none;
}
.l-actuCampagne .moreBtn {
  display: none;
}
.l-actuCampagne .show_more svg {
  width: 46px;
  height: 46px;
}
.l-actuCampagne .show_more a {
  text-align: center;
  color: #fff;
}
.l-actuCampagne .campagne {
  background-color: #FDC300;
  padding: 22px;
  padding-top: 30px;
}
.l-actuCampagne .campagne figcaption {
  background-color: #fff;
  color: #707070;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding: 20px 10px;
}
.l-actuCampagne.annexePage {
  background-color: #82b00f;
}

@media (min-width: 768px) {
  .l-actuCampagne .actuSwiper {
    width: 80vw !important;
  }
  .l-actuCampagne .actuSwiperAnnexe {
    width: 80vw !important;
  }
}
@media (min-width: 992px) {
  .l-actuCampagne {
    position: relative;
  }
  .l-actuCampagne .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
  }
  .l-actuCampagne .actuBloc,
.l-actuCampagne .aLaUneBloc {
    -ms-flex-preferred-size: calc(100% - 270px);
        flex-basis: calc(100% - 270px);
    background-color: transparent;
    padding-bottom: 45px;
    padding-right: 40px;
    padding-top: 40px;
  }
  .l-actuCampagne .actuSwiper {
    width: 100% !important;
    overflow: hidden;
    padding-bottom: 0;
  }
  .l-actuCampagne .actuSwiper .swiper-pagination {
    display: none;
  }
  .l-actuCampagne .actuSwiper .content .description {
    font-size: 16px;
  }
  .l-actuCampagne .campagne {
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    padding-left: 22px;
    padding-top: 40px;
    padding-top: 40px;
  }
  .l-actuCampagne .campagne figcaption {
    font-size: 16px;
  }
  .l-actuCampagne .moreBtn {
    display: block;
    -webkit-transform: translateY(-37px);
            transform: translateY(-37px);
    margin-left: 30px;
  }
  .l-actuCampagne .moreBtn svg {
    width: 56px;
    height: 56px;
  }
  .l-actuCampagne .contentSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-actuCampagne .actuSwiperAnnexe {
    width: 100% !important;
    overflow: hidden;
    padding-bottom: 0;
  }
  .l-actuCampagne .actuSwiperAnnexe .swiper-pagination {
    display: none;
  }
  .l-actuCampagne.annexePage .campagne {
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
  }
  .l-actuCampagne.annexePage .aLaUneBloc,
.l-actuCampagne.annexePage .actuBloc {
    -ms-flex-preferred-size: calc((100% - 260px) /2);
        flex-basis: calc((100% - 260px) /2);
    padding: 40px 22px;
  }
  .l-actuCampagne.annexePage .aLaUneBloc .swiper-slide,
.l-actuCampagne.annexePage .actuBloc .swiper-slide {
    padding: 0 28px;
  }
  .l-actuCampagne.annexePage .aLaUneBloc .content,
.l-actuCampagne.annexePage .actuBloc .content {
    position: relative;
  }
  .l-actuCampagne.annexePage .aLaUneBloc .content img,
.l-actuCampagne.annexePage .actuBloc .content img {
    margin-bottom: 0;
  }
  .l-actuCampagne.annexePage .aLaUneBloc .content .description,
.l-actuCampagne.annexePage .actuBloc .content .description {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(112, 112, 112, 0.8);
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .l-actuCampagne.annexePage .aLaUneBloc .swiper-button-prev,
.l-actuCampagne.annexePage .actuBloc .swiper-button-prev {
    display: block;
    background-image: url(../img/btn_prev.svg);
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
  .l-actuCampagne.annexePage .aLaUneBloc .swiper-button-next,
.l-actuCampagne.annexePage .actuBloc .swiper-button-next {
    display: block;
    background-image: url(../img/btn_next.svg);
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
  .l-actuCampagne.annexePage .actuBloc {
    background-color: #EF7B10;
  }
  .l-actuCampagne.annexePage .aLaUneBloc {
    background-color: #82b00f;
    padding-left: 22px;
  }
}
@media (min-width: 1366px) {
  .l-actuCampagne:before {
    content: "";
    position: absolute;
    background-color: #FDC300;
    top: 0;
    right: 0;
    bottom: 0;
    left: 74%;
  }
  .l-actuCampagne .actuBloc {
    -ms-flex-preferred-size: calc(100% - 360px);
        flex-basis: calc(100% - 360px);
  }
  .l-actuCampagne .campagne {
    -ms-flex-preferred-size: 360px;
        flex-basis: 360px;
  }
  .l-actuCampagne .campagne figcaption {
    font-size: 18px;
  }
  .l-actuCampagne .actuSwiper .content .description {
    font-size: 18px;
  }
  .l-actuCampagne.annexePage .campagne {
    -ms-flex-preferred-size: 360px;
        flex-basis: 360px;
  }
  .l-actuCampagne.annexePage .aLaUneBloc,
.l-actuCampagne.annexePage .actuBloc {
    -ms-flex-preferred-size: calc((100% - 360px) /2);
        flex-basis: calc((100% - 360px) /2);
  }
  .l-actuCampagne.annexePage .aLaUneBloc .swiper-button-prev,
.l-actuCampagne.annexePage .aLaUneBloc .swiper-button-next,
.l-actuCampagne.annexePage .actuBloc .swiper-button-prev,
.l-actuCampagne.annexePage .actuBloc .swiper-button-next {
    width: 70px;
    height: 70px;
  }
  .l-actuCampagne.annexePage .aLaUneBloc .swiper-slide,
.l-actuCampagne.annexePage .actuBloc .swiper-slide {
    padding: 0 40px;
  }
  .l-actuCampagne.annexePage .aLaUneBloc .content .description,
.l-actuCampagne.annexePage .actuBloc .content .description {
    font-size: 18px;
    line-height: 22px;
    padding: 20px;
  }
}
.l-thematique {
  padding-top: 30px;
  overflow: hidden;
}
.l-thematique .thematiqueSwiper {
  padding-bottom: 50px;
  overflow: visible;
}
.l-thematique .thematiqueSwiper .swiper-pagination {
  bottom: 30px;
  width: calc(100vw - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-thematique .thematiqueSwiper .swiper-pagination-bullet {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  height: 3px;
  border-radius: 0;
  background-color: #C7C7C7;
  opacity: 1;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.l-thematique .thematiqueSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #707070;
}
.l-thematique .thematiqueSwiper .swiper-slide {
  height: 100px;
  border: 1px solid #707070;
  padding: 10px;
}
.l-thematique .thematiqueSwiper .swiper-slide .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
}
.l-thematique .thematiqueSwiper .swiper-slide img {
  height: 50px;
  margin-bottom: 5px;
}
.l-thematique .thematiqueSwiper .swiper-slide .description {
  font-size: 14px;
  line-height: 14px;
  color: #707070;
}
.l-thematique .thematiqueSwiper .swiper-button-next,
.l-thematique .thematiqueSwiper .swiper-button-prev {
  display: none;
}
.l-thematique.oups a {
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 0.9em;
}
.l-thematique.oups a .picto {
  min-width: 36px;
}
.l-thematique.oups a .pictoNormal {
  display: block;
  width: 36px;
}
.l-thematique.oups a .pictoHover {
  display: none;
  width: 36px;
}
.l-thematique.oups a:hover {
  color: #82b00f;
}
.l-thematique.oups a:hover .pictoNormal {
  display: none;
}
.l-thematique.oups a:hover .pictoHover {
  display: block;
}

@media (min-width: 992px) {
  .l-thematique {
    padding-top: 40px;
  }
  .l-thematique .thematiqueSwiper {
    overflow: hidden;
    padding-bottom: 70px;
  }
  .l-thematique .thematiqueSwiper .swiper-pagination {
    bottom: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .l-thematique .thematiqueSwiper {
    padding-bottom: 60px;
  }
  .l-thematique .thematiqueSwiper .swiper-slide {
    width: 146px !important;
    height: 146px !important;
    padding: 20px;
  }
  .l-thematique .thematiqueSwiper .swiper-slide img {
    height: 60px;
    margin-bottom: 10px;
  }
  .l-thematique .thematiqueSwiper .swiper-slide .description {
    font-size: 16px;
    line-height: 20px;
  }
  .l-thematique .thematiqueSwiper .swiper-button-next,
.l-thematique .thematiqueSwiper .swiper-button-prev {
    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;
    background-image: none;
    background-color: green;
    height: calc(100% - 60px);
    width: 69px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -65px;
    top: 65px;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
  }
  .l-thematique .thematiqueSwiper .swiper-button-next.swiper-button-disabled,
.l-thematique .thematiqueSwiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }
  .l-thematique .thematiqueSwiper .swiper-button-next .contentBtn,
.l-thematique .thematiqueSwiper .swiper-button-prev .contentBtn {
    display: block;
    height: 69px;
    width: 69px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .l-thematique .thematiqueSwiper .swiper-button-next {
    right: 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(2%, rgba(255, 255, 255, 0.03)), color-stop(58%, white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 2%, white 58%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
    /* IE6-9 */
  }
  .l-thematique .thematiqueSwiper .swiper-button-next .contentBtn {
    background-image: url(../img/btn_next.svg);
  }
  .l-thematique .thematiqueSwiper .swiper-button-prev {
    left: 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, white), color-stop(99%, rgba(255, 255, 255, 0.01)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 25%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
    /* IE6-9 */
  }
  .l-thematique .thematiqueSwiper .swiper-button-prev .contentBtn {
    background-image: url(../img/btn_prev.svg);
  }
  .l-thematique .thematiqueSwiper .swiper-pagination {
    display: none;
  }
}
.l-projets {
  background-color: #98c23c;
  color: #fff;
  padding: 25px 0;
}
.l-projets .project {
  margin-bottom: 20px;
}
.l-projets .project img {
  width: 100%;
}
.l-projets .container {
  padding: 0 22px;
}

@media (min-width: 768px) {
  .l-projets .project img {
    width: auto;
  }
}
@media (min-width: 992px) {
  .l-projets {
    padding: 30px 0;
    padding-top: 40px;
  }
  .l-projets .project {
    margin-bottom: 0px;
  }
}
.l-breadcrumb {
  background-color: #82b00f;
  color: #fff;
  font-size: 13px;
  padding: 6px 0;
}
.l-breadcrumb a {
  color: #fff;
}
.l-breadcrumb span {
  padding: 0 5px;
}

@media (min-width: 992px) {
  .l-breadcrumb {
    margin-top: 30px;
  }
}
.l-wrapper {
  padding: 30px 0;
}
.l-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-wrapper .container .field--name-field-attached-files-media {
  margin-top: 25px;
}
.l-wrapper .container .field--name-field-attached-files-media .field__label {
  font-size: 1.2rem;
}
.l-wrapper .container .field--name-field-attached-files-media .field__item {
  padding: 3px 0px;
}
.l-wrapper .container .field--name-field-attached-files-media .field__item a {
  color: #82b00f;
}
.l-wrapper .container .field--name-field-project-status,
.l-wrapper .container .field--name-field-shop-contact-name,
.l-wrapper .container .field--name-field-shop-contact-surname,
.l-wrapper .container .field--name-field-shop-contact-email,
.l-wrapper .container .field--name-field-shop-contact-phone,
.l-wrapper .container .field--name-field-event-website {
  margin-top: 10px;
}
.l-wrapper .container .field--name-field-project-status a,
.l-wrapper .container .field--name-field-shop-contact-name a,
.l-wrapper .container .field--name-field-shop-contact-surname a,
.l-wrapper .container .field--name-field-shop-contact-email a,
.l-wrapper .container .field--name-field-shop-contact-phone a,
.l-wrapper .container .field--name-field-event-website a {
  color: #82b00f;
  text-decoration: underline;
}
.l-wrapper .rightCol {
  border-top: 1px solid #707070;
  margin-top: 20px;
  padding-top: 20px;
}
.l-wrapper .rightCol .topPart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-wrapper .rightCol .sharing {
  border: 1px solid #707070;
  padding: 10px;
  display: inline-block;
  margin-bottom: 40px;
  margin-right: 10px;
}
.l-wrapper .rightCol .sharing .title {
  font-size: 16px;
}
.l-wrapper .rightCol .sharing a {
  max-width: 34px;
}
.l-wrapper .rightCol .pdfPrint a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "dosis", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
}
.l-wrapper .rightCol .pdfPrint a div:first-child {
  min-width: 40px;
}
.l-wrapper .rightCol .publication {
  font-size: 14px;
  margin-bottom: 30px;
}
.l-wrapper .rightCol .publication .info {
  margin-bottom: 10px;
}
.l-wrapper .rightCol .publication .info .label {
  font-weight: 700;
  color: #707070;
}
.l-wrapper .rightCol .publication .info .label a {
  color: #707070;
}
.l-wrapper .rightCol .publication .info .txt {
  color: #707070;
}
.l-wrapper .rightCol .publication .info .txt a {
  color: #707070;
  text-decoration: underline;
}
.l-wrapper .rightCol .creativeCommons {
  border-top: 1px solid #707070;
  padding-top: 20px;
  line-height: 16px;
}
.l-wrapper .rightCol .creativeCommons a {
  text-decoration: underline;
  font-size: 14px;
  color: #707070;
}
.l-wrapper .rightCol .creativeCommons .cc_image {
  max-width: 165px;
  padding-top: 7px;
}
.l-wrapper .rightCol .backToTop {
  display: none;
}
.l-wrapper .rightCol.filter {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.l-wrapper .rightCol .filtreBloc {
  width: 100%;
}
.l-wrapper .rightCol .filtreBloc .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.l-wrapper .rightCol .filtreBloc .filterListing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-wrapper .rightCol .filtreBloc .filterListing.withForm {
  display: block;
  width: 100%;
}
.l-wrapper .rightCol .filtreBloc .filterLink {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 3px 10px 5px;
  color: #707070;
  font-size: 14px;
}
.l-wrapper .rightCol .filtreBloc .filterLink img {
  display: none;
}
.l-wrapper .rightCol .filtreBloc .filterLink.active {
  background-color: #82b00f;
  border: 1px solid #82b00f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-wrapper .rightCol .filtreBloc .filterLink.active img {
  display: block;
  height: 16px;
  width: 21px;
  margin-right: 10px;
}
.l-wrapper .rightCol .filtreBloc form .clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.l-wrapper .rightCol .filtreBloc form .clearfix:before {
  display: none;
}
.l-wrapper .rightCol .filtreBloc .form-group {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.l-wrapper .rightCol .filtreBloc .form-group:nth-child(odd) {
  padding-right: 5px;
}
.l-wrapper .rightCol .filtreBloc .form-group:nth-child(even) {
  padding-left: 5px;
}
.l-wrapper .rightCol .filtreBloc .form-group label {
  font-size: 14px;
}
.l-wrapper .rightCol .filtreBloc .form-control {
  background-color: #82b00f;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  padding: 0 10px;
  height: 30px;
}
.l-wrapper .leftCol.filter {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.l-wrapper .leftCol .backToTop {
  display: none;
}
.l-wrapper .fullWidth {
  width: 100%;
}
.l-wrapper .addEvent {
  background-color: #82b00f;
  border-radius: 20px;
  color: #fff;
  padding: 35px;
}
.l-wrapper .addEvent a {
  color: #fff;
  text-decoration: underline;
}
.l-wrapper .addEvent a:hover {
  color: #d5ec9e;
}

@media (min-width: 992px) {
  .l-wrapper {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 0;
    margin-top: -190px;
  }
  .l-wrapper .container {
    background-color: #fff;
    padding: 70px;
  }
  .l-wrapper .topContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .l-wrapper .rightCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-wrapper .rightCol .topPart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-wrapper .rightCol .sharing {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .l-wrapper .rightCol .publication {
    -ms-flex-preferred-size: 230px;
        flex-basis: 230px;
  }
  .l-wrapper .rightCol .filtreBloc .form-group {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    padding: 0 5px;
  }
  .l-wrapper .rightCol .filtreBloc .form-group:first-child {
    padding-left: 0px;
  }
  .l-wrapper .rightCol .filtreBloc .form-group:last-child {
    padding-right: 0px;
  }
  .l-wrapper.headerWithImg {
    margin-top: -190px;
  }
  .l-wrapper.headerGreatSpace {
    margin-top: -440px;
  }
  .l-wrapper .leftCol {
    position: relative;
  }
  .l-wrapper .leftCol .backToTop {
    display: block;
    position: absolute;
    bottom: 0;
    right: -120px;
    z-index: 5;
  }
}
@media (min-width: 1366px) {
  .l-wrapper .container {
    position: relative;
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-left: 110px;
    padding-right: 110px;
  }
  .l-wrapper .container .leftCol {
    -ms-flex-preferred-size: calc(100% - 160px);
        flex-basis: calc(100% - 160px);
    padding-right: 185px;
  }
  .l-wrapper .container .rightCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 79px;
  }
  .l-wrapper .container .rightCol .topContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: sticky;
    top: 70px;
    bottom: 150px;
  }
  .l-wrapper .container .rightCol .publication {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #707070;
  }
  .l-wrapper .container .rightCol .backToTop {
    display: block;
    -webkit-transform: translateY(79px);
            transform: translateY(79px);
  }
  .l-wrapper .container .rightCol .filtreBloc .title {
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .l-wrapper .container .rightCol .filtreBloc .filterListing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-wrapper .container .rightCol .filtreBloc .filterLink {
    margin-right: 0;
  }
  .l-wrapper .container .rightCol .filtreBloc form .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-wrapper .container .rightCol .filtreBloc form .clearfix:before {
    display: none;
  }
  .l-wrapper .container .rightCol .filtreBloc .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
  }
  .l-wrapper .container .rightCol.filter {
    margin-bottom: 0;
    border-bottom: none;
  }
  .l-wrapper .leftCol.filter {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-wrapper .leftCol .backToTop {
    display: none;
  }
  .l-wrapper .rightCol.filter {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}</pre></body></html>