@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --gin-color-primary: rgb(var(--gin-color-primary-rgb));
  --gin-color-primary-light: rgba(var(--gin-color-primary-rgb), .15);
  --gin-bg-app: rgb(var(--gin-bg-app-rgb));
  --gin-bg-item-hover: rgba(var(--gin-color-primary-rgb), .1);
  --gin-color-primary-light-hover: rgba(var(--gin-color-primary-rgb), .2);
  --gin-color-primary-light-active: rgba(var(--gin-color-primary-rgb), .3);
  --gin-shadow-primary-light: rgba(var(--gin-color-primary-rgb), .45);
  --gin-color-title: #222330;
  --gin-color-text: #222330;
  --gin-color-text-light: #545560;
  --gin-color-focus: rgba(0, 125, 250, .6);
  --gin-color-focus-border: rgba(0, 0, 0, .2);
  --gin-color-focus-neutral-rgb: rgba(0, 0, 0, .4);
  --gin-color-disabled: #8d8d8d;
  --gin-color-disabled-bg: #eaeaea;
  --gin-color-disabled-border: #c2c2c2;
  --gin-color-warning: #d8b234;
  --gin-color-warning-light: #efcf64;
  --gin-bg-warning: #605328;
  --gin-bg-warning-light: rgba(226, 151, 0, .08);
  --gin-color-danger: #cc3d3d;
  --gin-color-danger-lightest: #fdd9d9;
  --gin-color-danger-light: #f39b9d;
  --gin-bg-danger: #583333;
  --gin-bg-danger-light: rgba(222, 117, 96, .1);
  --gin-color-green: #058260;
  --gin-color-green-light: #32cea4;
  --gin-color-green-lightest: #adebdb;
  --gin-bg-green: #145242;
  --gin-bg-green-light: rgba(72, 171, 123, .1);
  --gin-color-info: #082538;
  --gin-color-info-light: #589ac5;
  --gin-bg-info: #122b3c;
  --gin-color-contextual: var(--gin-color-text);
  --gin-color-contextual-text: #eee;
  --gin-bg-input: #fff;
  --gin-bg-layer: #fff;
  --gin-bg-layer2: #edeff5;
  --gin-bg-layer3: #fff;
  --gin-bg-layer4: #e2e5ec;
  --gin-bg-secondary: var(--gin-bg-layer);
  --gin-bg-header: #eeeff3;
  --gin-pattern: var(--gin-border-color);
  --gin-pattern-fallback: var(--gin-bg-layer2);
  --gin-pattern-square: .5rem;
  --gin-font: Ginter, Inter, "Helvetica Neue", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  --gin-font-size-xxs: .75rem;
  --gin-font-size-xs: small;
  --gin-font-size-s: .875rem;
  --gin-font-size: 1rem;
  --gin-font-size-m: var(--gin-font-size);
  --gin-font-size-l: 1.125rem;
  --gin-font-size-xl: 1.25rem;
  --gin-font-size-h3: 1.5rem;
  --gin-font-size-h2: 1.75rem;
  --gin-font-size-h1: 1.6rem;
  --gin-font-size-quote: 1.1em;
  --gin-font-weight-normal: 400;
  --gin-font-weight-semibold: 525;
  --gin-font-weight-bold: 575;
  --gin-font-weight-heavy: 625;
  --gin-spacing-xxxs: .125rem;
  --gin-spacing-xxs: .25rem;
  --gin-spacing-xs: .5rem;
  --gin-spacing-s: .75rem;
  --gin-spacing-m: 1rem;
  --gin-spacing-l: 1.5rem;
  --gin-spacing-xl: 2rem;
  --gin-spacing-xxl: 3rem;
  --gin-spacing-xxxl: 4rem;
  --gin-icon-color: #414247;
  --gin-icon-size-close: 20px;
  --gin-icon-size-toolbar-secondary: 17px;
  --gin-icon-size-toolbar: 17px;
  --gin-icon-size-sidebar-toggle: 21px;
  --gin-border-xxs: .125rem;
  --gin-border-xs: .25rem;
  --gin-border-s: .375rem;
  --gin-border-m: .5rem;
  --gin-border-l: .75rem;
  --gin-border-xl: 1rem;
  --gin-border-color: #d4d4d8;
  --gin-border-color-secondary: rgba(0, 0, 0, .08);
  --gin-border-color-layer: rgba(0, 0, 0, .08);
  --gin-border-color-layer2: #d4d4d8;
  --gin-border-color-table: rgba(0, 0, 0, .1);
  --gin-border-color-table-header: rgba(0, 0, 0, .2);
  --gin-border-color-form-element: #8e929c;
  --size-summary-border-radius: calc(var(--gin-border-m) - 1px);
  --gin-easing: cubic-bezier(.19, 1, .22, 1);
  --gin-transition: .15s var(--gin-easing);
  --gin-transition-fast: .3s var(--gin-easing);
  --gin-shadow-l1: 0 1px 2px rgb(20 45 82 / 2%), 0 3px 4px rgb(20 45 82 / 3%), 0 5px 8px rgb(20 45 82 / 4%);
  --gin-shadow-l2: 0 1px 2px rgb(20 45 82 / 2%), 0 3px 4px rgb(20 45 82 / 3%), 0 5px 8px rgb(20 45 82 / 4%), 0 20px 24px rgb(20 45 82 / 12%);
  --gin-height-sticky: 60px;
  --gin-toolbar-width-collapsed: 66px;
  --gin-toolbar-width: 256px;
  --gin-toolbar-height: 0px;
  --gin-toolbar-secondary-height: 0px;
  --gin-toolbar-bg-level2: #edeff5;
  --gin-toolbar-bg-level3: rgba(44, 45, 47, .05);
  --gin-toolbar-y-offset: 0px;
  --gin-toolbar-x-offset: 0px;
  --gin-scroll-offset: 0px;
  --gin-sticky-offset: 0px;
  --gin-sidebar-width: 320px;
  --gin-sidebar-offset: var(--gin-sidebar-width);
  --gin-switch: #26a769;
  --gin-shadow-button: #00000033;
  --gin-color-button-text: #fff;
  --gin-offset-x: var(--gin-toolbar-x-offset);
  --gin-offset-y: calc(var(--gin-toolbar-y-offset) + var(--gin-sticky-offset));
  --gin-link-decoration-style: dotted;
  --gin-max-line-length: 80ch;
  --input-line-height: var(--gin-spacing-l);
  --input-padding-horizontal: var(--gin-spacing-s);
  --input-padding-vertical: var(--gin-spacing-xs);
  --jui-dialog-z-index: 1260;
  --gin-spacing-density-xxs: .25rem;
  --gin-spacing-density-xs: .5rem;
  --gin-spacing-density-s: .75rem;
  --gin-spacing-density-m: 1rem;
  --gin-spacing-density-l: 1.5rem;
  --gin-spacing-density-xl: 2rem;
  --gin-spacing-density-xxl: 3rem;
  --gin-spacing-density-xxxl: 4rem;
  --gin-toolbar-height: 53px;
  --gin-toolbar-secondary-height: 60px;
  --gin-scroll-offset: 180px;
  --gin-icon-size-toolbar: 18px;
  --gin-sticky-offset: var(--gin-height-sticky);
  --gin-color-primary-rgb: 0, 135, 95;
  --gin-color-primary-light-rgb: 204, 231, 223;
  --gin-color-primary-hover: #007351;
  --gin-color-primary-active: #006547;
  --gin-bg-app-rgb: 247, 251, 250;
  --gin-bg-header: #e0f1ec;
  --gin-color-sticky-rgb: 235, 245, 242;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  padding: 0;
  font-weight: normal;
  overflow-wrap: break-word;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
}

a,
input[type=submit] {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input,
select {
  appearance: none;
}

body {
  font-family: "Poppins", sans-serif;
  background: #F3F3EF;
}

.container {
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 58.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 640px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.container-content {
  max-width: 49.625rem;
  margin: 0 auto;
}

.link_more {
  display: inline-block;
  padding: 3.5px 17px;
  width: fit-content;
  border-bottom: 2px solid #3A5F2D;
  color: #3A5F2D;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 1024px) {
  .link_more {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.link_more:hover {
  color: #3A3A3A;
}

#block-advency-content {
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #block-advency-content {
    max-width: 58.75rem;
  }
}
@media screen and (max-width: 1024px) {
  #block-advency-content {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 640px) {
  #block-advency-content {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  #block-advency-content {
    max-width: 100%;
    padding: 0 20px;
  }
}

.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

@font-face {
  font-family: "webfont";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../../fonticon/webfont.eot");
  src: url("../../fonticon/webfont.eot?#iefix") format("embedded-opentype"), url("../../fonticon/webfont.woff2") format("woff2"), url("../../fonticon/webfont.woff") format("woff"), url("../../fonticon/webfont.ttf") format("truetype"), url("../../fonticon/webfont.svg#webfont") format("svg");
}
.forum_teaser__comments--comment-count::before, .forum_teaser__links--read:before, form.getaccform .field-add-more-submit:before, form.getaccform a.form-submit:before, form.getaccform input[id=edit-submit]:before, #user-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
#user-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.node-project-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.node-project-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.node-appointment-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.node-appointment-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.node-checklist-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.node-checklist-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.media-project-document-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.media-project-document-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.node-note-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.node-note-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.taxonomy-term-thematic-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.taxonomy-term-thematic-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.acceptaccform fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.acceptaccform fieldset#field_image-media-library-wrapper button.form-submit:before,
.node-rural-structure-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.node-rural-structure-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.node-ressource-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.node-ressource-form fieldset#field_image-media-library-wrapper button.form-submit:before, #user-form button[data-drupal-selector=edit-submit]:before,
.node-project-form button[data-drupal-selector=edit-submit]:before,
.node-appointment-form button[data-drupal-selector=edit-submit]:before,
.node-checklist-form button[data-drupal-selector=edit-submit]:before,
.media-project-document-form button[data-drupal-selector=edit-submit]:before,
.node-note-form button[data-drupal-selector=edit-submit]:before,
.taxonomy-term-thematic-form button[data-drupal-selector=edit-submit]:before,
.acceptaccform button[data-drupal-selector=edit-submit]:before,
.node-rural-structure-form button[data-drupal-selector=edit-submit]:before,
.node-ressource-form button[data-drupal-selector=edit-submit]:before, #user-form .clearfix .field-add-more-submit:before,
.node-project-form .clearfix .field-add-more-submit:before,
.node-appointment-form .clearfix .field-add-more-submit:before,
.node-checklist-form .clearfix .field-add-more-submit:before,
.media-project-document-form .clearfix .field-add-more-submit:before,
.node-note-form .clearfix .field-add-more-submit:before,
.taxonomy-term-thematic-form .clearfix .field-add-more-submit:before,
.acceptaccform .clearfix .field-add-more-submit:before,
.node-rural-structure-form .clearfix .field-add-more-submit:before,
.node-ressource-form .clearfix .field-add-more-submit:before, .page-observatoire .bef-exposed-form .form-item-title:before, #user-register-form #edit-actions #edit-submit:before, .webform-submission-form .webform-multiple-add button:before, .contact_form details summary::after, .select2-container--default .select2-results__option--highlighted[aria-selected]:before, .select2-container--default .select2-results__option--highlighted[aria-selected]:hover::before, .select2-container--default .select2-results__option[aria-selected=true]:before, .select2-container--default .select2-selection--single .select2-selection__rendered:before, .annuaire-porteurs .btn_add:before, #dashboard-wrapper .page-ressources__add:before, #dashboard-wrapper form.deletecontactform .button:before, #dashboard-wrapper form .form-back-button a:before, .dashboard.notes .add-note__link:before, .dashboard.checklists ul.results .checklist .tasks-list__list li input[type=submit]:before, .dashboard.checklists ul.results .checklist .tasks-list a.add-task:before, .dashboard.checklists .create-check__link:before, .dashboard.documents .create-doc__link:before, #dashboard-wrapper.user-agrirural footer a:before, #dashboard-wrapper.user-accompagnateur footer a:before, .forum .delete-button:before, .forum .back-button a.button:before, .annuaire-accompagnement .btn_add:before, .espace-collaboratif .btn_add:before, #dashboard-wrapper .dashboard-menu-mobile__close_button:before, .page_error__link:before, .menu-mobile__close_button:before, .app_dialog__cross:before, .green-card__details a:before, .mes-acc-accordeon__sort li:after, .map-search #map .leaflet-popup-content p.phone:before, .map-search #map .leaflet-popup-content p.mail:before, .map-search #map .leaflet-popup-content a.web:before, .webfont {
  display: inline-block;
  font-family: "webfont";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.webfont-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.webfont-xs {
  font-size: 0.75em;
}

.webfont-sm {
  font-size: 0.875em;
}

.webfont-1x {
  font-size: 1em;
}

.webfont-2x {
  font-size: 2em;
}

.webfont-3x {
  font-size: 3em;
}

.webfont-4x {
  font-size: 4em;
}

.webfont-5x {
  font-size: 5em;
}

.webfont-6x {
  font-size: 6em;
}

.webfont-7x {
  font-size: 7em;
}

.webfont-8x {
  font-size: 8em;
}

.webfont-9x {
  font-size: 9em;
}

.webfont-10x {
  font-size: 10em;
}

.webfont-fw {
  text-align: center;
  width: 1.25em;
}

.webfont-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.webfont-pull-left {
  float: left;
}

.webfont-pull-right {
  float: right;
}

.webfont.webfont-pull-left {
  margin-right: 0.3em;
}

.webfont.webfont-pull-right {
  margin-left: 0.3em;
}

.webfont-Add::before {
  content: "\ea01";
}

.webfont-add-user::before {
  content: "\ea02";
}

.webfont-arrow-back::before {
  content: "\ea03";
}

.webfont-arrow-down-left::before {
  content: "\ea04";
}

.webfont-arrow-right::before {
  content: "\ea05";
}

.webfont-arrow-up-right::before {
  content: "\ea06";
}

.webfont-calendar-1::before {
  content: "\ea07";
}

.webfont-calendar-2::before {
  content: "\ea08";
}

.webfont-camera::before {
  content: "\ea09";
}

.webfont-check-fancy::before {
  content: "\ea0a";
}

.webfont-check-regular::before {
  content: "\ea0b";
}

.webfont-checkbox-fill::before {
  content: "\ea0c";
}

.webfont-checklist::before {
  content: "\ea0d";
}

.webfont-chevron-down::before {
  content: "\ea0e";
}

.webfont-chevron-left::before {
  content: "\ea0f";
}

.webfont-chevron-right::before {
  content: "\ea10";
}

.webfont-chevron-up::before {
  content: "\ea11";
}

.webfont-clock::before {
  content: "\ea12";
}

.webfont-clock-arrow::before {
  content: "\ea13";
}

.webfont-close::before {
  content: "\ea14";
}

.webfont-close-octagone::before {
  content: "\ea15";
}

.webfont-crosshair::before {
  content: "\ea16";
}

.webfont-delete::before {
  content: "\ea17";
}

.webfont-disk::before {
  content: "\ea18";
}

.webfont-dot-more::before {
  content: "\ea19";
}

.webfont-double-arrow::before {
  content: "\ea1a";
}

.webfont-edit::before {
  content: "\ea1b";
}

.webfont-eye::before {
  content: "\ea1c";
}

.webfont-facebook::before {
  content: "\ea1d";
}

.webfont-file::before {
  content: "\ea1e";
}

.webfont-home::before {
  content: "\ea1f";
}

.webfont-hourglass::before {
  content: "\ea20";
}

.webfont-insta::before {
  content: "\ea21";
}

.webfont-layout::before {
  content: "\ea22";
}

.webfont-link::before {
  content: "\ea23";
}

.webfont-linkedin::before {
  content: "\ea24";
}

.webfont-log-out::before {
  content: "\ea25";
}

.webfont-mail::before {
  content: "\ea26";
}

.webfont-map::before {
  content: "\ea27";
}

.webfont-message::before {
  content: "\ea28";
}

.webfont-more-message::before {
  content: "\ea29";
}

.webfont-note::before {
  content: "\ea2a";
}

.webfont-order::before {
  content: "\ea2b";
}

.webfont-padlock::before {
  content: "\ea2c";
}

.webfont-parametre::before {
  content: "\ea2d";
}

.webfont-phone::before {
  content: "\ea2e";
}

.webfont-pin::before {
  content: "\ea2f";
}

.webfont-question::before {
  content: "\ea30";
}

.webfont-rounded_checkbox::before {
  content: "\ea31";
}

.webfont-search::before {
  content: "\ea32";
}

.webfont-send::before {
  content: "\ea33";
}

.webfont-start::before {
  content: "\ea34";
}

.webfont-thumbs-up::before {
  content: "\ea35";
}

.webfont-user::before {
  content: "\ea36";
}

.webfont-warning::before {
  content: "\ea37";
}

.webfont-world::before {
  content: "\ea38";
}

.webfont-youtube::before {
  content: "\ea39";
}

.webfont-zap::before {
  content: "\ea3a";
}

.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
}

.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(9, 22, 32, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}

.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}

.dialog__content {
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}

.dialog--open .dialog__content {
  pointer-events: auto;
}

.dialog__overlay {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}

.dialog.dialog--open h2,
.dialog.dialog--open button {
  -webkit-animation: anim-elem 0.4s both;
  animation: anim-elem 0.4s both;
}

@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -400px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -400px, 0);
    transform: translate3d(0, -400px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
nav[aria-labelledby=system-breadcrumb] {
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  nav[aria-labelledby=system-breadcrumb] {
    max-width: 58.75rem;
  }
}
@media screen and (max-width: 1024px) {
  nav[aria-labelledby=system-breadcrumb] {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 640px) {
  nav[aria-labelledby=system-breadcrumb] {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  nav[aria-labelledby=system-breadcrumb] {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  nav[aria-labelledby=system-breadcrumb] {
    padding: 0;
  }
}
nav[aria-labelledby=system-breadcrumb] ol {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  gap: 28px;
  border-bottom: 3px solid #478927;
}
nav[aria-labelledby=system-breadcrumb] ol li:nth-child(1) {
  font-size: 0;
}
nav[aria-labelledby=system-breadcrumb] ol li:nth-child(1) a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  width: 25px;
  text-decoration: none !important;
}
nav[aria-labelledby=system-breadcrumb] ol li:nth-child(1) a:before {
  content: "\ea1f";
  font-family: "webfont";
  font-size: 20px;
  color: #3A3A3A;
}
nav[aria-labelledby=system-breadcrumb] ol li {
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #478927;
}
nav[aria-labelledby=system-breadcrumb] ol li a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #478927;
  height: 24px;
  text-decoration: underline;
}
nav[aria-labelledby=system-breadcrumb] ol li:not(:last-child):after {
  position: absolute;
  content: "\ea10";
  font-family: "webfont";
  font-size: 14px;
  color: #478927;
  top: 2px;
  right: -21px;
}

.map-search__wrapper {
  display: flex;
  height: 800px;
}
@media screen and (max-width: 1024px) {
  .map-search__wrapper {
    flex-direction: column;
  }
}
.map-search .filters {
  flex: 0 0 357px;
  border-right: 2px solid #478927;
}
@media screen and (max-width: 1024px) {
  .map-search .filters {
    flex: none;
  }
}
.map-search .filters .search-wrapper {
  position: relative;
  padding: 10px;
  background: #478927;
}
.map-search .filters .search-wrapper:before {
  position: absolute;
  content: "\ea32";
  font-family: "webfont";
  font-size: 20px;
  color: #3A5F2D;
  left: 29px;
  bottom: 19px;
  z-index: 1;
}
.map-search .filters .search-wrapper:after {
  position: absolute;
  content: "\ea1a";
  font-family: "webfont";
  font-size: 23px;
  color: #3A5F2D;
  width: 31px;
  height: 31px;
  background: #63EB33;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 14px;
  right: 16px;
}
.map-search .filters .search {
  width: 100%;
  height: 40px;
  padding-left: 52px;
  padding-right: 52px;
  position: relative;
  align-items: flex-start;
  background-color: #F3F3EF;
  text-align: left;
  color: #3A5F2D;
  border: 1px solid #F3F3EF;
  border-radius: 0.25rem;
}
.map-search .filters .search::placeholder {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  font-style: normal;
}
.map-search #map {
  flex: 1 !important;
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .map-search #map {
    margin-top: 15px;
  }
}
.map-search #map .leaflet-popup-close-button {
  color: #FFFFFF;
}
.map-search #map .leaflet-popup-close-button:hover {
  opacity: 0.6;
}
.map-search #map .leaflet-popup-content-wrapper {
  background: #3A5F2D;
  border-radius: 4px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2509803922);
}
.map-search #map .leaflet-popup-content {
  margin: 10px 15px;
}
.map-search #map .leaflet-popup-content p {
  margin: 5px 0 5px 0;
}
.map-search #map .leaflet-popup-content .title {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #F3F3EF;
  margin-bottom: 5px;
}
.map-search #map .leaflet-popup-content ul.types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 5px;
}
.map-search #map .leaflet-popup-content ul.types li {
  width: fit-content;
  background: #63EB33;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.15px;
  font-weight: 600;
  color: #3A5F2D;
  padding: 5px 10px;
}
.map-search #map .leaflet-popup-content a.web,
.map-search #map .leaflet-popup-content p.mail,
.map-search #map .leaflet-popup-content p.phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #F3F3EF;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
}
.map-search #map .leaflet-popup-content a.web p,
.map-search #map .leaflet-popup-content p.mail p,
.map-search #map .leaflet-popup-content p.phone p {
  text-decoration: underline;
}
.map-search #map .leaflet-popup-content a.web:before {
  content: "\ea38";
  font-size: 20px;
  overflow: hidden;
  text-decoration: none;
}
.map-search #map .leaflet-popup-content p.mail:before {
  content: "\ea26";
  font-size: 20px;
  overflow: hidden;
  text-decoration: none;
}
.map-search #map .leaflet-popup-content p.phone:before {
  content: "\ea2e";
  font-size: 20px;
  overflow: hidden;
  text-decoration: none;
}
.map-search #map .leaflet-popup-content .date,
.map-search #map .leaflet-popup-content .time,
.map-search #map .leaflet-popup-content .place,
.map-search #map .leaflet-popup-content .mail,
.map-search #map .leaflet-popup-content .phone {
  color: #F3F3EF;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
.map-search #map .leaflet-popup-content hr {
  margin: 15px 0;
}
.map-search #map .leaflet-popup-content .username {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 500;
  color: #F3F3EF;
}
.map-search #map .leaflet-popup-tip {
  background: #3A5F2D;
  color: #3A5F2D;
}
.map-search #map .marker-cluster-medium {
  background-color: transparent;
}
.map-search #map .marker-cluster div {
  background-color: #6E04D7;
}
.map-search #map .marker-cluster div span {
  color: #F3F3EF;
  font-weight: 600;
}
.map-search .proposer-event {
  display: flex;
  margin-top: 10px;
  padding: 20px 0;
  border-top: 2px solid #478927;
}
@media screen and (max-width: 1024px) {
  .map-search .proposer-event {
    flex-direction: column;
  }
}
.map-search .proposer-event__left {
  flex: 1 0 344px;
  padding: 0 20px;
  height: fit-content;
  border-right: 2px solid #478927;
}
@media screen and (max-width: 1200px) {
  .map-search .proposer-event__left {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .map-search .proposer-event__left {
    flex: auto;
    border: none;
    margin-bottom: 20px;
  }
}
.map-search .proposer-event__left h2 {
  font-size: 2.8125rem;
  line-height: 4.125rem;
  font-weight: 700;
  letter-spacing: 0.87px;
  color: #478927;
}
@media screen and (max-width: 1200px) {
  .map-search .proposer-event__left h2 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  .map-search .proposer-event__left h2 {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
.map-search .proposer-event__right {
  padding: 0 20px;
}
.map-search .proposer-event__right p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  margin-bottom: 30px;
}
.map-search .proposer-event__right a {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.map-search .proposer-event__right a:hover {
  background: #3A5F2D;
  color: #63EB33;
}

.accordeon--wrapper button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.map-search .filters .filter {
  padding: 7.5px 18px;
  margin-top: 10px;
}
.map-search .filters .filter:not(:last-child) {
  margin-bottom: 9px;
}
.map-search .filters .filter--wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.map-search .filters .filter--wrapper input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: #FFFFFF;
  width: 1.1875rem;
  height: 1.1875rem;
  border: 0.125rem solid #478927;
  border-radius: 3px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.map-search .filters .filter--wrapper input[type=checkbox]:checked {
  background: transparent;
  border: 0;
}
.map-search .filters .filter--wrapper input[type=checkbox]:before {
  content: "\ea0c";
  font-family: "webfont";
  color: #478927;
  font-size: 1.3125rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.map-search .filters .filter--wrapper input[type=checkbox]:checked::before {
  transform: scale(1);
}
.map-search .filters .filter--wrapper .filter-title {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #478927;
  text-align: start;
}
.map-search .filters .filter--wrapper button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.map-search .filters .filter--wrapper button i.webfont {
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.map-search .filters .filter--wrapper button i.webfont:before {
  color: #478927;
  font-size: 14px;
  transform: rotate(0deg);
}
.map-search .filters .filter--wrapper button i.webfont.active {
  transform: rotate(90deg);
}
.map-search .filters .filter.active .filter--wrapper button i:before {
  transform: rotate(90deg);
}
.map-search .filters .filter ul.filter-list li {
  padding: 5px 0 5px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.map-search .filters .filter ul.filter-list li input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: #FFFFFF;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.0625rem solid #3A5F2D;
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.map-search .filters .filter ul.filter-list li input[type=checkbox]:checked {
  background: transparent;
  border: 0;
}
.map-search .filters .filter ul.filter-list li input[type=checkbox]:before {
  content: "\ea31";
  font-family: "webfont";
  color: #3A5F2D;
  font-size: 0.875rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.map-search .filters .filter ul.filter-list li input[type=checkbox]:checked::before {
  transform: scale(1);
}
.map-search .filters .filter ul.filter-list li .value {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}

.faq-item {
  border-bottom: 1px solid #3A5F2D;
  margin-bottom: 20px;
}
.faq-item__wrapper button {
  padding: 10px 0;
  gap: 20px;
}
.faq-item__wrapper button i.webfont {
  transform: rotate(-45deg);
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.faq-item__wrapper button i.webfont:before {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #63EB33;
  border-radius: 50%;
  font-size: 21px;
  color: #3A5F2D;
}
.faq-item__wrapper button i.webfont.active {
  transform: rotate(0deg);
}
.faq-item__wrapper button i.webfont.active:before {
  background: #6E04D7;
  color: #FFFFFF;
}
.faq-item__title {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #3A5F2D;
  display: flex;
  justify-content: center;
  text-align: left;
}
.faq-item__title p.title {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #3A5F2D;
  text-align: start;
}
.faq-item__list p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.faq-item__list .value {
  padding-bottom: 15px;
}

.mes-projets-accordeon {
  margin-bottom: 20px;
}
.mes-projets-accordeon__wrapper button {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #3A5F2D;
}
.mes-projets-accordeon__wrapper button i.webfont {
  transform: rotate(0deg);
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mes-projets-accordeon__wrapper button i.webfont:before {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #63EB33;
  border-radius: 50%;
  font-size: 21px;
  color: #3A5F2D;
}
.mes-projets-accordeon__wrapper button i.webfont.active {
  transform: rotate(180deg);
}
.mes-projets-accordeon__wrapper button i.webfont.active:before {
  background: #6E04D7;
  color: #FFFFFF;
}
.mes-projets-accordeon__title {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #3A5F2D;
  text-align: start;
}
.mes-projets-accordeon__list p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.mes-projets-accordeon__list .value {
  padding-bottom: 15px;
}

.demande-suivi .empty_state,
.referent .empty_state,
.premier-cont .empty_state {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.demande-suivi .mes-acc-accordeon__wrapper,
.referent .mes-acc-accordeon__wrapper,
.premier-cont .mes-acc-accordeon__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.demande-suivi .mes-acc-accordeon__wrapper input[type=checkbox],
.referent .mes-acc-accordeon__wrapper input[type=checkbox],
.premier-cont .mes-acc-accordeon__wrapper input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: #FFFFFF;
  width: 1.1875rem;
  height: 1.1875rem;
  border: 0.125rem solid #478927;
  border-radius: 3px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.demande-suivi .mes-acc-accordeon__wrapper input[type=checkbox]:checked,
.referent .mes-acc-accordeon__wrapper input[type=checkbox]:checked,
.premier-cont .mes-acc-accordeon__wrapper input[type=checkbox]:checked {
  background: transparent;
  border: 0;
}
.demande-suivi .mes-acc-accordeon__wrapper input[type=checkbox]:before,
.referent .mes-acc-accordeon__wrapper input[type=checkbox]:before,
.premier-cont .mes-acc-accordeon__wrapper input[type=checkbox]:before {
  content: "\ea0c";
  font-family: "webfont";
  color: #478927;
  font-size: 1.3125rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.demande-suivi .mes-acc-accordeon__wrapper input[type=checkbox]:checked::before,
.referent .mes-acc-accordeon__wrapper input[type=checkbox]:checked::before,
.premier-cont .mes-acc-accordeon__wrapper input[type=checkbox]:checked::before {
  transform: scale(1);
}
.demande-suivi .mes-acc-accordeon__wrapper .filter-title,
.referent .mes-acc-accordeon__wrapper .filter-title,
.premier-cont .mes-acc-accordeon__wrapper .filter-title {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #478927;
  text-align: start;
}
.demande-suivi .mes-acc-accordeon__wrapper button,
.referent .mes-acc-accordeon__wrapper button,
.premier-cont .mes-acc-accordeon__wrapper button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #3A5F2D;
  padding: 17.5px 12px 17.5px 10px;
}
@media screen and (max-width: 1024px) {
  .demande-suivi .mes-acc-accordeon__wrapper button,
  .referent .mes-acc-accordeon__wrapper button,
  .premier-cont .mes-acc-accordeon__wrapper button {
    flex-direction: column;
    padding: 17.5px 17.5px;
  }
}
.demande-suivi .mes-acc-accordeon__wrapper button i.webfont,
.referent .mes-acc-accordeon__wrapper button i.webfont,
.premier-cont .mes-acc-accordeon__wrapper button i.webfont {
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.demande-suivi .mes-acc-accordeon__wrapper button i.webfont:before,
.referent .mes-acc-accordeon__wrapper button i.webfont:before,
.premier-cont .mes-acc-accordeon__wrapper button i.webfont:before {
  color: #478927;
  font-size: 21px;
  transform: rotate(0deg);
}
.demande-suivi .mes-acc-accordeon__wrapper button i.webfont.active,
.referent .mes-acc-accordeon__wrapper button i.webfont.active,
.premier-cont .mes-acc-accordeon__wrapper button i.webfont.active {
  transform: rotate(-180deg);
}
.demande-suivi .mes-acc-accordeon__wrapper button i.webfont .opener,
.referent .mes-acc-accordeon__wrapper button i.webfont .opener,
.premier-cont .mes-acc-accordeon__wrapper button i.webfont .opener {
  display: none;
}
@media screen and (max-width: 1024px) {
  .demande-suivi .mes-acc-accordeon__wrapper button .unroll,
  .referent .mes-acc-accordeon__wrapper button .unroll,
  .premier-cont .mes-acc-accordeon__wrapper button .unroll {
    width: 100%;
    background: rgba(113, 113, 113, 0.1019607843);
    margin-top: 10px;
  }
}
.demande-suivi .mes-acc-accordeon.active .filter--wrapper button,
.referent .mes-acc-accordeon.active .filter--wrapper button,
.premier-cont .mes-acc-accordeon.active .filter--wrapper button {
  background: rgba(5, 0, 242, 0.1019607843);
}
.demande-suivi .mes-acc-accordeon.active .filter--wrapper button i:before,
.referent .mes-acc-accordeon.active .filter--wrapper button i:before,
.premier-cont .mes-acc-accordeon.active .filter--wrapper button i:before {
  transform: rotate(90deg);
}
.demande-suivi .mes-acc-accordeon__user,
.referent .mes-acc-accordeon__user,
.premier-cont .mes-acc-accordeon__user {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-align: start;
  color: #3A5F2D;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .demande-suivi .mes-acc-accordeon__user,
  .referent .mes-acc-accordeon__user,
  .premier-cont .mes-acc-accordeon__user {
    flex-direction: column;
    width: 100%;
  }
}
.demande-suivi .mes-acc-accordeon__user--first_name,
.referent .mes-acc-accordeon__user--first_name,
.premier-cont .mes-acc-accordeon__user--first_name {
  font-weight: 600;
}
.demande-suivi .mes-acc-accordeon__user--last_name,
.referent .mes-acc-accordeon__user--last_name,
.premier-cont .mes-acc-accordeon__user--last_name {
  font-weight: 600;
  text-transform: uppercase;
}
.demande-suivi .mes-acc-accordeon__user--dep,
.referent .mes-acc-accordeon__user--dep,
.premier-cont .mes-acc-accordeon__user--dep {
  min-width: 110px;
}
.demande-suivi .mes-acc-accordeon__user--type,
.referent .mes-acc-accordeon__user--type,
.premier-cont .mes-acc-accordeon__user--type {
  min-width: 143px;
  font-weight: 600;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.demande-suivi .mes-acc-accordeon__user--type.co-acc,
.referent .mes-acc-accordeon__user--type.co-acc,
.premier-cont .mes-acc-accordeon__user--type.co-acc {
  padding: 5px 0 5px 34px;
  background-image: url("../../img/connecte/annuaire-agrirural.svg");
  background-size: 29px;
  background-position-y: 1px;
  background-position-x: 1px;
}
.demande-suivi .mes-acc-accordeon__user--type.referent,
.referent .mes-acc-accordeon__user--type.referent,
.premier-cont .mes-acc-accordeon__user--type.referent {
  padding: 7.5px 0 7.5px 34px;
  background-image: url("../../img/connecte/boussole.svg");
  background-size: 24px;
  background-position-y: 1px;
  background-position-x: 1px;
}
.demande-suivi .mes-acc-accordeon__user--infos,
.referent .mes-acc-accordeon__user--infos,
.premier-cont .mes-acc-accordeon__user--infos {
  width: 100%;
  word-break: break-word;
}
@media screen and (max-width: 1024px) {
  .demande-suivi .mes-acc-accordeon__user--infos,
  .referent .mes-acc-accordeon__user--infos,
  .premier-cont .mes-acc-accordeon__user--infos {
    flex-direction: column;
  }
}
.demande-suivi .mes-acc-accordeon .details,
.referent .mes-acc-accordeon .details,
.premier-cont .mes-acc-accordeon .details {
  padding: 20px 0px 0 0px;
  background: #FFFFFF;
  color: #3A5F2D;
}
.demande-suivi .mes-acc-accordeon .details__header, .demande-suivi .mes-acc-accordeon .details__content,
.referent .mes-acc-accordeon .details__header,
.referent .mes-acc-accordeon .details__content,
.premier-cont .mes-acc-accordeon .details__header,
.premier-cont .mes-acc-accordeon .details__content {
  padding: 0 20px;
}
.demande-suivi .mes-acc-accordeon .details__title,
.referent .mes-acc-accordeon .details__title,
.premier-cont .mes-acc-accordeon .details__title {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  margin-bottom: 10px;
}
.demande-suivi .mes-acc-accordeon .details__objet,
.referent .mes-acc-accordeon .details__objet,
.premier-cont .mes-acc-accordeon .details__objet {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  margin-bottom: 10px;
}
.demande-suivi .mes-acc-accordeon .details__desc,
.referent .mes-acc-accordeon .details__desc,
.premier-cont .mes-acc-accordeon .details__desc {
  padding-bottom: 20px;
  border-bottom: 1px dotted #3A5F2D;
  margin-bottom: 12px;
}
.demande-suivi .mes-acc-accordeon .details__wrapper,
.referent .mes-acc-accordeon .details__wrapper,
.premier-cont .mes-acc-accordeon .details__wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .demande-suivi .mes-acc-accordeon .details__wrapper,
  .referent .mes-acc-accordeon .details__wrapper,
  .premier-cont .mes-acc-accordeon .details__wrapper {
    flex-direction: column;
  }
}
.demande-suivi .mes-acc-accordeon .details__rural-activities, .demande-suivi .mes-acc-accordeon .details__non-rural-activities,
.referent .mes-acc-accordeon .details__rural-activities,
.referent .mes-acc-accordeon .details__non-rural-activities,
.premier-cont .mes-acc-accordeon .details__rural-activities,
.premier-cont .mes-acc-accordeon .details__non-rural-activities {
  flex: 1;
}
.demande-suivi .mes-acc-accordeon .details__rural-activities--title, .demande-suivi .mes-acc-accordeon .details__non-rural-activities--title,
.referent .mes-acc-accordeon .details__rural-activities--title,
.referent .mes-acc-accordeon .details__non-rural-activities--title,
.premier-cont .mes-acc-accordeon .details__rural-activities--title,
.premier-cont .mes-acc-accordeon .details__non-rural-activities--title {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  margin-bottom: 2px;
}
.demande-suivi .mes-acc-accordeon .details__rural-activities ul, .demande-suivi .mes-acc-accordeon .details__non-rural-activities ul,
.referent .mes-acc-accordeon .details__rural-activities ul,
.referent .mes-acc-accordeon .details__non-rural-activities ul,
.premier-cont .mes-acc-accordeon .details__rural-activities ul,
.premier-cont .mes-acc-accordeon .details__non-rural-activities ul {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
.demande-suivi .mes-acc-accordeon .details__activites,
.referent .mes-acc-accordeon .details__activites,
.premier-cont .mes-acc-accordeon .details__activites {
  display: flex;
  border-bottom: 1px dotted #3A5F2D;
  padding: 10px 0;
}
.demande-suivi .mes-acc-accordeon .details__activites_agri, .demande-suivi .mes-acc-accordeon .details__activites_non_agri,
.referent .mes-acc-accordeon .details__activites_agri,
.referent .mes-acc-accordeon .details__activites_non_agri,
.premier-cont .mes-acc-accordeon .details__activites_agri,
.premier-cont .mes-acc-accordeon .details__activites_non_agri {
  flex: 1;
}
.demande-suivi .mes-acc-accordeon .details__structure,
.referent .mes-acc-accordeon .details__structure,
.premier-cont .mes-acc-accordeon .details__structure {
  padding: 10px 0;
}
.demande-suivi .mes-acc-accordeon .details__structure--title,
.referent .mes-acc-accordeon .details__structure--title,
.premier-cont .mes-acc-accordeon .details__structure--title {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  margin-bottom: 2px;
}
.demande-suivi .mes-acc-accordeon .details__structure ul,
.referent .mes-acc-accordeon .details__structure ul,
.premier-cont .mes-acc-accordeon .details__structure ul {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
.demande-suivi .mes-acc-accordeon .details__referent, .demande-suivi .mes-acc-accordeon .details__co-apps,
.referent .mes-acc-accordeon .details__referent,
.referent .mes-acc-accordeon .details__co-apps,
.premier-cont .mes-acc-accordeon .details__referent,
.premier-cont .mes-acc-accordeon .details__co-apps {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.demande-suivi .mes-acc-accordeon .details__referent--title, .demande-suivi .mes-acc-accordeon .details__co-apps--title,
.referent .mes-acc-accordeon .details__referent--title,
.referent .mes-acc-accordeon .details__co-apps--title,
.premier-cont .mes-acc-accordeon .details__referent--title,
.premier-cont .mes-acc-accordeon .details__co-apps--title {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  width: 100%;
  padding: 18.5px 20px 18.5px 55px;
  background: rgba(113, 113, 113, 0.1019607843);
}
.demande-suivi .mes-acc-accordeon .details__referent,
.referent .mes-acc-accordeon .details__referent,
.premier-cont .mes-acc-accordeon .details__referent {
  background-image: url("../../img/connecte/boussole.svg");
  background-size: 31px;
  background-position-y: 8px;
  background-position-x: 5px;
}
.demande-suivi .mes-acc-accordeon .details__co-apps,
.referent .mes-acc-accordeon .details__co-apps,
.premier-cont .mes-acc-accordeon .details__co-apps {
  background-image: url("../../img/connecte/annuaire-agrirural.svg");
  background-size: 40px;
  background-position-y: 10px;
  background-position-x: 1px;
}
.demande-suivi .mes-acc-accordeon .details__published,
.referent .mes-acc-accordeon .details__published,
.premier-cont .mes-acc-accordeon .details__published {
  padding: 0 20px 10px 20px;
  display: flex;
  gap: 20px;
}
.demande-suivi .mes-acc-accordeon .details__published li,
.referent .mes-acc-accordeon .details__published li,
.premier-cont .mes-acc-accordeon .details__published li {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
}
.demande-suivi .mes-acc-accordeon .details__buttons,
.referent .mes-acc-accordeon .details__buttons,
.premier-cont .mes-acc-accordeon .details__buttons {
  padding: 12.5px 20px;
  background: rgba(5, 0, 242, 0.1019607843);
  display: flex;
  gap: 38px;
  color: #3A5F2D;
}
@media screen and (max-width: 1024px) {
  .demande-suivi .mes-acc-accordeon .details__buttons,
  .referent .mes-acc-accordeon .details__buttons,
  .premier-cont .mes-acc-accordeon .details__buttons {
    gap: 20px;
  }
}
.demande-suivi .mes-acc-accordeon .details__buttons a,
.referent .mes-acc-accordeon .details__buttons a,
.premier-cont .mes-acc-accordeon .details__buttons a {
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  border-bottom: 3px solid #3A5F2D;
}
@media screen and (max-width: 1024px) {
  .demande-suivi .mes-acc-accordeon .details__buttons a,
  .referent .mes-acc-accordeon .details__buttons a,
  .premier-cont .mes-acc-accordeon .details__buttons a {
    width: fit-content;
  }
}
.demande-suivi .mes-acc-accordeon .details__buttons i:before,
.referent .mes-acc-accordeon .details__buttons i:before,
.premier-cont .mes-acc-accordeon .details__buttons i:before {
  font-size: 21px;
}
.demande-suivi .mes-acc-accordeon .details__buttons i.webfont-thumbs-up:before,
.referent .mes-acc-accordeon .details__buttons i.webfont-thumbs-up:before,
.premier-cont .mes-acc-accordeon .details__buttons i.webfont-thumbs-up:before {
  font-size: 24px;
}
.demande-suivi .mes-acc-accordeon .details__buttons i.webfont-eye:before,
.referent .mes-acc-accordeon .details__buttons i.webfont-eye:before,
.premier-cont .mes-acc-accordeon .details__buttons i.webfont-eye:before {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .demande-suivi .mes-acc-accordeon .details__buttons,
  .referent .mes-acc-accordeon .details__buttons,
  .premier-cont .mes-acc-accordeon .details__buttons {
    display: flex;
    flex-wrap: wrap;
  }
}

.annuaire-acc .mes-acc-accordeon__wrapper,
.annuaire-acc .mes-pp-accordeon__wrapper, .annuaire-pp .mes-acc-accordeon__wrapper,
.annuaire-pp .mes-pp-accordeon__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.annuaire-acc .mes-acc-accordeon__wrapper input[type=checkbox],
.annuaire-acc .mes-pp-accordeon__wrapper input[type=checkbox], .annuaire-pp .mes-acc-accordeon__wrapper input[type=checkbox],
.annuaire-pp .mes-pp-accordeon__wrapper input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: #FFFFFF;
  width: 1.1875rem;
  height: 1.1875rem;
  border: 0.125rem solid #478927;
  border-radius: 3px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.annuaire-acc .mes-acc-accordeon__wrapper input[type=checkbox]:checked,
.annuaire-acc .mes-pp-accordeon__wrapper input[type=checkbox]:checked, .annuaire-pp .mes-acc-accordeon__wrapper input[type=checkbox]:checked,
.annuaire-pp .mes-pp-accordeon__wrapper input[type=checkbox]:checked {
  background: transparent;
  border: 0;
}
.annuaire-acc .mes-acc-accordeon__wrapper input[type=checkbox]:before,
.annuaire-acc .mes-pp-accordeon__wrapper input[type=checkbox]:before, .annuaire-pp .mes-acc-accordeon__wrapper input[type=checkbox]:before,
.annuaire-pp .mes-pp-accordeon__wrapper input[type=checkbox]:before {
  content: "\ea0c";
  font-family: "webfont";
  color: #478927;
  font-size: 1.3125rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.annuaire-acc .mes-acc-accordeon__wrapper input[type=checkbox]:checked::before,
.annuaire-acc .mes-pp-accordeon__wrapper input[type=checkbox]:checked::before, .annuaire-pp .mes-acc-accordeon__wrapper input[type=checkbox]:checked::before,
.annuaire-pp .mes-pp-accordeon__wrapper input[type=checkbox]:checked::before {
  transform: scale(1);
}
.annuaire-acc .mes-acc-accordeon__wrapper .filter-title,
.annuaire-acc .mes-pp-accordeon__wrapper .filter-title, .annuaire-pp .mes-acc-accordeon__wrapper .filter-title,
.annuaire-pp .mes-pp-accordeon__wrapper .filter-title {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #478927;
  text-align: start;
}
.annuaire-acc .mes-acc-accordeon__wrapper button,
.annuaire-acc .mes-pp-accordeon__wrapper button, .annuaire-pp .mes-acc-accordeon__wrapper button,
.annuaire-pp .mes-pp-accordeon__wrapper button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #3A5F2D;
  padding: 17.5px 12px 17.5px 10px;
}
@media screen and (max-width: 1024px) {
  .annuaire-acc .mes-acc-accordeon__wrapper button,
  .annuaire-acc .mes-pp-accordeon__wrapper button, .annuaire-pp .mes-acc-accordeon__wrapper button,
  .annuaire-pp .mes-pp-accordeon__wrapper button {
    flex-direction: column;
    padding: 17.5px 17.5px;
  }
}
.annuaire-acc .mes-acc-accordeon__wrapper button i.webfont,
.annuaire-acc .mes-pp-accordeon__wrapper button i.webfont, .annuaire-pp .mes-acc-accordeon__wrapper button i.webfont,
.annuaire-pp .mes-pp-accordeon__wrapper button i.webfont {
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.annuaire-acc .mes-acc-accordeon__wrapper button i.webfont:before,
.annuaire-acc .mes-pp-accordeon__wrapper button i.webfont:before, .annuaire-pp .mes-acc-accordeon__wrapper button i.webfont:before,
.annuaire-pp .mes-pp-accordeon__wrapper button i.webfont:before {
  color: #478927;
  font-size: 21px;
  transform: rotate(0deg);
}
.annuaire-acc .mes-acc-accordeon__wrapper button i.webfont.active,
.annuaire-acc .mes-pp-accordeon__wrapper button i.webfont.active, .annuaire-pp .mes-acc-accordeon__wrapper button i.webfont.active,
.annuaire-pp .mes-pp-accordeon__wrapper button i.webfont.active {
  transform: rotate(-180deg);
}
.annuaire-acc .mes-acc-accordeon__wrapper button i.webfont .opener,
.annuaire-acc .mes-pp-accordeon__wrapper button i.webfont .opener, .annuaire-pp .mes-acc-accordeon__wrapper button i.webfont .opener,
.annuaire-pp .mes-pp-accordeon__wrapper button i.webfont .opener {
  display: none;
}
@media screen and (max-width: 1024px) {
  .annuaire-acc .mes-acc-accordeon__wrapper button .unroll,
  .annuaire-acc .mes-pp-accordeon__wrapper button .unroll, .annuaire-pp .mes-acc-accordeon__wrapper button .unroll,
  .annuaire-pp .mes-pp-accordeon__wrapper button .unroll {
    width: 100%;
    background: rgba(113, 113, 113, 0.1019607843);
    margin-top: 10px;
  }
}
.annuaire-acc .mes-acc-accordeon.active .filter--wrapper button,
.annuaire-acc .mes-pp-accordeon.active .filter--wrapper button, .annuaire-pp .mes-acc-accordeon.active .filter--wrapper button,
.annuaire-pp .mes-pp-accordeon.active .filter--wrapper button {
  background: rgba(5, 0, 242, 0.1019607843);
}
.annuaire-acc .mes-acc-accordeon.active .filter--wrapper button i:before,
.annuaire-acc .mes-pp-accordeon.active .filter--wrapper button i:before, .annuaire-pp .mes-acc-accordeon.active .filter--wrapper button i:before,
.annuaire-pp .mes-pp-accordeon.active .filter--wrapper button i:before {
  transform: rotate(90deg);
}
.annuaire-acc .mes-acc-accordeon__user,
.annuaire-acc .mes-pp-accordeon__user, .annuaire-pp .mes-acc-accordeon__user,
.annuaire-pp .mes-pp-accordeon__user {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-align: start;
  color: #3A5F2D;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .annuaire-acc .mes-acc-accordeon__user,
  .annuaire-acc .mes-pp-accordeon__user, .annuaire-pp .mes-acc-accordeon__user,
  .annuaire-pp .mes-pp-accordeon__user {
    flex-direction: column;
    align-items: start;
    width: 100%;
  }
}
.annuaire-acc .mes-acc-accordeon__user--user_picture,
.annuaire-acc .mes-pp-accordeon__user--user_picture, .annuaire-pp .mes-acc-accordeon__user--user_picture,
.annuaire-pp .mes-pp-accordeon__user--user_picture {
  width: 35px;
  aspect-ratio: 1/1;
}
.annuaire-acc .mes-acc-accordeon__user--user_picture img,
.annuaire-acc .mes-pp-accordeon__user--user_picture img, .annuaire-pp .mes-acc-accordeon__user--user_picture img,
.annuaire-pp .mes-pp-accordeon__user--user_picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.annuaire-acc .mes-acc-accordeon__user--field_first_name,
.annuaire-acc .mes-pp-accordeon__user--field_first_name, .annuaire-pp .mes-acc-accordeon__user--field_first_name,
.annuaire-pp .mes-pp-accordeon__user--field_first_name {
  font-weight: 600;
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .annuaire-acc .mes-acc-accordeon__user--field_first_name,
  .annuaire-acc .mes-pp-accordeon__user--field_first_name, .annuaire-pp .mes-acc-accordeon__user--field_first_name,
  .annuaire-pp .mes-pp-accordeon__user--field_first_name {
    width: 100%;
  }
}
.annuaire-acc .mes-acc-accordeon__user--field_last_name,
.annuaire-acc .mes-pp-accordeon__user--field_last_name, .annuaire-pp .mes-acc-accordeon__user--field_last_name,
.annuaire-pp .mes-pp-accordeon__user--field_last_name {
  font-weight: 600;
  text-transform: uppercase;
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .annuaire-acc .mes-acc-accordeon__user--field_last_name,
  .annuaire-acc .mes-pp-accordeon__user--field_last_name, .annuaire-pp .mes-acc-accordeon__user--field_last_name,
  .annuaire-pp .mes-pp-accordeon__user--field_last_name {
    width: 100%;
  }
}
.annuaire-acc .mes-acc-accordeon__user--title,
.annuaire-acc .mes-pp-accordeon__user--title, .annuaire-pp .mes-acc-accordeon__user--title,
.annuaire-pp .mes-pp-accordeon__user--title {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .annuaire-acc .mes-acc-accordeon__user--title,
  .annuaire-acc .mes-pp-accordeon__user--title, .annuaire-pp .mes-acc-accordeon__user--title,
  .annuaire-pp .mes-pp-accordeon__user--title {
    width: 100%;
  }
}
.annuaire-acc .mes-acc-accordeon__user--field_department,
.annuaire-acc .mes-pp-accordeon__user--field_department, .annuaire-pp .mes-acc-accordeon__user--field_department,
.annuaire-pp .mes-pp-accordeon__user--field_department {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .annuaire-acc .mes-acc-accordeon__user--field_department,
  .annuaire-acc .mes-pp-accordeon__user--field_department, .annuaire-pp .mes-acc-accordeon__user--field_department,
  .annuaire-pp .mes-pp-accordeon__user--field_department {
    width: 100%;
  }
}
.annuaire-acc .accordeon, .annuaire-pp .accordeon {
  background: #FFFFFF;
}
.annuaire-acc .accordeon:nth-child(2n), .annuaire-pp .accordeon:nth-child(2n) {
  background: #E5E5DC;
}
.annuaire-acc .more-infos, .annuaire-pp .more-infos {
  padding: 0 20px;
}
.annuaire-acc .more-infos--row, .annuaire-pp .more-infos--row {
  padding: 10px 0 20px 0;
  display: flex;
  gap: 20px;
  color: #3A5F2D;
}
@media screen and (max-width: 1024px) {
  .annuaire-acc .more-infos--row, .annuaire-pp .more-infos--row {
    flex-direction: column;
    align-items: start;
  }
}
.annuaire-acc .more-infos--row:not(:last-child), .annuaire-pp .more-infos--row:not(:last-child) {
  border-bottom: 1px dotted #3A5F2D;
  margin-bottom: 10px;
}
.annuaire-acc .more-infos--row div, .annuaire-pp .more-infos--row div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.annuaire-acc .more-infos--row div p, .annuaire-pp .more-infos--row div p {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.annuaire-acc .more-infos--structure span, .annuaire-pp .more-infos--structure span {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.annuaire-acc .more-infos--department span, .annuaire-pp .more-infos--department span {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.annuaire-acc .more-infos--themes span, .annuaire-pp .more-infos--themes span {
  width: fit-content;
  background: transparent;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
}
.annuaire-acc .more-infos--mail span, .annuaire-pp .more-infos--mail span {
  text-decoration: underline;
}
.mes-acc-accordeon__sort {
  padding: 0 33px 0 10px;
  border-bottom: 2px solid #3A5F2D;
}
@media screen and (max-width: 1024px) {
  .mes-acc-accordeon__sort {
    display: none;
  }
}
.mes-acc-accordeon__sort li {
  cursor: pointer;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mes-acc-accordeon__sort li:after {
  content: "\ea2b";
  font-size: 20px;
}
.mes-acc-accordeon__sort li.active {
  font-weight: 700;
}

.structure-teaser, .study-teaser-eye {
  border: 2px solid #3A5F2D;
  text-align: center;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.structure-teaser a, .study-teaser-eye a {
  height: 100%;
  display: block;
}
.structure-teaser__wrapper, .study-teaser-eye__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #FFFFFF;
  border-bottom: 1px solid #3A5F2D;
}
.structure-teaser__img, .study-teaser-eye__img {
  padding: 16px 0;
}
.structure-teaser__title, .study-teaser-eye__title {
  padding-top: 11px;
  margin-bottom: 3px;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #3A5F2D;
}
.structure-teaser__location, .study-teaser-eye__location {
  padding-bottom: 11px;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
  color: #3A5F2D;
}
.structure-teaser__body, .study-teaser-eye__body {
  padding: 10px 15px;
}
.structure-teaser__body p, .study-teaser-eye__body p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.structure-teaser__icon, .study-teaser-eye__icon {
  padding: 2px 0 12.5px 0;
}
.structure-teaser__icon:after, .study-teaser-eye__icon:after {
  position: absolute;
  content: "\ea1c";
  font-family: "webfont";
  font-size: 23px;
  color: #3A5F2D;
  width: 31px;
  height: 31px;
  background: #63EB33;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 31px;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.structure-teaser:hover, .study-teaser-eye:hover {
  background: #3A5F2D;
}
.structure-teaser:hover .structure-teaser__body p,
.structure-teaser:hover .study-teaser-eye__body p, .study-teaser-eye:hover .structure-teaser__body p,
.study-teaser-eye:hover .study-teaser-eye__body p {
  color: #F3F3EF;
}
.structure-teaser:hover .structure-teaser__icon:after,
.structure-teaser:hover .study-teaser-eye__icon:after, .study-teaser-eye:hover .structure-teaser__icon:after,
.study-teaser-eye:hover .study-teaser-eye__icon:after {
  background: #F3F3EF;
}

.structure-teaser {
  height: 100%;
  background-color: #FFFFFF;
}

.acc-role .item-list {
  padding: 0 20px;
}
.acc-role .item-list ul {
  margin-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .acc-role .item-list ul {
    grid-template-columns: 1fr;
  }
}
.acc-role .item-list li {
  margin-bottom: 0;
  padding-left: 0;
}
.acc-role .item-list li:before {
  display: none;
}
.acc-role .item-list .user-info {
  border: 2px solid #478927;
  border-radius: 4px;
}
.acc-role .item-list .user-info__top {
  padding: 10px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.acc-role .item-list .user-info__bottom {
  border-top: 1px solid #3A5F2D;
  padding: 15px;
}
.acc-role .item-list .user-info__pic {
  width: 150px;
  aspect-ratio: 1/1;
}
.acc-role .item-list .user-info__pic img {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.acc-role .item-list .user-info__name {
  display: flex;
  gap: 5px;
}
.acc-role .item-list .user-info__name--first {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.acc-role .item-list .user-info__name--last {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
}
.acc-role .item-list .user-info__email, .acc-role .item-list .user-info__phone {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
.acc-role .item-list .user-info__email i:before, .acc-role .item-list .user-info__phone i:before {
  font-size: 21px;
  color: #3A5F2D;
}
.acc-role .item-list .user-info__email {
  margin-bottom: 12px;
}
.acc-role .item-list .user-info__email p {
  text-decoration: underline;
}
.ressource-teaser {
  border: 2px solid #3A5F2D;
  text-align: center;
  background: #FFFFFF;
  height: 100%;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ressource-teaser a {
  height: 100%;
}
.ressource-teaser__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  background: #FFFFFF;
  border-bottom: 1px solid #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ressource-teaser__img {
  padding: 16px 0;
}
.ressource-teaser__title {
  margin-bottom: 3px;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ressource-teaser__location {
  padding-bottom: 11px;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
  color: #3A5F2D;
}
.ressource-teaser__body {
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ressource-teaser__icon {
  padding: 2px 0 12.5px 0;
}
.ressource-teaser__icon:after {
  position: absolute;
  content: "\ea1c";
  font-family: "webfont";
  font-size: 23px;
  color: #3A5F2D;
  width: 31px;
  height: 31px;
  background: #63EB33;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 31px;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ressource-teaser .download-btn,
.ressource-teaser .edit-btn {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 2.5px 15px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-bottom: 15px;
}
.ressource-teaser .download-btn:hover,
.ressource-teaser .edit-btn:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.ressource-teaser .download-btn:hover,
.ressource-teaser .edit-btn:hover {
  background: #FFFFFF;
  color: #3A5F2D;
}
.ressource-teaser:hover {
  background: #3A5F2D;
}
.ressource-teaser:hover .ressource-teaser__wrapper {
  background: #3A5F2D;
  border-bottom: 1px solid #F3F3EF;
}
.ressource-teaser:hover .ressource-teaser__body,
.ressource-teaser:hover .ressource-teaser__title {
  color: #F3F3EF;
}
.ressource-teaser:hover .ressource-teaser__icon:after {
  background: #F3F3EF;
}

.news-home-block .news-teaser {
  max-width: 285px;
  padding: 10px 16px;
}
@media screen and (max-width: 640px) {
  .news-home-block .news-teaser {
    max-width: none;
  }
}
.news-home-block .news-teaser__wrapper-link {
  display: flex;
  flex-direction: column;
}
.news-home-block .news-teaser__img {
  max-width: 253px;
  width: 100%;
  height: 177px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .news-home-block .news-teaser__img {
    max-width: none;
  }
}
.news-home-block .news-teaser__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.news-home-block .news-teaser__categorie {
  width: fit-content;
  background: #63EB33;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  margin-bottom: 10px;
}
.news-home-block .news-teaser__title {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #3A5F2D;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-home-block .news-teaser__date {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
  color: #3A5F2D;
  margin-bottom: 10px;
}
.news-home-block .news-teaser__body {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  margin-bottom: 19px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
}

.page-actu .views-row:not(:last-child) {
  margin-bottom: 30px;
}
.page-actu .news-teaser {
  width: 100%;
  max-width: none;
  padding-bottom: 30px;
  border-bottom: 1px solid #3A5F2D;
}
.page-actu .news-teaser__wrapper-link {
  display: flex;
  flex-direction: column;
}
.page-actu .news-teaser__top {
  display: flex;
  flex-direction: column-reverse;
}
.page-actu .news-teaser__img {
  max-width: none;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .page-actu .news-teaser__img {
    max-width: none;
  }
}
.page-actu .news-teaser__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.page-actu .news-teaser__tags {
  display: flex;
  gap: 10px;
}
.page-actu .news-teaser__categorie {
  width: fit-content;
  background: #63EB33;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  margin-bottom: 20px;
}
.page-actu .news-teaser__title {
  font-size: 2.8125rem;
  line-height: 4.125rem;
  font-weight: 700;
  letter-spacing: 0.87px;
  color: #478927;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 21px;
}
@media screen and (max-width: 1200px) {
  .page-actu .news-teaser__title {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-actu .news-teaser__title {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
.page-actu .news-teaser__date {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
  color: #3A5F2D;
  margin-bottom: 10px;
}
.page-actu .news-teaser__body {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  margin-bottom: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.observatoire-home-block .study-teaser {
  padding: 11px 10px;
}
.observatoire-home-block .study-teaser__wrapper-link {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .observatoire-home-block .study-teaser__wrapper-link {
    flex-direction: column;
  }
}
.observatoire-home-block .study-teaser__img {
  flex: 0 0 177px;
  width: 100%;
  height: 126px;
  background: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .observatoire-home-block .study-teaser__img {
    flex: none;
  }
}
.observatoire-home-block .study-teaser__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.observatoire-home-block .study-teaser__title {
  margin-bottom: 5px;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #3A5F2D;
  text-transform: uppercase;
  font-weight: 600;
}
.observatoire-home-block .study-teaser__body {
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-page-result .news-mini {
  padding: 20px 10px;
  border-bottom: 1px solid #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.news-page-result .news-mini:hover {
  background: #E5E5DC;
}
.news-page-result .news-mini__title h5 {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #478927;
  margin-bottom: 15px;
}
.news-page-result .news-mini__author {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}
.news-page-result .news-mini__author--person, .news-page-result .news-mini__author--date {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
  position: relative;
  display: flex;
  gap: 4px;
  color: #3A3A3A;
}
.news-page-result .news-mini__author--person:before {
  content: "\ea36";
  font-family: "webfont";
  font-size: 15px;
  color: #3A5F2D;
}
.news-page-result .news-mini__author--date:before {
  content: "\ea07";
  font-family: "webfont";
  font-size: 15px;
  color: #3A5F2D;
}
.news-page-result .news-mini__body {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #478927;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.project-teaser a {
  display: flex;
  flex-direction: column;
}
.project-teaser__header {
  display: flex;
  padding: 10px;
  background: #478927;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  gap: 20px;
}
.project-teaser__header img {
  width: 64px;
}
.project-teaser__header--wrapper {
  display: flex;
  flex-direction: column;
}
.project-teaser__header--title {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #F3F3EF;
  margin-bottom: 2px;
}
.project-teaser__header--body {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  font-weight: 600;
  color: #F3F3EF;
}
@media screen and (max-width: 1200px) {
  .project-teaser__header--body {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .project-teaser__header--body {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.project-teaser__header--body p {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  font-weight: 600;
  color: #F3F3EF;
}
@media screen and (max-width: 1200px) {
  .project-teaser__header--body p {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .project-teaser__header--body p {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.project-teaser__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 2px solid #478927;
  border-top: 0px;
}
.project-teaser__body--author {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
  color: #3A5F2D;
  margin-bottom: 15px;
}
.project-teaser__body--category li {
  width: fit-content;
  background: #63EB33;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.project-teaser__body i:before {
  font-size: 29px;
  flex: 0 0 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #6E04D7;
  border-radius: 50%;
  color: #F3F3EF;
}
.project-teaser.archive .project-teaser__header {
  background: #717171;
}

.thematic-teaser {
  border: 2px solid #478927;
  border-radius: 8px;
}
.thematic-teaser__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #478927;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px;
}
.thematic-teaser__header--title {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  color: #F3F3EF;
}
@media screen and (max-width: 1200px) {
  .thematic-teaser__header--title {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .thematic-teaser__header--title {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.thematic-teaser__header--edit a i:before {
  font-size: 20px;
  color: #F3F3EF;
}
.thematic-teaser__body--checklists, .thematic-teaser__body--documents, .thematic-teaser__body--notes {
  border-top: 1px solid #478927;
}
.thematic-teaser__body--checklists a, .thematic-teaser__body--documents a, .thematic-teaser__body--notes a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  width: 100%;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.thematic-teaser__body--checklists a:hover, .thematic-teaser__body--documents a:hover, .thematic-teaser__body--notes a:hover {
  background: rgba(99, 235, 51, 0.2);
}
.thematic-teaser__body--checklists a b, .thematic-teaser__body--documents a b, .thematic-teaser__body--notes a b {
  margin-left: 20px;
  margin-right: 5px;
  font-weight: 600;
}
.thematic-teaser__body--checklists a i:before, .thematic-teaser__body--documents a i:before, .thematic-teaser__body--notes a i:before {
  font-size: 24px;
  color: #3A5F2D;
}
.thematic-teaser__body--notes {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.green-card {
  border: 2px solid #478927;
  border-radius: 8px;
}
.green-card__header {
  padding: 0 10px;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #478927;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  color: #F3F3EF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.green-card__header img {
  width: 30px;
}
.green-card__body {
  padding: 12px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  border-bottom: 1px solid #478927;
}
.green-card__body--img {
  flex: 0 0 70px;
}
.green-card__body--wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #3A5F2D;
}
.green-card__body--name {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.green-card__body--structure {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
.green-card__body--job {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
}
.green-card__body--date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  color: #3A5F2D;
}
.green-card__body--date span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
}
.green-card__body--place i:before {
  color: #3A5F2D;
  font-size: 20px;
}
.green-card__detail {
  padding: 10px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #FFFFFF;
}
.green-card__detail--wrapper button {
  padding: 0;
}
.green-card__detail--text {
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.15px;
  color: #3A5F2D;
  font-weight: 600;
}
.green-card__detail i:before {
  color: #3A5F2D;
}
.green-card__details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  background: #FFFFFF;
}
.green-card__details--phone, .green-card__details--mail {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #478927;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.green-card__details--phone i:before, .green-card__details--mail i:before {
  font-size: 24px;
}
.green-card__details--phone p, .green-card__details--mail p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
.green-card__details--mail p {
  text-decoration: underline;
}
.green-card__details a {
  display: inline-block;
  text-align: center;
  margin: 15px 0 5px 0;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 400;
  background: #FFFFFF;
  padding: 5.5px 15px;
  color: #6E04D7;
  border: 1px solid #6E04D7;
  border-radius: 25px;
  width: fit-content;
  cursor: pointer;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 100%;
  justify-content: center;
}
.green-card__details a:before {
  content: "";
  font-size: 1rem;
  margin-right: 8px;
}
.green-card__details a:hover {
  background: #6E04D7;
  color: #FFFFFF;
}
.green-card__details a + a {
  margin-top: 0;
}
.green-card__details--users {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.green-card__details--user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.green-card__details--pfp img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.green-card__details--name {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.green-card.appointment-teaser .green-card__header {
  justify-content: space-between;
}
.green-card.appointment-teaser .green-card__body {
  padding: 12px 20px;
}

.rte p,
.ck-editor__editable p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.rte p:not(:last-child),
.ck-editor__editable p:not(:last-child) {
  margin-bottom: 1rem;
}
.rte p strong,
.ck-editor__editable p strong {
  font-weight: bold;
}
.rte p a,
.ck-editor__editable p a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.rte p a:hover,
.ck-editor__editable p a:hover {
  color: #478927;
}
.rte h2, .rte .h2,
.ck-editor__editable h2,
.ck-editor__editable .h2 {
  font-size: 2.8125rem;
  line-height: 4.125rem;
  font-weight: 700;
  letter-spacing: 0.87px;
  color: #478927;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .rte h2, .rte .h2,
  .ck-editor__editable h2,
  .ck-editor__editable .h2 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  .rte h2, .rte .h2,
  .ck-editor__editable h2,
  .ck-editor__editable .h2 {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
.rte h3, .rte .h3,
.ck-editor__editable h3,
.ck-editor__editable .h3 {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #478927;
  margin-bottom: 1.25rem;
}
.rte h4, .rte .h4,
.ck-editor__editable h4,
.ck-editor__editable .h4 {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  color: #478927;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .rte h4, .rte .h4,
  .ck-editor__editable h4,
  .ck-editor__editable .h4 {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .rte h4, .rte .h4,
  .ck-editor__editable h4,
  .ck-editor__editable .h4 {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.rte h5, .rte .h5,
.ck-editor__editable h5,
.ck-editor__editable .h5 {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #478927;
  margin-bottom: 1.25rem;
}
.rte ul,
.ck-editor__editable ul {
  margin-left: 1.25rem;
}
.rte ul li,
.ck-editor__editable ul li {
  padding-left: 0.75rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.rte ul li:not(last-child),
.ck-editor__editable ul li:not(last-child) {
  margin-bottom: 1.25rem;
}
.rte ul li:before,
.ck-editor__editable ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3A5F2D;
  position: absolute;
  top: 8px;
  left: 0;
}
.rte ol,
.ck-editor__editable ol {
  margin-left: 1.25rem;
  counter-reset: olCounter;
}
.rte ol li,
.ck-editor__editable ol li {
  padding-left: 1rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  counter-increment: olCounter;
}
.rte ol li:not(last-child),
.ck-editor__editable ol li:not(last-child) {
  margin-bottom: 1rem;
}
.rte ol li:before,
.ck-editor__editable ol li:before {
  content: counter(olCounter) ".";
  color: #3A5F2D;
  position: absolute;
  top: 0;
  left: 0;
}
.rte a,
.ck-editor__editable a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.rte a:hover,
.ck-editor__editable a:hover {
  color: #478927;
}
.rte a.btn_green,
.ck-editor__editable a.btn_green {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}
.rte a.btn_green:hover,
.ck-editor__editable a.btn_green:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.rte .text-align-center,
.ck-editor__editable .text-align-center {
  text-align: center;
}
.rte img,
.ck-editor__editable img {
  margin-bottom: 1.25rem;
}
.rte img:not(:last-child),
.ck-editor__editable img:not(:last-child) {
  margin-bottom: 1.25rem;
}
.rte img.align-left,
.ck-editor__editable img.align-left {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .rte img.align-left,
  .ck-editor__editable img.align-left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.rte .text-center,
.ck-editor__editable .text-center {
  text-align: center;
}

.ck-editor__editable li::marker {
  content: "";
}

#edit-comment-body-0-format-help {
  display: none;
}

.page-se-faire-acc .rows-wrapper, .page-ressources .rows-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1200px) {
  .page-se-faire-acc .rows-wrapper, .page-ressources .rows-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .page-se-faire-acc .rows-wrapper, .page-ressources .rows-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .page-se-faire-acc .rows-wrapper, .page-ressources .rows-wrapper {
    grid-template-columns: 1fr;
  }
}
.news-home-block .rows-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .news-home-block .rows-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .news-home-block .rows-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .news-home-block .rows-wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .news-home-block .rows-wrapper .views-row {
    display: flex;
    justify-content: center;
  }
}

.page-observatoire .rows-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .page-observatoire .rows-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .page-observatoire .rows-wrapper {
    grid-template-columns: 1fr;
  }
}
.page-observatoire .rows-wrapper .views-row {
  display: flex;
}

.thematique-projet .rows-wrapper {
  display: grid;
  grid-template-columns: 285px 285px 285px;
  grid-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .thematique-projet .rows-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .thematique-projet .rows-wrapper {
    grid-template-columns: 1fr;
  }
}

form select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=url],
form input[type=date],
form input[type=time],
form input[type=number],
form select,
form textarea {
  display: block;
  width: 100%;
  border: 0;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=url],
form input[type=date],
form input[type=time],
form input[type=number],
form textarea {
  cursor: text;
  position: relative;
  height: 50px;
  border-radius: 10px;
  border: solid 1px #3A5F2D;
  background-color: #FFFFFF;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #3A5F2D;
  outline: none;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=url]:hover,
form input[type=date]:hover,
form input[type=time]:hover,
form input[type=number]:hover,
form textarea:hover {
  border: solid 1px #63EB33;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=url]:focus,
form input[type=date]:focus,
form input[type=time]:focus,
form input[type=number]:focus,
form textarea:focus {
  border: solid 3px #63EB33;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
}
form input[type=text].error,
form input[type=email].error,
form input[type=password].error,
form input[type=url].error,
form input[type=date].error,
form input[type=time].error,
form input[type=number].error,
form textarea.error {
  border: solid 1px #FF4848;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder,
form input[type=url]::placeholder,
form input[type=date]::placeholder,
form input[type=time]::placeholder,
form input[type=number]::placeholder,
form textarea::placeholder {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
}
form textarea {
  resize: none;
  height: 167px;
}
form input[type=submit] {
  background: none;
  border: 0;
  cursor: pointer;
}

.form-required:after {
  position: absolute;
  content: "*";
  font-size: 1.25rem;
  color: #6E04D7;
  padding-left: 5px;
}

.form-item-pass {
  position: relative;
}

.page-actu__wrapper,
.news-page-result__wrapper {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .page-actu__wrapper,
  .news-page-result__wrapper {
    flex-direction: column-reverse;
  }
}
.page-actu__content,
.news-page-result__content {
  flex: 1;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .page-actu__content,
  .news-page-result__content {
    margin-top: 0;
  }
}
.page-actu__sidebar,
.news-page-result__sidebar {
  flex: 0 0 347px;
}
@media screen and (max-width: 1024px) {
  .page-actu__sidebar,
  .news-page-result__sidebar {
    margin-top: 20px;
    flex: none;
  }
}
.page-actu__sidebar form.bef-exposed-form,
.news-page-result__sidebar form.bef-exposed-form {
  display: flex;
  padding: 0 8px 20px 8px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .page-actu__sidebar form.bef-exposed-form,
  .news-page-result__sidebar form.bef-exposed-form {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
.page-actu__sidebar form.bef-exposed-form .clearfix,
.news-page-result__sidebar form.bef-exposed-form .clearfix {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 6px 0 22px;
}
@media screen and (max-width: 1024px) {
  .page-actu__sidebar form.bef-exposed-form .clearfix,
  .news-page-result__sidebar form.bef-exposed-form .clearfix {
    padding: 0;
  }
}
.page-actu__sidebar form.bef-exposed-form .clearfix fieldset legend,
.news-page-result__sidebar form.bef-exposed-form .clearfix fieldset legend {
  padding: 10px;
  width: 100%;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #478927;
  border-bottom: 3px solid #478927;
}
.page-actu__sidebar form.bef-exposed-form .clearfix .form-radios,
.news-page-result__sidebar form.bef-exposed-form .clearfix .form-radios {
  display: flex;
  flex-direction: column;
}
.page-actu__sidebar form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio],
.news-page-result__sidebar form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio] {
  display: none;
}
.page-actu__sidebar form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio] + label,
.news-page-result__sidebar form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio] + label {
  display: inline-block;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  width: 100%;
  color: #3A5F2D;
  border-bottom: 1px solid #3A5F2D;
  font-weight: 700;
  cursor: pointer;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.page-actu__sidebar form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio] + label:hover,
.news-page-result__sidebar form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio] + label:hover {
  background: #FFFFFF;
  color: #3A3A3A;
}
.page-actu__sidebar form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio]:checked + label,
.news-page-result__sidebar form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio]:checked + label {
  background: #63EB33;
}
.page-actu__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield,
.news-page-result__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield {
  position: relative;
  padding: 0px 0px 15px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-actu__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield .description,
.news-page-result__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield .description {
  display: none;
}
.page-actu__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield:before,
.news-page-result__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield:before {
  position: absolute;
  content: "\ea32";
  font-family: "webfont";
  font-size: 24px;
  color: #3A5F2D;
  left: 18px;
  bottom: 24px;
  z-index: 1;
}
.page-actu__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield:after,
.news-page-result__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield:after {
  position: absolute;
  content: "\ea1a";
  font-family: "webfont";
  font-size: 23px;
  color: #3A5F2D;
  width: 31px;
  height: 31px;
  background: #63EB33;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  bottom: 20px;
}
.page-actu__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield label,
.news-page-result__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield label {
  padding: 10px;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #478927;
  border-bottom: 3px solid #3A5F2D;
}
.page-actu__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield input,
.news-page-result__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield input {
  width: 100%;
  height: 40px;
  padding-left: 52px;
  padding-right: 52px;
  position: relative;
  align-items: flex-start;
  background-color: #F3F3EF;
  text-align: left;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
  border-radius: 0.25rem;
}
.page-actu__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield input::placeholder,
.news-page-result__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield input::placeholder {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .page-actu__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield input,
  .news-page-result__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield input {
    flex: none;
  }
}
@media screen and (max-width: 1024px) {
  .page-actu__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield input,
  .news-page-result__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield input {
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .page-actu__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield input::placeholder,
  .news-page-result__sidebar form.bef-exposed-form .clearfix .js-form-type-textfield input::placeholder {
    font-size: 10px;
  }
}
.page-actu__sidebar form.bef-exposed-form #edit-field-categorie-target-id > label,
.news-page-result__sidebar form.bef-exposed-form #edit-field-categorie-target-id > label {
  display: none;
}
.page-actu__sidebar .views-element-container header h2,
.news-page-result__sidebar .views-element-container header h2 {
  padding: 10px;
  width: 100%;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #478927;
  border-bottom: 3px solid #478927;
}

.page-observatoire__wrapper {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .page-observatoire__wrapper {
    flex-direction: column;
  }
}
.page-observatoire__content {
  flex: 1;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .page-observatoire__content {
    margin-top: 0;
  }
}
.page-observatoire__sidebar {
  margin-top: 20px;
  flex: 0 0 285px;
}
@media screen and (max-width: 1024px) {
  .page-observatoire__sidebar {
    flex: none;
  }
}
.page-observatoire__sidebar h5 {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 10px;
}
.page-observatoire__sidebar p.desc {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 2px solid #3A5F2D;
}
.page-observatoire__sidebar form.bef-exposed-form {
  display: flex;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .page-observatoire__sidebar form.bef-exposed-form {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
.page-observatoire__sidebar form.bef-exposed-form .clearfix {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .page-observatoire__sidebar form.bef-exposed-form .clearfix {
    padding: 0;
  }
}
.page-observatoire__sidebar form.bef-exposed-form #edit-field-type-target-id > label {
  display: none;
}
.page-observatoire__sidebar form.bef-exposed-form input[data-drupal-selector=edit-submit-observatoire] {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.page-observatoire__sidebar form.bef-exposed-form input[data-drupal-selector=edit-submit-observatoire]:hover {
  background: #3A5F2D;
  color: #63EB33;
}

.study-page__wrapper {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .study-page__wrapper {
    flex-direction: column;
  }
}
.study-page__content {
  flex: 1;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .study-page__content {
    margin-top: 0;
  }
}
.study-page__sidebar {
  flex: 0 0 449px;
}
@media screen and (max-width: 1024px) {
  .study-page__sidebar {
    margin-top: 20px;
    flex: none;
  }
}
.study-page__sidebar--img, .study-page__sidebar--themes, .study-page__sidebar--author {
  padding: 18px 20px;
}
.study-page__sidebar--img img {
  width: 100%;
}
.study-page__sidebar--img, .study-page__sidebar--type, .study-page__sidebar--themes, .study-page__sidebar--source, .study-page__sidebar--author {
  padding: 20px;
  border-bottom: 1px solid #3A5F2D;
}
.study-page__sidebar--img--wrapper, .study-page__sidebar--type--wrapper, .study-page__sidebar--themes--wrapper, .study-page__sidebar--source--wrapper, .study-page__sidebar--author--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.study-page__sidebar--img--title, .study-page__sidebar--type--title, .study-page__sidebar--themes--title, .study-page__sidebar--source--title, .study-page__sidebar--author--title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  color: #478927;
  margin-bottom: 10px;
  font-weight: 600;
}
.study-page__sidebar--img ul, .study-page__sidebar--type ul, .study-page__sidebar--themes ul, .study-page__sidebar--source ul, .study-page__sidebar--author ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.study-page__sidebar--img .study-tag, .study-page__sidebar--type .study-tag, .study-page__sidebar--themes .study-tag, .study-page__sidebar--source .study-tag, .study-page__sidebar--author .study-tag {
  width: fit-content;
  height: fit-content;
  background: #63EB33;
  border-radius: 25px;
  padding: 2.5px 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  color: #3A5F2D;
}
.study-page__sidebar--author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3A5F2D;
}
.study-page__sidebar--author--wrapper {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.study-page__sidebar--author--name {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  margin-bottom: 10px;
}
.study-page__sidebar--author--date {
  display: flex;
  align-items: center;
  gap: 10px;
}
.study-page__sidebar--author--date i:before {
  font-size: 15px;
}
.study-page__sidebar--author--date p {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
}
.study-page__sidebar--author--btn-mail i {
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #63EB33;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 200ms ease-in-out;
}
.study-page__sidebar--author--btn-mail i:before {
  font-size: 21px;
  transition: 200ms ease-in-out;
}
.study-page__sidebar--author--btn-mail:hover i {
  background: #478927;
}
.study-page__sidebar--author--btn-mail:hover i:before {
  color: #F3F3EF;
}

.share_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.share_block--title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  font-weight: 700;
}

.addtoany_list > a {
  padding: 0 5px;
  transition: 0.2s 0.2s;
}

.a2a_s__default {
  background-color: transparent !important;
  border: 1px solid #3A5F2D;
  border-radius: 100px !important;
}
.a2a_s__default svg path {
  fill: #3A5F2D;
}

.a2a_svg {
  padding: 4px !important;
}

.addtoany_list a:hover:hover img, .addtoany_list a:hover span {
  border: 1px solid #63EB33;
  opacity: 1;
}

body {
  position: relative;
}

.dialog-off-canvas-main-canvas {
  position: relative;
}

.sticky-home {
  position: fixed;
  top: 245px;
  right: 0px;
  width: auto;
  max-width: 120px;
  z-index: 1000;
}
.sticky-home__europe, .sticky-home__region {
  padding: 7px 9px;
  background: #FFFFFF;
  border-radius: 4px;
}
.sticky-home__europe {
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .sticky-home {
    max-width: 85px;
  }
}
@media screen and (max-width: 640px) {
  .sticky-home {
    max-width: 64px;
    top: 150px;
  }
}

.pager ul.pager__items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pager li.pager__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: #3A5F2D;
  background-color: #F3F3EF;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
.pager li.pager__item:not(.is-active):hover a {
  background: #63EB33;
}
.pager li.pager__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pager li.pager__item.is-active {
  color: #F3F3EF;
  background-color: #3A5F2D;
}
.pager li.pager__item.is-active a {
  width: 32px;
  height: 32px;
}
.pager li.pager__item--next,
.pager li.pager__item--previous {
  position: relative;
  margin-left: 0px;
}
.pager li.pager__item--next a,
.pager li.pager__item--previous a {
  width: 32px;
  height: 32px;
  border: 1px solid #3A5F2D;
}
.pager li.pager__item--next:hover a,
.pager li.pager__item--previous:hover a {
  background: #63EB33;
}
.pager li.pager__item--next span,
.pager li.pager__item--previous span {
  font-size: 0;
}
.pager li.pager__item--next:before,
.pager li.pager__item--previous:before {
  position: absolute;
  font-family: "webfont";
  font-size: 18px;
  color: #3A5F2D;
  pointer-events: none;
}
.pager li.pager__item--next:before {
  content: "\ea10";
}
.pager li.pager__item--previous:before {
  content: "\ea0f";
}
.pager li.pager__item--first,
.pager li.pager__item--last {
  display: none;
}
.pager .pager__item--next span[aria-hidden=true],
.pager .pager__item--last span[aria-hidden=true],
.pager .pager__item--first span[aria-hidden=true],
.pager .pager__item--previous span[aria-hidden=true] {
  white-space: nowrap;
}

.dialog__content {
  background: #FFFFFF;
  max-width: 95vw;
  max-height: 95vh;
  overflow: auto;
  border-radius: 20px;
  padding: 48px 100px;
  width: 791px;
  overflow: auto;
  /* @include scrollBar; */
}
@media screen and (max-width: 640px) {
  .dialog__content {
    width: calc(100vw - 40px);
    padding: 48px 16px;
  }
}

.app_dialog__cross {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 0;
}
.app_dialog__cross:before {
  content: "\ea14";
  color: #3A5F2D;
  font-size: 32px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.app_dialog__cross:hover:before {
  color: #63EB33;
}
.app_dialog__title {
  margin-bottom: 16px;
}
.app_dialog__text:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .app_dialog__text br {
    display: none;
  }
}
.app_dialog__button {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.app_dialog__button:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.app_dialog a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.app_dialog a:hover {
  color: #478927;
}
.app_dialog .dialog_messages ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.app_dialog .dialog_messages ul > li {
  color: #478927;
}
.app_dialog .dialog_messages {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #478927;
}

.ui-dialog .ui-dialog,
.ui-dialog .ui-corner-all,
.ui-dialog .ui-widget,
.ui-dialog .ui-widget-content,
.ui-dialog .ui-front,
.ui-dialog .ui-dialog-buttons {
  border: none;
}
.ui-dialog .ui-corner-all {
  border: none;
}
.ui-dialog .ui-widget {
  font-family: "Poppins", sans-serif;
}
.ui-dialog .ui-widget-header {
  border: 0px;
  color: #3A5F2D;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.ui-dialog .ui-dialog-content {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button--primary {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button--primary:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dialog-cancel {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #FFFFFF;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dialog-cancel:hover {
  background: #3A5F2D;
  color: #63EB33;
}

.link-more {
  position: relative;
}
.link-more > i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.link-more > i:before {
  font-size: 20px;
}
.link-more > i.active {
  background-color: rgba(99, 235, 51, 0.2);
}
.link-more > i.active:before {
  color: #3A5F2D;
}
.link-more__modal {
  display: none;
  position: absolute;
  left: -148px;
  padding: 20px 15px;
  background: #FFFFFF;
  border: 1px solid #3A5F2D;
  border-radius: 10px;
}
.link-more__modal a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  gap: 15px;
}
.link-more__modal a i:before {
  font-size: 20px;
}
.link-more__modal a.consult {
  margin-bottom: 16px;
  color: #3A5F2D;
}
.link-more__modal a.edit {
  color: #3A5F2D;
}
.link-more__modal a.edit:hover {
  color: #63EB33;
}
.link-more__modal a.delete {
  color: #6E04D7;
}

.dashboard.documents .link-more > i:before {
  font-size: 20px;
  color: #3A5F2D;
}
.dashboard.documents .link-more > i.active {
  background-color: rgba(99, 235, 51, 0.2);
}
.dashboard.documents .link-more > i.active:before {
  color: #3A5F2D;
}
.dashboard.documents .link-more__modal {
  display: none;
  position: absolute;
  left: -148px;
  padding: 20px 15px;
  background: #FFFFFF;
  border: 1px solid #3A5F2D;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .dashboard.documents .link-more__modal {
    left: 26px;
  }
}

.header {
  padding: 25px 0 19px 0;
  border-bottom: 3px solid #478927;
}
@media screen and (max-width: 640px) {
  .header {
    padding: 25px 20px 19px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header__logo {
  margin-bottom: 19px;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    margin-bottom: 0;
    flex: 0 0 300px;
  }
}
@media screen and (max-width: 640px) {
  .header__logo {
    flex: 0 0 230px;
  }
}
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__menu--list {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .header__menu--list {
    display: none;
  }
}
.header__menu nav ul:not(.contextual-links) {
  display: flex;
  justify-content: space-between;
  /* padding: 2px 0; */
  /* height: 30px; */
}
.header__menu nav ul li {
  padding: 0px 6px;
  position: relative;
  transition: 200ms ease-in-out;
}
.header__menu nav ul li a,
.header__menu nav ul li span {
  padding: 27px 0;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #478927;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.header__menu nav ul li a:hover,
.header__menu nav ul li span:hover {
  color: #3A5F2D;
  text-decoration: underline;
}
.header__menu nav ul li a.is-active,
.header__menu nav ul li span.is-active {
  color: #3A5F2D;
  text-decoration: underline;
}
.header__menu nav ul li span {
  cursor: default;
}
.header__menu nav ul > li:not(:hover):not(:focus-within) > ul {
  opacity: 0;
  pointer-events: none;
}
.header__menu nav ul > li > ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: absolute;
  padding: 12px 20px;
  z-index: 1;
  width: 300px;
  height: auto;
  background: #3A5F2D;
  top: 46px;
  left: -3px;
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 3;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.header__menu nav ul > li > ul > li {
  padding: 0;
}
.header__menu nav ul > li > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.header__menu nav ul > li > ul > li > a {
  display: inline-block;
  padding: 6px 10px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  color: #F3F3EF;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  word-break: break-word;
}
.header__menu nav ul > li > ul > li > a:hover {
  color: #F3F3EF;
  text-decoration: underline;
}
.header__menu nav ul > li > ul > li > a.is-active {
  color: #F3F3EF;
  text-decoration: underline;
}
.header__menu--mon-espace {
  display: flex;
  margin-left: 8px;
}
.header__menu--mon-espace a {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.header__menu--mon-espace a:hover {
  background: #3A5F2D;
  color: #63EB33;
}
@media screen and (max-width: 640px) {
  .header__menu--mon-espace {
    display: none;
  }
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: -100vw;
  max-height: 100vh;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  width: 100%;
  background: #F3F3EF;
  padding: 3.75rem 0;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 1200px) {
  .menu-mobile {
    visibility: hidden;
  }
}
@media screen and (max-width: 834px) {
  .menu-mobile {
    padding: 0 0 2.1875rem 0;
  }
}
.menu-mobile:not(.visible) {
  visibility: hidden;
}
.menu-mobile__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background: #478927;
  opacity: 0.5;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .menu-mobile__overlay {
    visibility: hidden;
  }
}
.menu-mobile__overlay:not(.visible) {
  visibility: hidden;
}
.menu-mobile__overlay:not(.open-mobile) {
  opacity: 0;
  pointer-events: none;
}
.menu-mobile__close {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
}
.menu-mobile__close_button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-mobile__close_button:before {
  content: "\ea14";
  font-size: 20px;
  color: #3A5F2D;
}
.menu-mobile .header__menu {
  display: flex;
  justify-content: space-between;
}
.menu-mobile .header__menu--list {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .menu-mobile .header__menu--list {
    display: none;
  }
}
.menu-mobile .header__menu nav ul:not(.contextual-links) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0;
  height: auto;
}
.menu-mobile .header__menu nav ul:not(.contextual-links) li {
  padding: 14px 16px;
  border-bottom: 2px solid #63EB33;
  margin-bottom: 12px;
}
.menu-mobile .header__menu nav ul:not(.contextual-links) li a {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #478927;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.menu-mobile .header__menu nav ul:not(.contextual-links) li a:hover {
  color: #3A5F2D;
  text-decoration: underline;
}
.menu-mobile .header__menu .header__menu--mon-espace {
  display: flex;
  margin-left: 8px;
  margin-top: 16px;
}
.menu-mobile .header__menu .header__menu--mon-espace a {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #3A5F2D;
  background: #63EB33;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
}
@media screen and (max-width: 1200px) {
  .menu-mobile .header__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.menu-mobile .menu-mobile nav ul li ul {
  display: none; /* Hide submenus initially */
}
@media screen and (max-width: 1200px) {
  .menu-mobile .header__menu--list {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .menu-mobile .header__menu--list nav ul:not(.contextual-links) {
    display: flex;
    flex-direction: column;
  }
}
.menu-mobile li.has-submenu ul {
  top: 56px;
  left: -66px;
}
.menu-mobile li.has-submenu ul li {
  border-bottom: 0px;
  margin-bottom: 0 !important;
}
.menu-mobile li.has-submenu ul li a {
  border-bottom: 1px solid #63EB33;
  color: #F3F3EF;
}
.menu-mobile .submenu.is-visible {
  display: block;
}

.menu-mobile.open-mobile {
  left: 0px;
}

#trigger_menu {
  display: none;
  position: relative;
  cursor: pointer;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #trigger_menu {
    display: block;
  }
}

#hamburger {
  margin-right: 20px;
  display: block;
  position: relative;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  box-shadow: 10px 10px 30px rgba(204, 204, 204, 0.15);
  transition: 100ms ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #hamburger {
    margin-right: 0;
  }
}

#hamburger.open {
  background: #E5E5DC;
}

#hamburger span {
  display: block; /* Display as block element */
  position: absolute;
  border-radius: 2px;
  background: #478927;
  transition: 200ms ease-in-out;
}

#hamburger span.close-nav {
  background: #FFFFFF;
}

#hamburger span:nth-child(1) {
  bottom: 29px;
  right: 7px;
  width: 26px;
  height: 3px;
}

#hamburger span:nth-child(2) {
  bottom: 20px;
  right: 7px;
  width: 26px;
  height: 3px;
  opacity: 1;
}

#hamburger span:nth-child(3) {
  bottom: 10px;
  right: 7px;
  width: 26px;
  height: 3px;
}

#hamburger span:nth-child(1).close-nav {
  bottom: 19px;
  right: 7px;
  width: 26px;
  transform: rotate(-45deg);
}

#hamburger span:nth-child(2).close-nav {
  bottom: 23px;
  right: -40px;
  opacity: 0;
}

#hamburger span:nth-child(3).close-nav {
  bottom: 19px;
  right: 7px;
  width: 26px;
  transform: rotate(45deg);
}

.footer__wrapper--top {
  background: #3A5F2D;
}
.footer__wrapper--bottom {
  background: #3A3A3A;
}
.footer__top {
  padding: 15.5px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer__top {
    padding: 20px 0;
    flex-wrap: wrap;
    row-gap: 50px;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 1024px) {
  .footer__top {
    row-gap: 36px;
    justify-content: start;
  }
}
@media screen and (max-width: 640px) {
  .footer__top {
    padding: 20px 20px;
  }
}
.footer__top--logo, .footer__top--menu, .footer__top--contact, .footer__top--right {
  max-width: 285px;
  width: 100%;
}
.footer__top--logo:not(:last-child), .footer__top--menu:not(:last-child), .footer__top--contact:not(:last-child), .footer__top--right:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .footer__top--logo, .footer__top--menu, .footer__top--contact, .footer__top--right {
    flex: 1 1 50%;
    margin-right: 0px;
    max-width: 305px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__top--logo, .footer__top--menu, .footer__top--contact, .footer__top--right {
    flex: 1 1 200px;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .footer__top--logo, .footer__top--menu, .footer__top--contact, .footer__top--right {
    flex: 1 1 100%;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .footer__top--logo {
    max-width: 200px;
  }
}
.footer__top--menu > ul > li:first-child {
  margin-bottom: 15px;
}
.footer__top--menu > ul > li:first-child > span {
  display: inline-block;
  padding: 5px;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: 700;
  color: #E5E5DC;
  border-bottom: 2px solid #E5E5DC;
  margin-bottom: 15px;
}
.footer__top--menu > ul > li:first-child > a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #F3F3EF;
}
.footer__top--menu > ul > li:first-child > ul > li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__top--menu > ul > li:first-child > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.footer__top--menu > ul > li:first-child > ul > li:before {
  font-family: "webfont";
  content: "\ea05";
  font-size: 20px;
  color: #E5E5DC;
}
.footer__top--menu > ul > li:first-child > ul > li > a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #F3F3EF;
  display: inline-block;
}
.footer__top--menu > ul > li:nth-child(2) > a {
  display: inline-block;
  padding: 5px;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: 700;
  color: #E5E5DC;
  border-bottom: 2px solid #E5E5DC;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.footer__top--menu > ul > li:nth-child(2) > a:hover {
  color: #63EB33;
}
.footer__top--contact .contact-title {
  display: inline-block;
  padding: 5px;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: 700;
  color: #E5E5DC;
  border-bottom: 2px solid #E5E5DC;
  margin-bottom: 15px;
}
.footer__top--contact .contact-content {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #E5E5DC;
  margin-bottom: 15px;
}
.footer__top--contact a {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.footer__top--contact a:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.footer__top--contact a:hover {
  background: #3A3A3A;
}
.footer__top--right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__top--right .social-media ul {
  display: flex;
  gap: 10px;
}
.footer__top--right .social-media ul li {
  position: relative;
}
.footer__top--right .social-media ul li a {
  position: relative;
  color: #E5E5DC;
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E5E5DC;
  display: inline-block;
  z-index: 1;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer__top--right .social-media ul li a:hover {
  color: #63EB33;
  border-color: #63EB33;
}
.footer__top--right .social-media ul li a:before {
  color: inherit;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__top--right .social-media ul a.facebook:before {
  content: "\ea1d";
  font-family: "webfont";
  font-size: 40px;
  color: inherit;
}
.footer__top--right .social-media ul a.instagram:before {
  content: "\ea21";
  font-family: "webfont";
  font-size: 42px;
  color: inherit;
}
.footer__top--right .social-media ul a.linkedin:before {
  content: "\ea24";
  font-family: "webfont";
  font-size: 40px;
  color: inherit;
}
.footer__top--right .social-media ul a.youtube:before {
  content: "\ea39";
  font-family: "webfont";
  font-size: 24px;
  color: inherit;
}
.footer__top--right .newsletter-title {
  display: inline-block;
  padding: 5px;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: 700;
  color: #E5E5DC;
  border-bottom: 2px solid #E5E5DC;
  margin-bottom: 15px;
}
.footer__top--right .newsletter-content {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #E5E5DC;
  margin-bottom: 15px;
}
.footer__top--right .newsletter a {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.footer__top--right .newsletter a:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.footer__top--right .newsletter a:hover {
  background: #3A3A3A;
}
.footer__bottom {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom p.copyright {
  color: #F3F3EF;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
  font-weight: 700;
}
.footer__bottom ul {
  display: flex;
  justify-content: end;
  gap: 20px;
  padding: 0 10px;
}
.footer__bottom ul li a {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
  color: #F3F3EF;
  font-weight: 700;
}

.page-actu,
.page-observatoire,
.ressource-page,
.study-page {
  margin-top: 15px;
}
.page-actu__header,
.page-observatoire__header,
.ressource-page__header,
.study-page__header {
  color: #3A5F2D;
  text-align: center;
  max-width: 1028px;
  margin: 0 auto;
}
.page-actu__header h2, .page-actu__header h1,
.page-observatoire__header h2,
.page-observatoire__header h1,
.ressource-page__header h2,
.ressource-page__header h1,
.study-page__header h2,
.study-page__header h1 {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.62px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .page-actu__header h2, .page-actu__header h1,
  .page-observatoire__header h2,
  .page-observatoire__header h1,
  .ressource-page__header h2,
  .ressource-page__header h1,
  .study-page__header h2,
  .study-page__header h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-actu__header h2, .page-actu__header h1,
  .page-observatoire__header h2,
  .page-observatoire__header h1,
  .ressource-page__header h2,
  .ressource-page__header h1,
  .study-page__header h2,
  .study-page__header h1 {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
.page-actu__header div, .page-actu__header p,
.page-observatoire__header div,
.page-observatoire__header p,
.ressource-page__header div,
.ressource-page__header p,
.study-page__header div,
.study-page__header p {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .page-actu__header div, .page-actu__header p,
  .page-observatoire__header div,
  .page-observatoire__header p,
  .ressource-page__header div,
  .ressource-page__header p,
  .study-page__header div,
  .study-page__header p {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-actu__header div, .page-actu__header p,
  .page-observatoire__header div,
  .page-observatoire__header p,
  .ressource-page__header div,
  .ressource-page__header p,
  .study-page__header div,
  .study-page__header p {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}

.page-observatoire header p,
.ressource-page header p,
.study-page header p {
  margin-bottom: 0;
}
.page-observatoire nav,
.ressource-page nav,
.study-page nav {
  position: relative;
  margin-top: -56px;
  background: #F3F3EF;
}
@media screen and (max-width: 1024px) {
  .page-observatoire nav,
  .ressource-page nav,
  .study-page nav {
    margin-top: 0px;
  }
}
.page-observatoire nav ol,
.ressource-page nav ol,
.study-page nav ol {
  padding: 22px 10px 10px 10px;
}
.page-observatoire__banner,
.ressource-page__banner,
.study-page__banner {
  margin-top: -30px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-observatoire__banner,
  .ressource-page__banner,
  .study-page__banner {
    margin-top: 0px;
  }
}
.page-observatoire__banner img,
.ressource-page__banner img,
.study-page__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-se-faire-acc__header-connecte,
.page-ressources__header-connecte {
  display: none;
}
.page-se-faire-acc__wrapper h3,
.page-ressources__wrapper h3 {
  display: none;
}
.page-se-faire-acc__header,
.page-ressources__header {
  color: #3A5F2D;
  max-width: 996px;
  margin: 25px auto 0 auto;
}
.page-se-faire-acc__header h1,
.page-ressources__header h1 {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.62px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .page-se-faire-acc__header h1,
  .page-ressources__header h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-se-faire-acc__header h1,
  .page-ressources__header h1 {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
.page-se-faire-acc__header .description,
.page-ressources__header .description {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .page-se-faire-acc__header .description,
  .page-ressources__header .description {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-se-faire-acc__header .description,
  .page-ressources__header .description {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.page-se-faire-acc__banner,
.page-ressources__banner {
  margin-top: -30px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-se-faire-acc__banner,
  .page-ressources__banner {
    margin-top: 0px;
  }
}
.page-se-faire-acc__banner img,
.page-ressources__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-se-faire-acc nav,
.page-ressources nav {
  position: relative;
  margin-top: -56px;
  background: #F3F3EF;
}
@media screen and (max-width: 1024px) {
  .page-se-faire-acc nav,
  .page-ressources nav {
    margin-top: 0px;
  }
}
.page-se-faire-acc nav ol,
.page-ressources nav ol {
  padding: 22px 10px 10px 10px;
}

.homepage__title {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage__title h1 {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.62px;
  max-width: 996px;
  text-align: center;
  color: #3A5F2D;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .homepage__title h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .homepage__title h1 {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
.homepage__body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage__body p {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  max-width: 996px;
  text-align: center;
  color: #3A5F2D;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .homepage__body p {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .homepage__body p {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.homepage__img {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .homepage__img {
    margin-bottom: 48px;
  }
}
.homepage__content .paragraph--type--bloc-3-elements {
  padding-bottom: 20px;
  border-bottom: 3px solid #3A5F2D;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .homepage__content .paragraph--type--bloc-3-elements {
    flex-direction: column;
  }
}
.homepage__content .presentation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: start;
  flex: 1;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .homepage__content .presentation {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .homepage__content .presentation {
    padding: 0 30px;
    max-width: none;
  }
  .homepage__content .presentation:not(:last-child) {
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 640px) {
  .homepage__content .presentation {
    padding: 0;
  }
  .homepage__content .presentation:not(:last-child) {
    padding-bottom: 48px;
  }
}
.homepage__content .presentation__surtitle {
  margin-bottom: 27px;
  width: fit-content;
  background: #63EB33;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.homepage__content .presentation__img {
  margin-bottom: 30px;
}
.homepage__content .presentation__title {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #3A5F2D;
  margin-bottom: 12px;
}
.homepage__content .presentation__paragraph {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.homepage__content .presentation:not(:last-child) {
  border-right: 3px solid #63EB33;
}
@media screen and (max-width: 1024px) {
  .homepage__content .presentation:not(:last-child) {
    border: 0;
  }
}
.homepage__content .block-map {
  padding: 40px 0 45px 0;
  border-bottom: 3px solid #3A5F2D;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .homepage__content .block-map {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .homepage__content .block-map {
    text-align: center;
  }
}
.homepage__content .block-map__image {
  flex: 1;
}
.homepage__content .block-map__image img {
  width: 100%;
  height: auto;
}
.homepage__content .block-map__wrapper-content {
  flex: 1;
}
.homepage__content .block-map__title {
  font-size: 2.8125rem;
  line-height: 4.125rem;
  font-weight: 700;
  letter-spacing: 0.87px;
  margin-bottom: 15px;
  color: #478927;
  max-width: 473px;
}
@media screen and (max-width: 1200px) {
  .homepage__content .block-map__title {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  .homepage__content .block-map__title {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
.homepage__content .block-map__paragraph p {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: #3A5F2D;
}
@media screen and (max-width: 1200px) {
  .homepage__content .block-map__paragraph p {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .homepage__content .block-map__paragraph p {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.homepage__content .block-map__link a {
  display: inline-block;
  padding: 3.5px 17px;
  width: fit-content;
  border-bottom: 2px solid #3A5F2D;
  color: #3A5F2D;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 1024px) {
  .homepage__content .block-map__link a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.homepage__content .block-map__link a:hover {
  color: #3A3A3A;
}
.homepage__content .support {
  padding: 40px 0 45px 0;
}
.homepage__content .support__title {
  font-size: 2.8125rem;
  line-height: 4.125rem;
  font-weight: 700;
  letter-spacing: 0.87px;
  color: #478927;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .homepage__content .support__title {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  .homepage__content .support__title {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
.homepage__content .support__img {
  display: flex;
  justify-content: center;
}
.homepage .section_paragraphe--separator {
  border-bottom: 3px solid #3A5F2D;
  margin-top: 40px;
  margin-bottom: 0;
}
.homepage .abonner p {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  color: #3A5F2D;
}
@media screen and (max-width: 1200px) {
  .homepage .abonner p {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .homepage .abonner p {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.homepage .abonner p a {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}
.homepage .abonner p a:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.homepage .section_paragraphe {
  margin-bottom: 0;
}

.news-home-block {
  max-width: 75rem;
  margin: 0 auto;
  padding: 40px 0 45px 0;
  border-bottom: 3px solid #3A5F2D;
}
@media screen and (max-width: 1200px) {
  .news-home-block {
    max-width: 58.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .news-home-block {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 640px) {
  .news-home-block {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .news-home-block {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .news-home-block {
    padding: 40px 0px 45px 0px;
  }
}
.news-home-block header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news-home-block header h2 {
  font-size: 2.8125rem;
  line-height: 4.125rem;
  font-weight: 700;
  letter-spacing: 0.87px;
  color: #478927;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .news-home-block header h2 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  .news-home-block header h2 {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
.news-home-block header p {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  color: #3A5F2D;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .news-home-block header p {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .news-home-block header p {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.news-home-block header a {
  display: inline-block;
  padding: 3.5px 17px;
  width: fit-content;
  border-bottom: 2px solid #3A5F2D;
  color: #3A5F2D;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .news-home-block header a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.news-home-block header a:hover {
  color: #3A3A3A;
}

.observatoire-home-block {
  display: flex;
  gap: 19px;
  max-width: 75rem;
  margin: 0 auto;
  padding: 40px 0 45px 0;
  border-bottom: 3px solid #3A5F2D;
}
@media screen and (max-width: 1200px) {
  .observatoire-home-block {
    max-width: 58.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .observatoire-home-block {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 640px) {
  .observatoire-home-block {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .observatoire-home-block {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .observatoire-home-block {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .observatoire-home-block {
    padding: 40px 20px 45px 20px;
  }
}
.observatoire-home-block > * {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .observatoire-home-block header {
    text-align: center;
  }
}
.observatoire-home-block header h2 {
  font-size: 2.8125rem;
  line-height: 4.125rem;
  font-weight: 700;
  letter-spacing: 0.87px;
  color: #478927;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .observatoire-home-block header h2 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  .observatoire-home-block header h2 {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
.observatoire-home-block header p {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .observatoire-home-block header p {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .observatoire-home-block header p {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.observatoire-home-block header a {
  display: inline-block;
  padding: 3.5px 17px;
  width: fit-content;
  border-bottom: 2px solid #3A5F2D;
  color: #3A5F2D;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .observatoire-home-block header a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.observatoire-home-block header a:hover {
  color: #3A3A3A;
}
.observatoire-home-block .rows-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.news-page-result {
  padding-bottom: 50px;
}
.news-page-result__content {
  margin-top: 50px;
}
.news-page-result__tags {
  padding-bottom: 10px;
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.news-page-result__tags .tag {
  width: fit-content;
  background: #63EB33;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.news-page-result__img {
  width: 100%;
  height: 350px;
}
.news-page-result__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page-result__title h1 {
  font-size: 3.625rem;
  line-height: 4.125rem;
  font-weight: 700;
  color: #478927;
  margin-bottom: 26px;
}
@media screen and (max-width: 1200px) {
  .news-page-result__title h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .news-page-result__title h1 {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
.news-page-result__author {
  margin-bottom: 35px;
  display: flex;
  gap: 12px;
}
.news-page-result__author--person, .news-page-result__author--date {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
  position: relative;
  display: flex;
  gap: 4px;
  color: #3A3A3A;
}
.news-page-result__author--person:before {
  content: "\ea36";
  font-family: "webfont";
  font-size: 15px;
  color: #3A5F2D;
}
.news-page-result__author--date:before {
  content: "\ea07";
  font-family: "webfont";
  font-size: 15px;
  color: #3A5F2D;
}

.basic-page header {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.basic-page__title {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.62px;
  color: #3A5F2D;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .basic-page__title {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .basic-page__title {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
.basic-page__desc p {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 25px;
  max-width: 996px;
}
@media screen and (max-width: 1200px) {
  .basic-page__desc p {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .basic-page__desc p {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.basic-page__img {
  width: 100%;
  height: auto;
}
.basic-page__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basic-page__content {
  max-width: 49.625rem;
  margin: 0 auto;
}

.structure-page__title h1 {
  padding: 25px 0;
  font-size: 2.8125rem;
  line-height: 4.125rem;
  font-weight: 700;
  letter-spacing: 0.87px;
  color: #478927;
  border-bottom: 3px solid #478927;
}
@media screen and (max-width: 1200px) {
  .structure-page__title h1 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  .structure-page__title h1 {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
.structure-page__wrapper {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .structure-page__wrapper {
    flex-direction: column;
  }
}
.structure-page__panel-left {
  flex: 1;
  margin-bottom: 45px;
}
.structure-page__panel-left--body {
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3A5F2D;
}
.structure-page__panel-left--images {
  padding-top: 25px;
}
.structure-page__panel-left--images .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.structure-page__panel-left--images .image-wrapper--item.small {
  width: 37%;
}
.structure-page__panel-left--images .image-wrapper--item.big {
  width: 60%;
}
.structure-page__panel-left--images .image-wrapper--item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .structure-page__panel-left--images .image-wrapper--item.big {
    width: 59%;
  }
}
@media screen and (max-width: 640px) {
  .structure-page__panel-left--images .image-wrapper--item.big {
    width: 100%;
  }
  .structure-page__panel-left--images .image-wrapper--item.small {
    width: 100%;
  }
}
.structure-page__panel-right {
  flex: 0 0 387px;
}
@media screen and (max-width: 1200px) {
  .structure-page__panel-right {
    flex: 0 0 293px;
  }
}
@media screen and (max-width: 1024px) {
  .structure-page__panel-right {
    flex: none;
  }
}
.structure-page__panel-right--image {
  padding: 23px 18px;
  width: 100%;
  height: 300px;
  background: #FFFFFF;
}
.structure-page__panel-right--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.structure-page__panel-right--contact, .structure-page__panel-right--type, .structure-page__panel-right--activite, .structure-page__panel-right--scale {
  padding: 20px;
  border-bottom: 1px solid #3A5F2D;
}
.structure-page__panel-right--contact .website,
.structure-page__panel-right--contact .mail,
.structure-page__panel-right--contact .telephone,
.structure-page__panel-right--contact .adress {
  position: relative;
  display: flex;
  align-items: start;
  gap: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.structure-page__panel-right--contact .website:not(:last-child),
.structure-page__panel-right--contact .mail:not(:last-child),
.structure-page__panel-right--contact .telephone:not(:last-child),
.structure-page__panel-right--contact .adress:not(:last-child) {
  margin-bottom: 17px;
}
.structure-page__panel-right--contact .website i.webfont,
.structure-page__panel-right--contact .mail i.webfont,
.structure-page__panel-right--contact .telephone i.webfont,
.structure-page__panel-right--contact .adress i.webfont {
  font-size: 21px;
  color: #3A5F2D;
}
.structure-page__panel-right--contact .website a,
.structure-page__panel-right--contact .mail a,
.structure-page__panel-right--contact .telephone a,
.structure-page__panel-right--contact .adress a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.structure-page__panel-right--contact .website a:hover,
.structure-page__panel-right--contact .mail a:hover,
.structure-page__panel-right--contact .telephone a:hover,
.structure-page__panel-right--contact .adress a:hover {
  color: #478927;
}
.structure-page__panel-right--contact .telephone a {
  text-decoration: none;
}
.structure-page__panel-right--contact .adress {
  text-transform: uppercase;
}
.structure-page__panel-right--type .title, .structure-page__panel-right--scale .title, .structure-page__panel-right--activite .title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  color: #478927;
  margin-bottom: 15px;
  font-weight: 600;
}
.structure-page__panel-right--type .structure-type, .structure-page__panel-right--activite .structure-type {
  width: fit-content;
  height: fit-content;
  background: #63EB33;
  border-radius: 25px;
  padding: 2.5px 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  color: #3A5F2D;
}
.structure-page__panel-right--scale ul, .structure-page__panel-right--activite ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.structure-page__panel-right--scale .department, .structure-page__panel-right--activite .department {
  width: fit-content;
  height: fit-content;
  background: #63EB33;
  border-radius: 25px;
  padding: 2.5px 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  color: #3A5F2D;
}

.page-observatoire__content h3 {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  margin-bottom: 15px;
  color: #478927;
}

.study-page__title h2 {
  font-size: 2.8125rem;
  line-height: 4.125rem;
  font-weight: 700;
  letter-spacing: 0.87px;
  color: #478927;
  padding: 25px 10px;
  border-bottom: 3px solid #478927;
}
@media screen and (max-width: 1200px) {
  .study-page__title h2 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  .study-page__title h2 {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
.study-page__content > div {
  padding-bottom: 35px;
  border-bottom: 1px solid #3A5F2D;
}
.study-page__content--body h3 {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #478927;
  margin-bottom: 20px;
}
.study-page__content--download, .study-page__content--see-online {
  margin-top: 30px;
}
.study-page__content--download h4, .study-page__content--see-online h4 {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .study-page__content--download h4, .study-page__content--see-online h4 {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .study-page__content--download h4, .study-page__content--see-online h4 {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.study-page__content--download a, .study-page__content--see-online a {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.study-page__content--download a:hover, .study-page__content--see-online a:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.study-page__content--download .download-title h4 {
  color: #3A5F2D;
}
.study-page__content--download .download-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.study-page__content--download .download-wrapper a {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}
.study-page__content--download .download-wrapper a:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.study-page__content--download .download-info {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #3A5F2D;
}
.study-page__content--download .download-info .pdf,
.study-page__content--download .download-info .size {
  display: flex;
  align-items: center;
  gap: 10px;
}
.study-page__content--download .download-info i:before {
  font-size: 15px;
  font-weight: 500;
}
.study-page__content--download .download-info p {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
}
.study-page__content--see-online a {
  text-decoration: underline;
}

.ressource-page__title h1 {
  padding: 25px 0;
  font-size: 2.8125rem;
  line-height: 4.125rem;
  font-weight: 700;
  letter-spacing: 0.87px;
  color: #478927;
  border-bottom: 3px solid #478927;
}
@media screen and (max-width: 1200px) {
  .ressource-page__title h1 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  .ressource-page__title h1 {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
.ressource-page__wrapper {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .ressource-page__wrapper {
    flex-direction: column;
  }
}
.ressource-page__panel-left {
  flex: 1;
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .ressource-page__panel-left {
    margin-bottom: 0;
  }
}
.ressource-page__panel-left--body {
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid #3A5F2D;
}
.ressource-page__panel-left--download {
  padding-bottom: 30px;
  color: #3A5F2D;
  border-bottom: 1px solid #3A5F2D;
}
.ressource-page__panel-left--download .download-title h4 {
  color: #3A5F2D;
}
.ressource-page__panel-left--download .download-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ressource-page__panel-left--download .download-wrapper a {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}
.ressource-page__panel-left--download .download-wrapper a:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.ressource-page__panel-left--download .download-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ressource-page__panel-left--download .download-info .pdf,
.ressource-page__panel-left--download .download-info .size {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ressource-page__panel-left--download .download-info i:before {
  font-size: 15px;
  font-weight: 500;
}
.ressource-page__panel-left--download .download-info p {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
}
.ressource-page__panel-right {
  flex: 0 0 387px;
}
@media screen and (max-width: 1200px) {
  .ressource-page__panel-right {
    flex: 0 0 293px;
  }
}
@media screen and (max-width: 1024px) {
  .ressource-page__panel-right {
    flex: none;
  }
}
.ressource-page__panel-right--types, .ressource-page__panel-right--source, .ressource-page__panel-right--themes, .ressource-page__panel-right--author {
  padding: 20px;
  border-bottom: 1px solid #3A5F2D;
}
@media screen and (max-width: 1024px) {
  .ressource-page__panel-right--types, .ressource-page__panel-right--source, .ressource-page__panel-right--themes, .ressource-page__panel-right--author {
    padding: 20px 0;
  }
}
.ressource-page__panel-right--types .title, .ressource-page__panel-right--source .title, .ressource-page__panel-right--themes .title, .ressource-page__panel-right--author .title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  color: #478927;
  margin-bottom: 15px;
  font-weight: 600;
}
.ressource-page__panel-right--types .type, .ressource-page__panel-right--source .type, .ressource-page__panel-right--themes .type, .ressource-page__panel-right--author .type {
  width: fit-content;
  height: fit-content;
  background: #63EB33;
  border-radius: 25px;
  padding: 2.5px 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  color: #3A5F2D;
}
.ressource-page__panel-right--themes .types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ressource-page__panel-right--source p {
  color: #3A5F2D;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
.ressource-page__panel-right--source .source-author,
.ressource-page__panel-right--source .source-mail {
  margin-bottom: 15px;
}
.ressource-page__panel-right--source .source-mail {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ressource-page__panel-right--source .source-mail i:before {
  font-size: 21px;
}
.ressource-page__panel-right--source .source-mail a {
  text-decoration: underline;
}
.ressource-page__panel-right--source .date {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ressource-page__panel-right--source .date i:before {
  font-size: 15px;
  color: #3A5F2D;
}
.ressource-page__panel-right--source .date p {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
  color: #3A5F2D;
}
.ressource-page__panel-right--author .entity {
  margin-bottom: 10px;
  width: fit-content;
  height: fit-content;
  background: transparent;
  border-radius: 25px;
  padding: 2.5px 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .ressource-page__panel-right--author {
    border-bottom: 0px;
  }
}

.page_login {
  position: relative;
  z-index: 0;
}
.page_login__imgs {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .page_login__imgs {
    display: none;
  }
}
.page_login__imgs--1 {
  top: 22px;
  right: 0;
}
.page_login__imgs--2 {
  bottom: 50px;
  left: 0;
}
.page_login__container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.page_login__content {
  max-width: 36.6875rem;
  border-radius: 0.25rem;
  border: 2px solid #478927;
  background: #FFFFFF;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 640px) {
  .page_login__content {
    padding: 1.25rem 1.25rem;
    text-align: center;
  }
}
.page_login__content a:not(.create) {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.page_login__content a:not(.create):hover {
  color: #478927;
}
.page_login__content a.create {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.page_login__content a.create:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.page_login__create {
  text-align: center;
}
.page_login__content--h2 {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  text-align: center;
  color: #478927;
  margin-bottom: 1.875rem;
}
.page_login__help {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .page_login__help {
    flex-direction: column;
  }
}

.content_help__span {
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 0.625rem;
}
.content_help__icone {
  min-width: 2rem;
  min-height: 2rem;
  background: #63EB33;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-register__desc {
  text-align: justify;
  text-justify: inter-word;
}

button.shwpd {
  border: none;
  position: absolute;
  display: inline-block;
  top: 38px;
  margin-left: -48px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  background-position: center;
  background-color: #6E04D7;
  border-radius: 50%;
}

button.eye-close, button.eye-open {
  background-size: auto;
}

.page_error {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 3px solid #478927;
}
.page_error__title {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.62px;
  color: #3A5F2D;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .page_error__title {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .page_error__title {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
.page_error__descript {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  max-width: 49.625rem;
  margin: 0 auto;
  color: #3A5F2D;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .page_error__descript {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .page_error__descript {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.page_error__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_error__content img {
  margin-bottom: 20px;
}
.page_error__link {
  position: absolute;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.page_error__link:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.page_error__link:before {
  content: "\ea04";
  font-size: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

.user-register__imgs {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .user-register__imgs {
    display: none;
  }
}
.user-register__imgs--1 {
  right: 0;
}
.user-register__imgs--2 {
  bottom: 50px;
  left: 0;
}
.user-register__title {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.62px;
  color: #3A5F2D;
  padding: 0.625rem 0;
  border-bottom: 3px solid #3A5F2D;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .user-register__title {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .user-register__title {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
.user-register__desc, .user-register__account {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  padding: 1.25rem 0;
}
.user-register__desc a, .user-register__account a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.user-register__desc a:hover, .user-register__account a:hover {
  color: #478927;
}

.sitemap {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.sitemap h2 {
  font-size: 2.8125rem;
  line-height: 4.125rem;
  font-weight: 700;
  letter-spacing: 0.87px;
  color: #3A5F2D;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 1200px) {
  .sitemap h2 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  .sitemap h2 {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
.sitemap li {
  margin-bottom: 15px;
}
.sitemap li a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.sitemap li a:hover {
  color: #478927;
}
.sitemap span {
  display: block;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #478927;
  margin-bottom: 0.625rem;
}

.simplenews-subscriber-form {
  width: 587px;
  max-width: calc(100% - 60px);
  background: white;
  border: 2px solid #478927;
  border-radius: 4px;
  padding: 20px 40px;
  margin: 30px auto;
}
.simplenews-subscriber-form .form-item {
  margin-bottom: 15px;
}
.simplenews-subscriber-form label {
  display: inline-block;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .simplenews-subscriber-form label {
    font-size: 1rem;
    line-height: 20px;
  }
}
.simplenews-subscriber-form .description {
  display: none;
}
.simplenews-subscriber-form .form-item-message {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.simplenews-subscriber-form .form-submit {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.simplenews-subscriber-form .form-submit:hover {
  background: #3A5F2D;
  color: #63EB33;
}

.dashboard-header {
  padding: 25px 0 19px 0;
  border-bottom: 3px solid #478927;
}
@media screen and (max-width: 640px) {
  .dashboard-header {
    padding: 25px 20px 19px 20px;
  }
}
.dashboard-header__logo {
  margin-bottom: 19px;
}
@media screen and (max-width: 1200px) {
  .dashboard-header__logo {
    margin-bottom: 0;
    flex: 0 0 300px;
  }
}
@media screen and (max-width: 640px) {
  .dashboard-header__logo {
    flex: 0 0 230px;
  }
}

#dashboard-wrapper {
  display: flex;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #dashboard-wrapper {
    max-width: 58.75rem;
  }
}
@media screen and (max-width: 1024px) {
  #dashboard-wrapper {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 640px) {
  #dashboard-wrapper {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  #dashboard-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  #dashboard-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  #dashboard-wrapper {
    padding: 0;
  }
}
#dashboard-wrapper .dashboard-menu {
  flex: 0 0 183px;
}
@media screen and (max-width: 1200px) {
  #dashboard-wrapper .dashboard-menu {
    display: none;
  }
}
#dashboard-wrapper .dashboard-menu ul li {
  width: 100%;
}
#dashboard-wrapper .dashboard-menu ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 8px 10px;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #3A5F2D;
  background-color: rgba(5, 0, 242, 0.1019607843);
  border-bottom: 1px solid #3A5F2D;
  border-right: 2px solid #3A5F2D;
  text-align: center;
  width: 100%;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#dashboard-wrapper .dashboard-menu ul li a.is-active {
  color: #F3F3EF;
  background-color: #0500F2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#dashboard-wrapper .dashboard-menu ul li a:before {
  content: "";
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
#dashboard-wrapper .dashboard-menu ul li a.mon-espace:before {
  background-image: url("../../img/connecte/mon-espace.svg");
}
#dashboard-wrapper .dashboard-menu ul li a.mes-accompagnements:before {
  background-image: url("../../img/connecte/mes-accompagnements.svg");
}
#dashboard-wrapper .dashboard-menu ul li a.mes-projets:before {
  background-image: url("../../img/connecte/mes-projets.svg");
}
#dashboard-wrapper .dashboard-menu ul li a.ressources:before {
  background-image: url("../../img/connecte/ressources.svg");
}
#dashboard-wrapper .dashboard-menu ul li a.espace-collaboratif:before {
  background-image: url("../../img/connecte/espace-collaboratif.svg");
}
#dashboard-wrapper .dashboard-menu ul li a.annuaire:before {
  background-image: url("../../img/connecte/annuaire-agrirural.svg");
}
#dashboard-wrapper .dashboard-menu ul li a.mon-profil:before {
  background-image: url("../../img/connecte/profil.svg");
}
#dashboard-wrapper .dashboard-menu ul li a.annu_pp:before {
  background-image: url("../../img/connecte/annu_pp.svg");
}
#dashboard-wrapper .dashboard-menu ul li a.structure:before {
  background-image: url("../../img/connecte/ma-structure.svg");
}
#dashboard-wrapper .dashboard-menu ul li a.deconnexion {
  justify-content: space-around;
}
#dashboard-wrapper .dashboard-menu ul li a.deconnexion:before {
  font-family: "webfont";
  height: auto;
  content: "\ea34";
  font-size: 17px;
}
#dashboard-wrapper.user-agrirural .dashboard-menu ul li a {
  background-color: rgba(99, 235, 51, 0.2);
}
#dashboard-wrapper.user-agrirural .dashboard-menu ul li a.is-active {
  color: #F3F3EF;
  background-color: #3A5F2D;
}
#dashboard-wrapper .dashboard-content {
  flex: 1;
}
#dashboard-wrapper .dashboard-menu-mobile {
  position: fixed;
  top: 0;
  left: -100vw;
  max-height: 100vh;
  height: 100%;
  z-index: 99;
  overflow: auto;
  width: 100%;
  background: #F3F3EF;
  padding: 0rem 0;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 1200px) {
  #dashboard-wrapper .dashboard-menu-mobile {
    visibility: hidden;
  }
}
@media screen and (max-width: 834px) {
  #dashboard-wrapper .dashboard-menu-mobile {
    padding: 0 0 2.1875rem 0;
  }
}
#dashboard-wrapper .dashboard-menu-mobile:not(.visible) {
  visibility: hidden;
}
#dashboard-wrapper .dashboard-menu-mobile__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background: #478927;
  opacity: 0.5;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  #dashboard-wrapper .dashboard-menu-mobile__overlay {
    visibility: hidden;
  }
}
#dashboard-wrapper .dashboard-menu-mobile__overlay:not(.visible) {
  visibility: hidden;
}
#dashboard-wrapper .dashboard-menu-mobile__overlay:not(.open-mobile) {
  opacity: 0;
  pointer-events: none;
}
#dashboard-wrapper .dashboard-menu-mobile__close {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  background: rgba(5, 0, 242, 0.1019607843);
}
#dashboard-wrapper .dashboard-menu-mobile__close_button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dashboard-wrapper .dashboard-menu-mobile__close_button:before {
  content: "\ea14";
  font-size: 20px;
  color: #3A5F2D;
}
#dashboard-wrapper .dashboard-menu-mobile .header__menu {
  display: flex;
  justify-content: space-between;
}
#dashboard-wrapper .dashboard-menu-mobile .header__menu--list {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  #dashboard-wrapper .dashboard-menu-mobile .header__menu--list {
    display: none;
  }
}
#dashboard-wrapper .dashboard-menu-mobile .header__menu nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0;
  height: auto;
}
#dashboard-wrapper .dashboard-menu-mobile .header__menu nav ul li {
  padding: 16px 16px;
  border-bottom: 2px solid #63EB33;
}
#dashboard-wrapper .dashboard-menu-mobile .header__menu nav ul li a {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #478927;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#dashboard-wrapper .dashboard-menu-mobile .header__menu nav ul li a:hover {
  color: #3A5F2D;
  text-decoration: underline;
}
#dashboard-wrapper .dashboard-menu-mobile .header__menu .header__menu--mon-espace {
  display: flex;
  margin-left: 8px;
  margin-top: 16px;
}
#dashboard-wrapper .dashboard-menu-mobile .header__menu .header__menu--mon-espace a {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #3A5F2D;
  background: #63EB33;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
}
@media screen and (max-width: 1200px) {
  #dashboard-wrapper .dashboard-menu-mobile .header__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#dashboard-wrapper .dashboard-menu-mobile .dashboard-menu {
  display: block;
}
#dashboard-wrapper .dashboard-menu-mobile.open-mobile {
  left: 0px;
}
#dashboard-wrapper #trigger_menu {
  display: none;
  position: relative;
  cursor: pointer;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #dashboard-wrapper #trigger_menu {
    display: flex;
    justify-content: end;
    padding: 10px;
    background: rgba(5, 0, 242, 0.1019607843);
  }
}
#dashboard-wrapper #hamburger {
  margin-right: 0px;
  display: block;
  position: relative;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  box-shadow: 10px 10px 30px rgba(204, 204, 204, 0.15);
  transition: 100ms ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #dashboard-wrapper #hamburger {
    margin-right: 0;
  }
}
#dashboard-wrapper #hamburger.open {
  background: #E5E5DC;
}
#dashboard-wrapper #hamburger span {
  display: block; /* Display as block element */
  position: absolute;
  border-radius: 2px;
  background: #6E04D7;
  transition: 200ms ease-in-out;
}
#dashboard-wrapper #hamburger span.close-nav {
  background: #FFFFFF;
}
#dashboard-wrapper #hamburger span:nth-child(1) {
  bottom: 29px;
  right: 7px;
  width: 26px;
  height: 3px;
}
#dashboard-wrapper #hamburger span:nth-child(2) {
  bottom: 20px;
  right: 7px;
  width: 26px;
  height: 3px;
  opacity: 1;
}
#dashboard-wrapper #hamburger span:nth-child(3) {
  bottom: 10px;
  right: 7px;
  width: 26px;
  height: 3px;
}
#dashboard-wrapper #hamburger span:nth-child(1).close-nav {
  bottom: 19px;
  right: 7px;
  width: 26px;
  transform: rotate(-45deg);
}
#dashboard-wrapper #hamburger span:nth-child(2).close-nav {
  bottom: 23px;
  right: -40px;
  opacity: 0;
}
#dashboard-wrapper #hamburger span:nth-child(3).close-nav {
  bottom: 19px;
  right: 7px;
  width: 26px;
  transform: rotate(45deg);
}
#dashboard-wrapper.user-agrirural .dashboard-menu-mobile__close {
  background: rgba(99, 235, 51, 0.2);
}
@media screen and (max-width: 1200px) {
  #dashboard-wrapper.user-agrirural #trigger_menu {
    background: rgba(99, 235, 51, 0.2);
  }
}
#dashboard-wrapper.user-agrirural #hamburger span {
  background: #478927;
}
#dashboard-wrapper .endaccform {
  padding: 20px 0px 0 20px;
}
#dashboard-wrapper .endaccform input {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#dashboard-wrapper .endaccform input:hover {
  background: #3A5F2D;
  color: #63EB33;
}

.mon-espace__profile-incomplete {
  background: #6E04D7;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .mon-espace__profile-incomplete {
    flex-direction: column;
  }
}
.mon-espace__profile-incomplete p,
.mon-espace__profile-incomplete a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
}
.mon-espace__profile-incomplete b {
  font-weight: 600;
}
.mon-espace__profile-incomplete a {
  font-weight: 700;
  text-decoration: underline;
}
.mon-espace__header {
  padding: 20px 20px 17px 20px;
  border-bottom: 2px solid #478927;
}
.mon-espace__header h2 {
  font-size: 2.8125rem;
  line-height: 4.125rem;
  font-weight: 700;
  letter-spacing: 0.87px;
  color: #478927;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .mon-espace__header h2 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  .mon-espace__header h2 {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
.mon-espace__header .bandeau {
  background-color: #6E04D7;
  width: fit-content;
  padding: 10px;
  margin-bottom: 10px;
}
.mon-espace__header .bandeau p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #FFFFFF;
}
.mon-espace__header p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.mon-espace--accompagnateur {
  padding-left: 0.875rem;
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.25rem;
}
.mon-espace--agrirural {
  padding-left: 0.875rem;
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.25rem;
}
.mon-espace--agrirural .empty_state {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  padding: 15px;
}

.mon-espace_section {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 2px solid #478927;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .mon-espace_section {
    flex-direction: column;
  }
}
.mon-espace_section--l {
  flex: 0 0 590px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .mon-espace_section--l {
    flex: 100%;
  }
}
.mon-espace_section--s {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .mon-espace_section--s {
    flex: 100%;
  }
}
.mon-espace_section .multi-feed-block__header,
.mon-espace_section .forum-last-topic__header,
.mon-espace_section .mon-espace-projets__header,
.mon-espace_section .mon-espace_section__header {
  display: flex;
  align-items: center;
  padding: 0.9375rem 0.625rem;
  gap: 0.625rem;
  background: #478927;
}
.mon-espace_section .multi-feed-block__header p,
.mon-espace_section .multi-feed-block__header h4,
.mon-espace_section .forum-last-topic__header p,
.mon-espace_section .forum-last-topic__header h4,
.mon-espace_section .mon-espace-projets__header p,
.mon-espace_section .mon-espace-projets__header h4,
.mon-espace_section .mon-espace_section__header p,
.mon-espace_section .mon-espace_section__header h4 {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  color: #FFFFFF;
  font-synthesis-weight: 700;
}
@media screen and (max-width: 1200px) {
  .mon-espace_section .multi-feed-block__header p,
  .mon-espace_section .multi-feed-block__header h4,
  .mon-espace_section .forum-last-topic__header p,
  .mon-espace_section .forum-last-topic__header h4,
  .mon-espace_section .mon-espace-projets__header p,
  .mon-espace_section .mon-espace-projets__header h4,
  .mon-espace_section .mon-espace_section__header p,
  .mon-espace_section .mon-espace_section__header h4 {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .mon-espace_section .multi-feed-block__header p,
  .mon-espace_section .multi-feed-block__header h4,
  .mon-espace_section .forum-last-topic__header p,
  .mon-espace_section .forum-last-topic__header h4,
  .mon-espace_section .mon-espace-projets__header p,
  .mon-espace_section .mon-espace-projets__header h4,
  .mon-espace_section .mon-espace_section__header p,
  .mon-espace_section .mon-espace_section__header h4 {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.mon-espace_section .multi-feed-block__header img,
.mon-espace_section .forum-last-topic__header img,
.mon-espace_section .mon-espace-projets__header img,
.mon-espace_section .mon-espace_section__header img {
  height: 47px;
}
.mon-espace_section .multi-feed-block .multi-feed-item {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #FFFFFF;
}
.mon-espace_section .multi-feed-block .multi-feed-item:nth-child(2n) {
  background: #F3F3EF;
}
.mon-espace_section .multi-feed-block .multi-feed-item:not(:last-child) {
  border-bottom: 1px solid #3A5F2D;
}
.mon-espace_section .multi-feed-block .multi-feed-item__title {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
  font-weight: 600;
  color: #3A5F2D;
}
.mon-espace_section .multi-feed-block .multi-feed-item__message {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.mon-espace_section .multi-feed-block .multi-feed-item__user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mon-espace_section .multi-feed-block .multi-feed-item__user, .mon-espace_section .multi-feed-block .multi-feed-item__date {
  display: flex;
  align-items: center;
  gap: 3px;
}
.mon-espace_section .multi-feed-block .multi-feed-item__user p, .mon-espace_section .multi-feed-block .multi-feed-item__date p {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
  color: #3A3A3A;
}
.mon-espace_section .multi-feed-block .multi-feed-item__user i:before, .mon-espace_section .multi-feed-block .multi-feed-item__date i:before {
  font-size: 15px;
  color: #3A5F2D;
}
.mon-espace_section .forum-last-topic .rows-wrapper {
  display: flex;
  flex-direction: column;
}
.mon-espace_section .forum-last-topic .rows-wrapper .views-row {
  padding: 10px 20px;
  background: #FFFFFF;
}
.mon-espace_section .forum-last-topic .rows-wrapper .views-row:nth-child(2n) {
  background: #F3F3EF;
}
.mon-espace_section .forum-last-topic .rows-wrapper .views-row:not(:last-child) {
  border-bottom: 1px solid #3A5F2D;
}
.mon-espace_section .forum-last-topic .rows-wrapper .views-row a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  width: 100%;
}
.mon-espace_section .mon-espace-projets footer {
  display: none;
}
.mon-espace_section .mon-espace-projets .rows-wrapper .views-row {
  background: #FFFFFF;
}
.mon-espace_section .mon-espace-projets .rows-wrapper .views-row:nth-child(2n) {
  background: #F3F3EF;
}
.mon-espace_section .mon-espace-projets .rows-wrapper .views-row:not(:last-child) {
  border-bottom: 1px solid #3A5F2D;
}
.mon-espace_section .mon-espace-projets .project-projet_dashboard .project-projet_dashboard__header {
  padding: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.mon-espace_section .mon-espace-projets .project-projet_dashboard .project-projet_dashboard__header img {
  height: 46px;
}
.mon-espace_section .mon-espace-projets .project-projet_dashboard .project-projet_dashboard__header--title {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  margin-bottom: 5px;
}
.mon-espace_section .mon-espace-projets .project-projet_dashboard .project-projet_dashboard__header--body {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.mon-espace_section .mon-espace-projets .project-projet_dashboard .project-teaser__body {
  display: none;
}

.demande-accompagnement {
  background: #FFFFFF;
}
.demande-accompagnement li:not(:last-child) {
  border-bottom: 1px solid #3A5F2D;
}
.demande-accompagnement .accompaniement-request-teaser {
  padding: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.demande-accompagnement .accompaniement-request-teaser__img {
  width: fit-content;
}
.demande-accompagnement .accompaniement-request-teaser__img img {
  position: relative;
  height: 2.9375rem;
}
.demande-accompagnement .accompaniement-request-teaser__title {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.demande-accompagnement .accompaniement-request-teaser__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.demande-accompagnement .accompaniement-request-teaser__role {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  border-bottom: 1px solid #3A5F2D;
  padding-bottom: 5px;
}
.demande-accompagnement .accompaniement-request-teaser__agri-name {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}

.annuaire_teaser__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0.625rem;
  background: #FFFFFF;
}
.annuaire_teaser__content:nth-child(2n) {
  background: rgba(113, 113, 113, 0.1019607843);
}
.annuaire_teaser__content:not(:last-child) {
  border-bottom: 1px solid #3A5F2D;
}
.annuaire_teaser__infos {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #3A5F2D;
}
.annuaire_teaser .webfont {
  font-size: 15px;
}
.annuaire_teaser__date {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
}
.annuaire_teaser__desc {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.annuaire_teaser__desc a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.annuaire_teaser__desc a:hover {
  color: #478927;
}

.add_event {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #FFFFFF;
  padding: 1.25rem 0.625rem;
  gap: 0.9375rem;
}
.add_event__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 100px;
  background: #0500F2;
  width: fit-content;
  color: #FFFFFF;
}
.add_event__button:hover {
  opacity: 0.7;
}
.add_event__desc {
  color: #3A5F2D;
}

.acc_appointement__prog {
  background: #FFFFFF;
}
.acc_appointement__past {
  background: rgba(113, 113, 113, 0.1019607843);
  border-top: 2px solid #478927;
}
.acc_appointement__title {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  padding: 0.625rem;
  border-bottom: 1px solid #3A5F2D;
  text-transform: uppercase;
}
.acc_appointement__content, .acc_appointement__imgs {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.acc_appointement__content {
  padding: 0.625rem;
  color: #3A5F2D;
}
.acc_appointement__content:not(:last-child) {
  border-bottom: 1px solid #3A5F2D;
}
.acc_appointement__img, .acc_appointement__profil {
  height: 50px;
  width: 50px;
}
.acc_appointement__infos {
  width: 100%;
}
.acc_appointement__type {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  padding-bottom: 0.4375rem;
}
.acc_appointement__name {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  padding-bottom: 0.4375rem;
}
.acc_appointement__date {
  display: flex;
  align-items: center;
  gap: 5px;
}
.acc_appointement__date .webfont {
  font-size: 15px;
}
.acc_appointement__date p {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
}
.acc_appointement__type, .acc_appointement__name, .acc_appointement__date {
  border-bottom: 1px solid #3A5F2D;
  width: 100%;
}
.acc_appointement__name, .acc_appointement__date {
  padding: 0.4375rem 0;
}
.acc_appointement .rendez-vous {
  padding: 15px 15px;
}

.accompaniments__page_header,
.accompaniments nav[aria-labelledby=system-breadcrumb] ol {
  padding: 0.9375rem 1.25rem;
}
@media screen and (max-width: 640px) {
  .accompaniments__page_header,
  .accompaniments nav[aria-labelledby=system-breadcrumb] ol {
    padding: 0.9375rem 0rem;
  }
}
.accompaniments__page_header {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  border-bottom: 2px solid #478927;
  margin-bottom: 30px;
}
.accompaniments__page_header h1 {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.62px;
  color: #478927;
}
@media screen and (max-width: 1200px) {
  .accompaniments__page_header h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .accompaniments__page_header h1 {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .accompaniments__page_header h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .accompaniments__page_header img {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .accompaniments__page_header {
    justify-content: center;
  }
}
.accompaniments nav[aria-labelledby=system-breadcrumb] ol {
  border: none;
}
.accompaniments .acc-detail-tabs {
  padding-left: 20px;
}
.accompaniments .acc-detail-tabs ul {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .accompaniments .acc-detail-tabs ul {
    flex-direction: column;
  }
}
.accompaniments .acc-detail-tabs ul li a {
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 8px 10px;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #717171;
  background: transparent;
  border-bottom: 1px solid #717171;
  text-align: center;
  width: fit-content;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.accompaniments .acc-detail-tabs ul li a.active {
  color: #3A5F2D;
  border-bottom: 3px solid #0500F2;
}
@media screen and (max-width: 640px) {
  .accompaniments .acc-detail-tabs ul li a {
    padding: 8px 0px;
    justify-content: end;
    width: 100%;
    background-position-x: 0px;
  }
}
.accompaniments .acc-detail-tabs ul li a.demande {
  background-image: url("../../img/connecte/megaphone-inactive.svg");
  background-size: 53px;
  background-position-y: 3px;
  height: 94px;
}
.accompaniments .acc-detail-tabs ul li a.demande.active {
  background-image: url("../../img/connecte/megaphone.svg");
}
@media screen and (max-width: 1024px) {
  .accompaniments .acc-detail-tabs ul li a.demande {
    height: 124px;
  }
}
@media screen and (max-width: 640px) {
  .accompaniments .acc-detail-tabs ul li a.demande {
    height: 60px;
    background-size: 38px;
    background-position-y: 9px;
  }
}
.accompaniments .acc-detail-tabs ul li a.premier-contact {
  background-image: url("../../img/connecte/premier-contact-inactive.svg");
  background-size: 66px;
  background-position-y: 8px;
  height: 94px;
}
.accompaniments .acc-detail-tabs ul li a.premier-contact.active {
  background-image: url("../../img/connecte/premier-contact.svg");
}
@media screen and (max-width: 1024px) {
  .accompaniments .acc-detail-tabs ul li a.premier-contact {
    height: 124px;
  }
}
@media screen and (max-width: 640px) {
  .accompaniments .acc-detail-tabs ul li a.premier-contact {
    height: 60px;
    background-size: 45px;
    background-position-y: 19px;
  }
}
.accompaniments .acc-detail-tabs ul li a.referente {
  background-image: url("../../img/connecte/boussole-inactive.svg");
  background-size: 41px;
  background-position-y: 4px;
  height: 94px;
}
.accompaniments .acc-detail-tabs ul li a.referente.active {
  background-image: url("../../img/connecte/boussole.svg");
}
@media screen and (max-width: 1024px) {
  .accompaniments .acc-detail-tabs ul li a.referente {
    height: 124px;
  }
}
@media screen and (max-width: 640px) {
  .accompaniments .acc-detail-tabs ul li a.referente {
    height: 60px;
    background-size: 34px;
    background-position-y: 7px;
  }
}
.accompaniments .acc-detail-tabs ul li a.co-acc {
  background-image: url("../../img/connecte/annuaire-agrirural-inactive.svg");
  background-size: 61px;
  background-position-y: 4px;
  height: 94px;
}
.accompaniments .acc-detail-tabs ul li a.co-acc.active {
  background-image: url("../../img/connecte/annuaire-agrirural.svg");
}
@media screen and (max-width: 1024px) {
  .accompaniments .acc-detail-tabs ul li a.co-acc {
    height: 124px;
  }
}
@media screen and (max-width: 640px) {
  .accompaniments .acc-detail-tabs ul li a.co-acc {
    height: 60px;
    background-size: 40px;
    background-position-y: 16px;
  }
}

.demande-suivi,
.referent,
.premier-cont,
.co-acc {
  padding: 20px 0 20px 20px;
}
.demande-suivi h3, .demande-suivi h2,
.referent h3,
.referent h2,
.premier-cont h3,
.premier-cont h2,
.co-acc h3,
.co-acc h2 {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #3A5F2D;
  margin-bottom: 35px;
}
.demande-suivi .rows-wrapper .views-row,
.referent .rows-wrapper .views-row,
.premier-cont .rows-wrapper .views-row,
.co-acc .rows-wrapper .views-row {
  background: #FFFFFF;
}
.demande-suivi .rows-wrapper .views-row:nth-child(2n),
.referent .rows-wrapper .views-row:nth-child(2n),
.premier-cont .rows-wrapper .views-row:nth-child(2n),
.co-acc .rows-wrapper .views-row:nth-child(2n) {
  background: #E5E5DC;
}
.referent .rows-wrapper,
.co-acc__mes-acc .rows-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.co-acc-mes-projets {
  padding-left: 0;
}

.espace-collaboratif__page_header,
.espace-collaboratif nav[aria-labelledby=system-breadcrumb] ol {
  padding: 0.9375rem 1.25rem;
}
.espace-collaboratif__page_header {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  border-bottom: 2px solid #478927;
  margin-bottom: 15px;
}
.espace-collaboratif__page_header h1 {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.62px;
  color: #478927;
}
@media screen and (max-width: 1200px) {
  .espace-collaboratif__page_header h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .espace-collaboratif__page_header h1 {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .espace-collaboratif__page_header img {
    display: none;
  }
}
.espace-collaboratif nav[aria-labelledby=system-breadcrumb] ol {
  border-bottom: none;
}
.espace-collaboratif .section_functionnal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 15px 20px;
}
.espace-collaboratif .section_functionnal__title {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #3A5F2D;
}
.espace-collaboratif .section_functionnal__tool {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .espace-collaboratif .section_functionnal__tool {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .espace-collaboratif .section_functionnal {
    flex-direction: column;
    gap: 15px;
  }
}
.espace-collaboratif .section_functionnal .form--inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  margin-right: 15px;
}
.espace-collaboratif .section_functionnal #edit-field-tags-target-id--wrapper {
  display: none;
}
.espace-collaboratif .section_functionnal #edit-actions {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.espace-collaboratif .section_functionnal #edit-actions:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.espace-collaboratif .section_functionnal #edit-actions:hover input {
  color: #63EB33;
}
.espace-collaboratif .section_functionnal #edit-actions input {
  color: #3A5F2D;
}
.espace-collaboratif .section_functionnal__tags {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 10px 0 20px 20px;
}
.espace-collaboratif .section_functionnal__tags .tag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px 15px;
  height: 25px;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .espace-collaboratif .section_functionnal__tags .tag-item {
    height: auto;
  }
}
.espace-collaboratif .section_functionnal__tags .tag-item:hover {
  border: 1px solid #3A3A3A;
  color: #3A3A3A;
}
.espace-collaboratif .section_functionnal__tags .tag-item.active {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border: 0px;
  height: 25px;
}
@media screen and (max-width: 1024px) {
  .espace-collaboratif .section_functionnal__tags .tag-item.active {
    height: auto;
  }
}
.espace-collaboratif .btn_add {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.espace-collaboratif .btn_add:before {
  content: "\ea01";
  font-size: 1rem;
  margin-right: 8px;
}
.espace-collaboratif .btn_add:hover {
  background: #591899;
}
.espace-collaboratif .rows-wrapper {
  padding: 0 0 0 20px;
}
.espace-collaboratif button#edit-submit-espace-collaboratif {
  display: none;
}
.espace-collaboratif form input[type=text] {
  height: 35px;
  border-radius: 100px;
  padding: 7.5px 15px;
}
.espace-collaboratif form input[type=text]:hover {
  border: solid 1px #63EB33;
}
.espace-collaboratif form input[type=text]:focus {
  border: solid 3px #63EB33;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
}
.espace-collaboratif form input[type=text].error {
  border: solid 1px #FF4848;
}
.espace-collaboratif form input[type=text]::placeholder {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
}
.espace-collaboratif footer.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 1050;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.espace-collaboratif footer.modal:not(.visible) {
  opacity: 0;
  pointer-events: none;
}
.espace-collaboratif .modal-content form {
  padding: 60px 40px 40px 40px;
}
.espace-collaboratif .modal-content form .js-form-item {
  margin-bottom: 20px;
}
.espace-collaboratif .modal-content form .js-form-item label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  color: #3A5F2D;
}
.espace-collaboratif .modal-close {
  position: absolute;
  right: 40px;
  top: 30px;
  cursor: pointer;
  padding: 5px;
  text-align: right;
  width: fit-content;
}
.espace-collaboratif .modal-close i:before {
  font-size: 20px;
  color: #3A5F2D;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3A5F2D80;
  z-index: 1040;
}

.annuaire-accompagnement__page_header,
.annuaire-accompagnement nav[aria-labelledby=system-breadcrumb] ol {
  padding: 0.9375rem 1.25rem;
}
.annuaire-accompagnement__page_header {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  border-bottom: 2px solid #478927;
  margin-bottom: 15px;
}
.annuaire-accompagnement__page_header h1 {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.62px;
  color: #478927;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 1200px) {
  .annuaire-accompagnement__page_header h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .annuaire-accompagnement__page_header h1 {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .annuaire-accompagnement__page_header img {
    display: none;
  }
}
.annuaire-accompagnement nav[aria-labelledby=system-breadcrumb] ol {
  border: none;
}
@media screen and (max-width: 640px) {
  .annuaire-accompagnement form {
    flex: 1;
  }
}
.annuaire-accompagnement__input {
  display: flex;
  justify-content: end;
  padding: 15px 0;
}
.annuaire-accompagnement__input .form--inline {
  display: flex;
  align-items: center;
  gap: 10px;
}
.annuaire-accompagnement__input .js-form-type-textfield {
  position: relative;
}
.annuaire-accompagnement__input .js-form-type-textfield input[type=text] {
  border-radius: 25px;
  height: 35px;
  width: 404px;
  padding: 7.5px 15px 7.5px 50px;
}
@media screen and (max-width: 640px) {
  .annuaire-accompagnement__input .js-form-type-textfield input[type=text] {
    width: 100%;
  }
}
.annuaire-accompagnement__input .js-form-type-textfield input[type=text]::placeholder {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  font-weight: 600;
  font-style: normal;
}
.annuaire-accompagnement__input .js-form-type-textfield:before {
  position: absolute;
  content: "\ea32";
  font-family: "webfont";
  font-size: 20px;
  color: #478927;
  left: 15px;
  top: 7px;
  z-index: 1;
}
.annuaire-accompagnement__input #edit-actions {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.annuaire-accompagnement__input #edit-actions:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.annuaire-accompagnement__input #edit-actions:hover input {
  color: #63EB33;
}
.annuaire-accompagnement__input #edit-actions input {
  color: #3A5F2D;
}
.annuaire-accompagnement__accompagnateurs {
  display: flex;
  flex-direction: column;
  padding: 15px 0 15px 20px;
}
@media screen and (max-width: 1024px) {
  .annuaire-accompagnement__accompagnateurs {
    padding-left: 0;
  }
}
.annuaire-accompagnement__accompagnateurs h3 p {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #3A5F2D;
  margin-bottom: 35px;
}
.annuaire-accompagnement .btn_add {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #0500F2;
  padding: 7.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.annuaire-accompagnement .btn_add:before {
  content: "\ea01";
  font-size: 1rem;
  margin-right: 8px;
}
.annuaire-accompagnement .btn_add:hover {
  background: rgba(5, 0, 242, 0.1019607843);
  color: #0500F2;
}
.annuaire-accompagnement .rows-wrapper {
  padding: 0 0 0 20px;
}
.annuaire-accompagnement button#edit-submit-espace-collaboratif {
  display: none;
}
.annuaire-accompagnement form input[type=text] {
  height: 35px;
  border-radius: 100px;
  padding: 7.5px 15px;
}
.annuaire-accompagnement form input[type=text]:hover {
  border: solid 1px #63EB33;
}
.annuaire-accompagnement form input[type=text]:focus {
  border: solid 3px #63EB33;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
}
.annuaire-accompagnement form input[type=text].error {
  border: solid 1px #FF4848;
}
.annuaire-accompagnement form input[type=text]::placeholder {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
}
.annuaire-accompagnement table thead {
  display: none;
}
.annuaire-accompagnement .more-infos {
  padding: 10px 20px;
}

.forum .back-button {
  margin-left: 15px;
}
.forum .back-button a.button {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.forum .back-button a.button:before {
  content: "";
  font-size: 1rem;
  margin-right: 8px;
}
.forum .back-button a.button:hover {
  background: #591899;
}
.forum nav[aria-labelledby=system-breadcrumb] ol {
  border-bottom: none;
  padding: 15px 20px;
}
.forum__author-infos {
  padding: 0 0 20px 20px;
}
.forum__author-infos .author-name-date {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.forum h2 {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #478927;
  margin-bottom: 20px;
}
.forum h2.forum_comment__title {
  color: #3A5F2D;
  margin-bottom: 10px;
}
.forum .delete-button {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-bottom: 15px;
  margin-left: 20px;
}
.forum .delete-button:before {
  content: "";
  font-size: 1rem;
  margin-right: 8px;
}
.forum .delete-button:hover {
  background: #591899;
}

.forum_comment {
  padding: 0 20px;
}
.forum_comment__descr {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  margin-bottom: 1.25rem;
}
.forum_comment__tag {
  margin-bottom: 20px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px 15px;
  height: 25px;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .forum_comment__tag {
    height: auto;
  }
}
.forum_comment__content {
  display: flex;
  gap: 1.25rem;
  padding: 15px 15px 30px 15px;
  background: #FFFFFF;
  color: #3A5F2D;
}
.forum_comment__content:not(:last-of-type) {
  border-bottom: 1px solid #3A5F2D;
}
.forum_comment__content:first-of-type {
  border-top: 2px solid #3A5F2D;
}
.forum_comment__content:last-of-type {
  margin-bottom: 30px;
  border-bottom: 2px solid #3A5F2D;
}
.forum_comment__picture {
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
.forum_comment__metadata {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
.forum_comment__metadata > :not(:last-child) {
  border-right: 1px solid #3A5F2D;
  padding-right: 5px;
}
.forum_comment__text {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
.forum_comment .links {
  display: none;
}
.forum_comment .comment-comment-forum-form {
  margin-bottom: 20px;
  padding: 0;
}

.comment-comment-forum-form {
  padding: 20px;
}
.comment-comment-forum-form label {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #3A5F2D;
  margin-bottom: 5px;
}
.comment-comment-forum-form textarea {
  border-radius: 4px;
  margin-bottom: 10px;
}
.comment-comment-forum-form .form-actions input:first-child {
  margin: 10px;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.comment-comment-forum-form .form-actions input:first-child:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.comment-comment-forum-form #edit-preview {
  display: none;
}

#dashboard-wrapper.user-accompagnateur .co-acc header h2 {
  padding: 10px 0;
  border-bottom: 3px solid #3A5F2D;
  margin-bottom: 20px;
}
#dashboard-wrapper.user-accompagnateur .co-acc .rows-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#dashboard-wrapper.user-accompagnateur footer {
  margin-top: 20px;
  margin-bottom: 10px;
}
#dashboard-wrapper.user-accompagnateur footer a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 400;
  background: #FFFFFF;
  padding: 5.5px 15px;
  color: #6E04D7;
  border: 1px solid #6E04D7;
  border-radius: 25px;
  width: fit-content;
  cursor: pointer;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#dashboard-wrapper.user-accompagnateur footer a:before {
  content: "\ea01";
  font-size: 1rem;
  margin-right: 8px;
}
#dashboard-wrapper.user-accompagnateur footer a:hover {
  background: #6E04D7;
  color: #FFFFFF;
}

#dashboard-wrapper.user-agrirural footer {
  margin-top: 20px;
  margin-bottom: 10px;
}
#dashboard-wrapper.user-agrirural footer a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 400;
  background: #FFFFFF;
  padding: 5.5px 15px;
  color: #6E04D7;
  border: 1px solid #6E04D7;
  border-radius: 25px;
  width: fit-content;
  cursor: pointer;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#dashboard-wrapper.user-agrirural footer a:before {
  content: "\ea01";
  font-size: 1rem;
  margin-right: 8px;
}
#dashboard-wrapper.user-agrirural footer a:hover {
  background: #6E04D7;
  color: #FFFFFF;
}

.project-dashboard__nav ul {
  padding: 20px;
  display: flex;
  justify-content: end;
  gap: 17px;
  background: #3A5F2D;
}
@media screen and (max-width: 1024px) {
  .project-dashboard__nav ul {
    flex-direction: column;
  }
}
.project-dashboard__nav ul li a {
  padding: 5px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #F3F3EF;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
}
.project-dashboard__nav ul li a:hover {
  border-color: #FFFFFF;
}
.project-dashboard__nav ul li a.active {
  border-bottom: 2px solid #FFFFFF;
}
.project-dashboard__nav nav[aria-labelledby=system-breadcrumb] ol {
  border-bottom: none;
}
.project-dashboard__nav nav[aria-labelledby=system-breadcrumb] ol li {
  color: #3A5F2D;
}
.project-dashboard__title {
  padding: 10px 0 10px 20px;
  border-bottom: 2px solid #478927;
  margin-bottom: 20px;
}
.project-dashboard__title h1 {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.62px;
  color: #478927;
}
@media screen and (max-width: 1200px) {
  .project-dashboard__title h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .project-dashboard__title h1 {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
.project-dashboard__title .project-owner {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  padding: 2.5px 5px;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  max-width: fit-content;
  margin-bottom: 15px;
}
.project-dashboard__content {
  padding: 0 0 10px 20px;
}
@media screen and (max-width: 1200px) {
  .project-dashboard__content {
    padding: 0 0 10px 0px;
  }
}
.project-dashboard__content__body {
  margin-bottom: 20px;
}
.project-dashboard__content__body--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #478927;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
@media screen and (max-width: 640px) {
  .project-dashboard__content__body--wrapper {
    flex-direction: column;
    align-items: start;
  }
}
.project-dashboard__content__body--wrapper__left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.project-dashboard__content__body img {
  width: 64px;
}
.project-dashboard__content__body--title {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #F3F3EF;
}
.project-dashboard__content__body--edit {
  display: flex;
  align-items: center;
  gap: 10px;
}
.project-dashboard__content__body--edit a {
  display: inline-block;
  padding: 3.5px 17px;
  width: fit-content;
  border-bottom: 2px solid #3A5F2D;
  color: #3A5F2D;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #F3F3EF;
  padding: 5px 0;
  border-bottom: 2px solid #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .project-dashboard__content__body--edit a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.project-dashboard__content__body--edit a:hover {
  color: #3A3A3A;
}
.project-dashboard__content__body--edit a:hover {
  color: #E5E5DC;
  border-bottom: 2px solid #E5E5DC;
}
.project-dashboard__content__body--edit i {
  font-size: 24px;
  color: #F3F3EF;
}
.project-dashboard__content__body--body {
  padding: 20px;
  background: rgba(99, 235, 51, 0.2);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 2px solid #478927;
}
.project-dashboard__content__body--body p {
  color: #478927;
}
.thematique-projet header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 3px solid #3A5F2D;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .thematique-projet header {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.thematique-projet header h2 {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #3A5F2D;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.thematique-projet header .add {
  display: flex;
  align-items: center;
  gap: 10px;
}
.thematique-projet header .add a {
  display: inline-block;
  padding: 3.5px 17px;
  width: fit-content;
  border-bottom: 2px solid #3A5F2D;
  color: #3A5F2D;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  padding: 2px 0;
  color: #6E04D7;
  border-bottom: 2px solid #6E04D7;
}
@media screen and (max-width: 1024px) {
  .thematique-projet header .add a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.thematique-projet header .add a:hover {
  color: #3A3A3A;
}
.thematique-projet header .add a:hover {
  color: #591899;
  border-bottom: 2px solid #591899;
}
.thematique-projet header .add i {
  font-size: 22px;
  color: #6E04D7;
}

.dashboard.checklists .project-dashboard__title,
.dashboard.documents .project-dashboard__title,
.dashboard.notes .project-dashboard__title {
  padding: 10px 0 10px 0px;
  border-bottom: 2px solid #478927;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .dashboard.checklists .project-dashboard__title,
  .dashboard.documents .project-dashboard__title,
  .dashboard.notes .project-dashboard__title {
    margin-left: 0px;
  }
}
.dashboard.checklists .project-dashboard__nav nav[aria-labelledby=system-breadcrumb] ol,
.dashboard.documents .project-dashboard__nav nav[aria-labelledby=system-breadcrumb] ol,
.dashboard.notes .project-dashboard__nav nav[aria-labelledby=system-breadcrumb] ol {
  border-bottom: none;
  padding: 15px 20px;
}
@media screen and (max-width: 1024px) {
  .dashboard.checklists .project-dashboard__nav nav[aria-labelledby=system-breadcrumb] ol,
  .dashboard.documents .project-dashboard__nav nav[aria-labelledby=system-breadcrumb] ol,
  .dashboard.notes .project-dashboard__nav nav[aria-labelledby=system-breadcrumb] ol {
    padding: 15px 0px;
  }
}
.dashboard.checklists ul.results,
.dashboard.documents ul.results,
.dashboard.notes ul.results {
  padding-bottom: 50px;
}
.dashboard.checklists .no-results,
.dashboard.documents .no-results,
.dashboard.notes .no-results {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}

.suivi-projet {
  margin-bottom: 25px;
}
.suivi-projet__feed {
  padding: 0 0 0 20px;
}
.suivi-projet__feed--title {
  padding: 6px;
  border-bottom: 3px solid #3A5F2D;
  margin-bottom: 30px;
}
.suivi-projet__feed--title h3 {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #3A5F2D;
}
.suivi-projet__feed .webform-submission-form {
  max-width: none;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .suivi-projet__feed .webform-submission-form {
    flex-direction: column;
  }
}
.suivi-projet__feed .webform-submission-form .js-form-type-textarea {
  flex: 1;
  display: flex;
  align-items: center;
}
.suivi-projet__feed .webform-submission-form .js-form-type-textarea label {
  font-size: 0;
  margin-right: 25px;
}
@media screen and (max-width: 640px) {
  .suivi-projet__feed .webform-submission-form .js-form-type-textarea label {
    margin-right: 11px;
  }
}
.suivi-projet__feed .webform-submission-form .js-form-type-textarea label:before {
  content: "\ea29";
  font-family: "webfont";
  font-size: 25px;
  color: #3A5F2D;
}
.suivi-projet__feed .webform-submission-form .js-form-type-textarea > div {
  width: 100%;
}
.suivi-projet__feed .webform-submission-form .js-form-type-textarea textarea {
  height: 30px;
  border-radius: 4px;
  padding: 0;
}
.suivi-projet__feed .feed-block .feed-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  color: #3A5F2D;
  background: #FFFFFF;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 1024px) {
  .suivi-projet__feed .feed-block .feed-item {
    flex-direction: column;
    align-items: start;
    padding: 15px;
  }
}
.suivi-projet__feed .feed-block .feed-item:not(:last-child) {
  border-bottom: 1px solid #3A5F2D;
}
.suivi-projet__feed .feed-block .feed-item:nth-child(2n) {
  background: #E5E5DC;
}
.suivi-projet__feed .feed-block .feed-item__type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3%;
  font-size: 0px;
}
.suivi-projet__feed .feed-block .feed-item__type.task:before, .suivi-projet__feed .feed-block .feed-item__type.message:before, .suivi-projet__feed .feed-block .feed-item__type.project_update:before, .suivi-projet__feed .feed-block .feed-item__type.new_acc:before, .suivi-projet__feed .feed-block .feed-item__type.document:before, .suivi-projet__feed .feed-block .feed-item__type.note:before {
  font-family: "webfont";
  font-size: 22px;
  color: #3A5F2D;
}
.suivi-projet__feed .feed-block .feed-item__type.task:before {
  content: "\ea2a";
}
.suivi-projet__feed .feed-block .feed-item__type.message:before {
  content: "\ea28";
}
.suivi-projet__feed .feed-block .feed-item__type.project_update:before {
  content: "\ea33";
}
.suivi-projet__feed .feed-block .feed-item__type.new_acc:before {
  content: "\ea02";
}
.suivi-projet__feed .feed-block .feed-item__type.document:before {
  content: "\ea1e";
}
.suivi-projet__feed .feed-block .feed-item__type.note:before {
  content: "\ea0d";
}
.suivi-projet__feed .feed-block .feed-item__profil {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .suivi-projet__feed .feed-block .feed-item__profil {
    width: 100%;
  }
}
.suivi-projet__feed .feed-block .feed-item__profil--pic {
  flex: 0 0 35px;
}
.suivi-projet__feed .feed-block .feed-item__profil--pic img {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
}
.suivi-projet__feed .feed-block .feed-item__message {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .suivi-projet__feed .feed-block .feed-item__message {
    width: 100%;
  }
}
.suivi-projet__feed .feed-block .feed-item__date {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .suivi-projet__feed .feed-block .feed-item__date {
    width: 100%;
  }
}

.suivi-accomp {
  padding: 0 0 30px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .suivi-accomp {
    padding: 0 20px 30px 20px;
  }
}
.suivi-accomp__header, .suivi-accomp header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 3px solid #3A5F2D;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .suivi-accomp__header, .suivi-accomp header {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.suivi-accomp__header h2, .suivi-accomp header h2 {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #3A5F2D;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.suivi-accomp__header .add, .suivi-accomp header .add {
  display: flex;
  align-items: center;
  gap: 10px;
}
.suivi-accomp__header .add a, .suivi-accomp header .add a {
  display: inline-block;
  padding: 3.5px 17px;
  width: fit-content;
  border-bottom: 2px solid #3A5F2D;
  color: #3A5F2D;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  padding: 2px 0;
  color: #6E04D7;
  border-bottom: 2px solid #6E04D7;
}
@media screen and (max-width: 1024px) {
  .suivi-accomp__header .add a, .suivi-accomp header .add a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.suivi-accomp__header .add a:hover, .suivi-accomp header .add a:hover {
  color: #3A3A3A;
}
.suivi-accomp__header .add a:hover, .suivi-accomp header .add a:hover {
  color: #591899;
  border-bottom: 2px solid #591899;
}
.suivi-accomp__header .add i, .suivi-accomp header .add i {
  font-size: 22px;
  color: #6E04D7;
}
.suivi-accomp__list, .suivi-accomp .rows-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .suivi-accomp__list, .suivi-accomp .rows-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .suivi-accomp__list, .suivi-accomp .rows-wrapper {
    grid-template-columns: 1fr;
  }
}

.rendez-vous {
  padding: 0 0 30px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .rendez-vous {
    padding: 0 20px 30px 20px;
  }
}
.rendez-vous__header, .rendez-vous header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 3px solid #3A5F2D;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .rendez-vous__header, .rendez-vous header {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.rendez-vous__header h2, .rendez-vous header h2 {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #3A5F2D;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.rendez-vous__header .add, .rendez-vous header .add {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rendez-vous__header .add a, .rendez-vous header .add a {
  display: inline-block;
  padding: 3.5px 17px;
  width: fit-content;
  border-bottom: 2px solid #3A5F2D;
  color: #3A5F2D;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  padding: 2px 0;
  color: #6E04D7;
  border-bottom: 2px solid #6E04D7;
}
@media screen and (max-width: 1024px) {
  .rendez-vous__header .add a, .rendez-vous header .add a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.rendez-vous__header .add a:hover, .rendez-vous header .add a:hover {
  color: #3A3A3A;
}
.rendez-vous__header .add a:hover, .rendez-vous header .add a:hover {
  color: #591899;
  border-bottom: 2px solid #591899;
}
.rendez-vous__header .add i, .rendez-vous header .add i {
  font-size: 22px;
  color: #6E04D7;
}
.rendez-vous__list, .rendez-vous .rows-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.rendez-vous .views-row {
  flex: 1;
}

.dashboard.documents .dashboard-content {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .dashboard.documents .dashboard-content {
    padding: 0;
  }
}
.dashboard.documents .project-owner {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  padding: 2.5px 5px;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  max-width: fit-content;
  margin-bottom: 15px;
}
.dashboard.documents .create-doc {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
.dashboard.documents .create-doc__link {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.dashboard.documents .create-doc__link:before {
  content: "\ea01";
  font-size: 1rem;
  margin-right: 8px;
}
.dashboard.documents .create-doc__link:hover {
  background: #591899;
}
.dashboard.documents h5 {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 15px;
}
.dashboard.documents .filters.thematics {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  border-bottom: 2px solid #3A5F2D;
}
.dashboard.documents .filters.thematics .form-item input[type=checkbox] {
  display: none;
}
.dashboard.documents .filters.thematics .form-item input[type=checkbox] + label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px 15px;
  height: 25px;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .dashboard.documents .filters.thematics .form-item input[type=checkbox] + label {
    height: auto;
  }
}
.dashboard.documents .filters.thematics .form-item input[type=checkbox] + label:hover {
  border: 1px solid #3A3A3A;
  color: #3A3A3A;
}
.dashboard.documents .filters.thematics .form-item input[type=checkbox]:checked + label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border: 0px;
  height: 25px;
}
@media screen and (max-width: 1024px) {
  .dashboard.documents .filters.thematics .form-item input[type=checkbox]:checked + label {
    height: auto;
  }
}
.dashboard.documents .document {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 10px;
  color: #3A5F2D;
  background: #FFFFFF;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 640px) {
  .dashboard.documents .document {
    flex-direction: column;
  }
}
.dashboard.documents .document:not(:last-child) {
  border-bottom: 1px solid #3A5F2D;
}
.dashboard.documents .document:nth-child(2n) {
  background: #E5E5DC;
}
.dashboard.documents .document__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .dashboard.documents .document__wrapper {
    width: 100%;
  }
}
.dashboard.documents .document__title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
.dashboard.documents .document__thematic {
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.15px;
  text-decoration: underline;
}
.dashboard.documents .document__created {
  width: 10%;
}
@media screen and (max-width: 640px) {
  .dashboard.documents .document__created {
    width: 100%;
  }
}
.dashboard.documents .document__author {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 35%;
}
@media screen and (max-width: 640px) {
  .dashboard.documents .document__author {
    width: 100%;
  }
}
.dashboard.documents .document__author--avatar {
  flex: 0 0 35px;
}
.dashboard.documents .document__author--avatar img {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
}
.dashboard.documents .document__operations {
  width: 5%;
}
@media screen and (max-width: 640px) {
  .dashboard.documents .document__operations {
    width: 100%;
  }
}

.dashboard.checklists .dashboard-content {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .dashboard.checklists .dashboard-content {
    padding: 0;
  }
}
.dashboard.checklists .create-check {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
.dashboard.checklists .create-check__link {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.dashboard.checklists .create-check__link:before {
  content: "\ea01";
  font-size: 1rem;
  margin-right: 8px;
}
.dashboard.checklists .create-check__link:hover {
  background: #591899;
}
.dashboard.checklists h5 {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 15px;
}
.dashboard.checklists .filters.thematics {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  border-bottom: 2px solid #3A5F2D;
}
.dashboard.checklists .filters.thematics .form-item input[type=checkbox] {
  display: none;
}
.dashboard.checklists .filters.thematics .form-item input[type=checkbox] + label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px 15px;
  height: 25px;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .dashboard.checklists .filters.thematics .form-item input[type=checkbox] + label {
    height: auto;
  }
}
.dashboard.checklists .filters.thematics .form-item input[type=checkbox] + label:hover {
  border: 1px solid #3A3A3A;
  color: #3A3A3A;
}
.dashboard.checklists .filters.thematics .form-item input[type=checkbox]:checked + label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border: 0px;
  height: 25px;
}
@media screen and (max-width: 1024px) {
  .dashboard.checklists .filters.thematics .form-item input[type=checkbox]:checked + label {
    height: auto;
  }
}
.dashboard.checklists ul.results {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dashboard.checklists ul.results .checklist__wrapper {
  padding: 10px 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #478927;
}
.dashboard.checklists ul.results .checklist__title {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #478927;
}
.dashboard.checklists ul.results .checklist .tasks-list__wrapper {
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #3A5F2D;
}
.dashboard.checklists ul.results .checklist .tasks-list__title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  font-weight: 600;
}
.dashboard.checklists ul.results .checklist .tasks-list a.add-task {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 400;
  background: transparent;
  padding: 5.5px 15px;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
  border-radius: 25px;
  width: fit-content;
  cursor: pointer;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.dashboard.checklists ul.results .checklist .tasks-list a.add-task:before {
  content: "\ea01";
  font-size: 1rem;
  margin-right: 8px;
}
.dashboard.checklists ul.results .checklist .tasks-list a.add-task:hover {
  background: #3A5F2D;
  color: #FFFFFF;
}
.dashboard.checklists ul.results .checklist .tasks-list__list li {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #FFFFFF;
}
.dashboard.checklists ul.results .checklist .tasks-list__list li:nth-child(2n) {
  background: #E5E5DC;
}
.dashboard.checklists ul.results .checklist .tasks-list__list li input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: #FFFFFF;
  width: 1.1875rem;
  height: 1.1875rem;
  border: 0.125rem solid #478927;
  border-radius: 3px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.dashboard.checklists ul.results .checklist .tasks-list__list li input[type=checkbox]:checked {
  background: transparent;
  border: 0;
}
.dashboard.checklists ul.results .checklist .tasks-list__list li input[type=checkbox]:before {
  content: "\ea0c";
  font-family: "webfont";
  color: #478927;
  font-size: 1.3125rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.dashboard.checklists ul.results .checklist .tasks-list__list li input[type=checkbox]:checked::before {
  transform: scale(1);
}
.dashboard.checklists ul.results .checklist .tasks-list__list li label {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.dashboard.checklists ul.results .checklist .tasks-list__list li input[type=text] {
  width: 100%;
  height: 40px;
  padding-left: 52px;
  padding-right: 52px;
  position: relative;
  align-items: flex-start;
  background-color: #F3F3EF;
  text-align: left;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
  border-radius: 0.25rem;
  height: 30px;
  padding-left: 10px;
}
.dashboard.checklists ul.results .checklist .tasks-list__list li input[type=text]::placeholder {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  font-style: normal;
}
.dashboard.checklists ul.results .checklist .tasks-list__list li input[type=submit] {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 400;
  background: #FFFFFF;
  padding: 5.5px 15px;
  color: #6E04D7;
  border: 1px solid #6E04D7;
  border-radius: 25px;
  width: fit-content;
  cursor: pointer;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.dashboard.checklists ul.results .checklist .tasks-list__list li input[type=submit]:before {
  content: "";
  font-size: 1rem;
  margin-right: 8px;
}
.dashboard.checklists ul.results .checklist .tasks-list__list li input[type=submit]:hover {
  background: #6E04D7;
  color: #FFFFFF;
}

.dashboard.notes .dashboard-content {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .dashboard.notes .dashboard-content {
    padding: 0;
  }
}
.dashboard.notes .add-note {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
.dashboard.notes .add-note__link {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.dashboard.notes .add-note__link:before {
  content: "\ea01";
  font-size: 1rem;
  margin-right: 8px;
}
.dashboard.notes .add-note__link:hover {
  background: #591899;
}
.dashboard.notes h5 {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 15px;
}
.dashboard.notes .filters.thematics {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  border-bottom: 2px solid #3A5F2D;
}
.dashboard.notes .filters.thematics .form-item input[type=checkbox] {
  display: none;
}
.dashboard.notes .filters.thematics .form-item input[type=checkbox] + label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px 15px;
  height: 25px;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .dashboard.notes .filters.thematics .form-item input[type=checkbox] + label {
    height: auto;
  }
}
.dashboard.notes .filters.thematics .form-item input[type=checkbox] + label:hover {
  border: 1px solid #3A3A3A;
  color: #3A3A3A;
}
.dashboard.notes .filters.thematics .form-item input[type=checkbox]:checked + label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border: 0px;
  height: 25px;
}
@media screen and (max-width: 1024px) {
  .dashboard.notes .filters.thematics .form-item input[type=checkbox]:checked + label {
    height: auto;
  }
}
.dashboard.notes ul.results .note {
  border-bottom: 1px solid #3A5F2D;
}
.dashboard.notes ul.results .note.active {
  border-bottom: 2px solid #3A5F2D;
}
.dashboard.notes ul.results .note__wrapper-accordeon {
  background: #FFFFFF;
}
.dashboard.notes ul.results .note__wrapper-accordeon:nth-child(2n) {
  background: #E5E5DC;
}
.dashboard.notes ul.results .note__wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .dashboard.notes ul.results .note__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .dashboard.notes ul.results .note button {
    display: flex;
  }
}
.dashboard.notes ul.results .note button i {
  color: #3A5F2D;
}
.dashboard.notes ul.results .note button i.webfont-chevron-down {
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.dashboard.notes ul.results .note button i.webfont-chevron-down:before {
  font-size: 21px;
  transform: rotate(0deg);
}
.dashboard.notes ul.results .note button i.webfont-chevron-down.active {
  transform: rotate(-180deg);
}
.dashboard.notes ul.results .note button i.webfont-chevron-down .opener {
  display: none;
}
.dashboard.notes ul.results .note__header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 10px;
  color: #3A5F2D;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 640px) {
  .dashboard.notes ul.results .note__header {
    flex: 1;
    flex-direction: column;
    align-items: start;
  }
}
.dashboard.notes ul.results .note__title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 640px) {
  .dashboard.notes ul.results .note__title {
    text-align: start;
  }
}
.dashboard.notes ul.results .note__thematic {
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.15px;
  text-decoration: underline;
}
.dashboard.notes ul.results .note__created {
  width: 10%;
}
@media screen and (max-width: 640px) {
  .dashboard.notes ul.results .note__created {
    width: auto;
  }
}
.dashboard.notes ul.results .note__author {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 35%;
}
@media screen and (max-width: 640px) {
  .dashboard.notes ul.results .note__author {
    width: auto;
  }
}
.dashboard.notes ul.results .note__author--avatar {
  flex: 0 0 35px;
}
.dashboard.notes ul.results .note__author--avatar img {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
}
.dashboard.notes ul.results .note .unroll {
  width: 5%;
}
@media screen and (max-width: 640px) {
  .dashboard.notes ul.results .note .unroll {
    flex: 0 0 35px;
  }
}
@media screen and (max-width: 640px) {
  .dashboard.notes ul.results .note__operations {
    flex: 0 0 35px;
  }
}
.dashboard.notes ul.results .note__content {
  padding: 10px 20px;
  background: #FFFFFF;
}
#dashboard-wrapper form .form-back-button {
  margin-bottom: 20px;
}
#dashboard-wrapper form .form-back-button a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 400;
  background: transparent;
  padding: 5.5px 15px;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
  border-radius: 25px;
  width: fit-content;
  cursor: pointer;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#dashboard-wrapper form .form-back-button a:before {
  content: "\ea0f";
  font-size: 1rem;
  margin-right: 8px;
}
#dashboard-wrapper form .form-back-button a:hover {
  background: #3A5F2D;
  color: #FFFFFF;
}
#dashboard-wrapper form .form-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 3px solid #3A5F2D;
  margin-bottom: 30px;
}
#dashboard-wrapper form .form-header h1 {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.62px;
  color: #3A5F2D;
}
@media screen and (max-width: 1200px) {
  #dashboard-wrapper form .form-header h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  #dashboard-wrapper form .form-header h1 {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
#dashboard-wrapper form .form-header h2 {
  font-size: 2.8125rem;
  line-height: 4.125rem;
  font-weight: 700;
  letter-spacing: 0.87px;
  color: #3A5F2D;
}
@media screen and (max-width: 1200px) {
  #dashboard-wrapper form .form-header h2 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  #dashboard-wrapper form .form-header h2 {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
#dashboard-wrapper form nav ol {
  border-bottom: none;
}
#dashboard-wrapper form img {
  height: 70px;
  width: 70px;
}
#dashboard-wrapper form.deletecontactform {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}
#dashboard-wrapper form.deletecontactform .button {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#dashboard-wrapper form.deletecontactform .button:before {
  content: "";
  font-size: 1rem;
  margin-right: 8px;
}
#dashboard-wrapper form.deletecontactform .button:hover {
  background: #591899;
}

#dashboard-wrapper .page-ressources nav[aria-labelledby=system-breadcrumb] {
  margin-top: 0;
}
#dashboard-wrapper .page-ressources nav[aria-labelledby=system-breadcrumb] ol {
  border-bottom: none;
  padding: 22px 10px 10px 20px;
}
@media screen and (max-width: 1200px) {
  #dashboard-wrapper .page-ressources form .clearfix {
    padding-left: 0;
  }
}
#dashboard-wrapper .page-ressources form button[type=submit] {
  display: none;
}
#dashboard-wrapper .page-ressources form.bef-exposed-form .js-form-type-textfield:before {
  position: absolute;
  content: "\ea32";
  font-family: "webfont";
  font-size: 20px;
  color: #3A5F2D;
  left: 68px;
  bottom: 25px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #dashboard-wrapper .page-ressources form.bef-exposed-form .js-form-type-textfield:before {
    left: 13px;
    bottom: 25px;
  }
}
#dashboard-wrapper .page-ressources__header-connecte {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 18px 20px 15px 20px;
  border-bottom: 2px solid #478927;
  margin-bottom: 10px;
}
#dashboard-wrapper .page-ressources__header-connecte h1 {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.62px;
  color: #478927;
}
@media screen and (max-width: 1200px) {
  #dashboard-wrapper .page-ressources__header-connecte h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  #dashboard-wrapper .page-ressources__header-connecte h1 {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 640px) {
  #dashboard-wrapper .page-ressources__header-connecte img {
    width: 64px;
  }
}
#dashboard-wrapper .page-ressources__wrapper h3 {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #3A5F2D;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  #dashboard-wrapper .page-ressources__wrapper h3 {
    padding-left: 0;
  }
}
#dashboard-wrapper .page-ressources__add {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-left: 20px;
}
#dashboard-wrapper .page-ressources__add:before {
  content: "\ea01";
  font-size: 1rem;
  margin-right: 8px;
}
#dashboard-wrapper .page-ressources__add:hover {
  background: #591899;
}
#dashboard-wrapper .page-ressources__content {
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  #dashboard-wrapper .page-ressources__content {
    padding: 0;
  }
}
#dashboard-wrapper .page-ressources__content .rows-wrapper {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  #dashboard-wrapper .page-ressources__content .rows-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  #dashboard-wrapper .page-ressources__content .rows-wrapper {
    grid-template-columns: 1fr;
  }
}

.co-acc-mes-projets .page-mes-projets__page_header {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #478927;
  padding-top: 18px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.co-acc-mes-projets .page-mes-projets__page_header h1 {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.62px;
  color: #478927;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .co-acc-mes-projets .page-mes-projets__page_header h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .co-acc-mes-projets .page-mes-projets__page_header h1 {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .co-acc-mes-projets .page-mes-projets__page_header h1 {
    padding-left: 0;
  }
}
.co-acc-mes-projets nav[aria-labelledby=system-breadcrumb] ol {
  border-bottom: none;
}
.co-acc-mes-projets .mes-projets-accordeon {
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .co-acc-mes-projets .mes-projets-accordeon {
    padding-left: 0;
  }
}
.co-acc-mes-projets .mes-projets-accordeon .mes-projets-empty {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  color: #3A5F2D;
}
@media screen and (max-width: 1200px) {
  .co-acc-mes-projets .mes-projets-accordeon .mes-projets-empty {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .co-acc-mes-projets .mes-projets-accordeon .mes-projets-empty {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.co-acc-mes-projets .mes-projets-accordeon .rows-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.co-acc-mes-projets .mes-projets-accordeon .archive > .mes-projets-accordeon__content .empty_state {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.co-acc-mes-projets footer {
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .co-acc-mes-projets footer {
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {
  #block-advency-views-block-projets-block-2 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  #block-advency-views-block-projets-block-2 {
    padding: 0 20px;
  }
}

.empty_state {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  padding: 15px;
}

.annuaire-porteurs__page_header,
.annuaire-porteurs nav[aria-labelledby=system-breadcrumb] ol {
  padding: 0.9375rem 1.25rem;
}
.annuaire-porteurs__page_header {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  border-bottom: 2px solid #478927;
  margin-bottom: 15px;
}
.annuaire-porteurs__page_header h1 {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 700;
  letter-spacing: 0.62px;
  color: #478927;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 1200px) {
  .annuaire-porteurs__page_header h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .annuaire-porteurs__page_header h1 {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .annuaire-porteurs__page_header img {
    display: none;
  }
}
.annuaire-porteurs nav[aria-labelledby=system-breadcrumb] ol {
  border: none;
}
@media screen and (max-width: 640px) {
  .annuaire-porteurs form {
    flex: 1;
  }
}
.annuaire-porteurs__input {
  display: flex;
  justify-content: end;
  padding: 15px 0;
}
.annuaire-porteurs__input .form--inline {
  display: flex;
  align-items: center;
  gap: 10px;
}
.annuaire-porteurs__input .js-form-type-textfield {
  position: relative;
}
.annuaire-porteurs__input .js-form-type-textfield input[type=text] {
  border-radius: 25px;
  height: 35px;
  width: 404px;
  padding: 7.5px 15px 7.5px 50px;
}
@media screen and (max-width: 640px) {
  .annuaire-porteurs__input .js-form-type-textfield input[type=text] {
    width: 100%;
  }
}
.annuaire-porteurs__input .js-form-type-textfield input[type=text]::placeholder {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  font-weight: 600;
  font-style: normal;
}
.annuaire-porteurs__input .js-form-type-textfield:before {
  position: absolute;
  content: "\ea32";
  font-family: "webfont";
  font-size: 20px;
  color: #478927;
  left: 15px;
  top: 7px;
  z-index: 1;
}
.annuaire-porteurs__input #edit-actions {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.annuaire-porteurs__input #edit-actions:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.annuaire-porteurs__input #edit-actions:hover input {
  color: #63EB33;
}
.annuaire-porteurs__input #edit-actions input {
  color: #3A5F2D;
}
.annuaire-porteurs__porteurs {
  display: flex;
  flex-direction: column;
  padding: 15px 0 15px 20px;
}
@media screen and (max-width: 1024px) {
  .annuaire-porteurs__porteurs {
    padding-left: 0;
  }
}
.annuaire-porteurs__porteurs h3 p {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #3A5F2D;
  margin-bottom: 35px;
}
.annuaire-porteurs .btn_add {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #0500F2;
  padding: 7.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.annuaire-porteurs .btn_add:before {
  content: "\ea01";
  font-size: 1rem;
  margin-right: 8px;
}
.annuaire-porteurs .btn_add:hover {
  background: rgba(5, 0, 242, 0.1019607843);
  color: #0500F2;
}
.annuaire-porteurs .rows-wrapper {
  padding: 0 0 0 20px;
}
.annuaire-porteurs button#edit-submit-espace-collaboratif {
  display: none;
}
.annuaire-porteurs form input[type=text] {
  height: 35px;
  border-radius: 100px;
  padding: 7.5px 15px;
}
.annuaire-porteurs form input[type=text]:hover {
  border: solid 1px #63EB33;
}
.annuaire-porteurs form input[type=text]:focus {
  border: solid 3px #63EB33;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
}
.annuaire-porteurs form input[type=text].error {
  border: solid 1px #FF4848;
}
.annuaire-porteurs form input[type=text]::placeholder {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
}
.annuaire-porteurs table thead {
  display: none;
}
.annuaire-porteurs .more-infos {
  padding: 10px 20px;
}

.section_paragraphe {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section_paragraphe--separator {
  border-bottom: 1px solid #3A5F2D;
  padding-bottom: 20px;
}
.section_paragraphe__image {
  display: flex;
  flex-wrap: wrap;
}
.section_paragraphe__image img:not(:last-child) {
  margin-bottom: 1.25rem;
}
.section_paragraphe__2-columns .row {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 679px) {
  .section_paragraphe__2-columns .row {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.section_paragraphe__2-columns img {
  margin-bottom: 0.625rem;
}
.section_paragraphe__2-columns .cols {
  flex: calc((100% - 30px) / 2);
}
@media screen and (max-width: 679px) {
  .section_paragraphe__2-columns .cols {
    flex: 100%;
  }
}
.section_paragraphe__grid-image .grid_images {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 679px) {
  .section_paragraphe__grid-image .grid_images {
    flex-direction: column;
    flex: nowrap;
  }
}
.section_paragraphe__grid-image .grid_images__item {
  height: 320px;
}
.section_paragraphe__grid-image .grid_images__item * {
  height: 100%;
}
.section_paragraphe__grid-image .grid_images__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_paragraphe__grid-image .grid_images__item.small {
  width: calc(40% - 10px);
}
.section_paragraphe__grid-image .grid_images__item.big {
  width: calc(60% - 10px);
}
@media screen and (max-width: 1024px) {
  .section_paragraphe__grid-image .grid_images__item.big, .section_paragraphe__grid-image .grid_images__item.small {
    width: 100%;
    height: auto;
  }
}

.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container--open .select2-selection__rendered {
  border-color: white;
}

.select2-dropdown {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  padding: 10px 0;
  border: 1px solid #3A5F2D;
}
.select2-dropdown--above {
  margin-bottom: 8px;
}
.select2-dropdown--below {
  margin-top: 8px;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  padding: 8px 45px;
  user-select: none;
  -webkit-user-select: none;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* border-radius: 32px; */
  background: #FFFFFF;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  /* .select2-container--focus {
  	.select2-selection--single {
  		border: 3px solid $green-contrast;
  		outline: 0;
  	}
  } */
}
.select2-container--default .select2-selection--single.select2-selection:focus span {
  border-radius: 10px;
  border: 3px solid #63EB33;
  outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #3A5F2D;
  height: 50px;
  border-radius: 10px;
  background: #FFFFFF;
  padding-left: 20px;
  padding-right: 56px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  line-height: 45px;
  color: #3A5F2D;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:before {
  content: "\ea0e";
  font-size: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:hover {
  border: solid 1px #63EB33;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection__arrow {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  background: #FFFFFF;
  color: #3A5F2D;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow:before {
  color: #3A5F2D;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:hover {
  background: #63EB33;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #3A5F2D;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  color: #3A5F2D;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #63EB33;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #3A5F2D;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #478927;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 3px solid #63EB33;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: rgba(113, 113, 113, 0.1019607843);
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 4px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #3A5F2D;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  color: #3A5F2D;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: rgba(113, 113, 113, 0.1019607843);
}
.select2-container--default .select2-results__option[aria-selected=true] {
  font-weight: 600;
  color: #3A5F2D;
  position: relative;
}
.select2-container--default .select2-results__option[aria-selected=true]:before {
  content: "\ea0a";
  font-size: 15px;
  position: absolute;
  top: 10px;
  left: 20px;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #63EB33;
  position: relative;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]:before, .select2-container--default .select2-results__option--highlighted[aria-selected]:hover::before {
  content: "\ea0a";
  font-size: 15px;
  position: absolute;
  top: 10px;
  left: 20px;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #FFFFFF;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #63EB33;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.user-login-form {
  margin-bottom: 1.25rem;
}
.user-login-form .form-actions {
  text-align: end;
}
@media screen and (max-width: 640px) {
  .user-login-form .form-actions {
    text-align: center;
  }
}
.user-login-form .form-submit {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.user-login-form .form-submit:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.user-login-form .form-item {
  margin-bottom: 15px;
}
.user-login-form label {
  display: inline-block;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .user-login-form label {
    font-size: 1rem;
    line-height: 20px;
  }
}

.user-pass {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 20px;
  border: 3px solid #478927;
  border-radius: 4px;
  background: #FFFFFF;
}
.user-pass label {
  display: inline-block;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .user-pass label {
    font-size: 1rem;
    line-height: 20px;
  }
}
.user-pass p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  text-align: center;
}
.user-pass #edit-submit {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.user-pass #edit-submit:hover {
  background: #3A5F2D;
  color: #63EB33;
}

.contact_form {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  /*     .webform-entity-checkboxes--wrapper {
          border: 1px solid $green-middle;
          border-radius: 10px;
          padding: 20px;
      } */
}
@media screen and (max-width: 640px) {
  .contact_form {
    display: block;
  }
}
.contact_form .form-item {
  margin-bottom: 15px;
}
.contact_form label {
  display: inline-block;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .contact_form label {
    font-size: 1rem;
    line-height: 20px;
  }
}
.contact_form .js-form-type-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.contact_form .fieldset-legend {
  display: inline-block;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  color: #3A5F2D;
}
@media screen and (max-width: 640px) {
  .contact_form .fieldset-legend {
    font-size: 1rem;
    line-height: 20px;
  }
}
.contact_form .option {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  margin: 0;
}
.contact_form input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: #FFFFFF;
  width: 1.1875rem;
  height: 1.1875rem;
  border: 0.125rem solid #478927;
  border-radius: 3px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.contact_form input[type=checkbox]:checked {
  background: transparent;
  border: 0;
}
.contact_form input[type=checkbox]:before {
  content: "\ea0c";
  font-family: "webfont";
  color: #478927;
  font-size: 1.3125rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.contact_form input[type=checkbox]:checked::before {
  transform: scale(1);
}
.contact_form .webform-details-toggle-state-wrapper {
  display: none;
}
.contact_form details {
  border: 1px solid #478927;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 15px;
}
.contact_form details:hover {
  border: 1px solid #63EB33;
}
.contact_form details label:not(.option) {
  display: none;
}
.contact_form details summary {
  display: inline-block;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  color: #3A5F2D;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .contact_form details summary {
    font-size: 1rem;
    line-height: 20px;
  }
}
.contact_form details summary::after {
  content: "\ea0e";
  display: block;
  width: min-content;
}
.contact_form .js-form-type-date {
  margin-right: 10px;
}

.webform-submission-form {
  max-width: 587px;
  background: white;
  border: 2px solid #478927;
  border-radius: 4px;
  padding: 20px 40px;
  /* display: flex;
  flex-direction: column; */
}
@media screen and (max-width: 640px) {
  .webform-submission-form {
    padding: 10px 20px;
  }
}
.webform-submission-form .webform-button--submit {
  margin-top: 20px;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  /* align-self: flex-end; */
}
.webform-submission-form .webform-button--submit:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.webform-submission-form .form-item-structures-deja-rencontrees {
  padding: 15px;
  border: 1px solid #3A5F2D;
  border-radius: 10px;
}
.webform-submission-form td {
  padding: 0;
  display: table-cell;
}
.webform-submission-form td.form-item-structures-deja-rencontrees-add-more-items, .webform-submission-form td.webform-multiple-table--handle, .webform-submission-form td.webform-multiple-table--weight, .webform-submission-form td.tabledrag-hide {
  display: none;
  width: 0;
  padding: 0;
}
.webform-submission-form .tabledrag-toggle-weight-wrapper {
  display: none;
}
.webform-submission-form tr.webform-multiple-table-responsive {
  display: table-row;
}
.webform-submission-form label .visually-hidden {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
.webform-submission-form .webform-multiple-table--operations #edit-structures-deja-rencontrees-items-0-operations-add {
  display: none;
}
.webform-submission-form .form-item-structures-deja-rencontrees-add-more-items {
  display: none;
}
.webform-submission-form td.webform-multiple-table--operations {
  position: static;
}
.webform-submission-form td.webform-multiple-table--operations input:first-child {
  display: none;
}
.webform-submission-form .webform-multiple-table-responsive td > div > label.visually-hidden {
  display: none;
}
.webform-submission-form .webform-multiple-add button {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #FFFFFF;
}
.webform-submission-form .webform-multiple-add button:before {
  content: "\ea01";
  font-size: 1rem;
  margin-right: 8px;
}
.webform-submission-form .webform-multiple-add button:hover {
  background: #591899;
}
.webform-submission-form .captcha__description {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.165px;
  color: #3A5F2D;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  padding: 20px;
  border: 1px solid green;
  border-radius: 10px;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li > a {
  padding: 10px;
  color: #3A5F2D;
  border: none;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li > a:hover {
  background: #63EB33;
}

.webform-multiple-table td input[type=image] {
  box-sizing: border-box;
  width: 32px;
  min-width: initial;
  max-width: initial;
  height: auto;
  margin: 0;
  padding: 2px;
  border: 1px solid #3A5F2D;
  border-radius: 50%;
  opacity: 1;
  color: #3A5F2D;
}
.webform-multiple-table td input[type=image]:hover {
  opacity: 1;
  background: #63EB33;
  border: 1px solid #63EB33;
}

.webform-multiple-table td.webform-multiple-table--operations-two,
.webform-multiple-table td.webform-multiple-table--operations {
  padding: 10px 2px;
  text-align: center;
  vertical-align: baseline;
}

#edit-activites-agricoles-envisagees {
  margin-top: 15px;
}

#user-register-form {
  padding: 20px;
  min-inline-size: min-content;
  border: 2px solid #3A5F2D;
  border-radius: 4px;
  background: #F3F3EF;
}
#user-register-form fieldset {
  display: block;
  border: none;
}
#user-register-form legend {
  padding-bottom: 0.9375rem;
  width: 100%;
}
#user-register-form span.fieldset-legend {
  display: block;
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  color: #478927;
  border-bottom: 1px solid #478927;
  padding: 0.3125rem, 0;
}
@media screen and (max-width: 1200px) {
  #user-register-form span.fieldset-legend {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  #user-register-form span.fieldset-legend {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
#user-register-form legend.form-required:after {
  content: "";
}
#user-register-form .js-form-item {
  margin-bottom: 0.625rem;
}
#user-register-form input[type=text],
#user-register-form input[type=email],
#user-register-form input[type=password],
#user-register-form input[type=number] {
  cursor: text;
  position: relative;
  height: 35px;
  border-radius: 4px;
  width: 100%;
  padding: 5px 15px;
}
#user-register-form input[type=text]:hover,
#user-register-form input[type=email]:hover,
#user-register-form input[type=password]:hover,
#user-register-form input[type=number]:hover {
  border: solid 1px #63EB33;
}
#user-register-form input[type=text]:focus,
#user-register-form input[type=email]:focus,
#user-register-form input[type=password]:focus,
#user-register-form input[type=number]:focus {
  border: solid 3px #63EB33;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
}
#user-register-form input[type=text].error,
#user-register-form input[type=email].error,
#user-register-form input[type=password].error,
#user-register-form input[type=number].error {
  border: solid 1px #FF4848;
}
#user-register-form input[type=text]::placeholder,
#user-register-form input[type=email]::placeholder,
#user-register-form input[type=password]::placeholder,
#user-register-form input[type=number]::placeholder {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
}
#user-register-form label {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #3A5F2D;
  margin-bottom: 0.5rem;
}
#user-register-form .description {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
#user-register-form #edit-actions {
  display: flex;
  justify-content: center;
}
#user-register-form #edit-actions #edit-submit {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#user-register-form #edit-actions #edit-submit:before {
  content: "";
  font-size: 1rem;
  margin-right: 8px;
}
#user-register-form #edit-actions #edit-submit:hover {
  background: #591899;
}
#user-register-form .js-form-type-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#user-register-form .option {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  margin: 0;
}
#user-register-form .option a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#user-register-form .option a:hover {
  color: #478927;
}
#user-register-form input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: #FFFFFF;
  width: 1.1875rem;
  height: 1.1875rem;
  border: 0.125rem solid #478927;
  border-radius: 3px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
#user-register-form input[type=checkbox]:checked {
  background: transparent;
  border: 0;
}
#user-register-form input[type=checkbox]:before {
  content: "\ea0c";
  font-family: "webfont";
  color: #478927;
  font-size: 1.3125rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
#user-register-form input[type=checkbox]:checked::before {
  transform: scale(1);
}
#user-register-form .field--name-field-accepte-recontacte .description,
#user-register-form .field--name-field-accepte-termes-et-conditio .description {
  display: none;
}

.page-se-faire-acc form.bef-exposed-form, .page-ressources form.bef-exposed-form {
  position: relative;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 35px;
  /* border-bottom: 3px solid $green-middle-dark; */
}
@media screen and (max-width: 1024px) {
  .page-se-faire-acc form.bef-exposed-form, .page-ressources form.bef-exposed-form {
    flex-direction: column;
  }
}
.page-se-faire-acc form.bef-exposed-form .side-div, .page-ressources form.bef-exposed-form .side-div {
  flex: 0 0 290px;
  border-right: 2px solid #3A5F2D;
  padding: 15px 0;
}
@media screen and (max-width: 1024px) {
  .page-se-faire-acc form.bef-exposed-form .side-div, .page-ressources form.bef-exposed-form .side-div {
    flex: none;
    border: 0;
  }
}
.page-se-faire-acc form.bef-exposed-form .side-div h1, .page-ressources form.bef-exposed-form .side-div h1 {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 20px;
}
.page-se-faire-acc form.bef-exposed-form .side-div .desc, .page-ressources form.bef-exposed-form .side-div .desc {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.page-se-faire-acc form.bef-exposed-form .clearfix, .page-ressources form.bef-exposed-form .clearfix {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 6px 0 22px;
}
@media screen and (max-width: 1024px) {
  .page-se-faire-acc form.bef-exposed-form .clearfix, .page-ressources form.bef-exposed-form .clearfix {
    padding: 0;
  }
}
.page-se-faire-acc form.bef-exposed-form .clearfix fieldset, .page-ressources form.bef-exposed-form .clearfix fieldset {
  padding: 15px 0px;
  border-bottom: 2px solid #3A5F2D;
}
.page-se-faire-acc form.bef-exposed-form .clearfix fieldset legend, .page-ressources form.bef-exposed-form .clearfix fieldset legend {
  display: none;
}
.page-se-faire-acc form.bef-exposed-form .clearfix label, .page-ressources form.bef-exposed-form .clearfix label {
  display: inline-block;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .page-se-faire-acc form.bef-exposed-form .clearfix label, .page-ressources form.bef-exposed-form .clearfix label {
    font-size: 1rem;
    line-height: 20px;
  }
}
.page-se-faire-acc form.bef-exposed-form .clearfix .form-radios, .page-ressources form.bef-exposed-form .clearfix .form-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.page-se-faire-acc form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio], .page-ressources form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio] {
  display: none;
}
.page-se-faire-acc form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio] + label, .page-ressources form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio] + label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px 15px;
  height: 25px;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
  border-radius: 25px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .page-se-faire-acc form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio] + label, .page-ressources form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio] + label {
    height: auto;
  }
}
.page-se-faire-acc form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio] + label:hover, .page-ressources form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio] + label:hover {
  border: 1px solid #3A3A3A;
  color: #3A3A3A;
}
.page-se-faire-acc form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio]:checked + label, .page-ressources form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio]:checked + label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border: 0px;
  height: 25px;
}
@media screen and (max-width: 1024px) {
  .page-se-faire-acc form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio]:checked + label, .page-ressources form.bef-exposed-form .clearfix .form-radios .js-form-type-radio input[type=radio]:checked + label {
    height: auto;
  }
}
.page-se-faire-acc form.bef-exposed-form .clearfix .form-checkboxes, .page-ressources form.bef-exposed-form .clearfix .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.page-se-faire-acc form.bef-exposed-form .clearfix .form-checkboxes .js-form-type-checkbox input[type=checkbox], .page-ressources form.bef-exposed-form .clearfix .form-checkboxes .js-form-type-checkbox input[type=checkbox] {
  display: none;
}
.page-se-faire-acc form.bef-exposed-form .clearfix .form-checkboxes .js-form-type-checkbox input[type=checkbox] + label, .page-ressources form.bef-exposed-form .clearfix .form-checkboxes .js-form-type-checkbox input[type=checkbox] + label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px 15px;
  height: 25px;
  color: #3A5F2D;
  border: 1px solid #3A5F2D;
  border-radius: 25px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .page-se-faire-acc form.bef-exposed-form .clearfix .form-checkboxes .js-form-type-checkbox input[type=checkbox] + label, .page-ressources form.bef-exposed-form .clearfix .form-checkboxes .js-form-type-checkbox input[type=checkbox] + label {
    height: auto;
  }
}
.page-se-faire-acc form.bef-exposed-form .clearfix .form-checkboxes .js-form-type-checkbox input[type=checkbox] + label:hover, .page-ressources form.bef-exposed-form .clearfix .form-checkboxes .js-form-type-checkbox input[type=checkbox] + label:hover {
  border: 1px solid #3A3A3A;
  color: #3A3A3A;
}
.page-se-faire-acc form.bef-exposed-form .clearfix .form-checkboxes .js-form-type-checkbox input[type=checkbox]:checked + label, .page-ressources form.bef-exposed-form .clearfix .form-checkboxes .js-form-type-checkbox input[type=checkbox]:checked + label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border: 0px;
  height: 25px;
}
@media screen and (max-width: 1024px) {
  .page-se-faire-acc form.bef-exposed-form .clearfix .form-checkboxes .js-form-type-checkbox input[type=checkbox]:checked + label, .page-ressources form.bef-exposed-form .clearfix .form-checkboxes .js-form-type-checkbox input[type=checkbox]:checked + label {
    height: auto;
  }
}
.page-se-faire-acc form.bef-exposed-form .clearfix .js-form-type-select, .page-ressources form.bef-exposed-form .clearfix .js-form-type-select {
  margin-top: 10px;
}
.page-se-faire-acc form.bef-exposed-form .clearfix .js-form-type-textfield, .page-ressources form.bef-exposed-form .clearfix .js-form-type-textfield {
  position: relative;
  padding: 15px 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  .page-se-faire-acc form.bef-exposed-form .clearfix .js-form-type-textfield, .page-ressources form.bef-exposed-form .clearfix .js-form-type-textfield {
    flex-direction: column;
    align-items: start;
  }
}
.page-se-faire-acc form.bef-exposed-form .clearfix .js-form-type-textfield label, .page-ressources form.bef-exposed-form .clearfix .js-form-type-textfield label {
  /* @include h5;
  color: $green-middle-dark; */
  display: none;
}
.page-se-faire-acc form.bef-exposed-form .clearfix .js-form-type-textfield input, .page-ressources form.bef-exposed-form .clearfix .js-form-type-textfield input {
  flex: 1;
  width: 100%;
  height: 40px;
  padding-left: 52px;
  padding-right: 52px;
  position: relative;
  align-items: flex-start;
  background-color: #F3F3EF;
  text-align: left;
  color: #3A5F2D;
  border: 1px solid #478927;
  border-radius: 0.25rem;
  border-radius: 25px;
}
.page-se-faire-acc form.bef-exposed-form .clearfix .js-form-type-textfield input::placeholder, .page-ressources form.bef-exposed-form .clearfix .js-form-type-textfield input::placeholder {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .page-se-faire-acc form.bef-exposed-form .clearfix .js-form-type-textfield input, .page-ressources form.bef-exposed-form .clearfix .js-form-type-textfield input {
    flex: none;
  }
}
@media screen and (max-width: 1024px) {
  .page-se-faire-acc form.bef-exposed-form .clearfix .js-form-type-textfield input, .page-ressources form.bef-exposed-form .clearfix .js-form-type-textfield input {
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .page-se-faire-acc form.bef-exposed-form .clearfix .js-form-type-textfield input::placeholder, .page-ressources form.bef-exposed-form .clearfix .js-form-type-textfield input::placeholder {
    font-size: 10px;
  }
}
.page-se-faire-acc form.bef-exposed-form div[data-drupal-selector=edit-actions], .page-ressources form.bef-exposed-form div[data-drupal-selector=edit-actions] {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 589px;
}
.page-se-faire-acc form.bef-exposed-form div[data-drupal-selector=edit-actions] button[type=submit], .page-ressources form.bef-exposed-form div[data-drupal-selector=edit-actions] button[type=submit] {
  position: absolute;
  right: 0px;
  top: -51px;
  width: 31px;
  aspect-ratio: 1/1;
  background: #63EB33;
  border-radius: 50%;
  font-size: 0;
}
@media screen and (max-width: 1200px) {
  .page-se-faire-acc form.bef-exposed-form div[data-drupal-selector=edit-actions] button[type=submit], .page-ressources form.bef-exposed-form div[data-drupal-selector=edit-actions] button[type=submit] {
    right: 247px;
  }
}
@media screen and (max-width: 1024px) {
  .page-se-faire-acc form.bef-exposed-form div[data-drupal-selector=edit-actions] button[type=submit], .page-ressources form.bef-exposed-form div[data-drupal-selector=edit-actions] button[type=submit] {
    right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .page-se-faire-acc form.bef-exposed-form div[data-drupal-selector=edit-actions] button[type=submit], .page-ressources form.bef-exposed-form div[data-drupal-selector=edit-actions] button[type=submit] {
    right: 10px;
  }
}
.page-se-faire-acc form.bef-exposed-form div[data-drupal-selector=edit-actions] button[type=submit]:before, .page-ressources form.bef-exposed-form div[data-drupal-selector=edit-actions] button[type=submit]:before {
  font-family: "webfont";
  content: "\ea1a";
  font-size: 20px;
  color: #3A5F2D;
}
.page-se-faire-acc .views-view-grid, .page-ressources .views-view-grid {
  margin-bottom: 35px;
}

.page-se-faire-acc form.bef-exposed-form .js-form-type-textfield:before {
  position: absolute;
  content: "\ea32";
  font-family: "webfont";
  font-size: 20px;
  color: #3A5F2D;
  left: 15px;
  bottom: 25px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .page-se-faire-acc form.bef-exposed-form .js-form-type-textfield:before {
    left: 20px;
    bottom: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .page-ressources form.bef-exposed-form .clearfix .js-form-type-textfield {
    flex-direction: row;
    align-items: center;
  }
}
.page-ressources form.bef-exposed-form .clearfix .js-form-type-textfield label {
  display: block;
  margin: 0;
}
.page-ressources form.bef-exposed-form .clearfix .js-form-type-textfield label:after {
  content: " >";
}
.page-ressources form.bef-exposed-form .clearfix .js-form-type-textfield input {
  max-width: 352px;
  border-radius: 4px;
  flex: 1;
}
.page-ressources form.bef-exposed-form .clearfix .js-form-type-textfield:before {
  position: absolute;
  content: "\ea32";
  font-family: "webfont";
  font-size: 24px;
  color: #478927;
  left: 275px !important;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-ressources form.bef-exposed-form .clearfix .js-form-type-textfield:before {
    left: 235px !important;
  }
}

.page-observatoire .bef-exposed-form fieldset {
  padding-bottom: 20px;
  border-bottom: 1px solid #3A5F2D;
  margin-bottom: 10px;
}
.page-observatoire .bef-exposed-form legend span,
.page-observatoire .bef-exposed-form label:not(.option) {
  display: inline-block;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 10px;
}
.page-observatoire .bef-exposed-form .js-form-type-radio {
  padding: 4px 0 4px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-observatoire .bef-exposed-form .js-form-type-radio input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: #FFFFFF;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.0625rem solid #3A5F2D;
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.page-observatoire .bef-exposed-form .js-form-type-radio input[type=radio]:checked {
  background: transparent;
  border: 0;
}
.page-observatoire .bef-exposed-form .js-form-type-radio input[type=radio]:before {
  content: "\ea31";
  font-family: "webfont";
  color: #3A5F2D;
  font-size: 0.875rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.page-observatoire .bef-exposed-form .js-form-type-radio input[type=radio]:checked::before {
  transform: scale(1);
}
.page-observatoire .bef-exposed-form .js-form-type-radio label {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.page-observatoire .bef-exposed-form div[data-drupal-selector=edit-actions] {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 2px solid #478927;
}
.page-observatoire .bef-exposed-form div[data-drupal-selector=edit-actions] button[type=submit] {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding: 3.5px 17px;
}
.page-observatoire .bef-exposed-form div[data-drupal-selector=edit-actions] button[type=submit]:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.page-observatoire .bef-exposed-form .form-item-title {
  position: relative;
}
.page-observatoire .bef-exposed-form .form-item-title:before {
  content: "\ea32";
  font-size: 24px;
  position: absolute;
  bottom: 5px;
  left: 16px;
  pointer-events: none;
  color: #478927;
}
.page-observatoire .bef-exposed-form input[type=text] {
  background: none;
  height: 36px;
  border-radius: 4px;
  padding-left: 56px;
  font-size: 16px;
}

#user-form,
.node-project-form,
.node-appointment-form,
.node-checklist-form,
.media-project-document-form,
.node-note-form,
.taxonomy-term-thematic-form,
.acceptaccform,
.node-rural-structure-form,
.node-ressource-form {
  padding: 1.25rem;
  max-width: 49.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #user-form,
  .node-project-form,
  .node-appointment-form,
  .node-checklist-form,
  .media-project-document-form,
  .node-note-form,
  .taxonomy-term-thematic-form,
  .acceptaccform,
  .node-rural-structure-form,
  .node-ressource-form {
    padding: 20px 0;
  }
}
#user-form #edit-account,
.node-project-form #edit-account,
.node-appointment-form #edit-account,
.node-checklist-form #edit-account,
.media-project-document-form #edit-account,
.node-note-form #edit-account,
.taxonomy-term-thematic-form #edit-account,
.acceptaccform #edit-account,
.node-rural-structure-form #edit-account,
.node-ressource-form #edit-account {
  border: 1px solid #3A5F2D;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.25rem;
  margin-bottom: 0.625rem;
}
#user-form .js-form-type-email,
#user-form .js-form-type-textfield,
#user-form .js-form-type-password,
#user-form .js-form-type-password:not(#edit-pass),
#user-form .js-form-type-number,
#user-form .js-form-type-select,
#user-form .js-form-type-textarea,
#user-form .js-form-type-checkbox,
#user-form .js-form-type-entity-autocomplete,
#user-form .field--name-field-accompaniement-thematic,
#user-form .field--name-field-projets,
.node-project-form .js-form-type-email,
.node-project-form .js-form-type-textfield,
.node-project-form .js-form-type-password,
.node-project-form .js-form-type-password:not(#edit-pass),
.node-project-form .js-form-type-number,
.node-project-form .js-form-type-select,
.node-project-form .js-form-type-textarea,
.node-project-form .js-form-type-checkbox,
.node-project-form .js-form-type-entity-autocomplete,
.node-project-form .field--name-field-accompaniement-thematic,
.node-project-form .field--name-field-projets,
.node-appointment-form .js-form-type-email,
.node-appointment-form .js-form-type-textfield,
.node-appointment-form .js-form-type-password,
.node-appointment-form .js-form-type-password:not(#edit-pass),
.node-appointment-form .js-form-type-number,
.node-appointment-form .js-form-type-select,
.node-appointment-form .js-form-type-textarea,
.node-appointment-form .js-form-type-checkbox,
.node-appointment-form .js-form-type-entity-autocomplete,
.node-appointment-form .field--name-field-accompaniement-thematic,
.node-appointment-form .field--name-field-projets,
.node-checklist-form .js-form-type-email,
.node-checklist-form .js-form-type-textfield,
.node-checklist-form .js-form-type-password,
.node-checklist-form .js-form-type-password:not(#edit-pass),
.node-checklist-form .js-form-type-number,
.node-checklist-form .js-form-type-select,
.node-checklist-form .js-form-type-textarea,
.node-checklist-form .js-form-type-checkbox,
.node-checklist-form .js-form-type-entity-autocomplete,
.node-checklist-form .field--name-field-accompaniement-thematic,
.node-checklist-form .field--name-field-projets,
.media-project-document-form .js-form-type-email,
.media-project-document-form .js-form-type-textfield,
.media-project-document-form .js-form-type-password,
.media-project-document-form .js-form-type-password:not(#edit-pass),
.media-project-document-form .js-form-type-number,
.media-project-document-form .js-form-type-select,
.media-project-document-form .js-form-type-textarea,
.media-project-document-form .js-form-type-checkbox,
.media-project-document-form .js-form-type-entity-autocomplete,
.media-project-document-form .field--name-field-accompaniement-thematic,
.media-project-document-form .field--name-field-projets,
.node-note-form .js-form-type-email,
.node-note-form .js-form-type-textfield,
.node-note-form .js-form-type-password,
.node-note-form .js-form-type-password:not(#edit-pass),
.node-note-form .js-form-type-number,
.node-note-form .js-form-type-select,
.node-note-form .js-form-type-textarea,
.node-note-form .js-form-type-checkbox,
.node-note-form .js-form-type-entity-autocomplete,
.node-note-form .field--name-field-accompaniement-thematic,
.node-note-form .field--name-field-projets,
.taxonomy-term-thematic-form .js-form-type-email,
.taxonomy-term-thematic-form .js-form-type-textfield,
.taxonomy-term-thematic-form .js-form-type-password,
.taxonomy-term-thematic-form .js-form-type-password:not(#edit-pass),
.taxonomy-term-thematic-form .js-form-type-number,
.taxonomy-term-thematic-form .js-form-type-select,
.taxonomy-term-thematic-form .js-form-type-textarea,
.taxonomy-term-thematic-form .js-form-type-checkbox,
.taxonomy-term-thematic-form .js-form-type-entity-autocomplete,
.taxonomy-term-thematic-form .field--name-field-accompaniement-thematic,
.taxonomy-term-thematic-form .field--name-field-projets,
.acceptaccform .js-form-type-email,
.acceptaccform .js-form-type-textfield,
.acceptaccform .js-form-type-password,
.acceptaccform .js-form-type-password:not(#edit-pass),
.acceptaccform .js-form-type-number,
.acceptaccform .js-form-type-select,
.acceptaccform .js-form-type-textarea,
.acceptaccform .js-form-type-checkbox,
.acceptaccform .js-form-type-entity-autocomplete,
.acceptaccform .field--name-field-accompaniement-thematic,
.acceptaccform .field--name-field-projets,
.node-rural-structure-form .js-form-type-email,
.node-rural-structure-form .js-form-type-textfield,
.node-rural-structure-form .js-form-type-password,
.node-rural-structure-form .js-form-type-password:not(#edit-pass),
.node-rural-structure-form .js-form-type-number,
.node-rural-structure-form .js-form-type-select,
.node-rural-structure-form .js-form-type-textarea,
.node-rural-structure-form .js-form-type-checkbox,
.node-rural-structure-form .js-form-type-entity-autocomplete,
.node-rural-structure-form .field--name-field-accompaniement-thematic,
.node-rural-structure-form .field--name-field-projets,
.node-ressource-form .js-form-type-email,
.node-ressource-form .js-form-type-textfield,
.node-ressource-form .js-form-type-password,
.node-ressource-form .js-form-type-password:not(#edit-pass),
.node-ressource-form .js-form-type-number,
.node-ressource-form .js-form-type-select,
.node-ressource-form .js-form-type-textarea,
.node-ressource-form .js-form-type-checkbox,
.node-ressource-form .js-form-type-entity-autocomplete,
.node-ressource-form .field--name-field-accompaniement-thematic,
.node-ressource-form .field--name-field-projets {
  padding: 0.9375rem;
  background: #FFFFFF;
  margin-bottom: 0.875rem;
  border: 1px solid #3A5F2D;
  border-radius: 0.25rem;
}
#user-form .js-form-type-vertical-tabs,
.node-project-form .js-form-type-vertical-tabs,
.node-appointment-form .js-form-type-vertical-tabs,
.node-checklist-form .js-form-type-vertical-tabs,
.media-project-document-form .js-form-type-vertical-tabs,
.node-note-form .js-form-type-vertical-tabs,
.taxonomy-term-thematic-form .js-form-type-vertical-tabs,
.acceptaccform .js-form-type-vertical-tabs,
.node-rural-structure-form .js-form-type-vertical-tabs,
.node-ressource-form .js-form-type-vertical-tabs {
  display: none;
}
@media screen and (max-width: 640px) {
  #user-form input[data-drupal-selector=edit-field-media-document-0-upload],
  .node-project-form input[data-drupal-selector=edit-field-media-document-0-upload],
  .node-appointment-form input[data-drupal-selector=edit-field-media-document-0-upload],
  .node-checklist-form input[data-drupal-selector=edit-field-media-document-0-upload],
  .media-project-document-form input[data-drupal-selector=edit-field-media-document-0-upload],
  .node-note-form input[data-drupal-selector=edit-field-media-document-0-upload],
  .taxonomy-term-thematic-form input[data-drupal-selector=edit-field-media-document-0-upload],
  .acceptaccform input[data-drupal-selector=edit-field-media-document-0-upload],
  .node-rural-structure-form input[data-drupal-selector=edit-field-media-document-0-upload],
  .node-ressource-form input[data-drupal-selector=edit-field-media-document-0-upload] {
    max-width: 309px;
  }
}
#user-form .form-textarea,
.node-project-form .form-textarea,
.node-appointment-form .form-textarea,
.node-checklist-form .form-textarea,
.media-project-document-form .form-textarea,
.node-note-form .form-textarea,
.taxonomy-term-thematic-form .form-textarea,
.acceptaccform .form-textarea,
.node-rural-structure-form .form-textarea,
.node-ressource-form .form-textarea {
  resize: none;
  height: 167px;
}
#user-form .form-textarea[disabled],
.node-project-form .form-textarea[disabled],
.node-appointment-form .form-textarea[disabled],
.node-checklist-form .form-textarea[disabled],
.media-project-document-form .form-textarea[disabled],
.node-note-form .form-textarea[disabled],
.taxonomy-term-thematic-form .form-textarea[disabled],
.acceptaccform .form-textarea[disabled],
.node-rural-structure-form .form-textarea[disabled],
.node-ressource-form .form-textarea[disabled] {
  background: rgba(113, 113, 113, 0.1019607843);
}
#user-form #edit-pass,
.node-project-form #edit-pass,
.node-appointment-form #edit-pass,
.node-checklist-form #edit-pass,
.media-project-document-form #edit-pass,
.node-note-form #edit-pass,
.taxonomy-term-thematic-form #edit-pass,
.acceptaccform #edit-pass,
.node-rural-structure-form #edit-pass,
.node-ressource-form #edit-pass {
  padding: 0;
}
#user-form input:not(:last-child),
.node-project-form input:not(:last-child),
.node-appointment-form input:not(:last-child),
.node-checklist-form input:not(:last-child),
.media-project-document-form input:not(:last-child),
.node-note-form input:not(:last-child),
.taxonomy-term-thematic-form input:not(:last-child),
.acceptaccform input:not(:last-child),
.node-rural-structure-form input:not(:last-child),
.node-ressource-form input:not(:last-child) {
  margin-bottom: 0.625rem;
}
#user-form input[type=text],
#user-form input[type=email],
#user-form input[type=password],
#user-form input[type=number],
#user-form textarea,
.node-project-form input[type=text],
.node-project-form input[type=email],
.node-project-form input[type=password],
.node-project-form input[type=number],
.node-project-form textarea,
.node-appointment-form input[type=text],
.node-appointment-form input[type=email],
.node-appointment-form input[type=password],
.node-appointment-form input[type=number],
.node-appointment-form textarea,
.node-checklist-form input[type=text],
.node-checklist-form input[type=email],
.node-checklist-form input[type=password],
.node-checklist-form input[type=number],
.node-checklist-form textarea,
.media-project-document-form input[type=text],
.media-project-document-form input[type=email],
.media-project-document-form input[type=password],
.media-project-document-form input[type=number],
.media-project-document-form textarea,
.node-note-form input[type=text],
.node-note-form input[type=email],
.node-note-form input[type=password],
.node-note-form input[type=number],
.node-note-form textarea,
.taxonomy-term-thematic-form input[type=text],
.taxonomy-term-thematic-form input[type=email],
.taxonomy-term-thematic-form input[type=password],
.taxonomy-term-thematic-form input[type=number],
.taxonomy-term-thematic-form textarea,
.acceptaccform input[type=text],
.acceptaccform input[type=email],
.acceptaccform input[type=password],
.acceptaccform input[type=number],
.acceptaccform textarea,
.node-rural-structure-form input[type=text],
.node-rural-structure-form input[type=email],
.node-rural-structure-form input[type=password],
.node-rural-structure-form input[type=number],
.node-rural-structure-form textarea,
.node-ressource-form input[type=text],
.node-ressource-form input[type=email],
.node-ressource-form input[type=password],
.node-ressource-form input[type=number],
.node-ressource-form textarea {
  cursor: text;
  position: relative;
  height: 35px;
  border-radius: 4px;
  width: 100%;
  padding: 5px 15px;
}
#user-form input[type=text]:hover,
#user-form input[type=email]:hover,
#user-form input[type=password]:hover,
#user-form input[type=number]:hover,
#user-form textarea:hover,
.node-project-form input[type=text]:hover,
.node-project-form input[type=email]:hover,
.node-project-form input[type=password]:hover,
.node-project-form input[type=number]:hover,
.node-project-form textarea:hover,
.node-appointment-form input[type=text]:hover,
.node-appointment-form input[type=email]:hover,
.node-appointment-form input[type=password]:hover,
.node-appointment-form input[type=number]:hover,
.node-appointment-form textarea:hover,
.node-checklist-form input[type=text]:hover,
.node-checklist-form input[type=email]:hover,
.node-checklist-form input[type=password]:hover,
.node-checklist-form input[type=number]:hover,
.node-checklist-form textarea:hover,
.media-project-document-form input[type=text]:hover,
.media-project-document-form input[type=email]:hover,
.media-project-document-form input[type=password]:hover,
.media-project-document-form input[type=number]:hover,
.media-project-document-form textarea:hover,
.node-note-form input[type=text]:hover,
.node-note-form input[type=email]:hover,
.node-note-form input[type=password]:hover,
.node-note-form input[type=number]:hover,
.node-note-form textarea:hover,
.taxonomy-term-thematic-form input[type=text]:hover,
.taxonomy-term-thematic-form input[type=email]:hover,
.taxonomy-term-thematic-form input[type=password]:hover,
.taxonomy-term-thematic-form input[type=number]:hover,
.taxonomy-term-thematic-form textarea:hover,
.acceptaccform input[type=text]:hover,
.acceptaccform input[type=email]:hover,
.acceptaccform input[type=password]:hover,
.acceptaccform input[type=number]:hover,
.acceptaccform textarea:hover,
.node-rural-structure-form input[type=text]:hover,
.node-rural-structure-form input[type=email]:hover,
.node-rural-structure-form input[type=password]:hover,
.node-rural-structure-form input[type=number]:hover,
.node-rural-structure-form textarea:hover,
.node-ressource-form input[type=text]:hover,
.node-ressource-form input[type=email]:hover,
.node-ressource-form input[type=password]:hover,
.node-ressource-form input[type=number]:hover,
.node-ressource-form textarea:hover {
  border: solid 1px #63EB33;
}
#user-form input[type=text]:focus,
#user-form input[type=email]:focus,
#user-form input[type=password]:focus,
#user-form input[type=number]:focus,
#user-form textarea:focus,
.node-project-form input[type=text]:focus,
.node-project-form input[type=email]:focus,
.node-project-form input[type=password]:focus,
.node-project-form input[type=number]:focus,
.node-project-form textarea:focus,
.node-appointment-form input[type=text]:focus,
.node-appointment-form input[type=email]:focus,
.node-appointment-form input[type=password]:focus,
.node-appointment-form input[type=number]:focus,
.node-appointment-form textarea:focus,
.node-checklist-form input[type=text]:focus,
.node-checklist-form input[type=email]:focus,
.node-checklist-form input[type=password]:focus,
.node-checklist-form input[type=number]:focus,
.node-checklist-form textarea:focus,
.media-project-document-form input[type=text]:focus,
.media-project-document-form input[type=email]:focus,
.media-project-document-form input[type=password]:focus,
.media-project-document-form input[type=number]:focus,
.media-project-document-form textarea:focus,
.node-note-form input[type=text]:focus,
.node-note-form input[type=email]:focus,
.node-note-form input[type=password]:focus,
.node-note-form input[type=number]:focus,
.node-note-form textarea:focus,
.taxonomy-term-thematic-form input[type=text]:focus,
.taxonomy-term-thematic-form input[type=email]:focus,
.taxonomy-term-thematic-form input[type=password]:focus,
.taxonomy-term-thematic-form input[type=number]:focus,
.taxonomy-term-thematic-form textarea:focus,
.acceptaccform input[type=text]:focus,
.acceptaccform input[type=email]:focus,
.acceptaccform input[type=password]:focus,
.acceptaccform input[type=number]:focus,
.acceptaccform textarea:focus,
.node-rural-structure-form input[type=text]:focus,
.node-rural-structure-form input[type=email]:focus,
.node-rural-structure-form input[type=password]:focus,
.node-rural-structure-form input[type=number]:focus,
.node-rural-structure-form textarea:focus,
.node-ressource-form input[type=text]:focus,
.node-ressource-form input[type=email]:focus,
.node-ressource-form input[type=password]:focus,
.node-ressource-form input[type=number]:focus,
.node-ressource-form textarea:focus {
  border: solid 3px #63EB33;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
}
#user-form input[type=text].error,
#user-form input[type=email].error,
#user-form input[type=password].error,
#user-form input[type=number].error,
#user-form textarea.error,
.node-project-form input[type=text].error,
.node-project-form input[type=email].error,
.node-project-form input[type=password].error,
.node-project-form input[type=number].error,
.node-project-form textarea.error,
.node-appointment-form input[type=text].error,
.node-appointment-form input[type=email].error,
.node-appointment-form input[type=password].error,
.node-appointment-form input[type=number].error,
.node-appointment-form textarea.error,
.node-checklist-form input[type=text].error,
.node-checklist-form input[type=email].error,
.node-checklist-form input[type=password].error,
.node-checklist-form input[type=number].error,
.node-checklist-form textarea.error,
.media-project-document-form input[type=text].error,
.media-project-document-form input[type=email].error,
.media-project-document-form input[type=password].error,
.media-project-document-form input[type=number].error,
.media-project-document-form textarea.error,
.node-note-form input[type=text].error,
.node-note-form input[type=email].error,
.node-note-form input[type=password].error,
.node-note-form input[type=number].error,
.node-note-form textarea.error,
.taxonomy-term-thematic-form input[type=text].error,
.taxonomy-term-thematic-form input[type=email].error,
.taxonomy-term-thematic-form input[type=password].error,
.taxonomy-term-thematic-form input[type=number].error,
.taxonomy-term-thematic-form textarea.error,
.acceptaccform input[type=text].error,
.acceptaccform input[type=email].error,
.acceptaccform input[type=password].error,
.acceptaccform input[type=number].error,
.acceptaccform textarea.error,
.node-rural-structure-form input[type=text].error,
.node-rural-structure-form input[type=email].error,
.node-rural-structure-form input[type=password].error,
.node-rural-structure-form input[type=number].error,
.node-rural-structure-form textarea.error,
.node-ressource-form input[type=text].error,
.node-ressource-form input[type=email].error,
.node-ressource-form input[type=password].error,
.node-ressource-form input[type=number].error,
.node-ressource-form textarea.error {
  border: solid 1px #FF4848;
}
#user-form input[type=text]::placeholder,
#user-form input[type=email]::placeholder,
#user-form input[type=password]::placeholder,
#user-form input[type=number]::placeholder,
#user-form textarea::placeholder,
.node-project-form input[type=text]::placeholder,
.node-project-form input[type=email]::placeholder,
.node-project-form input[type=password]::placeholder,
.node-project-form input[type=number]::placeholder,
.node-project-form textarea::placeholder,
.node-appointment-form input[type=text]::placeholder,
.node-appointment-form input[type=email]::placeholder,
.node-appointment-form input[type=password]::placeholder,
.node-appointment-form input[type=number]::placeholder,
.node-appointment-form textarea::placeholder,
.node-checklist-form input[type=text]::placeholder,
.node-checklist-form input[type=email]::placeholder,
.node-checklist-form input[type=password]::placeholder,
.node-checklist-form input[type=number]::placeholder,
.node-checklist-form textarea::placeholder,
.media-project-document-form input[type=text]::placeholder,
.media-project-document-form input[type=email]::placeholder,
.media-project-document-form input[type=password]::placeholder,
.media-project-document-form input[type=number]::placeholder,
.media-project-document-form textarea::placeholder,
.node-note-form input[type=text]::placeholder,
.node-note-form input[type=email]::placeholder,
.node-note-form input[type=password]::placeholder,
.node-note-form input[type=number]::placeholder,
.node-note-form textarea::placeholder,
.taxonomy-term-thematic-form input[type=text]::placeholder,
.taxonomy-term-thematic-form input[type=email]::placeholder,
.taxonomy-term-thematic-form input[type=password]::placeholder,
.taxonomy-term-thematic-form input[type=number]::placeholder,
.taxonomy-term-thematic-form textarea::placeholder,
.acceptaccform input[type=text]::placeholder,
.acceptaccform input[type=email]::placeholder,
.acceptaccform input[type=password]::placeholder,
.acceptaccform input[type=number]::placeholder,
.acceptaccform textarea::placeholder,
.node-rural-structure-form input[type=text]::placeholder,
.node-rural-structure-form input[type=email]::placeholder,
.node-rural-structure-form input[type=password]::placeholder,
.node-rural-structure-form input[type=number]::placeholder,
.node-rural-structure-form textarea::placeholder,
.node-ressource-form input[type=text]::placeholder,
.node-ressource-form input[type=email]::placeholder,
.node-ressource-form input[type=password]::placeholder,
.node-ressource-form input[type=number]::placeholder,
.node-ressource-form textarea::placeholder {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
}
#user-form label,
.node-project-form label,
.node-appointment-form label,
.node-checklist-form label,
.media-project-document-form label,
.node-note-form label,
.taxonomy-term-thematic-form label,
.acceptaccform label,
.node-rural-structure-form label,
.node-ressource-form label {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #3A5F2D;
  margin-bottom: 0.25rem;
}
#user-form .description,
.node-project-form .description,
.node-appointment-form .description,
.node-checklist-form .description,
.media-project-document-form .description,
.node-note-form .description,
.taxonomy-term-thematic-form .description,
.acceptaccform .description,
.node-rural-structure-form .description,
.node-ressource-form .description {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
#user-form .description a,
.node-project-form .description a,
.node-appointment-form .description a,
.node-checklist-form .description a,
.media-project-document-form .description a,
.node-note-form .description a,
.taxonomy-term-thematic-form .description a,
.acceptaccform .description a,
.node-rural-structure-form .description a,
.node-ressource-form .description a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#user-form .description a:hover,
.node-project-form .description a:hover,
.node-appointment-form .description a:hover,
.node-checklist-form .description a:hover,
.media-project-document-form .description a:hover,
.node-note-form .description a:hover,
.taxonomy-term-thematic-form .description a:hover,
.acceptaccform .description a:hover,
.node-rural-structure-form .description a:hover,
.node-ressource-form .description a:hover {
  color: #478927;
}
#user-form .password-strength__meter,
.node-project-form .password-strength__meter,
.node-appointment-form .password-strength__meter,
.node-checklist-form .password-strength__meter,
.media-project-document-form .password-strength__meter,
.node-note-form .password-strength__meter,
.taxonomy-term-thematic-form .password-strength__meter,
.acceptaccform .password-strength__meter,
.node-rural-structure-form .password-strength__meter,
.node-ressource-form .password-strength__meter {
  border-radius: 10px;
  background-color: rgba(113, 113, 113, 0.1019607843);
  margin-bottom: 5px;
}
#user-form .password-strength__indicator,
.node-project-form .password-strength__indicator,
.node-appointment-form .password-strength__indicator,
.node-checklist-form .password-strength__indicator,
.media-project-document-form .password-strength__indicator,
.node-note-form .password-strength__indicator,
.taxonomy-term-thematic-form .password-strength__indicator,
.acceptaccform .password-strength__indicator,
.node-rural-structure-form .password-strength__indicator,
.node-ressource-form .password-strength__indicator {
  border-radius: 10px;
}
#user-form .password-strength__indicator.is-weak,
.node-project-form .password-strength__indicator.is-weak,
.node-appointment-form .password-strength__indicator.is-weak,
.node-checklist-form .password-strength__indicator.is-weak,
.media-project-document-form .password-strength__indicator.is-weak,
.node-note-form .password-strength__indicator.is-weak,
.taxonomy-term-thematic-form .password-strength__indicator.is-weak,
.acceptaccform .password-strength__indicator.is-weak,
.node-rural-structure-form .password-strength__indicator.is-weak,
.node-ressource-form .password-strength__indicator.is-weak {
  background-color: #8A9A7E;
}
#user-form .password-strength__indicator.is-fair,
.node-project-form .password-strength__indicator.is-fair,
.node-appointment-form .password-strength__indicator.is-fair,
.node-checklist-form .password-strength__indicator.is-fair,
.media-project-document-form .password-strength__indicator.is-fair,
.node-note-form .password-strength__indicator.is-fair,
.taxonomy-term-thematic-form .password-strength__indicator.is-fair,
.acceptaccform .password-strength__indicator.is-fair,
.node-rural-structure-form .password-strength__indicator.is-fair,
.node-ressource-form .password-strength__indicator.is-fair {
  background-color: #478927;
}
#user-form .password-strength__indicator.is-good, #user-form .password-strength__indicator.is-strong,
.node-project-form .password-strength__indicator.is-good,
.node-project-form .password-strength__indicator.is-strong,
.node-appointment-form .password-strength__indicator.is-good,
.node-appointment-form .password-strength__indicator.is-strong,
.node-checklist-form .password-strength__indicator.is-good,
.node-checklist-form .password-strength__indicator.is-strong,
.media-project-document-form .password-strength__indicator.is-good,
.media-project-document-form .password-strength__indicator.is-strong,
.node-note-form .password-strength__indicator.is-good,
.node-note-form .password-strength__indicator.is-strong,
.taxonomy-term-thematic-form .password-strength__indicator.is-good,
.taxonomy-term-thematic-form .password-strength__indicator.is-strong,
.acceptaccform .password-strength__indicator.is-good,
.acceptaccform .password-strength__indicator.is-strong,
.node-rural-structure-form .password-strength__indicator.is-good,
.node-rural-structure-form .password-strength__indicator.is-strong,
.node-ressource-form .password-strength__indicator.is-good,
.node-ressource-form .password-strength__indicator.is-strong {
  background-color: #63EB33;
}
#user-form .password-strength__title,
.node-project-form .password-strength__title,
.node-appointment-form .password-strength__title,
.node-checklist-form .password-strength__title,
.media-project-document-form .password-strength__title,
.node-note-form .password-strength__title,
.taxonomy-term-thematic-form .password-strength__title,
.acceptaccform .password-strength__title,
.node-rural-structure-form .password-strength__title,
.node-ressource-form .password-strength__title {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
#user-form .password-confirm-message,
#user-form .password-match-status-text,
.node-project-form .password-confirm-message,
.node-project-form .password-match-status-text,
.node-appointment-form .password-confirm-message,
.node-appointment-form .password-match-status-text,
.node-checklist-form .password-confirm-message,
.node-checklist-form .password-match-status-text,
.media-project-document-form .password-confirm-message,
.media-project-document-form .password-match-status-text,
.node-note-form .password-confirm-message,
.node-note-form .password-match-status-text,
.taxonomy-term-thematic-form .password-confirm-message,
.taxonomy-term-thematic-form .password-match-status-text,
.acceptaccform .password-confirm-message,
.acceptaccform .password-match-status-text,
.node-rural-structure-form .password-confirm-message,
.node-rural-structure-form .password-match-status-text,
.node-ressource-form .password-confirm-message,
.node-ressource-form .password-match-status-text {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
#user-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.node-project-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.node-appointment-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.node-checklist-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.media-project-document-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.node-note-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.taxonomy-term-thematic-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.acceptaccform .select2-container--default .select2-selection--single .select2-selection__rendered,
.node-rural-structure-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.node-ressource-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 35px;
  line-height: 32px;
  border-radius: 4px;
}
#user-form div[id=edit-body-0-format],
.node-project-form div[id=edit-body-0-format],
.node-appointment-form div[id=edit-body-0-format],
.node-checklist-form div[id=edit-body-0-format],
.media-project-document-form div[id=edit-body-0-format],
.node-note-form div[id=edit-body-0-format],
.taxonomy-term-thematic-form div[id=edit-body-0-format],
.acceptaccform div[id=edit-body-0-format],
.node-rural-structure-form div[id=edit-body-0-format],
.node-ressource-form div[id=edit-body-0-format] {
  display: none;
}
#user-form .js-form-type-managed-file,
.node-project-form .js-form-type-managed-file,
.node-appointment-form .js-form-type-managed-file,
.node-checklist-form .js-form-type-managed-file,
.media-project-document-form .js-form-type-managed-file,
.node-note-form .js-form-type-managed-file,
.taxonomy-term-thematic-form .js-form-type-managed-file,
.acceptaccform .js-form-type-managed-file,
.node-rural-structure-form .js-form-type-managed-file,
.node-ressource-form .js-form-type-managed-file {
  padding: 0.9375rem;
  background: #FFFFFF;
  margin-bottom: 0.625rem;
  border: 1px solid #3A5F2D;
  border-radius: 0.25rem;
}
#user-form .js-form-type-managed-file a,
.node-project-form .js-form-type-managed-file a,
.node-appointment-form .js-form-type-managed-file a,
.node-checklist-form .js-form-type-managed-file a,
.media-project-document-form .js-form-type-managed-file a,
.node-note-form .js-form-type-managed-file a,
.taxonomy-term-thematic-form .js-form-type-managed-file a,
.acceptaccform .js-form-type-managed-file a,
.node-rural-structure-form .js-form-type-managed-file a,
.node-ressource-form .js-form-type-managed-file a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#user-form .js-form-type-managed-file a:hover,
.node-project-form .js-form-type-managed-file a:hover,
.node-appointment-form .js-form-type-managed-file a:hover,
.node-checklist-form .js-form-type-managed-file a:hover,
.media-project-document-form .js-form-type-managed-file a:hover,
.node-note-form .js-form-type-managed-file a:hover,
.taxonomy-term-thematic-form .js-form-type-managed-file a:hover,
.acceptaccform .js-form-type-managed-file a:hover,
.node-rural-structure-form .js-form-type-managed-file a:hover,
.node-ressource-form .js-form-type-managed-file a:hover {
  color: #478927;
}
#user-form .js-form-type-managed-file input[id*=remove-button],
.node-project-form .js-form-type-managed-file input[id*=remove-button],
.node-appointment-form .js-form-type-managed-file input[id*=remove-button],
.node-checklist-form .js-form-type-managed-file input[id*=remove-button],
.media-project-document-form .js-form-type-managed-file input[id*=remove-button],
.node-note-form .js-form-type-managed-file input[id*=remove-button],
.taxonomy-term-thematic-form .js-form-type-managed-file input[id*=remove-button],
.acceptaccform .js-form-type-managed-file input[id*=remove-button],
.node-rural-structure-form .js-form-type-managed-file input[id*=remove-button],
.node-ressource-form .js-form-type-managed-file input[id*=remove-button] {
  margin-left: 10px;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#user-form .js-form-type-managed-file input[id*=remove-button]:hover,
.node-project-form .js-form-type-managed-file input[id*=remove-button]:hover,
.node-appointment-form .js-form-type-managed-file input[id*=remove-button]:hover,
.node-checklist-form .js-form-type-managed-file input[id*=remove-button]:hover,
.media-project-document-form .js-form-type-managed-file input[id*=remove-button]:hover,
.node-note-form .js-form-type-managed-file input[id*=remove-button]:hover,
.taxonomy-term-thematic-form .js-form-type-managed-file input[id*=remove-button]:hover,
.acceptaccform .js-form-type-managed-file input[id*=remove-button]:hover,
.node-rural-structure-form .js-form-type-managed-file input[id*=remove-button]:hover,
.node-ressource-form .js-form-type-managed-file input[id*=remove-button]:hover {
  background: #3A5F2D;
  color: #63EB33;
}
#user-form .image-widget,
.node-project-form .image-widget,
.node-appointment-form .image-widget,
.node-checklist-form .image-widget,
.media-project-document-form .image-widget,
.node-note-form .image-widget,
.taxonomy-term-thematic-form .image-widget,
.acceptaccform .image-widget,
.node-rural-structure-form .image-widget,
.node-ressource-form .image-widget {
  margin-bottom: 0.3125rem;
}
#user-form .image-widget input,
.node-project-form .image-widget input,
.node-appointment-form .image-widget input,
.node-checklist-form .image-widget input,
.media-project-document-form .image-widget input,
.node-note-form .image-widget input,
.taxonomy-term-thematic-form .image-widget input,
.acceptaccform .image-widget input,
.node-rural-structure-form .image-widget input,
.node-ressource-form .image-widget input {
  padding: 0.625rem;
  border: 1px solid #3A5F2D;
  border-radius: 0.25rem;
}
#user-form .image-widget input[id*=remove-button],
.node-project-form .image-widget input[id*=remove-button],
.node-appointment-form .image-widget input[id*=remove-button],
.node-checklist-form .image-widget input[id*=remove-button],
.media-project-document-form .image-widget input[id*=remove-button],
.node-note-form .image-widget input[id*=remove-button],
.taxonomy-term-thematic-form .image-widget input[id*=remove-button],
.acceptaccform .image-widget input[id*=remove-button],
.node-rural-structure-form .image-widget input[id*=remove-button],
.node-ressource-form .image-widget input[id*=remove-button] {
  margin-left: 10px;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#user-form .image-widget input[id*=remove-button]:hover,
.node-project-form .image-widget input[id*=remove-button]:hover,
.node-appointment-form .image-widget input[id*=remove-button]:hover,
.node-checklist-form .image-widget input[id*=remove-button]:hover,
.media-project-document-form .image-widget input[id*=remove-button]:hover,
.node-note-form .image-widget input[id*=remove-button]:hover,
.taxonomy-term-thematic-form .image-widget input[id*=remove-button]:hover,
.acceptaccform .image-widget input[id*=remove-button]:hover,
.node-rural-structure-form .image-widget input[id*=remove-button]:hover,
.node-ressource-form .image-widget input[id*=remove-button]:hover {
  background: #3A5F2D;
  color: #63EB33;
}
#user-form .image-widget span,
.node-project-form .image-widget span,
.node-appointment-form .image-widget span,
.node-checklist-form .image-widget span,
.media-project-document-form .image-widget span,
.node-note-form .image-widget span,
.taxonomy-term-thematic-form .image-widget span,
.acceptaccform .image-widget span,
.node-rural-structure-form .image-widget span,
.node-ressource-form .image-widget span {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
#user-form .file--mime-image-png a,
.node-project-form .file--mime-image-png a,
.node-appointment-form .file--mime-image-png a,
.node-checklist-form .file--mime-image-png a,
.media-project-document-form .file--mime-image-png a,
.node-note-form .file--mime-image-png a,
.taxonomy-term-thematic-form .file--mime-image-png a,
.acceptaccform .file--mime-image-png a,
.node-rural-structure-form .file--mime-image-png a,
.node-ressource-form .file--mime-image-png a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#user-form .file--mime-image-png a:hover,
.node-project-form .file--mime-image-png a:hover,
.node-appointment-form .file--mime-image-png a:hover,
.node-checklist-form .file--mime-image-png a:hover,
.media-project-document-form .file--mime-image-png a:hover,
.node-note-form .file--mime-image-png a:hover,
.taxonomy-term-thematic-form .file--mime-image-png a:hover,
.acceptaccform .file--mime-image-png a:hover,
.node-rural-structure-form .file--mime-image-png a:hover,
.node-ressource-form .file--mime-image-png a:hover {
  color: #478927;
}
#user-form .js-form-type-checkbox,
#user-form .js-form-type-radio,
.node-project-form .js-form-type-checkbox,
.node-project-form .js-form-type-radio,
.node-appointment-form .js-form-type-checkbox,
.node-appointment-form .js-form-type-radio,
.node-checklist-form .js-form-type-checkbox,
.node-checklist-form .js-form-type-radio,
.media-project-document-form .js-form-type-checkbox,
.media-project-document-form .js-form-type-radio,
.node-note-form .js-form-type-checkbox,
.node-note-form .js-form-type-radio,
.taxonomy-term-thematic-form .js-form-type-checkbox,
.taxonomy-term-thematic-form .js-form-type-radio,
.acceptaccform .js-form-type-checkbox,
.acceptaccform .js-form-type-radio,
.node-rural-structure-form .js-form-type-checkbox,
.node-rural-structure-form .js-form-type-radio,
.node-ressource-form .js-form-type-checkbox,
.node-ressource-form .js-form-type-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#user-form .js-form-type-checkbox .description, #user-form .js-form-type-checkbox legend,
#user-form .js-form-type-radio .description,
#user-form .js-form-type-radio legend,
.node-project-form .js-form-type-checkbox .description,
.node-project-form .js-form-type-checkbox legend,
.node-project-form .js-form-type-radio .description,
.node-project-form .js-form-type-radio legend,
.node-appointment-form .js-form-type-checkbox .description,
.node-appointment-form .js-form-type-checkbox legend,
.node-appointment-form .js-form-type-radio .description,
.node-appointment-form .js-form-type-radio legend,
.node-checklist-form .js-form-type-checkbox .description,
.node-checklist-form .js-form-type-checkbox legend,
.node-checklist-form .js-form-type-radio .description,
.node-checklist-form .js-form-type-radio legend,
.media-project-document-form .js-form-type-checkbox .description,
.media-project-document-form .js-form-type-checkbox legend,
.media-project-document-form .js-form-type-radio .description,
.media-project-document-form .js-form-type-radio legend,
.node-note-form .js-form-type-checkbox .description,
.node-note-form .js-form-type-checkbox legend,
.node-note-form .js-form-type-radio .description,
.node-note-form .js-form-type-radio legend,
.taxonomy-term-thematic-form .js-form-type-checkbox .description,
.taxonomy-term-thematic-form .js-form-type-checkbox legend,
.taxonomy-term-thematic-form .js-form-type-radio .description,
.taxonomy-term-thematic-form .js-form-type-radio legend,
.acceptaccform .js-form-type-checkbox .description,
.acceptaccform .js-form-type-checkbox legend,
.acceptaccform .js-form-type-radio .description,
.acceptaccform .js-form-type-radio legend,
.node-rural-structure-form .js-form-type-checkbox .description,
.node-rural-structure-form .js-form-type-checkbox legend,
.node-rural-structure-form .js-form-type-radio .description,
.node-rural-structure-form .js-form-type-radio legend,
.node-ressource-form .js-form-type-checkbox .description,
.node-ressource-form .js-form-type-checkbox legend,
.node-ressource-form .js-form-type-radio .description,
.node-ressource-form .js-form-type-radio legend {
  display: none;
}
#user-form .option,
.node-project-form .option,
.node-appointment-form .option,
.node-checklist-form .option,
.media-project-document-form .option,
.node-note-form .option,
.taxonomy-term-thematic-form .option,
.acceptaccform .option,
.node-rural-structure-form .option,
.node-ressource-form .option {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  color: #3A5F2D;
  margin: 0;
}
#user-form .option a,
.node-project-form .option a,
.node-appointment-form .option a,
.node-checklist-form .option a,
.media-project-document-form .option a,
.node-note-form .option a,
.taxonomy-term-thematic-form .option a,
.acceptaccform .option a,
.node-rural-structure-form .option a,
.node-ressource-form .option a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#user-form .option a:hover,
.node-project-form .option a:hover,
.node-appointment-form .option a:hover,
.node-checklist-form .option a:hover,
.media-project-document-form .option a:hover,
.node-note-form .option a:hover,
.taxonomy-term-thematic-form .option a:hover,
.acceptaccform .option a:hover,
.node-rural-structure-form .option a:hover,
.node-ressource-form .option a:hover {
  color: #478927;
}
#user-form input[type=checkbox],
.node-project-form input[type=checkbox],
.node-appointment-form input[type=checkbox],
.node-checklist-form input[type=checkbox],
.media-project-document-form input[type=checkbox],
.node-note-form input[type=checkbox],
.taxonomy-term-thematic-form input[type=checkbox],
.acceptaccform input[type=checkbox],
.node-rural-structure-form input[type=checkbox],
.node-ressource-form input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: #FFFFFF;
  width: 1.1875rem;
  height: 1.1875rem;
  border: 0.125rem solid #478927;
  border-radius: 3px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
#user-form input[type=checkbox]:checked,
.node-project-form input[type=checkbox]:checked,
.node-appointment-form input[type=checkbox]:checked,
.node-checklist-form input[type=checkbox]:checked,
.media-project-document-form input[type=checkbox]:checked,
.node-note-form input[type=checkbox]:checked,
.taxonomy-term-thematic-form input[type=checkbox]:checked,
.acceptaccform input[type=checkbox]:checked,
.node-rural-structure-form input[type=checkbox]:checked,
.node-ressource-form input[type=checkbox]:checked {
  background: transparent;
  border: 0;
}
#user-form input[type=checkbox]:before,
.node-project-form input[type=checkbox]:before,
.node-appointment-form input[type=checkbox]:before,
.node-checklist-form input[type=checkbox]:before,
.media-project-document-form input[type=checkbox]:before,
.node-note-form input[type=checkbox]:before,
.taxonomy-term-thematic-form input[type=checkbox]:before,
.acceptaccform input[type=checkbox]:before,
.node-rural-structure-form input[type=checkbox]:before,
.node-ressource-form input[type=checkbox]:before {
  content: "\ea0c";
  font-family: "webfont";
  color: #478927;
  font-size: 1.3125rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
#user-form input[type=checkbox]:checked::before,
.node-project-form input[type=checkbox]:checked::before,
.node-appointment-form input[type=checkbox]:checked::before,
.node-checklist-form input[type=checkbox]:checked::before,
.media-project-document-form input[type=checkbox]:checked::before,
.node-note-form input[type=checkbox]:checked::before,
.taxonomy-term-thematic-form input[type=checkbox]:checked::before,
.acceptaccform input[type=checkbox]:checked::before,
.node-rural-structure-form input[type=checkbox]:checked::before,
.node-ressource-form input[type=checkbox]:checked::before {
  transform: scale(1);
}
#user-form input[type=radio],
.node-project-form input[type=radio],
.node-appointment-form input[type=radio],
.node-checklist-form input[type=radio],
.media-project-document-form input[type=radio],
.node-note-form input[type=radio],
.taxonomy-term-thematic-form input[type=radio],
.acceptaccform input[type=radio],
.node-rural-structure-form input[type=radio],
.node-ressource-form input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: #FFFFFF;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.0625rem solid #3A5F2D;
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
}
#user-form input[type=radio]:checked,
.node-project-form input[type=radio]:checked,
.node-appointment-form input[type=radio]:checked,
.node-checklist-form input[type=radio]:checked,
.media-project-document-form input[type=radio]:checked,
.node-note-form input[type=radio]:checked,
.taxonomy-term-thematic-form input[type=radio]:checked,
.acceptaccform input[type=radio]:checked,
.node-rural-structure-form input[type=radio]:checked,
.node-ressource-form input[type=radio]:checked {
  background: transparent;
  border: 0;
}
#user-form input[type=radio]:before,
.node-project-form input[type=radio]:before,
.node-appointment-form input[type=radio]:before,
.node-checklist-form input[type=radio]:before,
.media-project-document-form input[type=radio]:before,
.node-note-form input[type=radio]:before,
.taxonomy-term-thematic-form input[type=radio]:before,
.acceptaccform input[type=radio]:before,
.node-rural-structure-form input[type=radio]:before,
.node-ressource-form input[type=radio]:before {
  content: "\ea31";
  font-family: "webfont";
  color: #3A5F2D;
  font-size: 0.875rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
#user-form input[type=radio]:checked::before,
.node-project-form input[type=radio]:checked::before,
.node-appointment-form input[type=radio]:checked::before,
.node-checklist-form input[type=radio]:checked::before,
.media-project-document-form input[type=radio]:checked::before,
.node-note-form input[type=radio]:checked::before,
.taxonomy-term-thematic-form input[type=radio]:checked::before,
.acceptaccform input[type=radio]:checked::before,
.node-rural-structure-form input[type=radio]:checked::before,
.node-ressource-form input[type=radio]:checked::before {
  transform: scale(1);
}
#user-form button[name=field_attendees_add_more],
.node-project-form button[name=field_attendees_add_more],
.node-appointment-form button[name=field_attendees_add_more],
.node-checklist-form button[name=field_attendees_add_more],
.media-project-document-form button[name=field_attendees_add_more],
.node-note-form button[name=field_attendees_add_more],
.taxonomy-term-thematic-form button[name=field_attendees_add_more],
.acceptaccform button[name=field_attendees_add_more],
.node-rural-structure-form button[name=field_attendees_add_more],
.node-ressource-form button[name=field_attendees_add_more] {
  margin-bottom: 20px;
}
#user-form fieldset[data-drupal-selector=edit-field-date-0],
.node-project-form fieldset[data-drupal-selector=edit-field-date-0],
.node-appointment-form fieldset[data-drupal-selector=edit-field-date-0],
.node-checklist-form fieldset[data-drupal-selector=edit-field-date-0],
.media-project-document-form fieldset[data-drupal-selector=edit-field-date-0],
.node-note-form fieldset[data-drupal-selector=edit-field-date-0],
.taxonomy-term-thematic-form fieldset[data-drupal-selector=edit-field-date-0],
.acceptaccform fieldset[data-drupal-selector=edit-field-date-0],
.node-rural-structure-form fieldset[data-drupal-selector=edit-field-date-0],
.node-ressource-form fieldset[data-drupal-selector=edit-field-date-0] {
  border: 1px solid #3A5F2D;
  border-radius: 4px;
  margin-bottom: 14px;
}
#user-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value,
.node-project-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value,
.node-appointment-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value,
.node-checklist-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value,
.media-project-document-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value,
.node-note-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value,
.taxonomy-term-thematic-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value,
.acceptaccform fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value,
.node-rural-structure-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value,
.node-ressource-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value {
  display: flex;
  gap: 20px;
}
#user-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value .js-form-item,
.node-project-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value .js-form-item,
.node-appointment-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value .js-form-item,
.node-checklist-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value .js-form-item,
.media-project-document-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value .js-form-item,
.node-note-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value .js-form-item,
.taxonomy-term-thematic-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value .js-form-item,
.acceptaccform fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value .js-form-item,
.node-rural-structure-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value .js-form-item,
.node-ressource-form fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value .js-form-item {
  flex: 1;
}
#user-form a[href="/filter/tips"],
.node-project-form a[href="/filter/tips"],
.node-appointment-form a[href="/filter/tips"],
.node-checklist-form a[href="/filter/tips"],
.media-project-document-form a[href="/filter/tips"],
.node-note-form a[href="/filter/tips"],
.taxonomy-term-thematic-form a[href="/filter/tips"],
.acceptaccform a[href="/filter/tips"],
.node-rural-structure-form a[href="/filter/tips"],
.node-ressource-form a[href="/filter/tips"] {
  display: none;
}
#user-form .form-item-field-subtitle-0-value,
.node-project-form .form-item-field-subtitle-0-value,
.node-appointment-form .form-item-field-subtitle-0-value,
.node-checklist-form .form-item-field-subtitle-0-value,
.media-project-document-form .form-item-field-subtitle-0-value,
.node-note-form .form-item-field-subtitle-0-value,
.taxonomy-term-thematic-form .form-item-field-subtitle-0-value,
.acceptaccform .form-item-field-subtitle-0-value,
.node-rural-structure-form .form-item-field-subtitle-0-value,
.node-ressource-form .form-item-field-subtitle-0-value {
  display: none;
}
#user-form summary,
.node-project-form summary,
.node-appointment-form summary,
.node-checklist-form summary,
.media-project-document-form summary,
.node-note-form summary,
.taxonomy-term-thematic-form summary,
.acceptaccform summary,
.node-rural-structure-form summary,
.node-ressource-form summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 10px 0;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #3A5F2D;
  border-bottom: 3px solid #3A5F2D;
}
@media screen and (max-width: 640px) {
  #user-form summary,
  .node-project-form summary,
  .node-appointment-form summary,
  .node-checklist-form summary,
  .media-project-document-form summary,
  .node-note-form summary,
  .taxonomy-term-thematic-form summary,
  .acceptaccform summary,
  .node-rural-structure-form summary,
  .node-ressource-form summary {
    font-size: 1.1875rem;
    line-height: 1.375rem;
    font-weight: 600;
  }
}
#user-form summary:after,
.node-project-form summary:after,
.node-appointment-form summary:after,
.node-checklist-form summary:after,
.media-project-document-form summary:after,
.node-note-form summary:after,
.taxonomy-term-thematic-form summary:after,
.acceptaccform summary:after,
.node-rural-structure-form summary:after,
.node-ressource-form summary:after {
  flex: 0 0 34px;
  content: "\ea11";
  font-family: "webfont";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: #63EB33;
  border-radius: 50%;
  font-size: 26px;
  color: #3A5F2D;
  transform: rotate(180deg);
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 640px) {
  #user-form summary:after,
  .node-project-form summary:after,
  .node-appointment-form summary:after,
  .node-checklist-form summary:after,
  .media-project-document-form summary:after,
  .node-note-form summary:after,
  .taxonomy-term-thematic-form summary:after,
  .acceptaccform summary:after,
  .node-rural-structure-form summary:after,
  .node-ressource-form summary:after {
    font-size: 18px;
    padding: 4px;
    flex: 0 0 31px;
  }
}
#user-form summary::marker,
.node-project-form summary::marker,
.node-appointment-form summary::marker,
.node-checklist-form summary::marker,
.media-project-document-form summary::marker,
.node-note-form summary::marker,
.taxonomy-term-thematic-form summary::marker,
.acceptaccform summary::marker,
.node-rural-structure-form summary::marker,
.node-ressource-form summary::marker {
  list-style: none;
}
#user-form summary[aria-pressed=true]:after,
.node-project-form summary[aria-pressed=true]:after,
.node-appointment-form summary[aria-pressed=true]:after,
.node-checklist-form summary[aria-pressed=true]:after,
.media-project-document-form summary[aria-pressed=true]:after,
.node-note-form summary[aria-pressed=true]:after,
.taxonomy-term-thematic-form summary[aria-pressed=true]:after,
.acceptaccform summary[aria-pressed=true]:after,
.node-rural-structure-form summary[aria-pressed=true]:after,
.node-ressource-form summary[aria-pressed=true]:after {
  transform: rotate(0deg);
  background: #6E04D7;
  color: #F3F3EF;
}
#user-form details,
.node-project-form details,
.node-appointment-form details,
.node-checklist-form details,
.media-project-document-form details,
.node-note-form details,
.taxonomy-term-thematic-form details,
.acceptaccform details,
.node-rural-structure-form details,
.node-ressource-form details {
  margin-bottom: 1.25rem;
}
#user-form details legend,
.node-project-form details legend,
.node-appointment-form details legend,
.node-checklist-form details legend,
.media-project-document-form details legend,
.node-note-form details legend,
.taxonomy-term-thematic-form details legend,
.acceptaccform details legend,
.node-rural-structure-form details legend,
.node-ressource-form details legend {
  display: none;
}
#user-form details > details,
.node-project-form details > details,
.node-appointment-form details > details,
.node-checklist-form details > details,
.media-project-document-form details > details,
.node-note-form details > details,
.taxonomy-term-thematic-form details > details,
.acceptaccform details > details,
.node-rural-structure-form details > details,
.node-ressource-form details > details {
  margin-bottom: 10px;
}
#user-form details > details > summary,
.node-project-form details > details > summary,
.node-appointment-form details > details > summary,
.node-checklist-form details > details > summary,
.media-project-document-form details > details > summary,
.node-note-form details > details > summary,
.taxonomy-term-thematic-form details > details > summary,
.acceptaccform details > details > summary,
.node-rural-structure-form details > details > summary,
.node-ressource-form details > details > summary {
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 3px solid #478927;
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  color: #478927;
}
@media screen and (max-width: 1200px) {
  #user-form details > details > summary,
  .node-project-form details > details > summary,
  .node-appointment-form details > details > summary,
  .node-checklist-form details > details > summary,
  .media-project-document-form details > details > summary,
  .node-note-form details > details > summary,
  .taxonomy-term-thematic-form details > details > summary,
  .acceptaccform details > details > summary,
  .node-rural-structure-form details > details > summary,
  .node-ressource-form details > details > summary {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  #user-form details > details > summary,
  .node-project-form details > details > summary,
  .node-appointment-form details > details > summary,
  .node-checklist-form details > details > summary,
  .media-project-document-form details > details > summary,
  .node-note-form details > details > summary,
  .taxonomy-term-thematic-form details > details > summary,
  .acceptaccform details > details > summary,
  .node-rural-structure-form details > details > summary,
  .node-ressource-form details > details > summary {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
#user-form details > details > summary:after,
.node-project-form details > details > summary:after,
.node-appointment-form details > details > summary:after,
.node-checklist-form details > details > summary:after,
.media-project-document-form details > details > summary:after,
.node-note-form details > details > summary:after,
.taxonomy-term-thematic-form details > details > summary:after,
.acceptaccform details > details > summary:after,
.node-rural-structure-form details > details > summary:after,
.node-ressource-form details > details > summary:after {
  flex: 0 0 36px;
  content: "\ea11";
  font-family: "webfont";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  background: #63EB33;
  border-radius: 50%;
  font-size: 18px;
  color: #3A5F2D;
  transform: rotate(180deg);
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#user-form #edit-actions,
.node-project-form #edit-actions,
.node-appointment-form #edit-actions,
.node-checklist-form #edit-actions,
.media-project-document-form #edit-actions,
.node-note-form #edit-actions,
.taxonomy-term-thematic-form #edit-actions,
.acceptaccform #edit-actions,
.node-rural-structure-form #edit-actions,
.node-ressource-form #edit-actions {
  display: flex;
  justify-content: flex-end;
  border-top: 2px solid #3A5F2D;
  padding-top: 20px;
  gap: 0.9375rem;
}
#user-form #edit-actions #edit-submit,
.node-project-form #edit-actions #edit-submit,
.node-appointment-form #edit-actions #edit-submit,
.node-checklist-form #edit-actions #edit-submit,
.media-project-document-form #edit-actions #edit-submit,
.node-note-form #edit-actions #edit-submit,
.taxonomy-term-thematic-form #edit-actions #edit-submit,
.acceptaccform #edit-actions #edit-submit,
.node-rural-structure-form #edit-actions #edit-submit,
.node-ressource-form #edit-actions #edit-submit {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#user-form #edit-actions #edit-submit:hover,
.node-project-form #edit-actions #edit-submit:hover,
.node-appointment-form #edit-actions #edit-submit:hover,
.node-checklist-form #edit-actions #edit-submit:hover,
.media-project-document-form #edit-actions #edit-submit:hover,
.node-note-form #edit-actions #edit-submit:hover,
.taxonomy-term-thematic-form #edit-actions #edit-submit:hover,
.acceptaccform #edit-actions #edit-submit:hover,
.node-rural-structure-form #edit-actions #edit-submit:hover,
.node-ressource-form #edit-actions #edit-submit:hover {
  background: #3A5F2D;
  color: #63EB33;
}
#user-form #edit-actions .button--danger,
.node-project-form #edit-actions .button--danger,
.node-appointment-form #edit-actions .button--danger,
.node-checklist-form #edit-actions .button--danger,
.media-project-document-form #edit-actions .button--danger,
.node-note-form #edit-actions .button--danger,
.taxonomy-term-thematic-form #edit-actions .button--danger,
.acceptaccform #edit-actions .button--danger,
.node-rural-structure-form #edit-actions .button--danger,
.node-ressource-form #edit-actions .button--danger {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #FFFFFF;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#user-form #edit-actions .button--danger:hover,
.node-project-form #edit-actions .button--danger:hover,
.node-appointment-form #edit-actions .button--danger:hover,
.node-checklist-form #edit-actions .button--danger:hover,
.media-project-document-form #edit-actions .button--danger:hover,
.node-note-form #edit-actions .button--danger:hover,
.taxonomy-term-thematic-form #edit-actions .button--danger:hover,
.acceptaccform #edit-actions .button--danger:hover,
.node-rural-structure-form #edit-actions .button--danger:hover,
.node-ressource-form #edit-actions .button--danger:hover {
  background: #3A5F2D;
  color: #63EB33;
}
#user-form .tabledrag-toggle-weight-wrapper,
#user-form td.field-multiple-drag,
.node-project-form .tabledrag-toggle-weight-wrapper,
.node-project-form td.field-multiple-drag,
.node-appointment-form .tabledrag-toggle-weight-wrapper,
.node-appointment-form td.field-multiple-drag,
.node-checklist-form .tabledrag-toggle-weight-wrapper,
.node-checklist-form td.field-multiple-drag,
.media-project-document-form .tabledrag-toggle-weight-wrapper,
.media-project-document-form td.field-multiple-drag,
.node-note-form .tabledrag-toggle-weight-wrapper,
.node-note-form td.field-multiple-drag,
.taxonomy-term-thematic-form .tabledrag-toggle-weight-wrapper,
.taxonomy-term-thematic-form td.field-multiple-drag,
.acceptaccform .tabledrag-toggle-weight-wrapper,
.acceptaccform td.field-multiple-drag,
.node-rural-structure-form .tabledrag-toggle-weight-wrapper,
.node-rural-structure-form td.field-multiple-drag,
.node-ressource-form .tabledrag-toggle-weight-wrapper,
.node-ressource-form td.field-multiple-drag {
  display: none;
}
#user-form [id^=field-accompaniement-thematic-values],
#user-form [id^=field-projets-values],
.node-project-form [id^=field-accompaniement-thematic-values],
.node-project-form [id^=field-projets-values],
.node-appointment-form [id^=field-accompaniement-thematic-values],
.node-appointment-form [id^=field-projets-values],
.node-checklist-form [id^=field-accompaniement-thematic-values],
.node-checklist-form [id^=field-projets-values],
.media-project-document-form [id^=field-accompaniement-thematic-values],
.media-project-document-form [id^=field-projets-values],
.node-note-form [id^=field-accompaniement-thematic-values],
.node-note-form [id^=field-projets-values],
.taxonomy-term-thematic-form [id^=field-accompaniement-thematic-values],
.taxonomy-term-thematic-form [id^=field-projets-values],
.acceptaccform [id^=field-accompaniement-thematic-values],
.acceptaccform [id^=field-projets-values],
.node-rural-structure-form [id^=field-accompaniement-thematic-values],
.node-rural-structure-form [id^=field-projets-values],
.node-ressource-form [id^=field-accompaniement-thematic-values],
.node-ressource-form [id^=field-projets-values] {
  width: 100%;
}
#user-form .field-label,
.node-project-form .field-label,
.node-appointment-form .field-label,
.node-checklist-form .field-label,
.media-project-document-form .field-label,
.node-note-form .field-label,
.taxonomy-term-thematic-form .field-label,
.acceptaccform .field-label,
.node-rural-structure-form .field-label,
.node-ressource-form .field-label {
  text-align: left;
}
#user-form .field-label .label,
.node-project-form .field-label .label,
.node-appointment-form .field-label .label,
.node-checklist-form .field-label .label,
.media-project-document-form .field-label .label,
.node-note-form .field-label .label,
.taxonomy-term-thematic-form .field-label .label,
.acceptaccform .field-label .label,
.node-rural-structure-form .field-label .label,
.node-ressource-form .field-label .label {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #3A5F2D;
}
#user-form .clearfix,
.node-project-form .clearfix,
.node-appointment-form .clearfix,
.node-checklist-form .clearfix,
.media-project-document-form .clearfix,
.node-note-form .clearfix,
.taxonomy-term-thematic-form .clearfix,
.acceptaccform .clearfix,
.node-rural-structure-form .clearfix,
.node-ressource-form .clearfix {
  margin-bottom: 20px;
}
#user-form .clearfix .field-add-more-submit,
.node-project-form .clearfix .field-add-more-submit,
.node-appointment-form .clearfix .field-add-more-submit,
.node-checklist-form .clearfix .field-add-more-submit,
.media-project-document-form .clearfix .field-add-more-submit,
.node-note-form .clearfix .field-add-more-submit,
.taxonomy-term-thematic-form .clearfix .field-add-more-submit,
.acceptaccform .clearfix .field-add-more-submit,
.node-rural-structure-form .clearfix .field-add-more-submit,
.node-ressource-form .clearfix .field-add-more-submit {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#user-form .clearfix .field-add-more-submit:before,
.node-project-form .clearfix .field-add-more-submit:before,
.node-appointment-form .clearfix .field-add-more-submit:before,
.node-checklist-form .clearfix .field-add-more-submit:before,
.media-project-document-form .clearfix .field-add-more-submit:before,
.node-note-form .clearfix .field-add-more-submit:before,
.taxonomy-term-thematic-form .clearfix .field-add-more-submit:before,
.acceptaccform .clearfix .field-add-more-submit:before,
.node-rural-structure-form .clearfix .field-add-more-submit:before,
.node-ressource-form .clearfix .field-add-more-submit:before {
  content: "";
  font-size: 1rem;
  margin-right: 8px;
}
#user-form .clearfix .field-add-more-submit:hover,
.node-project-form .clearfix .field-add-more-submit:hover,
.node-appointment-form .clearfix .field-add-more-submit:hover,
.node-checklist-form .clearfix .field-add-more-submit:hover,
.media-project-document-form .clearfix .field-add-more-submit:hover,
.node-note-form .clearfix .field-add-more-submit:hover,
.taxonomy-term-thematic-form .clearfix .field-add-more-submit:hover,
.acceptaccform .clearfix .field-add-more-submit:hover,
.node-rural-structure-form .clearfix .field-add-more-submit:hover,
.node-ressource-form .clearfix .field-add-more-submit:hover {
  background: #591899;
}
#user-form button[id*=actions-delete],
.node-project-form button[id*=actions-delete],
.node-appointment-form button[id*=actions-delete],
.node-checklist-form button[id*=actions-delete],
.media-project-document-form button[id*=actions-delete],
.node-note-form button[id*=actions-delete],
.taxonomy-term-thematic-form button[id*=actions-delete],
.acceptaccform button[id*=actions-delete],
.node-rural-structure-form button[id*=actions-delete],
.node-ressource-form button[id*=actions-delete] {
  color: #478927;
}
#user-form button[data-drupal-selector=edit-submit],
.node-project-form button[data-drupal-selector=edit-submit],
.node-appointment-form button[data-drupal-selector=edit-submit],
.node-checklist-form button[data-drupal-selector=edit-submit],
.media-project-document-form button[data-drupal-selector=edit-submit],
.node-note-form button[data-drupal-selector=edit-submit],
.taxonomy-term-thematic-form button[data-drupal-selector=edit-submit],
.acceptaccform button[data-drupal-selector=edit-submit],
.node-rural-structure-form button[data-drupal-selector=edit-submit],
.node-ressource-form button[data-drupal-selector=edit-submit] {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#user-form button[data-drupal-selector=edit-submit]:before,
.node-project-form button[data-drupal-selector=edit-submit]:before,
.node-appointment-form button[data-drupal-selector=edit-submit]:before,
.node-checklist-form button[data-drupal-selector=edit-submit]:before,
.media-project-document-form button[data-drupal-selector=edit-submit]:before,
.node-note-form button[data-drupal-selector=edit-submit]:before,
.taxonomy-term-thematic-form button[data-drupal-selector=edit-submit]:before,
.acceptaccform button[data-drupal-selector=edit-submit]:before,
.node-rural-structure-form button[data-drupal-selector=edit-submit]:before,
.node-ressource-form button[data-drupal-selector=edit-submit]:before {
  content: "\ea1a";
  font-size: 1rem;
  margin-right: 8px;
}
#user-form button[data-drupal-selector=edit-submit]:hover,
.node-project-form button[data-drupal-selector=edit-submit]:hover,
.node-appointment-form button[data-drupal-selector=edit-submit]:hover,
.node-checklist-form button[data-drupal-selector=edit-submit]:hover,
.media-project-document-form button[data-drupal-selector=edit-submit]:hover,
.node-note-form button[data-drupal-selector=edit-submit]:hover,
.taxonomy-term-thematic-form button[data-drupal-selector=edit-submit]:hover,
.acceptaccform button[data-drupal-selector=edit-submit]:hover,
.node-rural-structure-form button[data-drupal-selector=edit-submit]:hover,
.node-ressource-form button[data-drupal-selector=edit-submit]:hover {
  background: #591899;
}
#user-form fieldset#field_image_content-media-library-wrapper,
#user-form fieldset#field_image-media-library-wrapper,
.node-project-form fieldset#field_image_content-media-library-wrapper,
.node-project-form fieldset#field_image-media-library-wrapper,
.node-appointment-form fieldset#field_image_content-media-library-wrapper,
.node-appointment-form fieldset#field_image-media-library-wrapper,
.node-checklist-form fieldset#field_image_content-media-library-wrapper,
.node-checklist-form fieldset#field_image-media-library-wrapper,
.media-project-document-form fieldset#field_image_content-media-library-wrapper,
.media-project-document-form fieldset#field_image-media-library-wrapper,
.node-note-form fieldset#field_image_content-media-library-wrapper,
.node-note-form fieldset#field_image-media-library-wrapper,
.taxonomy-term-thematic-form fieldset#field_image_content-media-library-wrapper,
.taxonomy-term-thematic-form fieldset#field_image-media-library-wrapper,
.acceptaccform fieldset#field_image_content-media-library-wrapper,
.acceptaccform fieldset#field_image-media-library-wrapper,
.node-rural-structure-form fieldset#field_image_content-media-library-wrapper,
.node-rural-structure-form fieldset#field_image-media-library-wrapper,
.node-ressource-form fieldset#field_image_content-media-library-wrapper,
.node-ressource-form fieldset#field_image-media-library-wrapper {
  background: #FFFFFF;
  border-radius: 4px;
}
#user-form fieldset#field_image_content-media-library-wrapper span.field-prefix,
#user-form fieldset#field_image-media-library-wrapper span.field-prefix,
.node-project-form fieldset#field_image_content-media-library-wrapper span.field-prefix,
.node-project-form fieldset#field_image-media-library-wrapper span.field-prefix,
.node-appointment-form fieldset#field_image_content-media-library-wrapper span.field-prefix,
.node-appointment-form fieldset#field_image-media-library-wrapper span.field-prefix,
.node-checklist-form fieldset#field_image_content-media-library-wrapper span.field-prefix,
.node-checklist-form fieldset#field_image-media-library-wrapper span.field-prefix,
.media-project-document-form fieldset#field_image_content-media-library-wrapper span.field-prefix,
.media-project-document-form fieldset#field_image-media-library-wrapper span.field-prefix,
.node-note-form fieldset#field_image_content-media-library-wrapper span.field-prefix,
.node-note-form fieldset#field_image-media-library-wrapper span.field-prefix,
.taxonomy-term-thematic-form fieldset#field_image_content-media-library-wrapper span.field-prefix,
.taxonomy-term-thematic-form fieldset#field_image-media-library-wrapper span.field-prefix,
.acceptaccform fieldset#field_image_content-media-library-wrapper span.field-prefix,
.acceptaccform fieldset#field_image-media-library-wrapper span.field-prefix,
.node-rural-structure-form fieldset#field_image_content-media-library-wrapper span.field-prefix,
.node-rural-structure-form fieldset#field_image-media-library-wrapper span.field-prefix,
.node-ressource-form fieldset#field_image_content-media-library-wrapper span.field-prefix,
.node-ressource-form fieldset#field_image-media-library-wrapper span.field-prefix {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  margin-bottom: 10px;
}
#user-form fieldset#field_image_content-media-library-wrapper button.form-submit,
#user-form fieldset#field_image-media-library-wrapper button.form-submit,
.node-project-form fieldset#field_image_content-media-library-wrapper button.form-submit,
.node-project-form fieldset#field_image-media-library-wrapper button.form-submit,
.node-appointment-form fieldset#field_image_content-media-library-wrapper button.form-submit,
.node-appointment-form fieldset#field_image-media-library-wrapper button.form-submit,
.node-checklist-form fieldset#field_image_content-media-library-wrapper button.form-submit,
.node-checklist-form fieldset#field_image-media-library-wrapper button.form-submit,
.media-project-document-form fieldset#field_image_content-media-library-wrapper button.form-submit,
.media-project-document-form fieldset#field_image-media-library-wrapper button.form-submit,
.node-note-form fieldset#field_image_content-media-library-wrapper button.form-submit,
.node-note-form fieldset#field_image-media-library-wrapper button.form-submit,
.taxonomy-term-thematic-form fieldset#field_image_content-media-library-wrapper button.form-submit,
.taxonomy-term-thematic-form fieldset#field_image-media-library-wrapper button.form-submit,
.acceptaccform fieldset#field_image_content-media-library-wrapper button.form-submit,
.acceptaccform fieldset#field_image-media-library-wrapper button.form-submit,
.node-rural-structure-form fieldset#field_image_content-media-library-wrapper button.form-submit,
.node-rural-structure-form fieldset#field_image-media-library-wrapper button.form-submit,
.node-ressource-form fieldset#field_image_content-media-library-wrapper button.form-submit,
.node-ressource-form fieldset#field_image-media-library-wrapper button.form-submit {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-bottom: 10px;
}
#user-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
#user-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.node-project-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.node-project-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.node-appointment-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.node-appointment-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.node-checklist-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.node-checklist-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.media-project-document-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.media-project-document-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.node-note-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.node-note-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.taxonomy-term-thematic-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.taxonomy-term-thematic-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.acceptaccform fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.acceptaccform fieldset#field_image-media-library-wrapper button.form-submit:before,
.node-rural-structure-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.node-rural-structure-form fieldset#field_image-media-library-wrapper button.form-submit:before,
.node-ressource-form fieldset#field_image_content-media-library-wrapper button.form-submit:before,
.node-ressource-form fieldset#field_image-media-library-wrapper button.form-submit:before {
  content: "\ea01";
  font-size: 1rem;
  margin-right: 8px;
}
#user-form fieldset#field_image_content-media-library-wrapper button.form-submit:hover,
#user-form fieldset#field_image-media-library-wrapper button.form-submit:hover,
.node-project-form fieldset#field_image_content-media-library-wrapper button.form-submit:hover,
.node-project-form fieldset#field_image-media-library-wrapper button.form-submit:hover,
.node-appointment-form fieldset#field_image_content-media-library-wrapper button.form-submit:hover,
.node-appointment-form fieldset#field_image-media-library-wrapper button.form-submit:hover,
.node-checklist-form fieldset#field_image_content-media-library-wrapper button.form-submit:hover,
.node-checklist-form fieldset#field_image-media-library-wrapper button.form-submit:hover,
.media-project-document-form fieldset#field_image_content-media-library-wrapper button.form-submit:hover,
.media-project-document-form fieldset#field_image-media-library-wrapper button.form-submit:hover,
.node-note-form fieldset#field_image_content-media-library-wrapper button.form-submit:hover,
.node-note-form fieldset#field_image-media-library-wrapper button.form-submit:hover,
.taxonomy-term-thematic-form fieldset#field_image_content-media-library-wrapper button.form-submit:hover,
.taxonomy-term-thematic-form fieldset#field_image-media-library-wrapper button.form-submit:hover,
.acceptaccform fieldset#field_image_content-media-library-wrapper button.form-submit:hover,
.acceptaccform fieldset#field_image-media-library-wrapper button.form-submit:hover,
.node-rural-structure-form fieldset#field_image_content-media-library-wrapper button.form-submit:hover,
.node-rural-structure-form fieldset#field_image-media-library-wrapper button.form-submit:hover,
.node-ressource-form fieldset#field_image_content-media-library-wrapper button.form-submit:hover,
.node-ressource-form fieldset#field_image-media-library-wrapper button.form-submit:hover {
  background: #591899;
}
#user-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image_content],
#user-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image],
#user-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image_content],
#user-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image],
.node-project-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.node-project-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image],
.node-project-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.node-project-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image],
.node-appointment-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.node-appointment-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image],
.node-appointment-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.node-appointment-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image],
.node-checklist-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.node-checklist-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image],
.node-checklist-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.node-checklist-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image],
.media-project-document-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.media-project-document-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image],
.media-project-document-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.media-project-document-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image],
.node-note-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.node-note-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image],
.node-note-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.node-note-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image],
.taxonomy-term-thematic-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.taxonomy-term-thematic-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image],
.taxonomy-term-thematic-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.taxonomy-term-thematic-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image],
.acceptaccform fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.acceptaccform fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image],
.acceptaccform fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.acceptaccform fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image],
.node-rural-structure-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.node-rural-structure-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image],
.node-rural-structure-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.node-rural-structure-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image],
.node-ressource-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.node-ressource-form fieldset#field_image_content-media-library-wrapper button[data-media-library-widget-update=field_image],
.node-ressource-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image_content],
.node-ressource-form fieldset#field_image-media-library-wrapper button[data-media-library-widget-update=field_image] {
  display: none;
}
#user-form fieldset#field_image-media-library-wrapper,
.node-project-form fieldset#field_image-media-library-wrapper,
.node-appointment-form fieldset#field_image-media-library-wrapper,
.node-checklist-form fieldset#field_image-media-library-wrapper,
.media-project-document-form fieldset#field_image-media-library-wrapper,
.node-note-form fieldset#field_image-media-library-wrapper,
.taxonomy-term-thematic-form fieldset#field_image-media-library-wrapper,
.acceptaccform fieldset#field_image-media-library-wrapper,
.node-rural-structure-form fieldset#field_image-media-library-wrapper,
.node-ressource-form fieldset#field_image-media-library-wrapper {
  margin-bottom: 12px;
}

.node-checklist-form div[data-drupal-selector=edit-field-elements-0] .paragraph-top {
  display: none;
}
.node-checklist-form .clearfix {
  margin-bottom: 20px;
}
.node-checklist-form .clearfix button.field-add-more-submit {
  position: relative;
}
.node-checklist-form .clearfix button.field-add-more-submit:after {
  content: "";
  position: absolute;
  right: -104px;
  height: 100%;
  width: 100px;
  background: #F3F3EF;
  pointer-events: none;
}
.node-checklist-form div[data-drupal-selector=edit-actions] button[data-drupal-selector=edit-preview] {
  display: none;
}

.node-rural-structure-form .clearfix {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 1px;
}
.node-rural-structure-form .placeholder {
  position: relative;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
.node-rural-structure-form .placeholder:before {
  content: "";
  position: absolute;
  left: -17px;
  height: 100%;
  width: 16px;
  background: #F3F3EF;
}
.node-rural-structure-form .js-filter-guidelines,
.node-rural-structure-form div[data-drupal-selector=edit-field-domains-to-share-0-format-help],
.node-rural-structure-form .paragraphs-tabs-hide {
  display: none;
}
.node-rural-structure-form button[data-drupal-selector=edit-preview] {
  display: none;
}
.node-rural-structure-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.node-rural-structure-form .field-multiple-table {
  width: 100%;
}
.node-rural-structure-form .field-multiple-table .paragraphs-dropdown-toggle {
  border: none;
}
.node-rural-structure-form .field-multiple-table .paragraphs-dropdown-toggle:hover {
  background-color: #63EB33;
}
.node-rural-structure-form .field-multiple-table .paragraphs-dropdown.open .paragraphs-dropdown-actions {
  padding: 10px;
}
.node-rural-structure-form .field-multiple-table .field-dragdrop-mode-submit,
.node-rural-structure-form .field-multiple-table .paragraphs-icon-button,
.node-rural-structure-form .field-multiple-table .button--small,
.node-rural-structure-form .field-multiple-table .button--extrasmall {
  color: #3A5F2D;
}
.node-rural-structure-form .field-multiple-table .field-dragdrop-mode-submit:hover,
.node-rural-structure-form .field-multiple-table .paragraphs-icon-button:hover,
.node-rural-structure-form .field-multiple-table .button--small:hover,
.node-rural-structure-form .field-multiple-table .button--extrasmall:hover {
  color: #63EB33;
}

.file-upload-js-error {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #FF4848;
  margin: 0.3125rem;
}

.acceptaccform #edit-submit {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.acceptaccform #edit-submit:hover {
  background: #3A5F2D;
  color: #63EB33;
}

.node-appointment-form .field--name-field-attendees table {
  width: 100%;
}
.node-appointment-form .field--name-field-attendees td.delta-order {
  display: none;
}
.node-appointment-form .field--name-field-attendees .form-submit {
  margin-bottom: 0.875rem;
}

.ui-widget-content.ui-autocomplete {
  background: #ffffff;
}

form.getaccform {
  padding: 20px 0;
  max-width: 49.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  form.getaccform {
    padding: 20px 0;
  }
}
form.getaccform h2 {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  form.getaccform h2 {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  form.getaccform h2 {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
form.getaccform .form-column-wrapper {
  padding: 15px 20px 15px 20px;
  background: #FFFFFF;
  border: 1px solid #3A5F2D;
  border-radius: 4px;
}
form.getaccform #edit-account {
  border: 1px solid #3A5F2D;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.25rem;
  margin-bottom: 0.625rem;
}
form.getaccform .js-form-type-email,
form.getaccform .js-form-type-textfield,
form.getaccform .js-form-type-password,
form.getaccform .js-form-type-password:not(#edit-pass),
form.getaccform .js-form-type-number,
form.getaccform .js-form-type-select,
form.getaccform .js-form-type-textarea,
form.getaccform .js-form-type-checkbox,
form.getaccform .js-form-type-entity-autocomplete,
form.getaccform .field--name-field-accompaniement-thematic,
form.getaccform .field--name-field-projets {
  display: flex;
  align-items: center;
  gap: 20px;
}
form.getaccform .js-form-type-email:not(:last-child),
form.getaccform .js-form-type-textfield:not(:last-child),
form.getaccform .js-form-type-password:not(:last-child),
form.getaccform .js-form-type-password:not(#edit-pass):not(:last-child),
form.getaccform .js-form-type-number:not(:last-child),
form.getaccform .js-form-type-select:not(:last-child),
form.getaccform .js-form-type-textarea:not(:last-child),
form.getaccform .js-form-type-checkbox:not(:last-child),
form.getaccform .js-form-type-entity-autocomplete:not(:last-child),
form.getaccform .field--name-field-accompaniement-thematic:not(:last-child),
form.getaccform .field--name-field-projets:not(:last-child) {
  margin-bottom: 14px;
}
form.getaccform .buttons-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
form.getaccform input[id=edit-submit] {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
form.getaccform input[id=edit-submit]:before {
  content: "\ea32";
  font-size: 1rem;
  margin-right: 8px;
}
form.getaccform input[id=edit-submit]:hover {
  background: #591899;
}
form.getaccform a.form-submit {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: #63EB33;
  color: #3A5F2D;
  font-weight: 600;
}
form.getaccform a.form-submit:before {
  content: "\ea14";
  font-size: 1rem;
  margin-right: 8px;
}
form.getaccform a.form-submit:hover {
  background: #591899;
}
form.getaccform a.form-submit:hover {
  background: #3A5F2D;
  color: #FFFFFF;
}
form.getaccform .form-textarea {
  resize: none;
  height: 167px;
}
form.getaccform .form-textarea[disabled] {
  background: rgba(113, 113, 113, 0.1019607843);
}
form.getaccform #edit-pass {
  padding: 0;
}
form.getaccform input:not(:last-child) {
  margin-bottom: 0.625rem;
}
form.getaccform input[type=text],
form.getaccform input[type=email],
form.getaccform input[type=password],
form.getaccform input[type=number],
form.getaccform textarea {
  cursor: text;
  position: relative;
  height: 35px;
  border-radius: 4px;
  width: 100%;
  padding: 5px 15px;
}
form.getaccform input[type=text]:hover,
form.getaccform input[type=email]:hover,
form.getaccform input[type=password]:hover,
form.getaccform input[type=number]:hover,
form.getaccform textarea:hover {
  border: solid 1px #63EB33;
}
form.getaccform input[type=text]:focus,
form.getaccform input[type=email]:focus,
form.getaccform input[type=password]:focus,
form.getaccform input[type=number]:focus,
form.getaccform textarea:focus {
  border: solid 3px #63EB33;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
}
form.getaccform input[type=text].error,
form.getaccform input[type=email].error,
form.getaccform input[type=password].error,
form.getaccform input[type=number].error,
form.getaccform textarea.error {
  border: solid 1px #FF4848;
}
form.getaccform input[type=text]::placeholder,
form.getaccform input[type=email]::placeholder,
form.getaccform input[type=password]::placeholder,
form.getaccform input[type=number]::placeholder,
form.getaccform textarea::placeholder {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
}
form.getaccform label {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #3A5F2D;
  margin-bottom: 0.25rem;
  flex: 0 0 170px;
}
form.getaccform .description {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
}
form.getaccform .description a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
form.getaccform .description a:hover {
  color: #478927;
}
form.getaccform .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 35px;
  line-height: 32px;
  border-radius: 4px;
}
form.getaccform .js-form-type-checkbox,
form.getaccform .js-form-type-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
form.getaccform .js-form-type-checkbox .description, form.getaccform .js-form-type-checkbox legend,
form.getaccform .js-form-type-radio .description,
form.getaccform .js-form-type-radio legend {
  display: none;
}
form.getaccform .option {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  color: #3A5F2D;
  margin: 0;
}
form.getaccform input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: #FFFFFF;
  width: 1.1875rem;
  height: 1.1875rem;
  border: 0.125rem solid #478927;
  border-radius: 3px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
form.getaccform input[type=checkbox]:checked {
  background: transparent;
  border: 0;
}
form.getaccform input[type=checkbox]:before {
  content: "\ea0c";
  font-family: "webfont";
  color: #478927;
  font-size: 1.3125rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
form.getaccform input[type=checkbox]:checked::before {
  transform: scale(1);
}
form.getaccform input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: #FFFFFF;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.0625rem solid #3A5F2D;
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
}
form.getaccform input[type=radio]:checked {
  background: transparent;
  border: 0;
}
form.getaccform input[type=radio]:before {
  content: "\ea31";
  font-family: "webfont";
  color: #3A5F2D;
  font-size: 0.875rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
form.getaccform input[type=radio]:checked::before {
  transform: scale(1);
}
form.getaccform button[name=field_attendees_add_more] {
  margin-bottom: 20px;
}
form.getaccform fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value {
  display: flex;
  gap: 20px;
}
form.getaccform fieldset[data-drupal-selector=edit-field-date-0] #edit-field-date-0-value .js-form-item {
  flex: 1;
}
form.getaccform summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 10px 0;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #3A5F2D;
  border-bottom: 3px solid #3A5F2D;
}
@media screen and (max-width: 640px) {
  form.getaccform summary {
    font-size: 1.1875rem;
    line-height: 1.375rem;
    font-weight: 600;
  }
}
form.getaccform summary:after {
  flex: 0 0 45px;
  content: "\ea11";
  font-family: "webfont";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #63EB33;
  border-radius: 50%;
  font-size: 21px;
  color: #3A5F2D;
  transform: rotate(180deg);
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 640px) {
  form.getaccform summary:after {
    font-size: 18px;
    padding: 4px;
    flex: 0 0 31px;
  }
}
form.getaccform summary::marker {
  list-style: none;
}
form.getaccform summary[aria-pressed=true]:after {
  transform: rotate(0deg);
  background: #6E04D7;
  color: #F3F3EF;
}
form.getaccform details {
  margin-bottom: 1.25rem;
}
form.getaccform details legend {
  display: none;
}
form.getaccform details > details {
  margin-bottom: 10px;
}
form.getaccform details > details > summary {
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 3px solid #478927;
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  color: #478927;
}
@media screen and (max-width: 1200px) {
  form.getaccform details > details > summary {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  form.getaccform details > details > summary {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
form.getaccform details > details > summary:after {
  flex: 0 0 36px;
  content: "\ea11";
  font-family: "webfont";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  background: #63EB33;
  border-radius: 50%;
  font-size: 18px;
  color: #3A5F2D;
  transform: rotate(180deg);
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
form.getaccform #edit-actions {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  padding-top: 6px;
}
form.getaccform .tabledrag-toggle-weight-wrapper,
form.getaccform td.field-multiple-drag {
  display: none;
}
form.getaccform [id^=field-accompaniement-thematic-values],
form.getaccform [id^=field-projets-values] {
  width: 100%;
}
form.getaccform .field-label {
  text-align: left;
}
form.getaccform .field-label .label {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #3A5F2D;
}
form.getaccform .field-add-more-submit {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
form.getaccform .field-add-more-submit:before {
  content: "";
  font-size: 1rem;
  margin-right: 8px;
}
form.getaccform .field-add-more-submit:hover {
  background: #591899;
}
form.getaccform button[id*=actions-delete] {
  color: #478927;
}

.sendform {
  border-top: 1px solid #3A5F2D;
  max-width: 49.625rem;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}
.sendform legend {
  width: 100%;
  text-align: center;
}
.sendform legend span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  margin-bottom: 25px;
}
.sendform .fieldset-wrapper #edit-users {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sendform .fieldset-wrapper #edit-users label:not(label.option) {
  display: none;
}
.sendform .fieldset-wrapper .js-form-item {
  position: relative;
  padding: 20px;
  flex: 0 0 48%;
  border: 1px solid #3A5F2D;
  border-radius: 4px;
  background: #FFFFFF;
}
.sendform .fieldset-wrapper .js-form-item input[type=checkbox] {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: #FFFFFF;
  width: 1.1875rem;
  height: 1.1875rem;
  border: 0.125rem solid #478927;
  border-radius: 3px;
  display: grid;
  place-content: center;
  cursor: pointer;
  top: 9px;
  right: 9px;
}
.sendform .fieldset-wrapper .js-form-item input[type=checkbox]:checked {
  background: transparent;
  border: 0;
}
.sendform .fieldset-wrapper .js-form-item input[type=checkbox]:before {
  content: "\ea0c";
  font-family: "webfont";
  color: #478927;
  font-size: 1.3125rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.sendform .fieldset-wrapper .js-form-item input[type=checkbox]:checked::before {
  transform: scale(1);
}
.sendform .fieldset-wrapper .js-form-item label {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #3A5F2D;
}
.sendform #edit-actions {
  display: flex;
  justify-content: flex-end;
  border-top: 2px solid #3A5F2D;
  padding-top: 20px;
}
.sendform #edit-actions input {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.sendform #edit-actions input:hover {
  background: #3A5F2D;
  color: #63EB33;
}
.sendform .form-footer {
  margin-bottom: 40px;
}
.sendform .form-footer p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  text-align: center;
}

.user-pass-reset {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.user-pass-reset p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A3A3A;
  margin-bottom: 15px;
}
.user-pass-reset .form-actions {
  margin-top: 15px;
}
.user-pass-reset .form-actions .button {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 600;
  background: #63EB33;
  color: #3A5F2D;
  border-radius: 25px;
  display: inline-block;
  padding: 5.5px 17px;
  height: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.user-pass-reset .form-actions .button:hover {
  background: #3A5F2D;
  color: #63EB33;
}

.forum_teaser {
  background: #FFFFFF;
  border-bottom: 1px solid #3A5F2D;
  padding: 0.9375rem 1.25rem;
}
.forum_teaser__title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  font-weight: 600;
  color: #3A5F2D;
  margin-bottom: 0.3125rem;
}
.forum_teaser__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 640px) {
  .forum_teaser__content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.forum_teaser__desc,
.forum_teaser p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #3A5F2D;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.forum_teaser__picture {
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
@media screen and (max-width: 640px) {
  .forum_teaser__picture {
    margin-bottom: 0.625rem;
  }
}
.forum_teaser__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}
.forum_teaser__links--read {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #6E04D7;
  padding: 5.5px 15px;
  color: #FFFFFF;
  border-radius: 25px;
  width: fit-content;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.forum_teaser__links--read:before {
  content: "\ea1c";
  font-size: 1rem;
  margin-right: 8px;
}
.forum_teaser__links--read:hover {
  background: #591899;
}
@media screen and (max-width: 1024px) {
  .forum_teaser__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
}
.forum_teaser__comments {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.forum_teaser__comments--add-comment {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-decoration: underline;
  color: #3A5F2D;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.forum_teaser__comments--add-comment:hover {
  color: #478927;
}
.forum_teaser__comments--comment-count {
  display: flex;
  align-items: center;
  color: #3A5F2D;
}
.forum_teaser__comments--comment-count::before {
  content: "\ea28";
  margin-right: 5px;
}
.forum_teaser__comments--comment-count:hover {
  color: #478927;
}
@media screen and (max-width: 640px) {
  .forum_teaser__comments {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.625rem;
  }
}

.forum_teaser:nth-child(2n) {
  background: rgba(113, 113, 113, 0.1019607843);
}

/*# sourceMappingURL=main.css.map */
