@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 62.5%;
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Colors
 */
/**
 * Breakpoints
 */
/**
 * Utils
 */
/*
--- Z-Index register ---

-1:

0:

1:

*/
/*
* Functions
*/
/*
* Mixins
*/
.print_loader {
  border: 6px solid lightgrey;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 2s linear infinite;
  display: none;
  float: left;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#print_datas_rapport_button,
#print_data_rapport_button {
  float: left;
  font-weight: 600;
  font-style: normal;
}

#community_list {
  margin-top: 8.6rem;
}

#cnes_hp_video {
  width: 100%;
  margin-top: 50%;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/RalewayBoldItalic.eot");
  src: url("../fonts/RalewayBoldItalic.eot") format("embedded-opentype"), url("../fonts/RalewayBoldItalic.woff2") format("woff2"), url("../fonts/RalewayBoldItalic.woff") format("woff"), url("../fonts/RalewayBoldItalic.ttf") format("truetype"), url("../fonts/RalewayBoldItalic.svg#RalewayBoldItalic") format("svg");
}
.search-results-view__item-type, .node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateappleical,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ategoogle,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateoutlook,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateoutlookcom, .node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateappleical em,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ategoogle em,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateoutlook em,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateoutlookcom em, body {
  font-family: "Montserrat", sans-serif;
}

.section-hp-why__more-link, .node--type-evenement .evenement__add-to-calendar, .node--type-communaute .communaute__mea-link,
.node--type-adherent .communaute__mea-link,
.node--type-actualite .communaute__mea-link,
.node--type-ressource .communaute__mea-link, .node--type-communaute .communaute__members-total,
.node--type-adherent .communaute__members-total,
.node--type-actualite .communaute__members-total,
.node--type-ressource .communaute__members-total, .communaute-teaser__mea-diff {
  font-family: "Raleway", sans-serif;
}

/*
* Generics
*/
*, html {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body * {
  letter-spacing: 0.05em;
}

::selection {
  background: #4a2cf9;
  color: white;
}

h1, .h1, .path-user .page-title,
.path-contact .page-title,
.path-cnes-user .page-title,
h2, .h2, .user-profile__title,
h3,
h4 {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  h1, .h1, .path-user .page-title,
  .path-contact .page-title,
  .path-cnes-user .page-title,
  h2, .h2, .user-profile__title,
  h3,
  h4 {
    word-wrap: break-word;
    letter-spacing: 0;
  }
}

h1, .h1, .path-user .page-title,
.path-contact .page-title,
.path-cnes-user .page-title {
  position: relative;
  font-size: 5rem;
  font-weight: bold;
  color: #4a2cf9;
}
@media screen and (max-width: 1440px) {
  h1, .h1, .path-user .page-title,
  .path-contact .page-title,
  .path-cnes-user .page-title {
    font-size: calc(8px + 2.9166666667vw);
  }
}
@media screen and (max-width: 1023px) {
  h1, .h1, .path-user .page-title,
  .path-contact .page-title,
  .path-cnes-user .page-title {
    font-size: calc(8px + 5.8666666667vw);
  }
}

h2, .h2, .user-profile__title {
  font-size: 4rem;
  color: #4a2cf9;
}
h2 span, .h2 span, .user-profile__title span {
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  h2, .h2, .user-profile__title {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2.5rem;
  color: #291d6b;
}

h4 {
  font-size: 2rem;
  font-weight: normal;
  color: #291d6b;
}

h5 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #7789a6;
}

p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4285714286;
  color: #291d6b;
}
p a:not(.cta) {
  text-decoration: underline;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 200ms;
  color: #4a2cf9;
}
a:hover {
  color: #be23d9;
  text-decoration: none;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

/*
* Placeholders
*/
.node--type-article figure.align-center:before,
.node--type-article img.align-center:before,
.rte figure.align-center:before,
.rte img.align-center:before, .other-events:before, .other-events__list:before, .bureau:before, .ressources:before, .ressources__list:before, .page-node-type-evenement .ressources__list:before, .actualites:before, .actualites__list:before, .events:before, .node--type-article figure.align-center:after,
.node--type-article img.align-center:after,
.rte figure.align-center:after,
.rte img.align-center:after, .other-events:after, .other-events__list:after, .bureau:after, .ressources:after, .ressources__list:after, .page-node-type-evenement .ressources__list:after, .actualites:after, .actualites__list:after, .events:after {
  content: "";
  display: table;
  clear: both;
}

.cc-bar__actions button, .list-header__cta--calendar, body:not(.page-node-type-evenement) .ressource-teaser__cta, .events__item-switch, .popin__close-btn, .cta, .path-user #edit-submit, .node--type-communaute .communaute__news #edit-submit,
.node--type-adherent .communaute__news #edit-submit,
.node--type-actualite .communaute__news #edit-submit,
.node--type-ressource .communaute__news #edit-submit, .user-form .form-submit, #infoBannerCloseBtn {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.cc-bar__actions button:hover, .list-header__cta--calendar:hover, body:not(.page-node-type-evenement) .ressource-teaser__cta:hover, .events__item-switch:hover, .popin__close-btn:hover, .cta:hover, .path-user #edit-submit:hover, .node--type-communaute .communaute__news #edit-submit:hover,
.node--type-adherent .communaute__news #edit-submit:hover,
.node--type-actualite .communaute__news #edit-submit:hover,
.node--type-ressource .communaute__news #edit-submit:hover, .user-form .form-submit:hover, #infoBannerCloseBtn:hover {
  cursor: pointer;
}

.cc-bar__inner, .path-communaute-data .stats-container, .user-profile, .form-header, .cnes-form, .layout-content {
  max-width: 1380px;
  margin: 0 auto;
}

.region-header #search-block-form .js-form-type-search, .region-header #block-userprofileblock .user-account, .sidebar__mobile-cta .icon--cross, .is-open.sidebar .icon--burger {
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 0s ease 200ms;
}

.region-header #search-block-form.has-bar-open .js-form-type-search, .region-header #block-userprofileblock:hover .user-account, .sidebar__mobile-cta .icon--burger, .is-open.sidebar .icon--cross {
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease, visibility 0s ease 0s;
}

.list-header__cta.is-active .list-header__icon, .list-header__cta:hover .list-header__icon, .node--type-evenement .evenement__more-subscribe, .path-liste-evenements .flatpickr-day:not(.disabled),
.path-tous-les-evenements-futur .flatpickr-day:not(.disabled),
.path-tous-les-evenements-passes .flatpickr-day:not(.disabled),
.path-tous-les-evenements-passes-full .flatpickr-day:not(.disabled),
.path-tous-les-evenements .flatpickr-day:not(.disabled),
.path-liste-evenements-passes .flatpickr-day:not(.disabled),
.path-liste-evenements-futur .flatpickr-day:not(.disabled), .sidebar .subscribe-link__icon, body:not(.page-node-type-evenement) .ressource-teaser, .cta--gradient, .path-user #edit-submit, .node--type-communaute .communaute__news #edit-submit,
.node--type-adherent .communaute__news #edit-submit,
.node--type-actualite .communaute__news #edit-submit,
.node--type-ressource .communaute__news #edit-submit, .user-form .form-submit {
  color: white;
  background-image: linear-gradient(60deg, #4a2cf9, #be23d9);
  background-size: 100%;
}

body:not(.page-node-type-evenement) .ressource-teaser, .cta--gradient, .path-user #edit-submit, .node--type-communaute .communaute__news #edit-submit,
.node--type-adherent .communaute__news #edit-submit,
.node--type-actualite .communaute__news #edit-submit,
.node--type-ressource .communaute__news #edit-submit, .user-form .form-submit {
  transition: all 200ms ease;
}
body:not(.page-node-type-evenement) .ressource-teaser:hover, .cta--gradient:hover, .path-user #edit-submit:hover, .node--type-communaute .communaute__news #edit-submit:hover,
.node--type-adherent .communaute__news #edit-submit:hover,
.node--type-actualite .communaute__news #edit-submit:hover,
.node--type-ressource .communaute__news #edit-submit:hover, .user-form .form-submit:hover {
  color: white;
  background-image: linear-gradient(60deg, #4a2cf9 0%, #be23d9 75%);
  background-size: 200%;
}

#views-exposed-form-search-content-page-1 .form-text:focus, .other-event:hover, .path-tous-les-evenements-futur .flatpickr-calendar, .path-tous-les-evenements .flatpickr-calendar, .path-tous-les-evenements-passes .flatpickr-calendar, .path-tous-les-evenements-passes-full .flatpickr-calendar, .node--type-actualite .sidebar__inner, .node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown, .node--type-evenement .sidebar__inner, .all_event_commet_list, .node--type-communaute .sidebar__inner,
.node--type-adherent .sidebar__inner,
.node--type-ressource .sidebar__inner, .communaute-teaser:hover, .region-header #search-block-form .js-form-type-search, .region-header #block-userprofileblock .user-account, .popin {
  box-shadow: 0 0 60px 0 #a1a9b0;
}

.node--type-page, .user-profile, .node--type-actualite, .node--type-evenement, .node--type-communaute,
.node--type-adherent,
.node--type-ressource, .form-container, .list-container {
  position: relative;
}
.node--type-page:before, .user-profile:before, .node--type-actualite:before, .node--type-evenement:before, .node--type-communaute:before,
.node--type-adherent:before,
.node--type-ressource:before, .form-container:before, .list-container:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: #fafafd;
  border-radius: 5px;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .node--type-page:before, .user-profile:before, .node--type-actualite:before, .node--type-evenement:before, .node--type-communaute:before,
  .node--type-adherent:before,
  .node--type-ressource:before, .form-container:before, .list-container:before {
    right: auto;
    left: auto;
    width: 100vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-page:before, .user-profile:before, .node--type-actualite:before, .node--type-evenement:before, .node--type-communaute:before,
  .node--type-adherent:before,
  .node--type-ressource:before, .form-container:before, .list-container:before {
    margin-left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-page:before, .user-profile:before, .node--type-actualite:before, .node--type-evenement:before, .node--type-communaute:before,
  .node--type-adherent:before,
  .node--type-ressource:before, .form-container:before, .list-container:before {
    margin-left: -25px;
  }
}
.node--type-page > *, .user-profile > *, .node--type-actualite > *, .node--type-evenement > *, .node--type-communaute > *,
.node--type-adherent > *,
.node--type-ressource > *, .form-container > *, .list-container > * {
  position: relative;
  z-index: 0;
}
.form-container:before, .list-container:before {
  background-color: white;
}

.node--type-article li:before,
.rte li:before, .user-profile__section-edit:before, .section-hp-why__more-link:before, .path-tous-les-evenements-futur .go-today-link:before, .path-tous-les-evenements .go-today-link:before, .path-tous-les-evenements-passes .go-today-link:before, .path-tous-les-evenements-passes-full .go-today-link:before, .ressources__link:before, .actualites__link:before, .node--type-evenement .evenement__add-to-calendar:before, .node--type-communaute .communaute__more-link:before,
.node--type-adherent .communaute__more-link:before,
.node--type-actualite .communaute__more-link:before,
.node--type-ressource .communaute__more-link:before, .region-content li:before, .cta--dot:before {
  content: "•";
  margin-right: 1.1em;
  font-size: 1.1em;
  font-weight: bold;
  color: currentColor;
  text-decoration: none !important;
  font-family: arial, sans-serif;
}

.node--type-actualite .actualite__mini-title:after, .node--type-evenement .evenement__mini-title:after {
  content: "•";
  margin-left: 1.1em;
  font-size: 1.1em;
  font-weight: bold;
  color: currentColor;
  text-decoration: none !important;
  font-family: arial, sans-serif;
}

.path-tous-les-evenements-futur .list-container__header,
.path-tous-les-evenements-passes .list-container__header,
.path-tous-les-evenements-passes-full .list-container__header,
.path-tous-les-evenements .list-container__header,
.path-liste-evenements .list-container__header,
.path-liste-evenements-passes .list-container__header,
.path-liste-evenements-futur .list-container__header, .node--type-actualite .actualite__header, .node--type-evenement .evenement__header, .node--type-communaute .communaute__header,
.node--type-adherent .communaute__header,
.node--type-actualite .communaute__header,
.node--type-ressource .communaute__header {
  position: absolute;
}

.path-tous-les-evenements-futur .list-container__list,
.path-tous-les-evenements-passes .list-container__list,
.path-tous-les-evenements-passes-full .list-container__list,
.path-tous-les-evenements .list-container__list,
.path-liste-evenements .list-container__list,
.path-liste-evenements-passes .list-container__list,
.path-liste-evenements-futur .list-container__list, .bureau, .ressources, .actualites, .node--type-actualite .actualite__content, .node--type-evenement .evenement__content, .events, .node--type-communaute .communaute__content,
.node--type-adherent .communaute__content,
.node--type-actualite .communaute__content,
.node--type-ressource .communaute__content, .node--type-communaute .communaute__news,
.node--type-adherent .communaute__news,
.node--type-actualite .communaute__news,
.node--type-ressource .communaute__news {
  padding-right: 70px;
}
@media screen and (max-width: 1023px) {
  .path-tous-les-evenements-futur .list-container__list,
  .path-tous-les-evenements-passes .list-container__list,
  .path-tous-les-evenements-passes-full .list-container__list,
  .path-tous-les-evenements .list-container__list,
  .path-liste-evenements .list-container__list,
  .path-liste-evenements-passes .list-container__list,
  .path-liste-evenements-futur .list-container__list, .bureau, .ressources, .actualites, .node--type-actualite .actualite__content, .node--type-evenement .evenement__content, .events, .node--type-communaute .communaute__content,
  .node--type-adherent .communaute__content,
  .node--type-actualite .communaute__content,
  .node--type-ressource .communaute__content, .node--type-communaute .communaute__news,
  .node--type-adherent .communaute__news,
  .node--type-actualite .communaute__news,
  .node--type-ressource .communaute__news {
    padding-right: 0;
  }
}

.user-profile__avatar, .bureau__membre-avatar, .characteristics__animateur-avatar, .node--type-communaute .communaute__mea-item,
.node--type-adherent .communaute__mea-item,
.node--type-actualite .communaute__mea-item,
.node--type-ressource .communaute__mea-item, .node--type-communaute .communaute__animateur-avatar,
.node--type-adherent .communaute__animateur-avatar,
.node--type-actualite .communaute__animateur-avatar,
.node--type-ressource .communaute__animateur-avatar, .communaute-teaser__mea-item, .form-logo, .user-form .image-preview, .region-header #block-userprofileblock .user-avatar, .sidebar .subscribe-link__icon {
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  -webkit-clip-path: circle(50% at 50% 50%);
}

.node--type-actualite, .node--type-evenement, .node--type-communaute,
.node--type-adherent,
.node--type-ressource, .list-container {
  position: relative;
  padding-left: 340px;
}
@media screen and (max-width: 1023px) {
  .node--type-actualite, .node--type-evenement, .node--type-communaute,
  .node--type-adherent,
  .node--type-ressource, .list-container {
    padding-left: 0;
  }
}

.sidebar {
  position: absolute;
  left: 130px;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  body:not(.path-tous-les-evenements-futur):not(.path-tous-les-evenements-passes) .sidebar {
    position: relative;
    top: auto !important;
    left: auto;
    width: 100vw !important;
    transform: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sidebar {
    margin: 0 -30px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar {
    margin: 0 -25px;
  }
}
.is-open.sidebar .sidebar__inner {
  max-height: 75vh !important;
  margin-bottom: 0 !important;
  overflow-y: auto !important;
  transform: translateY(0) !important;
  visibility: visible !important;
  opacity: 1 !important;
  transition: max-height 200ms ease, transform 200ms ease, opacity 200ms ease, visibility 0s ease 0s !important;
}
@media screen and (max-width: 1023px) {
  .is-open.sidebar .sidebar__footer {
    display: block;
    box-shadow: -10px 10px 40px -2px rgba(161, 169, 176, 0.5);
  }
}

.sidebar__mobile-cta {
  display: none !important;
  position: relative;
  width: 100%;
  padding-left: 14.9333333333vw;
  font-size: 3.2vw;
  text-align: left;
  outline: none;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .sidebar__mobile-cta {
    display: block !important;
  }
}
.sidebar__mobile-cta:after {
  content: "";
  position: absolute;
  right: 6.6666666667vw;
  bottom: 0;
  left: 6.6666666667vw;
  height: 2px;
  background-color: #eef2f5;
}
.sidebar__mobile-cta .icon {
  position: absolute;
  top: 50%;
  left: 9.3333333333vw;
  transform: translateY(-50%);
  fill: #4a2cf9;
}
.sidebar__mobile-cta .icon--burger {
  width: 3.7333333333vw;
  height: 2.6666666667vw;
}
.sidebar__mobile-cta .icon--cross {
  width: 2.9333333333vw;
  height: 2.9333333333vw;
}

.sidebar__vignette {
  position: absolute;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .sidebar__vignette {
    display: none;
  }
}
.sidebar__vignette img {
  display: block;
}

.sidebar__inner {
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  body:not(.path-tous-les-evenements-futur):not(.path-tous-les-evenements):not(.path-tous-les-evenements-passes) .sidebar__inner {
    max-height: 0;
    padding: 0 20px 20px !important;
    margin-bottom: -20px;
    transform: translateY(-40px);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 200ms ease, transform 200ms ease, opacity 200ms ease, visibility 0s ease 200ms;
    box-shadow: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .sidebar__footer {
    display: none;
    background-color: white;
  }
}

.sidebar__picto {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  padding: 9px;
  border-radius: 50%;
  background-color: white;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .sidebar__picto {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    transform: none;
    margin: 1em 0;
    padding: 2px;
  }
}

.sidebar__communaute {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #4a2cf9;
}
@media screen and (max-width: 1023px) {
  .sidebar__communaute {
    width: calc(100% - 40px);
  }
}

.sidebar__menu-item {
  padding: 0.7em 0.8em;
  border-top: 1px solid #eef2f5;
}
.sidebar__menu-item .sidebar__menu-link {
  font-size: 1.2rem;
  line-height: 1em;
  word-break: break-word;
}
.sidebar__menu-item:before {
  content: none !important;
}
.active.sidebar__menu-item {
  color: #4a2cf9;
}
.active.sidebar__menu-item:before {
  position: relative;
  display: inline-block;
  content: "" !important;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4a2cf9;
  margin-right: 0.2em;
}
.active.sidebar__menu-item .sidebar__menu-link {
  color: #4a2cf9;
}

.sidebar__menu-link {
  font-size: 1rem;
  font-style: italic;
  color: #291d6b;
  text-transform: uppercase;
}

.sidebar .subscribe-link {
  padding: 0 0 0 25px;
  margin-top: 30px;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .sidebar .subscribe-link {
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 1.5em !important;
  }
}
.sidebar .subscribe-link__icon {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
}
.sidebar .subscribe-link__icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  transform: translate(-50%, -50%) rotate(45deg);
  fill: white;
}
.sidebar .subscribe-link__label {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 1.2rem;
  white-space: normal;
}

#infoBanner {
  position: relative;
  width: 100%;
  max-width: 1057px;
  padding: 45px 0 45px 55px;
  margin: 0 auto -87.5px;
  border-radius: 5px;
  background-color: white;
  transform: translateY(-50%);
  box-shadow: 0 0 60px #eef2f5;
}
@media screen and (max-width: 1023px) {
  #infoBanner {
    padding: 5.3333333333vw 0 5.3333333333vw 5.3333333333vw;
    margin: 30px auto;
  }
  .communaute__banner#infoBanner {
    transform: none !important;
  }
}
#infoBanner .icon {
  fill: #4a2cf9;
}
#infoBanner .icon--info {
  display: inline-block;
  margin-right: 40px;
  width: 57px;
  height: 42px;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  #infoBanner .icon--info {
    vertical-align: top;
    width: 12.2666666667vw;
    height: 9.0666666667vw;
    margin-right: 5.3333333333vw;
    max-width: 57px;
    max-height: 42px;
  }
}

#infoBannerInner {
  display: inline-block;
  width: 73%;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  #infoBannerInner {
    width: 65%;
  }
}
#infoBannerInner > *:first-child {
  margin: 0;
}

#infoBannerCloseBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 12px;
  height: 12px;
}
#infoBannerCloseBtn .icon--cross {
  width: 100%;
  height: 100%;
}

#infoBanner {
  margin-top: 50px;
}
#infoBanner.hp__banner {
  transform: translateY(-145px);
}
@media (max-width: 1200px) {
  #infoBanner.hp__banner {
    transform: translateY(-120px);
  }
}
@media screen and (max-width: 1023px) {
  #infoBanner.hp__banner {
    transform: translateY(-50px);
    margin: -20px auto;
  }
}

.user-profile__row, .ressources__row, .liste-adherents__row, .form-wrapper--inline, .field--type-list-string .form-radios {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .user-profile__row, .ressources__row, .liste-adherents__row, .form-wrapper--inline, .field--type-list-string .form-radios {
    flex-direction: column;
  }
}

.user-profile__col, .ressources__col, .liste-adherents__col, .form-wrapper--inline > .form-wrapper, .field--type-list-string .form-radios > .form-item {
  padding-left: 1rem;
  padding-right: 1rem;
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .user-profile__col, .ressources__col, .liste-adherents__col, .form-wrapper--inline > .form-wrapper, .field--type-list-string .form-radios > .form-item {
    margin-top: 1rem;
  }
}

.flex-media {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-media__object {
  flex-shrink: 0;
}

.flex-media__body {
  flex-shrink: 1;
}

/**
 * utils
 */
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.acenter {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

/*
* Drupal overrides
*/
body.dev.debug:before {
  content: "";
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: red;
}
body.dev.toolbar-free {
  margin: 0 !important;
  padding-top: 0 !important;
}
body.dev.toolbar-free #toolbar-administration {
  display: none;
}
@media screen and (max-width: 1024px) {
  body.dev.toolbar-tray-open {
    margin: 0 !important;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  body.dev #toolbar-administration {
    display: none;
  }
}
body.dev pre.sf-dump {
  text-align: left;
}
body.dev #block-cnes-local-tasks,
body.dev [data-contextual-id] {
  height: 50px;
}

/* Admin insite pages actions list */
.block-local-tasks-block {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .block-local-tasks-block {
    width: 96vw;
    right: 50%;
    transform: translateX(50%);
  }
}
.path-frontpage .block-local-tasks-block {
  top: -66px;
  bottom: 100%;
}
.path-frontpage.has-banner .block-local-tasks-block {
  top: -66px;
  bottom: calc(100% + 90px);
}
.page-node-type-actualite .block-local-tasks-block {
  top: -66px;
}
@media screen and (max-width: 1023px) {
  .page-node-type-actualite .block-local-tasks-block {
    top: 0 !important;
    transform: translate(50%, -100%);
  }
}
.page-node-type-actualite.has-banner .block-local-tasks-block {
  top: -66px;
}
.page-node-type-article .block-local-tasks-block {
  top: -66px;
}
.page-node-type-article.has-banner .block-local-tasks-block {
  top: -66px;
}
@media screen and (max-width: 1023px) {
  .page-node-type-article.has-banner .block-local-tasks-block {
    top: 100px;
  }
}
.page-node-type-communaute .block-local-tasks-block {
  top: -66px;
}
@media screen and (max-width: 1023px) {
  .page-node-type-communaute .block-local-tasks-block {
    top: 0 !important;
    transform: translate(50%, -50%);
  }
}
.page-node-type-communaute.has-banner .block-local-tasks-block {
  top: -66px;
}
.page-node-type-evenement .block-local-tasks-block {
  top: -66px;
}
@media screen and (max-width: 1023px) {
  .page-node-type-evenement .block-local-tasks-block {
    top: 0 !important;
    transform: translate(50%, -50%);
  }
}
.page-node-type-evenement.has-banner .block-local-tasks-block {
  top: -66px;
}
.page-node-type-page .block-local-tasks-block {
  top: -66px;
}
@media screen and (max-width: 1023px) {
  .page-node-type-page .block-local-tasks-block {
    top: 0 !important;
    transform: translate(50%, -50%);
  }
}
.page-node-type-page.has-banner .block-local-tasks-block {
  top: -66px;
}
.block-local-tasks-block .tabs {
  margin: 0;
  padding: 0;
  display: inline-block;
  background-color: white;
  border-radius: 5px;
}
@media screen and (max-width: 1023px) {
  .block-local-tasks-block .tabs {
    display: block;
    text-align: center;
  }
}
.block-local-tasks-block .tabs li {
  display: inline-block;
}
.block-local-tasks-block .tabs li:before {
  content: none;
}
.block-local-tasks-block .tabs a {
  padding: 2em;
  display: block;
}
@media screen and (max-width: 1023px) {
  .block-local-tasks-block .tabs a {
    padding: 0.8em;
    font-size: 1rem;
  }
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 800ms ease;
}

body {
  background-image: url("../images/geodesiques.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #eef2f5;
  background-size: contain;
}
body.path-frontpage {
  background-image: none;
}
.ie11 body {
  background-image: url("../images/geodesiques.png");
}

main[role=main] {
  background-image: url("../images/geodesiques.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.ie11 main[role=main] {
  background-image: url("../images/geodesiques.png");
}

.messages {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 300;
}
.messages__item + .messages__item {
  margin-top: 0;
}
.messages a {
  color: inherit;
  font-size: inherit;
}

.layout-container {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .layout-container {
    padding: 0 25px;
  }
}
.layout-container > header {
  margin: 0 -30px;
}
@media screen and (max-width: 767px) {
  .layout-container > header {
    margin: 0 -25px 78px;
  }
}

.cta, .path-user #edit-submit, .node--type-communaute .communaute__news #edit-submit,
.node--type-adherent .communaute__news #edit-submit,
.node--type-actualite .communaute__news #edit-submit,
.node--type-ressource .communaute__news #edit-submit, .user-form .form-submit {
  font-weight: 500;
  line-height: 1.15;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.cta:disabled, .path-user #edit-submit:disabled, .node--type-communaute .communaute__news #edit-submit:disabled,
.node--type-adherent .communaute__news #edit-submit:disabled,
.node--type-actualite .communaute__news #edit-submit:disabled,
.node--type-ressource .communaute__news #edit-submit:disabled, .user-form .form-submit:disabled {
  background-color: #a1a2a2 !important;
  background-image: none !important;
  color: #58508c !important;
  cursor: default;
}
.cta:not(.cta--square), .path-user #edit-submit:not(.cta--square), .node--type-communaute .communaute__news #edit-submit:not(.cta--square),
.node--type-adherent .communaute__news #edit-submit:not(.cta--square),
.node--type-actualite .communaute__news #edit-submit:not(.cta--square),
.node--type-ressource .communaute__news #edit-submit:not(.cta--square), .user-form .form-submit:not(.cta--square) {
  display: inline-block;
  border-radius: 4.2857142857em;
}
.cta:not(.cta--square):not(.cta--fat), .path-user #edit-submit:not(.cta--square):not(.cta--fat), .node--type-communaute .communaute__news #edit-submit:not(.cta--square):not(.cta--fat),
.node--type-adherent .communaute__news #edit-submit:not(.cta--square):not(.cta--fat),
.node--type-actualite .communaute__news #edit-submit:not(.cta--square):not(.cta--fat),
.node--type-ressource .communaute__news #edit-submit:not(.cta--square):not(.cta--fat), .user-form .form-submit:not(.cta--square):not(.cta--fat) {
  padding: 0.9166666667em 2.1666666667em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cta:not(.cta--square):not(.cta--fat), .path-user #edit-submit:not(.cta--square):not(.cta--fat), .node--type-communaute .communaute__news #edit-submit:not(.cta--square):not(.cta--fat),
  .node--type-adherent .communaute__news #edit-submit:not(.cta--square):not(.cta--fat),
  .node--type-actualite .communaute__news #edit-submit:not(.cta--square):not(.cta--fat),
  .node--type-ressource .communaute__news #edit-submit:not(.cta--square):not(.cta--fat), .user-form .form-submit:not(.cta--square):not(.cta--fat) {
    padding: 0.95em 1.8em;
  }
}
.cta--white {
  color: #4a2cf9;
  background-color: white;
}
.cta--square {
  display: block;
  padding: 1.6666666667em 5.3333333333vw 1.5em 14.9333333333vw;
  border-radius: 0;
  border: none;
}
.cta--border {
  border: 1px solid #90a1bc;
}
.cta--fat {
  padding: 0.8571428571em 2.1428571429em;
}
.cta + .cta, .path-user #edit-submit + .cta, .node--type-communaute .communaute__news #edit-submit + .cta,
.node--type-adherent .communaute__news #edit-submit + .cta,
.node--type-actualite .communaute__news #edit-submit + .cta,
.node--type-ressource .communaute__news #edit-submit + .cta, .user-form .form-submit + .cta, .path-user .cta + #edit-submit, .path-user #edit-submit + #edit-submit, .user-form .path-user .form-submit + #edit-submit, .path-user .user-form .form-submit + #edit-submit, .node--type-communaute .communaute__news .cta + #edit-submit, .node--type-communaute .communaute__news #edit-submit + #edit-submit, .user-form .node--type-communaute .communaute__news .form-submit + #edit-submit, .node--type-communaute .communaute__news .user-form .form-submit + #edit-submit,
.node--type-adherent .communaute__news .cta + #edit-submit,
.node--type-adherent .communaute__news #edit-submit + #edit-submit,
.user-form .node--type-adherent .communaute__news .form-submit + #edit-submit,
.node--type-adherent .communaute__news .user-form .form-submit + #edit-submit,
.node--type-actualite .communaute__news .cta + #edit-submit,
.node--type-actualite .communaute__news #edit-submit + #edit-submit,
.user-form .node--type-actualite .communaute__news .form-submit + #edit-submit,
.node--type-actualite .communaute__news .user-form .form-submit + #edit-submit,
.node--type-ressource .communaute__news .cta + #edit-submit,
.node--type-ressource .communaute__news #edit-submit + #edit-submit,
.user-form .node--type-ressource .communaute__news .form-submit + #edit-submit,
.node--type-ressource .communaute__news .user-form .form-submit + #edit-submit, .user-form .cta + .form-submit, .path-user .user-form #edit-submit + .form-submit, .user-form .path-user #edit-submit + .form-submit, .node--type-communaute .communaute__news .user-form #edit-submit + .form-submit, .user-form .node--type-communaute .communaute__news #edit-submit + .form-submit,
.node--type-adherent .communaute__news .user-form #edit-submit + .form-submit,
.user-form .node--type-adherent .communaute__news #edit-submit + .form-submit,
.node--type-actualite .communaute__news .user-form #edit-submit + .form-submit,
.user-form .node--type-actualite .communaute__news #edit-submit + .form-submit,
.node--type-ressource .communaute__news .user-form #edit-submit + .form-submit,
.user-form .node--type-ressource .communaute__news #edit-submit + .form-submit, .user-form .form-submit + .form-submit {
  margin-left: 1em;
}
@media screen and (min-width: 1024px) {
  .large-visible--block {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .large-visible--inline {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .large-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .medium-visible--block {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .medium-visible--inline {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .medium-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .small-visible--block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .small-visible--inline {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .small-hidden {
    display: none !important;
  }
}

.region-content {
  position: relative;
}
.region-content li {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4285714286;
}

.social-media-sharing li:before {
  content: none;
}
.social-media-sharing .share {
  display: block;
  width: 20px;
  height: 20px;
}
.social-media-sharing .share img {
  display: none;
}
.social-media-sharing .share.facebook-share {
  background-image: url("../images/fb.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 20px;
}
.social-media-sharing .share.facebook-share:hover {
  background-image: url("../images/fb-hover.svg");
}
.social-media-sharing .share.linkedin {
  background-image: url("../images/linkedin.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 17px;
}
.social-media-sharing .share.linkedin:hover {
  background-image: url("../images/linkedin-hover.svg");
}
.social-media-sharing .share.twitter {
  background-image: url("../images/twitter.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 15px;
}
.social-media-sharing .share.twitter:hover {
  background-image: url("../images/twitter-hover.svg");
}
.social-media-sharing .share.email {
  background-image: url("../images/email.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 14px;
}
.social-media-sharing .share.email:hover {
  background-image: url("../images/email-hover.svg");
}

.icon--twitter {
  background-image: url("../images/twitter.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.icon--linkedin {
  background-image: url("../images/linkedin.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.icon--email {
  background-image: url("../images/email.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.pager {
  padding: 20px 0;
}
.pager__item {
  display: inline-block;
  padding: 10px;
  margin: 0;
  vertical-align: middle;
}
.pager__item.is-active a {
  color: white;
  background-color: #4a2cf9;
}
.pager__item--first, .pager__item--last {
  display: none;
}
.pager__item--previous a, .pager__item--next a {
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: 10px;
}
.pager__item--previous span, .pager__item--next span {
  display: none;
}
.pager__item--previous a {
  background-image: url("../images/arrow-left-blue.svg");
}
.pager__item--next a {
  background-image: url("../images/arrow-right-blue.svg");
}
.pager__item:before {
  content: none !important;
}
.pager__item a {
  display: block;
  min-width: 30px;
  min-height: 30px;
  padding: 8px 1ch;
  border-radius: 5px;
  color: #7789a6;
}

/*
* Flatpickr styles overrides
*/
.path-liste-evenements .flatpickr-calendar,
.path-tous-les-evenements-futur .flatpickr-calendar,
.path-tous-les-evenements-passes .flatpickr-calendar,
.path-tous-les-evenements-passes-full .flatpickr-calendar,
.path-tous-les-evenements .flatpickr-calendar,
.path-liste-evenements-passes .flatpickr-calendar,
.path-liste-evenements-futur .flatpickr-calendar {
  width: 250px;
  padding: 15px 20px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.path-liste-evenements .flatpickr-calendar.inline,
.path-tous-les-evenements-futur .flatpickr-calendar.inline,
.path-tous-les-evenements-passes .flatpickr-calendar.inline,
.path-tous-les-evenements-passes-full .flatpickr-calendar.inline,
.path-tous-les-evenements .flatpickr-calendar.inline,
.path-liste-evenements-passes .flatpickr-calendar.inline,
.path-liste-evenements-futur .flatpickr-calendar.inline {
  top: 0;
}
.path-liste-evenements .flatpickr-month,
.path-tous-les-evenements-futur .flatpickr-month,
.path-tous-les-evenements-passes .flatpickr-month,
.path-tous-les-evenements-passes-full .flatpickr-month,
.path-tous-les-evenements .flatpickr-month,
.path-liste-evenements-passes .flatpickr-month,
.path-liste-evenements-futur .flatpickr-month {
  padding-bottom: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eef2f5;
}
.path-liste-evenements .flatpickr-month .icon,
.path-tous-les-evenements-futur .flatpickr-month .icon,
.path-tous-les-evenements-passes .flatpickr-month .icon,
.path-tous-les-evenements-passes-full .flatpickr-month .icon,
.path-tous-les-evenements .flatpickr-month .icon,
.path-liste-evenements-passes .flatpickr-month .icon,
.path-liste-evenements-futur .flatpickr-month .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 16px;
  fill: #4a2cf9;
  transform: translate(-50%, -50%);
}
.path-liste-evenements .flatpickr-prev-month, .path-liste-evenements .flatpickr-next-month,
.path-tous-les-evenements-futur .flatpickr-prev-month,
.path-tous-les-evenements-futur .flatpickr-next-month,
.path-tous-les-evenements-passes .flatpickr-prev-month,
.path-tous-les-evenements-passes .flatpickr-next-month,
.path-tous-les-evenements-passes-full .flatpickr-prev-month,
.path-tous-les-evenements-passes-full .flatpickr-next-month,
.path-tous-les-evenements .flatpickr-prev-month,
.path-tous-les-evenements .flatpickr-next-month,
.path-liste-evenements-passes .flatpickr-prev-month,
.path-liste-evenements-passes .flatpickr-next-month,
.path-liste-evenements-futur .flatpickr-prev-month,
.path-liste-evenements-futur .flatpickr-next-month {
  width: 12.5%;
}
.path-liste-evenements .flatpickr-current-month,
.path-tous-les-evenements-futur .flatpickr-current-month,
.path-tous-les-evenements-passes .flatpickr-current-month,
.path-tous-les-evenements-passes-full .flatpickr-current-month,
.path-tous-les-evenements .flatpickr-current-month,
.path-liste-evenements-passes .flatpickr-current-month,
.path-liste-evenements-futur .flatpickr-current-month {
  font-size: 100%;
  color: #291d6b;
}
.path-liste-evenements .flatpickr-current-month span.cur-month,
.path-tous-les-evenements-futur .flatpickr-current-month span.cur-month,
.path-tous-les-evenements-passes .flatpickr-current-month span.cur-month,
.path-tous-les-evenements-passes-full .flatpickr-current-month span.cur-month,
.path-tous-les-evenements .flatpickr-current-month span.cur-month,
.path-liste-evenements-passes .flatpickr-current-month span.cur-month,
.path-liste-evenements-futur .flatpickr-current-month span.cur-month {
  margin: 0;
  font-weight: normal;
}
.path-liste-evenements .flatpickr-current-month .numInputWrapper,
.path-tous-les-evenements-futur .flatpickr-current-month .numInputWrapper,
.path-tous-les-evenements-passes .flatpickr-current-month .numInputWrapper,
.path-tous-les-evenements-passes-full .flatpickr-current-month .numInputWrapper,
.path-tous-les-evenements .flatpickr-current-month .numInputWrapper,
.path-liste-evenements-passes .flatpickr-current-month .numInputWrapper,
.path-liste-evenements-futur .flatpickr-current-month .numInputWrapper {
  width: 5ch;
  margin-left: 1ch;
}
.path-liste-evenements .flatpickr-current-month .numInputWrapper span,
.path-tous-les-evenements-futur .flatpickr-current-month .numInputWrapper span,
.path-tous-les-evenements-passes .flatpickr-current-month .numInputWrapper span,
.path-tous-les-evenements-passes-full .flatpickr-current-month .numInputWrapper span,
.path-tous-les-evenements .flatpickr-current-month .numInputWrapper span,
.path-liste-evenements-passes .flatpickr-current-month .numInputWrapper span,
.path-liste-evenements-futur .flatpickr-current-month .numInputWrapper span {
  right: -5px;
}
.path-liste-evenements .flatpickr-current-month input.cur-year,
.path-tous-les-evenements-futur .flatpickr-current-month input.cur-year,
.path-tous-les-evenements-passes .flatpickr-current-month input.cur-year,
.path-tous-les-evenements-passes-full .flatpickr-current-month input.cur-year,
.path-tous-les-evenements .flatpickr-current-month input.cur-year,
.path-liste-evenements-passes .flatpickr-current-month input.cur-year,
.path-liste-evenements-futur .flatpickr-current-month input.cur-year {
  padding: 0;
  font-weight: normal;
}
.path-liste-evenements .flatpickr-weekday,
.path-tous-les-evenements-futur .flatpickr-weekday,
.path-tous-les-evenements-passes .flatpickr-weekday,
.path-tous-les-evenements-passes-full .flatpickr-weekday,
.path-tous-les-evenements .flatpickr-weekday,
.path-liste-evenements-passes .flatpickr-weekday,
.path-liste-evenements-futur .flatpickr-weekday {
  font-weight: 300;
  font-size: 70%;
}
.path-liste-evenements .flatpickr-days,
.path-tous-les-evenements-futur .flatpickr-days,
.path-tous-les-evenements-passes .flatpickr-days,
.path-tous-les-evenements-passes-full .flatpickr-days,
.path-tous-les-evenements .flatpickr-days,
.path-liste-evenements-passes .flatpickr-days,
.path-liste-evenements-futur .flatpickr-days {
  width: 100%;
}
.path-liste-evenements .flatpickr-day,
.path-tous-les-evenements-futur .flatpickr-day,
.path-tous-les-evenements-passes .flatpickr-day,
.path-tous-les-evenements-passes-full .flatpickr-day,
.path-tous-les-evenements .flatpickr-day,
.path-liste-evenements-passes .flatpickr-day,
.path-liste-evenements-futur .flatpickr-day {
  height: 25px;
  max-width: 25px;
  line-height: 25px;
  margin: 3px 2px;
  border-radius: 50%;
  color: #58508c;
}
.path-liste-evenements .flatpickr-day.today,
.path-tous-les-evenements-futur .flatpickr-day.today,
.path-tous-les-evenements-passes .flatpickr-day.today,
.path-tous-les-evenements-passes-full .flatpickr-day.today,
.path-tous-les-evenements .flatpickr-day.today,
.path-liste-evenements-passes .flatpickr-day.today,
.path-liste-evenements-futur .flatpickr-day.today {
  color: #7789a6;
  background-color: #eef2f5;
}
.path-liste-evenements .flatpickr-day.disabled,
.path-tous-les-evenements-futur .flatpickr-day.disabled,
.path-tous-les-evenements-passes .flatpickr-day.disabled,
.path-tous-les-evenements-passes-full .flatpickr-day.disabled,
.path-tous-les-evenements .flatpickr-day.disabled,
.path-liste-evenements-passes .flatpickr-day.disabled,
.path-liste-evenements-futur .flatpickr-day.disabled {
  color: #7789a6;
}
.path-liste-evenements .flatpickr-day.past,
.path-tous-les-evenements-futur .flatpickr-day.past,
.path-tous-les-evenements-passes .flatpickr-day.past,
.path-tous-les-evenements-passes-full .flatpickr-day.past,
.path-tous-les-evenements .flatpickr-day.past,
.path-liste-evenements-passes .flatpickr-day.past,
.path-liste-evenements-futur .flatpickr-day.past {
  color: #7789a6;
  cursor: default;
}
.path-liste-evenements .flatpickr-day.had-event,
.path-tous-les-evenements-futur .flatpickr-day.had-event,
.path-tous-les-evenements-passes .flatpickr-day.had-event,
.path-tous-les-evenements-passes-full .flatpickr-day.had-event,
.path-tous-les-evenements .flatpickr-day.had-event,
.path-liste-evenements-passes .flatpickr-day.had-event,
.path-liste-evenements-futur .flatpickr-day.had-event {
  background-color: #eef2f5;
}
.path-liste-evenements .flatpickr-placeholder,
.path-tous-les-evenements-futur .flatpickr-placeholder,
.path-tous-les-evenements-passes .flatpickr-placeholder,
.path-tous-les-evenements-passes-full .flatpickr-placeholder,
.path-tous-les-evenements .flatpickr-placeholder,
.path-liste-evenements-passes .flatpickr-placeholder,
.path-liste-evenements-futur .flatpickr-placeholder {
  display: none;
  width: 250px;
  height: 236px;
  background-image: url("../images/loader.gif");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: contain;
}
.path-liste-evenements .dayContainer,
.path-tous-les-evenements-futur .dayContainer,
.path-tous-les-evenements-passes .dayContainer,
.path-tous-les-evenements-passes-full .dayContainer,
.path-tous-les-evenements .dayContainer,
.path-liste-evenements-passes .dayContainer,
.path-liste-evenements-futur .dayContainer {
  min-width: 210px;
  max-width: 210px;
  width: 100%;
}
.path-liste-evenements .pending .flatpickr-calendar,
.path-tous-les-evenements-futur .pending .flatpickr-calendar,
.path-tous-les-evenements-passes .pending .flatpickr-calendar,
.path-tous-les-evenements-passes-full .pending .flatpickr-calendar,
.path-tous-les-evenements .pending .flatpickr-calendar,
.path-liste-evenements-passes .pending .flatpickr-calendar,
.path-liste-evenements-futur .pending .flatpickr-calendar {
  position: absolute;
}
.path-liste-evenements .pending .flatpickr-placeholder,
.path-tous-les-evenements-futur .pending .flatpickr-placeholder,
.path-tous-les-evenements-passes .pending .flatpickr-placeholder,
.path-tous-les-evenements-passes-full .pending .flatpickr-placeholder,
.path-tous-les-evenements .pending .flatpickr-placeholder,
.path-liste-evenements-passes .pending .flatpickr-placeholder,
.path-liste-evenements-futur .pending .flatpickr-placeholder {
  display: block;
}
.path-liste-evenements .js-calendar-trigger,
.path-tous-les-evenements-futur .js-calendar-trigger,
.path-tous-les-evenements-passes .js-calendar-trigger,
.path-tous-les-evenements-passes-full .js-calendar-trigger,
.path-tous-les-evenements .js-calendar-trigger,
.path-liste-evenements-passes .js-calendar-trigger,
.path-liste-evenements-futur .js-calendar-trigger {
  position: relative;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: initial;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  display: flex;
  justify-content: space-between;
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  display: flex;
  justify-content: space-between;
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  top: 50%;
  z-index: 2;
  color: black;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 20px;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet:hover {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.popin {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 59.7222222222vw;
  max-width: 860px;
  padding-top: 50px;
  transform: translate(-50%, -50%);
  background-color: white;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .popin {
    width: 80vw;
    max-height: 85vh;
    padding-top: 28px;
  }
}
.popin.is-open {
  display: block;
  z-index: 1000;
}
.popin__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media screen and (max-width: 1023px) {
  .popin__close-btn {
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    padding: 2px;
  }
}
.popin__close-btn .icon {
  width: 100%;
  height: 100%;
  fill: #7789a6;
}
.popin__body {
  max-height: 400px;
  padding: 0 30px 30px;
  font-size: 1.4rem;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 1023px) {
  .popin__body {
    max-height: 50vh;
    padding: 0 15px 15px;
  }
}
.popin--cga .popin__inner h2 {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .popin--cga .popin__inner h2 {
    font-size: calc(8px + 4.8vw);
  }
  .popin--cga .popin__inner h3 {
    font-size: calc(8px + 3.2vw);
  }
}
.popin--cga .popin__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eef2f5;
}
@media screen and (max-width: 1023px) {
  .popin--cga .popin__footer {
    display: block;
  }
}
.popin--cga .popin__footer .flex-content {
  flex-basis: 36%;
  padding: 30px;
}
@media screen and (max-width: 1023px) {
  .popin--cga .popin__footer .flex-content {
    width: 100%;
    padding: 0 10px 10px;
    text-align: center;
  }
  .popin--cga .popin__footer .flex-content h3 {
    margin-top: 0;
    font-size: 3vw;
  }
}
.popin--cga .popin__footer .flex-content:first-child {
  flex-basis: 54%;
}
@media screen and (max-width: 1023px) {
  .popin--cga .popin__footer .flex-content:first-child {
    padding-top: 10px;
  }
}
.popin-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0.8;
  z-index: -1;
}
.popin-mask.is-open {
  display: block;
  z-index: 999;
}
.popin .spinner {
  display: none;
}
.popin.loader {
  background-color: rgba(0, 0, 0, 0.5);
}
.popin.loader .spinner {
  top: 25%;
  left: 44%;
  width: 60px;
  height: 60px;
  border: 5px solid #f3f3f3;
  display: block;
  position: absolute;
  animation: spin 1s linear infinite;
  border-top: 5px solid #3498db;
  border-radius: 50%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.region-header #block-selecteurdelangue-2 ul:before, .region-header #block-userprofileblock:before, .region-header #block-cnes-search:before, .region-header #block-cnes-main-menu .menu-item:before {
  content: "•";
  display: inline-block;
  height: 0.2em;
  margin: 0 0.2em;
  font-size: 3em;
  font-weight: bold;
  line-height: 0;
  color: #4a2cf9;
  vertical-align: middle;
}
.path-frontpage .region-header #block-selecteurdelangue-2 ul:before, .region-header #block-selecteurdelangue-2 .path-frontpage ul:before, .path-frontpage .region-header #block-userprofileblock:before, .region-header .path-frontpage #block-userprofileblock:before, .path-frontpage .region-header #block-cnes-search:before, .region-header .path-frontpage #block-cnes-search:before, .path-frontpage .region-header #block-cnes-main-menu .menu-item:before, .region-header #block-cnes-main-menu .path-frontpage .menu-item:before {
  color: white;
}
@media (max-width: 374px) {
  .region-header #block-selecteurdelangue-2 ul:before, .region-header #block-userprofileblock:before, .region-header #block-cnes-search:before, .region-header #block-cnes-main-menu .menu-item:before {
    margin: 0 0.1em;
  }
}

.region-header {
  position: relative;
  margin-bottom: 110px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .region-header {
    padding-bottom: 7.6388888889%;
  }
}
@media screen and (max-width: 767px) {
  .region-header {
    padding-bottom: 0;
  }
}
.path-frontpage .region-header {
  overflow: hidden;
  padding-bottom: 694px;
}
.path-frontpage .region-header.has-video {
  padding-bottom: 834px;
}
@media (max-width: 1510px) {
  .path-frontpage .region-header.has-video {
    padding-bottom: 56.25%;
  }
}
@media screen and (max-width: 1380px) {
  .path-frontpage .region-header.has-video {
    padding-bottom: 55.9895833333%;
  }
}
@media screen and (max-width: 767px) {
  .path-frontpage .region-header.has-video {
    padding-bottom: 128%;
  }
}
@media screen and (max-width: 1440px) {
  .path-frontpage .region-header {
    padding-bottom: 48.1944444444%;
  }
}
@media screen and (max-width: 1380px) {
  .path-frontpage .region-header {
    padding-bottom: 55.9895833333%;
  }
}
@media screen and (max-width: 767px) {
  .path-frontpage .region-header {
    padding-bottom: 128%;
  }
}
.region-header__inner {
  position: relative;
  top: 33px;
  left: 50%;
  width: 100%;
  max-width: 1380px;
  padding: 0 30px;
  text-align: right;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .region-header__inner {
    padding-right: 130px;
  }
}
@media screen and (max-width: 767px) {
  .region-header__inner {
    top: 0;
    left: 0;
    padding: 20px 25px;
    background-color: #eef2f5;
    transform: none;
  }
}
.path-frontpage .region-header__inner {
  position: absolute;
}
.region-header__video-cover {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 1025px) {
  .region-header__video-cover {
    display: none;
  }
}
.region-header__video-ctn {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
@media screen and (max-width: 767px) {
  .region-header__video-ctn {
    top: 70%;
  }
}
.region-header__video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.region-header__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.region-header__bg-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .region-header__bg-wrapper {
    top: 15%;
  }
}
.region-header #block-cnes-branding,
.region-header #block-cnes-main-menu,
.region-header #block-cnes-search,
.region-header #block-userprofileblock,
.region-header #block-selecteurdelangue-2, .region-header__cnes-link {
  display: inline-block;
  vertical-align: middle;
}
.region-header #block-cnes-branding {
  position: absolute;
  left: 6.1594202899%;
  top: -10px;
  width: 115px;
  height: 98px;
}
@media screen and (max-width: 767px) {
  .region-header #block-cnes-branding {
    top: 50%;
    left: 25px;
    width: 68px;
    height: 50px;
    transform: translateY(-50%);
  }
}
.path-frontpage .region-header #block-cnes-branding:before {
  content: "";
  position: absolute;
  top: -26px;
  left: -13px;
  width: 135px;
  height: 123px;
  border-radius: 0 0 44px 44px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .path-frontpage .region-header #block-cnes-branding:before {
    content: none;
  }
}
.region-header #block-cnes-branding .site-logo {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .region-header #block-cnes-main-menu {
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .region-header #block-cnes-main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    background-color: white;
    text-align: center;
  }
}
.region-header #block-cnes-main-menu .menu--main {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .region-header #block-cnes-main-menu .menu--main {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .region-header #block-cnes-main-menu .menu--main {
    max-width: 59vw;
  }
}
@media screen and (max-width: 767px) {
  .region-header #block-cnes-main-menu .menu--main {
    display: flex;
    align-content: center;
  }
}
.region-header #block-cnes-main-menu .menu-item {
  position: relative;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .region-header #block-cnes-main-menu .menu-item {
    display: block;
    border-left: 1px solid #291d6b;
    padding: 0 10px;
    text-align: center;
  }
}
.region-header #block-cnes-main-menu .menu-item:before {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .region-header #block-cnes-main-menu .menu-item:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .region-header #block-cnes-main-menu .menu-item:first-child {
    border-left: none;
  }
}
.region-header #block-cnes-main-menu .menu-item:first-child:before {
  content: none;
}
.region-header #block-cnes-main-menu .menu-item__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: #291d6b;
  padding-bottom: 0.3em;
}
@media (max-width: 1024px) {
  .region-header #block-cnes-main-menu .menu-item__link {
    font-size: calc(8px + 0.6510416667vw);
  }
}
@media screen and (max-width: 1380px) {
  .region-header #block-cnes-main-menu .menu-item__link {
    font-size: calc(8px + 0.2777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .region-header #block-cnes-main-menu .menu-item__link {
    font-size: 2.9333333333vw;
    color: #291d6b !important;
    line-height: 1.2;
    padding-bottom: 0;
  }
}
.path-frontpage .region-header #block-cnes-main-menu .menu-item__link {
  color: white;
}
@media screen and (max-width: 1200px) {
  .region-header #block-cnes-search:before {
    color: transparent !important;
  }
}
.region-header #search-block-form {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.region-header #search-block-form.has-bar-open .button--search .icon--search-lens {
  fill: #291d6b !important;
}
.region-header #search-block-form .js-form-type-search {
  position: absolute;
  top: 50%;
  right: -5px;
  width: 100vw;
  margin: 0;
  background-color: white;
  border-radius: 5px;
  transform: translateY(-50%);
}
.region-header #search-block-form .form-search {
  display: block;
  width: calc(100% - 80px);
  padding: 2em 1em 2em 1.5em;
  font-size: 1.2rem;
  font-weight: 300;
  transition: all 200ms;
  color: #58508c;
  background-color: transparent;
  border: none;
  border-radius: 0.4166666667em;
  outline: none;
}
.region-header #search-block-form #edit-actions {
  display: block;
  position: relative;
  z-index: 1;
}
.region-header #search-block-form .button--search,
.region-header #search-block-form .form-submit {
  width: 36px;
  height: 36px;
  font-size: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
.region-header #search-block-form .button--search .icon--search-lens,
.region-header #search-block-form .form-submit .icon--search-lens {
  fill: #291d6b;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .region-header #search-block-form .button--search .icon--search-lens,
  .region-header #search-block-form .form-submit .icon--search-lens {
    fill: #4a2cf9 !important;
  }
}
.path-frontpage .region-header #search-block-form .button--search .icon--search-lens,
.path-frontpage .region-header #search-block-form .form-submit .icon--search-lens {
  fill: white;
}
.region-header #block-userprofileblock {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .region-header #block-userprofileblock:before {
    color: transparent !important;
  }
}
@media screen and (max-width: 767px) {
  .region-header #block-userprofileblock:before {
    color: #4a2cf9 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .region-header #block-userprofileblock .block-cnes-user__connect-link {
    font-size: calc(8px + 0.5208333333vw);
  }
}
@media screen and (max-width: 767px) {
  .region-header #block-userprofileblock .block-cnes-user__connect-link {
    font-size: 3.2vw;
  }
}
.region-header #block-userprofileblock .user-avatar {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  background-color: transparent;
}
.region-header #block-userprofileblock .user-avatar .icon--john-doe {
  width: 100%;
  height: 100%;
  fill: #291d6b;
}
@media screen and (max-width: 767px) {
  .region-header #block-userprofileblock .user-avatar .icon--john-doe {
    fill: #4a2cf9 !important;
  }
}
.path-frontpage .region-header #block-userprofileblock .user-avatar .icon--john-doe {
  fill: white;
}
.region-header #block-userprofileblock .user-account {
  position: absolute;
  top: calc(100% + 40px);
  right: -40px;
  min-width: 285px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .region-header #block-userprofileblock .user-account {
    width: 100vw;
    top: calc(100% + 30px);
    right: -22px;
  }
}
.region-header #block-userprofileblock .user-account:before {
  content: "";
  position: absolute;
  top: -17px;
  right: 42px;
  width: 0;
  height: 0;
  border-top: 0 transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid white;
  border-left: 17px solid transparent;
}
@media screen and (max-width: 767px) {
  .region-header #block-userprofileblock .user-account:before {
    right: 24px;
  }
}
.region-header #block-userprofileblock .user-account .menu-item {
  padding: 1.8em 2em 1.6em;
  text-align: right;
  border-top: 1px solid #eef2f5;
}
.region-header #block-userprofileblock .user-account .menu-item:first-child {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .region-header #block-selecteurdelangue-2 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .region-header #block-selecteurdelangue-2 ul:before {
    color: transparent !important;
  }
}
.region-header #block-selecteurdelangue-2 .menu-item__link, .region-header #block-selecteurdelangue-2 .language-link {
  vertical-align: middle;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-style: italic;
  color: #7789a6;
  font-weight: bold;
}
.path-frontpage .region-header #block-selecteurdelangue-2 .menu-item__link, .path-frontpage .region-header #block-selecteurdelangue-2 .language-link {
  color: white !important;
}
.region-header #block-selecteurdelangue-2 .menu-item__link:hover, .region-header #block-selecteurdelangue-2 .language-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .region-header #block-selecteurdelangue-2 {
    right: auto;
  }
}
.region-header #block-selecteurdelangue-2 .fr,
.region-header #block-selecteurdelangue-2 .en {
  display: inline-block;
}
.region-header #block-selecteurdelangue-2 .fr:first-child:after,
.region-header #block-selecteurdelangue-2 .en:first-child:after {
  content: "/";
  margin-right: 0.3em;
  margin-left: 0.3em;
  font-size: 10px;
  font-weight: bold;
  color: #4a2cf9;
}
.path-frontpage .region-header #block-selecteurdelangue-2 .fr:first-child:after,
.path-frontpage .region-header #block-selecteurdelangue-2 .en:first-child:after {
  color: white !important;
}
.region-header #block-selecteurdelangue-2 .fr .is-active,
.region-header #block-selecteurdelangue-2 .en .is-active {
  color: #291d6b;
}
.region-header__cnes-link {
  width: 100px;
  height: 63px;
}
@media screen and (max-width: 1200px) {
  .region-header__cnes-link {
    position: absolute;
    top: 0;
    right: 30px;
    width: 57px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .region-header__cnes-link {
    display: none;
  }
}
.region-header__cnes-link .icon--cnes-logo-sub {
  width: 100%;
  height: 90.1960784314%;
  fill: #a1a2a2;
}
.path-frontpage .region-header__cnes-link .icon--cnes-logo-sub {
  fill: white;
}
.region-header__slogan {
  position: absolute;
  top: 180px;
  left: calc(50% - 565px);
}
@media (min-width: 1025px) {
  .has-video .region-header__slogan {
    display: none;
  }
}
@media screen and (max-width: 1380px) {
  .region-header__slogan {
    top: 31.7002881844%;
    left: 14.2361111111%;
  }
}
@media screen and (max-width: 767px) {
  .region-header__slogan {
    top: auto;
    bottom: 38.125%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
    text-align: center;
  }
}
.region-header__slogan h1 {
  margin: 0 0 0.75em;
  font-size: 4rem;
  font-weight: 300;
  color: white;
}
@media screen and (max-width: 1380px) {
  .region-header__slogan h1 {
    font-size: calc(8px + 2.2135416667vw);
  }
}
@media screen and (max-width: 767px) {
  .region-header__slogan h1 {
    font-size: calc(8px + 5.8666666667vw);
  }
}
.region-header__slogan h1 strong {
  font-size: 6rem;
  font-weight: bold;
}
@media screen and (max-width: 1380px) {
  .region-header__slogan h1 strong {
    font-size: calc(8px + 2.8645833333vw);
  }
}
@media screen and (max-width: 767px) {
  .region-header__slogan h1 strong {
    font-size: calc(8px + 7.2vw);
  }
}
@media screen and (max-width: 767px) {
  .region-header__communaute-link {
    max-width: 200px;
  }
}

#block-cnes-breadcrumbs {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  #block-cnes-breadcrumbs {
    margin-left: 0;
    margin-right: 0;
  }
}

.breadcrumb {
  max-width: 1380px;
  margin: 0 auto;
  padding: 14px 70px 14px 110px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.breadcrumb li.menu-item {
  display: inline-block;
  padding-top: 0;
  padding-left: 0;
}
.breadcrumb li.menu-item:first-child:before {
  content: none;
}
.breadcrumb li.menu-item .icon--house {
  width: 19px;
  height: 17px;
  fill: #4a2cf9;
}
.breadcrumb li.menu-item:before {
  content: "•";
  display: inline-block;
  vertical-align: middle;
  height: 8px;
  margin: 0 8px;
  line-height: 4px;
  font-size: 2rem;
}
.breadcrumb li.menu-item a {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-style: italic;
  color: #4a2cf9;
}
.breadcrumb li.menu-item:last-child a {
  color: #7789a6;
}

footer {
  background-color: white;
}
@media screen and (max-width: 767px) {
  footer {
    margin: 0;
  }
}
footer .region-footer {
  position: relative;
  max-width: 1380px;
  height: 112px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0 70px 0 110px;
}
@media screen and (max-width: 1023px) {
  footer .region-footer {
    height: auto;
    padding: 20px 25px;
  }
}
footer .region-footer__cnes-link,
footer .region-footer #block-cnes-footer,
footer .region-footer #block-selecteurdelangue {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  footer .region-footer__cnes-link,
  footer .region-footer #block-cnes-footer,
  footer .region-footer #block-selecteurdelangue {
    display: block;
    position: relative;
    transform: none;
    padding-bottom: 20px;
  }
}
footer .region-footer__cnes-link .menu-item__link, footer .region-footer__cnes-link .language-link,
footer .region-footer #block-cnes-footer .menu-item__link,
footer .region-footer #block-cnes-footer .language-link,
footer .region-footer #block-selecteurdelangue .menu-item__link,
footer .region-footer #block-selecteurdelangue .language-link {
  vertical-align: middle;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-style: italic;
  color: #7789a6;
}
footer .region-footer__cnes-link .menu-item__link:hover, footer .region-footer__cnes-link .language-link:hover,
footer .region-footer #block-cnes-footer .menu-item__link:hover,
footer .region-footer #block-cnes-footer .language-link:hover,
footer .region-footer #block-selecteurdelangue .menu-item__link:hover,
footer .region-footer #block-selecteurdelangue .language-link:hover {
  text-decoration: underline;
}
footer .region-footer__cnes-link {
  top: 46%;
  left: 110px;
}
@media screen and (max-width: 1023px) {
  footer .region-footer__cnes-link {
    left: auto;
  }
}
footer .region-footer__cnes-link img {
  width: 113px;
}
footer .region-footer #block-cnes-footer {
  left: 255px;
}
@media screen and (max-width: 1023px) {
  footer .region-footer #block-cnes-footer {
    left: auto;
  }
}
footer .region-footer #block-cnes-footer .menu {
  margin: 0;
}
footer .region-footer #block-cnes-footer .menu li.menu-item {
  position: relative;
  display: inline-block;
  padding-top: 0;
}
footer .region-footer #block-cnes-footer .menu li.menu-item:first-child:before {
  content: none;
}
footer .region-footer #block-cnes-footer .menu li.menu-item:before {
  content: "•";
  display: inline-block;
  vertical-align: middle;
  height: 6px;
  margin: 0 8px;
  line-height: 4px;
  font-size: 2em;
  font-weight: bold;
}
footer .region-footer #block-selecteurdelangue {
  right: 70px;
}
@media screen and (max-width: 1023px) {
  footer .region-footer #block-selecteurdelangue {
    right: auto;
  }
}
footer .region-footer #block-selecteurdelangue .fr,
footer .region-footer #block-selecteurdelangue .en {
  display: inline-block;
}
footer .region-footer #block-selecteurdelangue .fr:first-child:after,
footer .region-footer #block-selecteurdelangue .en:first-child:after {
  content: "/";
  margin-right: 0.3em;
  margin-left: 0.3em;
  font-size: 10px;
  font-weight: bold;
  color: #4a2cf9;
}
footer .region-footer #block-selecteurdelangue .fr .is-active,
footer .region-footer #block-selecteurdelangue .en .is-active {
  color: #291d6b;
}

form input, form select {
  font-weight: 300;
  letter-spacing: 0.006em;
  transition: all 200ms;
  transition-property: color, border;
  color: #58508c;
  outline: none;
}

button,
.button {
  display: inline-block;
  padding: 0.5714285714em 2.1428571429em;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4285714286;
  border-radius: 4.2857142857em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 200ms;
}

select {
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}

.form-select-wrapper {
  position: relative;
}
.form-select-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(-2rem, -50%, 0);
  pointer-events: none;
  background: url(../images/arrow-down-blue.svg) no-repeat top left/cover;
  width: 17px;
  height: 10px;
}

.form-checkbox-wrapper {
  position: absolute;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  border-radius: 0.2rem;
  margin-right: 0.4rem;
  background-color: #eef2f5;
  padding: 0.2rem;
  vertical-align: middle;
  pointer-events: none;
}
.form-checkbox-wrapper:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0.2rem;
  right: 0.2rem;
  background-color: white;
}
.form-checkbox-wrapper .icon--check {
  position: relative;
  z-index: 3;
  display: block;
  fill: #4a2cf9;
  opacity: 0;
  top: 0.1rem;
  left: 0.5rem;
  width: 1.5rem;
  height: 1.3rem;
  transition: opacity 200ms;
}
.form-checkbox-wrapper + .option {
  display: inline-block;
  padding-left: 3.6rem; /* icon width + real padding */
}

.form-checkbox {
  position: absolute;
  opacity: 0;
}
.form-checkbox:checked + .form-checkbox-wrapper .icon--check {
  opacity: 1;
}

.form-radio-wrapper {
  position: absolute;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  border-radius: 100%;
  margin-right: 0.4rem;
  border: 2px solid #eef2f5;
  padding: 0.2rem;
  vertical-align: middle;
  pointer-events: none;
  transition: border-color 200ms;
}
.form-radio-wrapper:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0.4rem;
  bottom: 0.4rem;
  left: 0.4rem;
  right: 0.4rem;
  background-color: #4a2cf9;
  opacity: 0;
  transform: scale(0.5);
  border-radius: 50%;
  transition: all 200ms;
  transition-property: border-color, transform;
}
.form-radio-wrapper + .option {
  line-height: 1.4;
  padding-left: 2.6rem; /* icon width + real padding */
}

/* pills == ios like */
.form-checkbox-pills {
  position: relative;
  border-radius: 20rem;
  border: 0.2em solid #7789a6;
  background-color: #7789a6;
  display: inline-block;
  vertical-align: middle;
  width: 3em;
  height: 1.4em;
  transition: all 200ms;
  transition-property: border-color, background-color;
  margin-right: 0.5em;
}
.form-checkbox-pills:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 5em;
  background-color: white;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0.1em;
  transition: transform 200ms;
}
:checked + .form-checkbox-pills:before {
  transform: translate3d(1.6em, -50%, 0);
}
:checked + .form-checkbox-pills {
  border-color: #4a2cf9;
  background-color: #4a2cf9;
}
:checked + .form-checkbox-pills + .content-type-filter__item-label {
  color: #4a2cf9;
}

.form-radio {
  display: none;
}
.form-radio:checked + .form-radio-wrapper {
  border-color: #7789a6;
}
.form-radio:checked + .form-radio-wrapper:after {
  opacity: 1;
  transform: scale(1);
}

.form-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.form-header {
  max-width: 680px;
  text-align: center;
  padding-bottom: 5rem;
}

.form-logo {
  background-color: white;
  position: relative;
  width: 12rem;
  height: 12rem;
  padding: 2rem;
  top: -6rem;
  margin-bottom: -6rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.required-mark {
  color: #be23d9;
}

.form-footnote {
  color: #291d6b;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* generic form class */
.cnes-form--narrow {
  max-width: 610px;
}
.cnes-form--narrow#user-login-form > p {
  margin-bottom: 30px;
}
.cnes-form {
  font-size: 1.4rem;
  color: #291d6b;
}
.cnes-form > .form-item,
.cnes-form .form-wrapper > .form-item,
.cnes-form .form-checkboxes > .form-item,
.cnes-form .fieldgroup > label,
.cnes-form .field--type-image {
  display: block;
  margin-bottom: 2.4rem;
}
.cnes-form > .form-wrapper > .form-item-field-autre-societe-0-value {
  display: none;
}
.cnes-form .field--name-field-sigle-et-laboratoire-1,
.cnes-form .field--name-field-sigle-et-laboratoire-2,
.cnes-form .field--name-field-sigle-et-laboratoire-3 {
  display: inline-block;
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .cnes-form .field--name-field-sigle-et-laboratoire-1,
  .cnes-form .field--name-field-sigle-et-laboratoire-2,
  .cnes-form .field--name-field-sigle-et-laboratoire-3 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cnes-form .field--name-field-sigle-et-laboratoire-2,
  .cnes-form .field--name-field-sigle-et-laboratoire-3 {
    padding-left: 20px;
  }
}
.cnes-form .form-text,
.cnes-form .form-select,
.cnes-form .form-email,
.cnes-form .form-textarea,
.cnes-form .form-url {
  padding: 2.4rem 1rem;
  font-size: 1.4rem;
  margin-top: 1.4rem;
  background-color: white;
  border: 1px solid #eef2f5;
  border-radius: 0.4166666667em;
  width: 100%;
  display: block;
}
.cnes-form .form-text:hover,
.cnes-form .form-select:hover,
.cnes-form .form-email:hover,
.cnes-form .form-textarea:hover,
.cnes-form .form-url:hover {
  border-color: rgba(190, 35, 217, 0.2);
}
.cnes-form .form-text:focus,
.cnes-form .form-select:focus,
.cnes-form .form-email:focus,
.cnes-form .form-textarea:focus,
.cnes-form .form-url:focus {
  border-color: #be23d9;
}
.cnes-form .error {
  border-color: red;
}
.js .cnes-form input.form-autocomplete {
  background-position: calc(100% - 2rem) center;
}
.cnes-form .form-select {
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}
.cnes-form .form-radios {
  margin-top: 1.4rem;
}
.cnes-form .description {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
}
.cnes-form .form-required:after {
  content: "*";
  display: inline-block;
  color: #be23d9;
}
.cnes-form .form-actions {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.form-wrapper--inline {
  flex-flow: row;
}
.form-wrapper--inline > .form-wrapper {
  flex-basis: auto;
}

.field--type-list-string .form-radios > .form-item {
  flex-basis: auto;
  max-width: none;
}

.form-wrapper--inline-fill {
  flex-basis: auto;
}

.form-code-validation {
  margin-bottom: 2.4rem;
}
.form-code-validation.required-fields .fieldset-legend:after {
  content: "*";
  display: inline-block;
  color: #be23d9;
}
.form-code-validation__wrapper {
  margin-top: 1.4rem;
  padding: 3.1rem 4rem;
  background-color: #eef2f5;
  border-radius: 0.4166666667em;
}
@media screen and (max-width: 767px) {
  .form-code-validation__wrapper {
    padding: 1.7rem 2rem;
  }
}
.form-code-validation .form-wrapper--inline {
  align-items: center;
}
.form-code-validation .form-wrapper--inline .form-wrapper {
  flex-basis: auto;
  max-width: none;
}
.form-code-validation .form-wrapper--inline .form-wrapper:nth-child(1) {
  flex-shrink: 0;
}
.form-code-validation .form-wrapper--inline .form-wrapper:nth-child(3) label {
  display: none;
}
.form-code-validation .form-wrapper--inline .form-wrapper:nth-child(3) .form-text {
  margin-top: 0;
}
.form-code-validation .form-wrapper--inline .form-item {
  margin-bottom: 0;
}
.form-code-validation .icon--arrow-right {
  width: 14px;
  height: 14px;
  fill: #291d6b;
}
@media screen and (max-width: 767px) {
  .form-code-validation .icon--arrow-right {
    transform: rotateZ(90deg);
  }
}
.form-code-validation > .form-wrapper {
  flex-basis: auto;
}

#legalsContent {
  display: none;
}

.user-form .form-managed-file {
  margin-top: 2.4rem;
}
.user-form .image-preview {
  width: 12rem;
  height: 12rem;
  margin-right: 1rem;
  background-color: #58508c;
}
.path-user .page-title,
.path-contact .page-title,
.path-cnes-user .page-title {
  text-align: center;
}

.sidebar__communaute {
  padding: 0 0.8em 1em 0.8em;
}
@media screen and (max-width: 767px) {
  .sidebar__communaute {
    padding: 1em 0.8em 1em 0.4em;
  }
}
.sidebar__communaute .communaute__title-link {
  font-size: 1.2rem !important;
}
.sidebar__menu-item--level2 {
  border: none;
  padding: 0 0.8em 0.5em;
  margin-top: -0.5em;
}
.sidebar__menu-item--level2.active:before {
  display: none;
}
.sidebar__menu-item--level2.active .sidebar__menu-link:before {
  background-color: #4a2cf9;
}
.sidebar__menu-link--level2 {
  color: #8fa0bd;
  font-size: 1rem !important;
}
.sidebar__menu-link--level2:before {
  content: "";
  position: relative;
  display: inline-block;
  top: -1px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #8fa0bd;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 2px;
}
.sidebar__menu-link--level2:hover:before {
  background-color: #be23d9;
}
.sidebar__menu-sum-events {
  margin-top: 0.8em;
  font-size: 1rem;
  font-style: italic;
  color: #7789a6;
  text-transform: uppercase;
}
.page-error {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
@media screen and (max-width: 1023px) {
  .page-error {
    display: block;
    height: auto;
    padding: 30px;
  }
}
.page-error__wrapper-l {
  align-self: center;
  width: 450px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .page-error__wrapper-l {
    width: 100%;
  }
}
.page-error__wrapper-r {
  align-self: center;
  width: 420px;
}
@media screen and (max-width: 1023px) {
  .page-error__wrapper-r {
    width: 100%;
    text-align: center;
  }
}
.page-error .site-logo {
  display: block;
  width: 115px;
  height: 98px;
}
.page-error .page-title {
  width: 320px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .page-error .page-title {
    width: 100%;
  }
}
.page-error__link {
  font-size: 1.4rem;
}
.page-error__bg-stars {
  max-width: 420px;
  width: 100%;
}
.page-error__bg-children {
  display: table;
  max-width: 153px;
  width: 100%;
  margin: 40px 0 20px 70px;
}
@media screen and (max-width: 1023px) {
  .page-error__bg-children {
    margin: 40px auto;
  }
}

.page-node-type-communaute #member_counter {
  margin-bottom: 15px;
}
.page-node-type-communaute .communaute__mea-list {
  padding-bottom: 15px;
}
.page-node-type-communaute .region-content {
  position: relative;
}
.page-node-type-communaute #block-cnes-page-title {
  margin-bottom: 30px;
}
.page-node-type-communaute .page-title {
  margin: 0;
}
.page-node-type-communaute .comet_header_span {
  width: 100%;
  float: left;
  font-size: 1.5em;
  color: #291d6b;
}
.page-node-type-communaute .comet_header_span a {
  font-size: 1em;
}
.page-node-type-communaute .comet_header_div {
  width: 33%;
  float: left;
  text-align: center;
  font-size: 1.5em;
  color: #291d6b;
}
.page-node-type-communaute .comet_header_div .communaute__subscribe-link {
  margin-top: 10px;
}
.page-node-type-communaute .comet_header_div span :not(.followed-by-label):not(.total_members):not(.icon--character) {
  display: block;
}
.page-node-type-communaute .comet_header_div .bold_span {
  font-weight: bold;
}
.page-node-type-communaute .comet_header_div form {
  height: 85px;
}
@media screen and (max-width: 767px) {
  .page-node-type-communaute #block-cnes-local-tasks {
    height: 50px;
  }
}
.page-node-type-communaute #comet_header_2 .form-submit {
  position: relative;
  top: -77px;
}
@media screen and (max-width: 767px) {
  .page-node-type-communaute #comet_header_2 .form-submit {
    top: -22px;
  }
}
@media screen and (min-width: 1024px) {
  .page-node-type-communaute #comet_header_2 .form-submit {
    right: -125px;
  }
}
.page-node-type-communaute #comet_header_2 {
  width: 41%;
}
.page-node-type-communaute .comet_join_communaute {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-node-type-communaute .comet_join_communaute #comet_header_1 {
  padding-bottom: 15px;
  margin-top: 70px;
}
.page-node-type-communaute .comet_join_communaute #comet_header_4 {
  width: 41%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-node-type-communaute #comet_header_3 {
  font-size: 3em;
  width: 18%;
}
.page-node-type-communaute #comet_header_5 {
  width: 100%;
  text-align: left;
}
.page-node-type-communaute #animateur_validation_span {
  font-size: 0.8em;
}
.page-node-type-communaute .separator {
  height: 2px; /* Épaisseur du séparateur */
  background: #ffffff; /* Couleur du séparateur */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Ombre */
  margin: 20px 0; /* Espacement autour du séparateur */
}

.node--type-communaute,
.node--type-adherent,
.node--type-actualite,
.node--type-ressource {
  padding-top: 415px;
}
@media screen and (max-width: 1023px) {
  .node--type-communaute,
  .node--type-adherent,
  .node--type-actualite,
  .node--type-ressource {
    padding-top: 0 !important;
  }
}
.node--type-communaute:before,
.node--type-adherent:before,
.node--type-actualite:before,
.node--type-ressource:before {
  top: 415px;
}
@media screen and (max-width: 1023px) {
  .node--type-communaute:before,
  .node--type-adherent:before,
  .node--type-actualite:before,
  .node--type-ressource:before {
    top: 0;
  }
}
.node--type-communaute .communaute__header,
.node--type-adherent .communaute__header,
.node--type-actualite .communaute__header,
.node--type-ressource .communaute__header {
  top: 0;
}
@media screen and (max-width: 1023px) {
  .node--type-communaute .communaute__header,
  .node--type-adherent .communaute__header,
  .node--type-actualite .communaute__header,
  .node--type-ressource .communaute__header {
    position: relative;
    top: 30px;
    width: 100%;
    padding-bottom: 60px;
  }
  .node--type-communaute .communaute__header:before,
  .node--type-adherent .communaute__header:before,
  .node--type-actualite .communaute__header:before,
  .node--type-ressource .communaute__header:before {
    content: "";
    position: absolute;
    top: -30px;
    right: -25px;
    bottom: 0;
    left: -25px;
    background-image: url("../images/geodesiques.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #eef2f5;
    background-size: cover;
  }
  .ie11 .node--type-communaute .communaute__header:before,
  .ie11 .node--type-adherent .communaute__header:before,
  .ie11 .node--type-actualite .communaute__header:before,
  .ie11 .node--type-ressource .communaute__header:before {
    background-image: url("../images/geodesiques.png");
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-communaute .communaute__header:before,
  .node--type-adherent .communaute__header:before,
  .node--type-actualite .communaute__header:before,
  .node--type-ressource .communaute__header:before {
    right: -30px !important;
    left: -30px !important;
  }
}
.node--type-communaute .communaute__title,
.node--type-adherent .communaute__title,
.node--type-actualite .communaute__title,
.node--type-ressource .communaute__title {
  position: relative;
  width: 280px;
  padding-left: 40px;
  margin-bottom: 25px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #4a2cf9;
}
.node--type-communaute .communaute__title-link,
.node--type-adherent .communaute__title-link,
.node--type-actualite .communaute__title-link,
.node--type-ressource .communaute__title-link {
  font-size: 1.4rem;
}
.node--type-communaute .communaute__picto,
.node--type-adherent .communaute__picto,
.node--type-actualite .communaute__picto,
.node--type-ressource .communaute__picto {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  vertical-align: middle;
}
.node--type-communaute .communaute__mea-list, .node--type-communaute .communaute__mea-item,
.node--type-adherent .communaute__mea-list,
.node--type-adherent .communaute__mea-item,
.node--type-actualite .communaute__mea-list,
.node--type-actualite .communaute__mea-item,
.node--type-ressource .communaute__mea-list,
.node--type-ressource .communaute__mea-item {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .node--type-communaute .communaute__mea-list,
  .node--type-adherent .communaute__mea-list,
  .node--type-actualite .communaute__mea-list,
  .node--type-ressource .communaute__mea-list {
    display: block;
  }
}
.node--type-communaute .communaute__mea-item,
.node--type-adherent .communaute__mea-item,
.node--type-actualite .communaute__mea-item,
.node--type-ressource .communaute__mea-item {
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 22px;
}
@media screen and (max-width: 1023px) {
  .node--type-communaute .communaute__mea-item,
  .node--type-adherent .communaute__mea-item,
  .node--type-actualite .communaute__mea-item,
  .node--type-ressource .communaute__mea-item {
    margin-left: 15px;
  }
}
.node--type-communaute .communaute__mea-item:first-child,
.node--type-adherent .communaute__mea-item:first-child,
.node--type-actualite .communaute__mea-item:first-child,
.node--type-ressource .communaute__mea-item:first-child {
  margin-left: 0;
}
.node--type-communaute .communaute__mea-item:before,
.node--type-adherent .communaute__mea-item:before,
.node--type-actualite .communaute__mea-item:before,
.node--type-ressource .communaute__mea-item:before {
  content: none;
}
.node--type-communaute .communaute__mea-link,
.node--type-adherent .communaute__mea-link,
.node--type-actualite .communaute__mea-link,
.node--type-ressource .communaute__mea-link {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.node--type-communaute .communaute__subscribe-link, .node--type-communaute .communaute__subscribe-label,
.node--type-adherent .communaute__subscribe-link,
.node--type-adherent .communaute__subscribe-label,
.node--type-actualite .communaute__subscribe-link,
.node--type-actualite .communaute__subscribe-label,
.node--type-ressource .communaute__subscribe-link,
.node--type-ressource .communaute__subscribe-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.node--type-communaute .communaute__subscribe-link,
.node--type-adherent .communaute__subscribe-link,
.node--type-actualite .communaute__subscribe-link,
.node--type-ressource .communaute__subscribe-link {
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .node--type-communaute .communaute__subscribe-link,
  .node--type-adherent .communaute__subscribe-link,
  .node--type-actualite .communaute__subscribe-link,
  .node--type-ressource .communaute__subscribe-link {
    display: flex;
    align-items: stretch;
    align-content: center;
    margin-top: 20px;
    margin-left: 0;
  }
}
.node--type-communaute .communaute__subscribe-label,
.node--type-adherent .communaute__subscribe-label,
.node--type-actualite .communaute__subscribe-label,
.node--type-ressource .communaute__subscribe-label {
  text-align: left;
}
.node--type-communaute .communaute__members-total,
.node--type-adherent .communaute__members-total,
.node--type-actualite .communaute__members-total,
.node--type-ressource .communaute__members-total {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
}
@media screen and (max-width: 1023px) {
  .node--type-communaute .communaute__members-total,
  .node--type-adherent .communaute__members-total,
  .node--type-actualite .communaute__members-total,
  .node--type-ressource .communaute__members-total {
    flex-shrink: 0;
    align-self: stretch;
  }
}
.node--type-communaute .communaute__members-total .icon,
.node--type-adherent .communaute__members-total .icon,
.node--type-actualite .communaute__members-total .icon,
.node--type-ressource .communaute__members-total .icon {
  display: inline-block;
  width: 0.5833333333em;
  height: 1.25em;
  margin-left: 0.4em;
  vertical-align: middle;
  fill: currentColor;
}
.node--type-communaute .communaute__members-total.followed-by-label,
.node--type-adherent .communaute__members-total.followed-by-label,
.node--type-actualite .communaute__members-total.followed-by-label,
.node--type-ressource .communaute__members-total.followed-by-label {
  padding-right: 1em;
  margin-right: 1em;
}
.node--type-communaute .communaute__members-total.followed-by-label:after,
.node--type-adherent .communaute__members-total.followed-by-label:after,
.node--type-actualite .communaute__members-total.followed-by-label:after,
.node--type-ressource .communaute__members-total.followed-by-label:after {
  content: "";
  position: absolute;
  top: -0.8571428571em;
  right: 0;
  bottom: -0.8571428571em;
  width: 1px;
  background-color: white;
}
.node--type-communaute .communaute__content,
.node--type-adherent .communaute__content,
.node--type-actualite .communaute__content,
.node--type-ressource .communaute__content {
  min-height: 50px;
}
.node--type-communaute .communaute__body,
.node--type-adherent .communaute__body,
.node--type-actualite .communaute__body,
.node--type-ressource .communaute__body {
  padding-top: 60px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1023px) {
  .node--type-communaute .communaute__body,
  .node--type-adherent .communaute__body,
  .node--type-actualite .communaute__body,
  .node--type-ressource .communaute__body {
    padding-top: 30px;
  }
}
.node--type-communaute .communaute__body *:first-child,
.node--type-adherent .communaute__body *:first-child,
.node--type-actualite .communaute__body *:first-child,
.node--type-ressource .communaute__body *:first-child {
  margin-top: 0;
}
.node--type-communaute .communaute__more-link,
.node--type-adherent .communaute__more-link,
.node--type-actualite .communaute__more-link,
.node--type-ressource .communaute__more-link {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 35px;
  font-style: italic;
  text-transform: uppercase;
}
.node--type-communaute .communaute__animateur,
.node--type-adherent .communaute__animateur,
.node--type-actualite .communaute__animateur,
.node--type-ressource .communaute__animateur {
  display: inline-block;
  padding-right: 40px;
  padding-bottom: 10px;
}
.node--type-communaute .communaute__animateur:before,
.node--type-adherent .communaute__animateur:before,
.node--type-actualite .communaute__animateur:before,
.node--type-ressource .communaute__animateur:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .node--type-communaute .communaute__animateur-frame,
  .node--type-adherent .communaute__animateur-frame,
  .node--type-actualite .communaute__animateur-frame,
  .node--type-ressource .communaute__animateur-frame {
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
  }
}
.node--type-communaute .communaute__animateur-avatar,
.node--type-adherent .communaute__animateur-avatar,
.node--type-actualite .communaute__animateur-avatar,
.node--type-ressource .communaute__animateur-avatar {
  display: inline-block;
  width: 51px;
  height: 51px;
  vertical-align: middle;
}
.node--type-communaute .communaute__animateur-avatar-svg,
.node--type-adherent .communaute__animateur-avatar-svg,
.node--type-actualite .communaute__animateur-avatar-svg,
.node--type-ressource .communaute__animateur-avatar-svg {
  width: 51px;
  height: 51px;
  fill: #7789a6;
}
.node--type-communaute .communaute__animateur-name,
.node--type-adherent .communaute__animateur-name,
.node--type-actualite .communaute__animateur-name,
.node--type-ressource .communaute__animateur-name {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #7789a6;
}
@media screen and (max-width: 1023px) {
  .node--type-communaute .communaute__animateur-name,
  .node--type-adherent .communaute__animateur-name,
  .node--type-actualite .communaute__animateur-name,
  .node--type-ressource .communaute__animateur-name {
    margin-left: 15px;
  }
}
.node--type-communaute .communaute__news,
.node--type-adherent .communaute__news,
.node--type-actualite .communaute__news,
.node--type-ressource .communaute__news {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .node--type-communaute .communaute__news,
  .node--type-adherent .communaute__news,
  .node--type-actualite .communaute__news,
  .node--type-ressource .communaute__news {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.node--type-communaute .communaute__news-inner,
.node--type-adherent .communaute__news-inner,
.node--type-actualite .communaute__news-inner,
.node--type-ressource .communaute__news-inner {
  padding: 40px 40px 30px;
  border-radius: 5px;
  background-image: url("../images/radar.svg");
  background-repeat: no-repeat;
  background-color: #eef2f5;
  background-position: calc(100% - 35px) 35px;
  background-size: 196px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .node--type-communaute .communaute__news-inner,
  .node--type-adherent .communaute__news-inner,
  .node--type-actualite .communaute__news-inner,
  .node--type-ressource .communaute__news-inner {
    background-size: 13.6111111111vw 13.6111111111vw;
    background-position: calc(100% - 25px) calc(100% + 15px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-communaute .communaute__news-inner,
  .node--type-adherent .communaute__news-inner,
  .node--type-actualite .communaute__news-inner,
  .node--type-ressource .communaute__news-inner {
    background-size: 12.6302083333vw 12.6302083333vw;
    background-position: calc(100% - 25px) calc(100% + 10px);
  }
}
@media screen and (max-width: 767px) {
  .node--type-communaute .communaute__news-inner,
  .node--type-adherent .communaute__news-inner,
  .node--type-actualite .communaute__news-inner,
  .node--type-ressource .communaute__news-inner {
    padding: 45px 20px 20px;
    background-position: calc(100% - 25px) 32%;
    background-size: 25.8666666667vw 25.8666666667vw;
  }
}
.node--type-communaute .communaute__news-title,
.node--type-adherent .communaute__news-title,
.node--type-actualite .communaute__news-title,
.node--type-ressource .communaute__news-title {
  width: 380px;
  margin-top: 0;
  padding-left: 30px;
  font-size: 2.5rem;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .node--type-communaute .communaute__news-title,
  .node--type-adherent .communaute__news-title,
  .node--type-actualite .communaute__news-title,
  .node--type-ressource .communaute__news-title {
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-communaute .communaute__news-title,
  .node--type-adherent .communaute__news-title,
  .node--type-actualite .communaute__news-title,
  .node--type-ressource .communaute__news-title {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-communaute .communaute__news-title,
  .node--type-adherent .communaute__news-title,
  .node--type-actualite .communaute__news-title,
  .node--type-ressource .communaute__news-title {
    width: 53.3333333333vw;
    padding-left: 0;
  }
}
.node--type-communaute .communaute__news #cnes-abonnement-form,
.node--type-adherent .communaute__news #cnes-abonnement-form,
.node--type-actualite .communaute__news #cnes-abonnement-form,
.node--type-ressource .communaute__news #cnes-abonnement-form {
  position: relative;
  width: 525px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .node--type-communaute .communaute__news #cnes-abonnement-form,
  .node--type-adherent .communaute__news #cnes-abonnement-form,
  .node--type-actualite .communaute__news #cnes-abonnement-form,
  .node--type-ressource .communaute__news #cnes-abonnement-form {
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-communaute .communaute__news #cnes-abonnement-form,
  .node--type-adherent .communaute__news #cnes-abonnement-form,
  .node--type-actualite .communaute__news #cnes-abonnement-form,
  .node--type-ressource .communaute__news #cnes-abonnement-form {
    width: 525px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-communaute .communaute__news #cnes-abonnement-form,
  .node--type-adherent .communaute__news #cnes-abonnement-form,
  .node--type-actualite .communaute__news #cnes-abonnement-form,
  .node--type-ressource .communaute__news #cnes-abonnement-form {
    width: 100%;
  }
}
.node--type-communaute .communaute__news .form-item,
.node--type-adherent .communaute__news .form-item,
.node--type-actualite .communaute__news .form-item,
.node--type-ressource .communaute__news .form-item {
  margin: 0;
}
.node--type-communaute .communaute__news label,
.node--type-adherent .communaute__news label,
.node--type-actualite .communaute__news label,
.node--type-ressource .communaute__news label {
  display: none;
}
.node--type-communaute .communaute__news #edit-email,
.node--type-adherent .communaute__news #edit-email,
.node--type-actualite .communaute__news #edit-email,
.node--type-ressource .communaute__news #edit-email {
  display: block;
  width: 100%;
  padding: 25px 185px 25px 25px;
  border-radius: 5px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .node--type-communaute .communaute__news #edit-email,
  .node--type-adherent .communaute__news #edit-email,
  .node--type-actualite .communaute__news #edit-email,
  .node--type-ressource .communaute__news #edit-email {
    padding: 15px 140px 15px 15px;
  }
}
.node--type-communaute .communaute__news #edit-submit,
.node--type-adherent .communaute__news #edit-submit,
.node--type-actualite .communaute__news #edit-submit,
.node--type-ressource .communaute__news #edit-submit {
  position: absolute;
  top: 50%;
  right: 25px;
  margin: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .node--type-communaute .communaute__news #edit-submit,
  .node--type-adherent .communaute__news #edit-submit,
  .node--type-actualite .communaute__news #edit-submit,
  .node--type-ressource .communaute__news #edit-submit {
    right: 13px;
    font-size: 1.2rem;
  }
}
.node--type-communaute .sidebar,
.node--type-adherent .sidebar,
.node--type-actualite .sidebar,
.node--type-ressource .sidebar {
  top: 415px;
  width: 210px;
}
.node--type-communaute .sidebar__vignette,
.node--type-adherent .sidebar__vignette,
.node--type-actualite .sidebar__vignette,
.node--type-ressource .sidebar__vignette {
  top: -415px;
}
.node--type-communaute .sidebar__inner,
.node--type-adherent .sidebar__inner,
.node--type-actualite .sidebar__inner,
.node--type-ressource .sidebar__inner {
  padding-top: 50px;
  background-color: white;
}
@media screen and (max-width: 1023px) {
  .node--type-communaute.list-container .communaute__title,
  .node--type-adherent.list-container .communaute__title,
  .node--type-actualite.list-container .communaute__title,
  .node--type-ressource.list-container .communaute__title {
    top: auto;
  }
}

.alt-communaute {
  position: relative;
  padding: 110px 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .alt-communaute {
    padding: 55px 0 110px;
  }
}
.alt-communaute__title {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .alt-communaute__title {
    margin-bottom: 40px;
  }
}
.alt-communaute__link {
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .alt-communaute__link {
    width: 80%;
  }
}
.path-frontpage .alt-communaute__link {
  display: none;
}
.alt-communaute__list:before, .alt-communaute__item:before {
  content: none !important;
}
.alt-communaute--list {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .alt-communaute--list {
    padding: 0 0 20px 0;
  }
}
.alt-communaute__item {
  display: inline-block;
  width: 280px;
  padding: 0 25px 50px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .alt-communaute__item {
    width: 66.6666666667vw;
    padding: 0 10px 0;
    white-space: normal;
  }
}
.alt-communaute {
  /*
  * Slider
  */
}
.alt-communaute .slider {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .alt-communaute .frame {
    position: relative;
    width: calc(100% + 10px);
    margin-left: -10px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
  }
}

.communaute-teaser {
  display: block;
  border-radius: 5px;
}
.communaute-teaser:hover {
  margin-bottom: 10px;
}
.communaute-teaser:hover .communaute-teaser__inner {
  margin-top: 0;
}
.communaute-teaser__vignette {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  z-index: 1;
}
.communaute-teaser__vignette:before {
  position: relative;
  z-index: 2;
  content: "";
  padding-bottom: 100%;
  display: block;
  background-color: #7789a6;
}
.communaute-teaser__vignette img {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}
.communaute-teaser__inner {
  position: relative;
  padding: 35px 20px 10px;
  margin-top: 10px;
  background-color: white;
  transition: margin 200ms ease;
}
.iphone .communaute-teaser__inner {
  padding: 35px 10px 10px;
}
.communaute-teaser__picto {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  padding: 9px;
  border-radius: 50%;
  background-color: white;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.communaute-teaser__communaute {
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: #4a2cf9;
}
.communaute-teaser__mea-list:before, .communaute-teaser__mea-item:before {
  content: none !important;
}
.communaute-teaser__mea-list {
  font-size: 0;
}
.communaute-teaser__mea-item {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 12px;
  vertical-align: middle;
  background-color: #eef2f5;
}
.iphone .communaute-teaser__mea-item {
  margin-left: 9px;
}
.communaute-teaser__mea-item:first-child {
  margin-left: 0;
}
.communaute-teaser__mea-item:before {
  content: none;
}
.communaute-teaser__mea-diff {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  transform: translate(-50%, -50%);
}

/* centering title + list */
.communautes-list-container {
  text-align: center;
}

.path-liste-des-communautes #block-cnes-page-title {
  text-align: center;
}
.path-liste-des-communautes .page-title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .path-liste-des-communautes .alt-communaute__item {
    margin-bottom: 20px;
  }
}

.node--type-adherent {
  padding-top: 234px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-adherent {
    padding-top: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .node--type-adherent {
    padding-top: 180px;
  }
}
.node--type-adherent:before {
  top: 234px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-adherent:before {
    top: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .node--type-adherent:before {
    top: 180px;
  }
}
.node--type-adherent .sidebar {
  top: 234px;
}
.node--type-adherent .sidebar__vignette {
  top: -234px;
}

.path-liste-adherents .block-page-title-block {
  display: none;
}

#block-cnes-page-title {
  padding-top: 20px;
}

.liste-adherents__col {
  /* 3 par ligne */
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .liste-adherents__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .liste-adherents__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.page-node-type-evenement .region-content {
  position: relative;
}
.page-node-type-evenement #block-cnes-page-title {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-node-type-evenement #block-cnes-page-title {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
.page-node-type-evenement .page-title {
  margin: 0;
}
@media screen and (max-width: 1380px) {
  .page-node-type-evenement .page-title {
    font-size: calc(8px + 2.2222222222vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-node-type-evenement .page-title {
    font-size: calc(8px + 4.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .page-node-type-evenement .page-title {
    font-size: 3rem;
  }
}

.node--type-evenement {
  padding-top: 516px;
  padding-bottom: 470px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-evenement {
    padding-top: 61.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .node--type-evenement {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
.node--type-evenement:before {
  top: 516px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-evenement:before {
    top: 61.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .node--type-evenement:before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .node--type-evenement.has-banner #infoBanner {
    margin: 0 auto -25px;
    transform: translateY(-55px);
  }
}
.node--type-evenement .evenement__header {
  top: 0;
  padding-top: 20px;
}
@media screen and (max-width: 1023px) {
  .node--type-evenement .evenement__header {
    width: 100%;
  }
  .node--type-evenement .evenement__header:before {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
    left: -25px;
    background-image: url("../images/geodesiques.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #eef2f5;
    background-size: cover;
  }
  .ie11 .node--type-evenement .evenement__header:before {
    background-image: url("../images/geodesiques.png");
  }
}
.node--type-evenement .evenement__title {
  font-size: 1.4rem;
  font-weight: 500;
}
.node--type-evenement .evenement__title-inner {
  position: relative;
  display: inline-block;
  width: 280px;
  vertical-align: middle;
  color: #4a2cf9;
}
@media screen and (max-width: 1023px) {
  .node--type-evenement .evenement__title-inner {
    display: block;
  }
}
.node--type-evenement .evenement__mini-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #7789a6;
}
@media screen and (max-width: 1023px) {
  .node--type-evenement .evenement__mini-title {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.node--type-evenement .evenement__mini-title:after {
  margin-right: 1.1em;
}
@media screen and (max-width: 1023px) {
  .node--type-evenement .evenement__mini-title:after {
    content: none;
  }
}
.node--type-evenement .evenement__picto {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 31px;
  vertical-align: middle;
}
.node--type-evenement .evenement__communaute {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}
.node--type-evenement .evenement__communaute a {
  font-size: 1.4rem;
}
.node--type-evenement .evenement__title-communautes-partenaires {
  color: #4a2cf9;
  font-weight: bold;
}
.node--type-evenement .evenement__block-communautes-partenaires {
  padding-bottom: 20px;
  border-bottom: 1px solid #eef2f5;
}
@media screen and (max-width: 767px) {
  .node--type-evenement .evenement__block-communautes-partenaires {
    padding-top: 20px;
  }
}
.node--type-evenement .evenement__block-communautes-partenaires .evenement__title-inner {
  padding-bottom: 10px;
}
.node--type-evenement .evenement__block-communautes-partenaires + .evenement__body {
  padding-top: 25px;
}
.node--type-evenement .evenement__body {
  padding-top: 60px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .node--type-evenement .evenement__body {
    padding-top: 30px;
  }
}
.node--type-evenement .evenement__more {
  position: absolute;
  right: 70px;
  bottom: 70px;
  left: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .node--type-evenement .evenement__more {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.node--type-evenement .evenement__more-subscribe {
  padding: 40px 30px 30px;
  border-radius: 5px;
  color: white;
}
.node--type-evenement .evenement__more-subscribe p {
  color: white;
}
.node--type-evenement .evenement__more-socials {
  padding: 40px 30px 0;
}
.node--type-evenement .evenement__more-socials .field__label {
  display: none;
}
.node--type-evenement .evenement__add-to-calendar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  background-color: transparent;
  border: none;
  border-radius: 0;
  background-image: none;
  color: white !important;
  font-weight: bold;
  text-shadow: none;
  margin-left: 0;
}
.node--type-evenement .evenement__add-to-calendar.no-know-more-link:before {
  display: none;
}
.node--type-evenement .evenement__add-to-calendar:hover, .node--type-evenement .evenement__add-to-calendar:focus {
  font-size: 1.4rem;
  border: 0;
}
@media screen and (max-width: 767px) {
  .node--type-evenement .evenement__add-to-calendar {
    display: block;
    margin-top: 20px;
  }
}
.node--type-evenement .evenement__add-to-calendar .addeventatc_icon {
  display: none;
}
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: white;
  text-align: left;
  z-index: 10;
  border: none;
}
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateappleical,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ategoogle,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateoutlook,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateoutlookcom {
  display: block;
  padding: 10px;
  font-weight: 500;
  color: #4a2cf9;
  background: none;
}
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateappleical em,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ategoogle em,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateoutlook em,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateoutlookcom em {
  font-size: 1.4rem !important;
  color: #4a2cf9 !important;
}
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateappleical:hover, .node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateappleical:hover em,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ategoogle:hover,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ategoogle:hover em,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateoutlook:hover,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateoutlook:hover em,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateoutlookcom:hover,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateoutlookcom:hover em {
  color: #291d6b !important;
}
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .copyx,
.node--type-evenement .evenement__add-to-calendar .addeventatc_dropdown .ateyahoo {
  display: none;
}
.node--type-evenement .sidebar {
  top: 516px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .node--type-evenement .sidebar {
    margin-top: -20px;
  }
  .has-banner .node--type-evenement .sidebar {
    margin-bottom: 20px;
  }
}
.node--type-evenement .sidebar__vignette {
  top: -516px;
}
.node--type-evenement .sidebar__inner {
  padding-top: 50px;
  background-color: white;
}

.events {
  padding-top: 90px;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 1023px) {
  .events {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.events__title {
  margin-top: 0;
  max-width: 710px;
}
@media screen and (max-width: 1200px) {
  .events__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .events__title {
    margin-bottom: 2.8645833333vw;
  }
}
@media screen and (max-width: 767px) {
  .events__title {
    margin-bottom: 5.8666666667vw;
  }
}
.events__link {
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .events__link {
    float: none;
  }
}
.events__list:before, .events__item:before {
  content: none !important;
}
.events__item {
  padding: 55px 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .events__item {
    padding: 40px 0;
    border-bottom: 1px solid #eef2f5;
  }
  .path-frontpage .events__item {
    padding: 55px 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .events__item {
    padding: 0 0 40px !important;
    border-bottom: 1px solid #eef2f5 !important;
  }
  .events__item:first-child {
    padding-top: 40px !important;
  }
}
.events__item.open .events__item-switch {
  transform: translateX(-50%) rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .events__item.open {
    max-height: none;
  }
}
.events__item-switch {
  display: none;
  position: absolute;
  bottom: 5px;
  left: 50%;
  padding: 10px 40px;
  cursor: pointer;
  outline: none;
  transform: translateX(-50%) rotate(0deg);
  transition: transform 200ms ease;
}
@media screen and (max-width: 767px) {
  .events__item-switch {
    display: block;
  }
  .path-frontpage .events__item-switch {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .events__item-switch {
    display: block !important;
  }
}
.events__item-switch .icon--arrow-down {
  width: 16px;
  height: 10px;
  fill: #4a2cf9;
}

.event-teaser {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  transition: max-height 200ms ease;
  font-weight: normal;
  color: #291d6b;
}
.event-teaser__inner {
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .event-teaser__inner {
    flex-direction: column;
  }
  .path-frontpage .event-teaser__inner {
    flex-direction: row;
  }
  .node--type-evenement .event-teaser__inner {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .event-teaser__inner {
    flex-direction: column !important;
  }
  .node--type-evenement .event-teaser__inner {
    display: block;
  }
}
.event-teaser__title {
  margin-top: 0;
}
.event-teaser__dates, .event-teaser__detail, .event-teaser__characteristics {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .event-teaser__dates, .event-teaser__detail, .event-teaser__characteristics {
    padding: 0;
  }
  .path-frontpage .event-teaser__dates, .path-frontpage .event-teaser__detail, .path-frontpage .event-teaser__characteristics {
    padding: 0 20px;
  }
}
@media (max-width: 1025px) {
  body:not(.path-frontpage) .event-teaser__dates, body:not(.path-frontpage) .event-teaser__detail, body:not(.path-frontpage) .event-teaser__characteristics {
    flex: auto;
    padding: 0 !important;
  }
}
.event-teaser__dates {
  flex: 0 0 190px;
  text-align: right;
}
.node--type-evenement .event-teaser__dates {
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .event-teaser__dates {
    flex: 0 0 100px;
    text-align: left;
  }
  .event-teaser__dates .event-teaser__more-link {
    display: none;
  }
  .path-frontpage .event-teaser__dates {
    text-align: right !important;
    flex: 0 0 150px;
  }
  .path-frontpage .event-teaser__dates .event-teaser__more-link {
    display: inline-block;
  }
}
@media (max-width: 1025px) {
  .event-teaser__dates {
    text-align: left !important;
    margin-top: 20px;
  }
  .event-teaser__dates .event-teaser__more-link {
    display: none !important;
  }
}
.event-teaser__detail.event_homepage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-teaser__detail.event_homepage .event-teaser__dates {
  flex: initial;
  text-align: center;
}
.event-teaser__detail.event_homepage .event-teaser__start {
  font-size: 2.3rem;
}
.event-teaser__detail.event_homepage .event-teaser__title, .event-teaser__detail.event_homepage .event-teaser__communaute {
  text-align: center;
}
.event-teaser__detail.event_homepage .event-teaser__communaute {
  text-align: center;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .event-teaser__detail.event_homepage .event-teaser__dates {
    flex: initial;
    text-align: center;
  }
  .event-teaser__detail.event_homepage .event-teaser__start {
    font-size: 2.3rem;
  }
  .event-teaser__detail.event_homepage .event-teaser__title, .event-teaser__detail.event_homepage .event-teaser__communaute {
    text-align: center;
  }
}
.event-teaser__detail {
  flex: 1 1 0%;
}
@media screen and (max-width: 1200px) {
  .event-teaser__detail {
    order: -1;
  }
  .path-frontpage .event-teaser__detail {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .event-teaser__detail {
    order: -1 !important;
  }
}
.event-teaser__characteristics {
  flex: 0 0 300px;
}
@media screen and (max-width: 1200px) {
  .event-teaser__characteristics {
    flex: 0 0 220px;
  }
}
.evenement .event-teaser__characteristics {
  flex: 1 0 300px;
}
.event-teaser__start, .event-teaser__hours {
  margin-bottom: 20px;
}
.event-teaser__start {
  padding-top: 5px;
  font-size: 2rem;
}
.event-teaser__communaute {
  position: relative;
  max-width: 275px;
  padding-left: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #4a2cf9;
}
.event-teaser__picto {
  position: absolute;
  top: 50%;
  left: 0;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
}
.event-teaser__footer {
  display: none;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .event-teaser__footer {
    display: block;
  }
  .path-frontpage .event-teaser__footer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .event-teaser__footer {
    display: block !important;
  }
}
.event-teaser__filter_title {
  font-size: 2rem;
}

.export_passed_events_button {
  margin-bottom: 10px;
}

.event-month {
  padding-left: 35px;
  margin: 30px 0;
  border-top: 1px solid #eef2f5;
}
.event-month__text {
  display: inline-block;
  padding: 1em 1.5em;
  font-size: 1.4rem;
  border-radius: 0 0 5px 5px;
  color: #7789a6;
  background-color: #eef2f5;
}

.characteristics__list:before, .characteristics__item:before {
  content: none !important;
}
.node--type-evenement .characteristics__list {
  font-size: 0;
}
.characteristics__item {
  position: relative;
  padding: 20px 0 15px 52px;
  font-weight: normal !important;
  color: #7789a6;
  border-top: 1px solid #eef2f5;
}
.characteristics__item strong {
  font-weight: bold !important;
}
.node--type-evenement .characteristics__item {
  display: inline-block;
  width: 50%;
  padding: 0 0 15px 52px;
  vertical-align: top;
  font-size: 1.4rem;
}
.node--type-evenement .characteristics__item:nth-child(2) {
  border-top: none;
}
@media screen and (max-width: 1023px) {
  .node--type-evenement .characteristics__item {
    display: block;
    width: 100%;
  }
  .node--type-evenement .characteristics__item:nth-child(2) {
    border-top: 1px solid #eef2f5;
  }
}
@media screen and (max-width: 1200px) {
  .characteristics__item {
    border-top: none;
  }
  .path-frontpage .characteristics__item {
    border-top: 1px solid #eef2f5;
  }
}
@media screen and (max-width: 767px) {
  .characteristics__item {
    border-top: none !important;
  }
}
.characteristics__item:first-child {
  border-top: none;
}
.characteristics__item .icon {
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translate(-50%, -50%);
  fill: #7789a6;
}
.node--type-evenement .characteristics__item .icon {
  top: 0;
  transform: translateX(-50%);
}
.characteristics__item .icon--poi {
  width: 22px;
  height: 29px;
}
.characteristics__item .icon--world {
  width: 29px;
  height: 29px;
}
.characteristics__item .icon--accessible, .characteristics__item .icon--not-accessible {
  width: 26px;
  height: 29px;
}
.characteristics__item .icon--locker-open, .characteristics__item .icon--locker-closed {
  width: 19px;
  height: 29px;
}
.characteristics__item--animateur {
  width: 100%;
}
.characteristics__text {
  display: inline-block;
  margin-top: 0.3em;
}
.characteristics__animateur {
  padding-left: 12px;
}
.characteristics__animateur-avatar {
  position: absolute;
  top: 0;
  left: 26px;
  width: 30px;
  height: 30px;
  transform: translateX(-50%);
}
.characteristics__animateur-avatar .icon {
  left: 50%;
  width: 100%;
  height: 100%;
  color: #7789a6;
}
.characteristics__animateur-name {
  display: inline-block;
  margin-top: 0.3em;
}

.actualites {
  padding-top: 90px;
}
@media screen and (max-width: 1023px) {
  .actualites {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.actualites__title {
  margin-top: 0;
  max-width: 710px;
}
@media screen and (max-width: 1200px) {
  .actualites__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .actualites__title {
    margin-bottom: 2.8645833333vw;
  }
}
@media screen and (max-width: 767px) {
  .actualites__title {
    margin-bottom: 5.8666666667vw;
  }
}
.actualites__link {
  display: inline-block;
  float: right;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .actualites__link {
    float: none;
  }
}
@media screen and (max-width: 1200px) {
  .actualites__link--top {
    display: none;
  }
}
.actualites__link--bottom {
  display: none;
}
@media screen and (max-width: 1200px) {
  .actualites__link--bottom {
    display: inline-block;
    margin-top: 0;
  }
}
.actualites__list:before, .actualites__item:before {
  content: none !important;
}
@media screen and (max-width: 767px) {
  .actualites__list {
    display: inline-block;
  }
}
.actualites__item {
  float: left;
  width: 33.3333333333%;
}
.actualites__item + li {
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .actualites__item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .actualites__item {
    display: inline-block;
    float: none;
    width: 74.6666666667vw;
    vertical-align: top;
    white-space: normal;
    padding-right: 20px;
  }
}
.actualites__item {
  /*body*/
}
@media screen and (max-width: 767px) {
  .path-liste-actualites .actualites__item {
    width: 100%;
  }
}
.actualites__year {
  clear: both;
}
.actualites {
  /*
  * Slider
  */
}
@media screen and (max-width: 767px) {
  .actualites .frame {
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
  }
}

.news {
  position: relative;
  padding: 110px 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .news {
    padding: 55px 0 110px;
  }
}
.news__title {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .news__title {
    margin-bottom: 40px;
  }
}

.actualite-teaser {
  display: block;
  padding: 35px 45px;
  border: 2px solid #eef2f5;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .actualite-teaser {
    padding: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .actualite-teaser {
    padding: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .actualite-teaser {
    padding: 5.3333333333vw;
  }
}
.active .actualite-teaser, .actualite-teaser:hover {
  background-color: white;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .active + li .actualite-teaser {
    box-shadow: 0 0 15px 0 #a1a9b0;
  }
}
.actualite-teaser__date {
  font-size: 2.2rem;
}
.actualite-teaser__summary {
  font-size: 1.4rem;
  font-weight: 300;
  color: #291d6b;
  margin-top: 14px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .actualite-teaser__summary {
    padding: 0.9722222222vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .actualite-teaser__summary {
    padding: 1.8229166667vw;
  }
}
@media screen and (max-width: 767px) {
  .actualite-teaser__summary {
    padding: 3.7333333333vw;
  }
}

.page-node-type-actualite .region-content {
  position: relative;
}
.page-node-type-actualite #block-cnes-page-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-node-type-actualite #block-cnes-page-title {
    margin-bottom: 0;
  }
}
.page-node-type-actualite .page-title {
  margin: 0;
}
@media screen and (max-width: 1380px) {
  .page-node-type-actualite .page-title {
    font-size: calc(8px + 2.2222222222vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-node-type-actualite .page-title {
    font-size: calc(8px + 4.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .page-node-type-actualite .page-title {
    font-size: 3rem;
  }
}

.node--type-actualite {
  padding-top: 264px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .node--type-actualite {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.node--type-actualite:before {
  top: 264px;
}
@media screen and (max-width: 1023px) {
  .node--type-actualite:before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .node--type-actualite.has-banner #infoBanner {
    margin: 0 auto -25px;
    transform: translateY(-55px);
  }
}
.node--type-actualite .communaute__header {
  top: 3rem;
}
.node--type-actualite #block-cnes-page-title {
  margin-bottom: 0;
}
.node--type-actualite .actualites__list {
  padding-top: 20px;
  padding-bottom: 20px;
}
.node--type-actualite .actualite__header {
  top: 0;
  padding-top: 20px;
}
@media screen and (max-width: 1023px) {
  .node--type-actualite .actualite__header {
    position: relative;
    width: 100%;
  }
  .node--type-actualite .actualite__header:before {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
    left: -25px;
    background-image: url("../images/geodesiques.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #eef2f5;
    background-size: cover;
  }
  .ie11 .node--type-actualite .actualite__header:before {
    background-image: url("../images/geodesiques.png");
  }
}
.node--type-actualite .actualite__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 25px;
}
.node--type-actualite .actualite__title-inner {
  position: relative;
  display: inline-block;
  width: 280px;
  padding-left: 40px;
  vertical-align: middle;
  color: #4a2cf9;
}
@media screen and (max-width: 1023px) {
  .node--type-actualite .actualite__title-inner {
    display: block;
  }
}
.node--type-actualite .actualite__mini-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #7789a6;
}
@media screen and (max-width: 1023px) {
  .node--type-actualite .actualite__mini-title {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.node--type-actualite .actualite__mini-title:after {
  margin-right: 1.1em;
}
@media screen and (max-width: 1023px) {
  .node--type-actualite .actualite__mini-title:after {
    content: none;
  }
}
.node--type-actualite .actualite__picto {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  vertical-align: middle;
}
.node--type-actualite .actualite__date {
  font-size: 2rem;
  color: #291d6b;
}
.node--type-actualite .actualite__main-image {
  max-width: 50%;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.node--type-actualite .actualite__body {
  margin-bottom: 25px;
}
.node--type-actualite .sidebar {
  top: 264px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .node--type-actualite .sidebar {
    margin-bottom: 20px;
  }
}
.node--type-actualite .sidebar__vignette {
  top: -264px;
}
.node--type-actualite .sidebar__inner {
  padding-top: 50px;
  background-color: white;
}

.ressources {
  padding-top: 90px;
}
@media screen and (max-width: 1023px) {
  .ressources {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.ressources__title {
  margin-top: 0;
  max-width: 710px;
}
@media screen and (max-width: 1200px) {
  .ressources__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ressources__title {
    margin-bottom: 2.8645833333vw;
  }
}
@media screen and (max-width: 767px) {
  .ressources__title {
    margin-bottom: 5.8666666667vw;
  }
}
.ressources__link {
  display: inline-block;
  float: right;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .ressources__link {
    float: none;
  }
}
@media screen and (max-width: 1200px) {
  .ressources__link--top {
    display: none;
  }
}
.ressources__link--bottom {
  display: none;
}
@media screen and (max-width: 1200px) {
  .ressources__link--bottom {
    display: inline-block;
    margin-top: 0;
  }
}
.ressources__list:before, .ressources__item:before {
  content: none !important;
}
.ressources__list {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .ressources__list {
    display: inline-block;
    margin-left: 0;
  }
}
.ressources__item {
  float: left;
  width: 33.3333333333%;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1200px) {
  .ressources__item {
    padding: 40px 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .ressources__item {
    display: inline-block;
    float: none;
    width: 77.3333333333vw;
    padding: 40px 20px 0 0;
    vertical-align: top;
    white-space: normal;
  }
}
.ressources {
  /*
  * Slider
  */
}
@media screen and (max-width: 767px) {
  .ressources .frame {
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
  }
}

body:not(.page-node-type-evenement) .ressource-teaser {
  display: block;
  position: relative;
  padding: 35px 100px 35px 30px;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  body:not(.page-node-type-evenement) .ressource-teaser {
    padding: 2.4305555556vw 5.2083333333vw 2.4305555556vw 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body:not(.page-node-type-evenement) .ressource-teaser {
    padding: 4.5572916667vw 9.765625vw 4.5572916667vw 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  body:not(.page-node-type-evenement) .ressource-teaser {
    padding: 9.3333333333vw 20vw 9.3333333333vw 8vw;
  }
}
body:not(.page-node-type-evenement) .ressource-teaser__cta {
  position: absolute;
  top: 35px;
  right: 30px;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  body:not(.page-node-type-evenement) .ressource-teaser__cta {
    top: 2.4305555556vw;
    right: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body:not(.page-node-type-evenement) .ressource-teaser__cta {
    top: 4.5572916667vw;
    right: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  body:not(.page-node-type-evenement) .ressource-teaser__cta {
    top: 9.3333333333vw;
    right: 8vw;
  }
}
body:not(.page-node-type-evenement) .ressource-teaser__cta .icon {
  width: 100%;
  height: 100%;
  fill: white;
}
body:not(.page-node-type-evenement) .ressource-teaser__title {
  font-size: 2.2rem;
}
body:not(.page-node-type-evenement) .ressource-teaser__summary {
  font-size: 1.4rem;
  font-weight: 300;
}

.page-node-type-evenement .ressources__list {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page-node-type-evenement .ressources__list {
    padding-top: 50px;
  }
}
.page-node-type-evenement .ressources__item {
  display: inline-block;
  float: none;
  width: 50%;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .page-node-type-evenement .ressources__item {
    float: left;
    width: 100%;
    padding: 15px 0;
  }
}
.page-node-type-evenement .ressource-teaser {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  min-height: 50px;
  padding: 0 15px 0 70px;
  margin-bottom: 10px;
  font-weight: 300;
}
.page-node-type-evenement .ressource-teaser:hover {
  background-color: white;
}
@media screen and (max-width: 767px) {
  .page-node-type-evenement .ressource-teaser {
    padding: 0 0 0 60px;
  }
}
.page-node-type-evenement .ressource-teaser:before {
  position: absolute;
  top: 25px;
  left: 35px;
  width: 36px;
  height: 35px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .page-node-type-evenement .ressource-teaser:before {
    left: 0;
    transform: translateY(-50%);
  }
}
.page-node-type-evenement .ressource-teaser[href*=".doc"]:before {
  content: url("../images/doc.svg");
}
.page-node-type-evenement .ressource-teaser[href*=".eml"]:before {
  content: url("../images/outlook.svg");
}
.page-node-type-evenement .ressource-teaser[href*=".pdf"]:before {
  content: url("../images/pdf.svg");
}
.page-node-type-evenement .ressource-teaser[href*=".ppt"]:before {
  content: url("../images/ppt.svg");
}
.page-node-type-evenement .ressource-teaser[href*=".xls"]:before {
  content: url("../images/xls.svg");
}
.page-node-type-evenement .ressource-teaser[href*=".zip"]:before {
  content: url("../images/dl.svg");
  width: 20px;
  height: 21px;
  top: 20px;
}
.page-node-type-evenement .ressource-teaser[href*=".png"]:before, .page-node-type-evenement .ressource-teaser[href*=".jpg"]:before, .page-node-type-evenement .ressource-teaser[href*=".gif"]:before, .page-node-type-evenement .ressource-teaser[href*=".jpeg"]:before {
  content: url("../images/picture.svg");
  top: 30px;
}
.page-node-type-evenement .ressource-teaser__cta {
  display: none;
}

.node--type-ressource {
  padding-top: 254px;
}
@media screen and (max-width: 1023px) {
  .node--type-ressource {
    padding-top: 0;
  }
}
.node--type-ressource:before {
  top: 254px;
}
@media screen and (max-width: 1023px) {
  .node--type-ressource:before {
    top: 0;
  }
}
.node--type-ressource .communaute__header {
  margin-top: 4rem;
}
.node--type-ressource #block-cnes-page-title {
  margin: 0;
}
.node--type-ressource .sidebar {
  top: 254px;
}
.node--type-ressource .sidebar__vignette {
  top: -254px;
}

.ressources__row {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ressources__col {
  margin-bottom: 2rem;
  /* 3 par ligne */
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .ressources__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ressources__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.bureau {
  padding-top: 90px;
}
@media screen and (max-width: 1023px) {
  .bureau {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.bureau__title {
  margin-top: 0;
  max-width: 710px;
}
@media screen and (max-width: 1200px) {
  .bureau__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bureau__title {
    margin-bottom: 2.8645833333vw;
  }
}
@media screen and (max-width: 767px) {
  .bureau__title {
    margin-bottom: 5.8666666667vw;
  }
}
.bureau__list:before, .bureau__item:before {
  content: none !important;
}
.bureau__list {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .bureau__list {
    display: inline-block;
  }
}
.bureau__item {
  display: inline-block;
  width: 33.3333333333%;
  vertical-align: top;
  font-size: 1.4rem;
}
@media (max-width: 1300px) {
  .bureau__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .bureau__item {
    width: 77.3333333333vw;
    white-space: normal;
  }
}
.bureau {
  /*
  * Slider
  */
}
@media screen and (max-width: 767px) {
  .bureau .slider {
    overflow: hidden;
  }
}
.bureau .frame {
  width: calc(100% + 15px);
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .bureau .frame {
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
  }
}
.bureau__membre {
  display: block;
  position: relative;
  padding: 20px 15px;
  white-space: nowrap;
}
.bureau__membre:hover {
  text-decoration: none;
}
.bureau__membre-avatar {
  position: relative;
  display: inline-block;
  width: 86px;
  height: 86px;
  margin-right: 20px;
  vertical-align: top;
  background-color: #eef2f5;
}
.bureau__membre-avatar .icon--john-doe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  fill: #7789a6;
  transform: translate(-50%, -50%);
}
.bureau__membre-detail {
  display: inline-block;
  width: calc(100% - 106px);
  vertical-align: top;
  white-space: normal;
}
.bureau__membre-name {
  font-size: 2.2rem;
  font-weight: bold;
  color: #4a2cf9;
}
.bureau__membre-role {
  color: #4a2cf9;
}
.bureau__membre-societe, .bureau__membre-expertise {
  font-weight: 300;
}
.bureau__membre-societe {
  color: #291d6b;
}
.bureau__membre-expertise {
  color: #7789a6;
}

.path-tous-les-evenements-futur #block-cnes-page-title,
.path-tous-les-evenements-passes #block-cnes-page-title,
.path-tous-les-evenements-passes-full #block-cnes-page-title,
.path-tous-les-evenements #block-cnes-page-title,
.path-liste-evenements #block-cnes-page-title,
.path-liste-evenements-passes #block-cnes-page-title,
.path-liste-evenements-futur #block-cnes-page-title {
  display: none;
}
.path-tous-les-evenements-futur .list-container__header,
.path-tous-les-evenements-passes .list-container__header,
.path-tous-les-evenements-passes-full .list-container__header,
.path-tous-les-evenements .list-container__header,
.path-liste-evenements .list-container__header,
.path-liste-evenements-passes .list-container__header,
.path-liste-evenements-futur .list-container__header {
  top: 0;
}
@media screen and (max-width: 1023px) {
  .path-tous-les-evenements-futur .list-container__header,
  .path-tous-les-evenements-passes .list-container__header,
  .path-tous-les-evenements-passes-full .list-container__header,
  .path-tous-les-evenements .list-container__header,
  .path-liste-evenements .list-container__header,
  .path-liste-evenements-passes .list-container__header,
  .path-liste-evenements-futur .list-container__header {
    width: 100%;
  }
}
/*
* All events list page
*/
.path-tous-les-evenements-futur .page-title, .path-tous-les-evenements .page-title, .path-tous-les-evenements-passes .page-title, .path-tous-les-evenements-passes-full .page-title {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .path-tous-les-evenements-futur .page-title, .path-tous-les-evenements .page-title, .path-tous-les-evenements-passes .page-title, .path-tous-les-evenements-passes-full .page-title {
    margin-top: 30px;
  }
}
.path-tous-les-evenements-futur .list-container, .path-tous-les-evenements .list-container, .path-tous-les-evenements-passes .list-container, .path-tous-les-evenements-passes-full .list-container {
  padding-top: 162px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .path-tous-les-evenements-futur .list-container, .path-tous-les-evenements .list-container, .path-tous-les-evenements-passes .list-container, .path-tous-les-evenements-passes-full .list-container {
    padding-top: 162px;
  }
}
@media screen and (max-width: 767px) {
  .path-tous-les-evenements-futur .list-container, .path-tous-les-evenements .list-container, .path-tous-les-evenements-passes .list-container, .path-tous-les-evenements-passes-full .list-container {
    padding-top: 162px;
    padding-bottom: 0;
  }
}
.path-tous-les-evenements-futur .list-container:before, .path-tous-les-evenements .list-container:before, .path-tous-les-evenements-passes .list-container:before, .path-tous-les-evenements-passes-full .list-container:before {
  top: 162px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .path-tous-les-evenements-futur .list-container:before, .path-tous-les-evenements .list-container:before, .path-tous-les-evenements-passes .list-container:before, .path-tous-les-evenements-passes-full .list-container:before {
    top: 162px;
  }
}
@media screen and (max-width: 767px) {
  .path-tous-les-evenements-futur .list-container:before, .path-tous-les-evenements .list-container:before, .path-tous-les-evenements-passes .list-container:before, .path-tous-les-evenements-passes-full .list-container:before {
    top: 162px;
  }
}
.path-tous-les-evenements-futur .list-container__header, .path-tous-les-evenements .list-container__header, .path-tous-les-evenements-passes .list-container__header, .path-tous-les-evenements-passes-full .list-container__header {
  left: 0;
  width: 100%;
  text-align: center;
}
.path-tous-les-evenements-futur .list-container__list, .path-tous-les-evenements .list-container__list, .path-tous-les-evenements-passes .list-container__list, .path-tous-les-evenements-passes-full .list-container__list {
  padding: 75px 0 0 50px;
  flex: 1 1 auto;
}
@media screen and (max-width: 1023px) {
  .path-tous-les-evenements-futur .list-container__list, .path-tous-les-evenements .list-container__list, .path-tous-les-evenements-passes .list-container__list, .path-tous-les-evenements-passes-full .list-container__list {
    padding-top: 0px;
  }
}
.path-tous-les-evenements-futur .list-container__icon, .path-tous-les-evenements .list-container__icon, .path-tous-les-evenements-passes .list-container__icon, .path-tous-les-evenements-passes-full .list-container__icon {
  position: absolute;
  top: 162px;
  left: 50%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: white;
}
.path-tous-les-evenements-futur .list-container__icon .icon, .path-tous-les-evenements .list-container__icon .icon, .path-tous-les-evenements-passes .list-container__icon .icon, .path-tous-les-evenements-passes-full .list-container__icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 61px;
  height: 66px;
  transform: translate(-50%, -50%);
  fill: #4a2cf9;
}
@media (min-width: 1025px) {
  .path-tous-les-evenements-futur .list-container--all-events, .path-tous-les-evenements .list-container--all-events, .path-tous-les-evenements-passes .list-container--all-events, .path-tous-les-evenements-passes-full .list-container--all-events {
    display: flex;
    flex-direction: row;
    padding: 162px 50px 0 25px;
  }
}
.path-tous-les-evenements-futur .flatpickr-calendar, .path-tous-les-evenements .flatpickr-calendar, .path-tous-les-evenements-passes .flatpickr-calendar, .path-tous-les-evenements-passes-full .flatpickr-calendar {
  margin-bottom: 30px;
  box-shadow: 0 0 60px 0 rgb(238, 242, 245);
}
@media screen and (max-width: 1023px) {
  .path-tous-les-evenements-futur .flatpickr-calendar.inline, .path-tous-les-evenements .flatpickr-calendar.inline, .path-tous-les-evenements-passes .flatpickr-calendar.inline, .path-tous-les-evenements-passes-full .flatpickr-calendar.inline {
    display: inline-block;
  }
}
.path-tous-les-evenements-futur .flatpickr-calendar:after, .path-tous-les-evenements-futur .flatpickr-calendar:before, .path-tous-les-evenements .flatpickr-calendar:after, .path-tous-les-evenements .flatpickr-calendar:before, .path-tous-les-evenements-passes .flatpickr-calendar:after, .path-tous-les-evenements-passes .flatpickr-calendar:before, .path-tous-les-evenements-passes-full .flatpickr-calendar:after, .path-tous-les-evenements-passes-full .flatpickr-calendar:before {
  content: none;
}
.path-tous-les-evenements-futur .sidebar, .path-tous-les-evenements .sidebar, .path-tous-les-evenements-passes .sidebar, .path-tous-les-evenements-passes-full .sidebar {
  max-width: 290px;
}
@media screen and (max-width: 1023px) {
  .path-tous-les-evenements-futur .sidebar, .path-tous-les-evenements .sidebar, .path-tous-les-evenements-passes .sidebar, .path-tous-les-evenements-passes-full .sidebar {
    position: relative;
    max-width: 100%;
    margin: 50px 0 0 0;
    left: 0;
    transform: translateX(0);
  }
}
.path-tous-les-evenements-futur .sidebar__inner, .path-tous-les-evenements .sidebar__inner, .path-tous-les-evenements-passes .sidebar__inner, .path-tous-les-evenements-passes-full .sidebar__inner {
  padding: 20px 10px;
}
@media screen and (max-width: 1023px) {
  .path-tous-les-evenements-futur .sidebar__inner, .path-tous-les-evenements .sidebar__inner, .path-tous-les-evenements-passes .sidebar__inner, .path-tous-les-evenements-passes-full .sidebar__inner {
    padding: 0;
    text-align: center;
  }
}
.path-tous-les-evenements-futur .sidebar_no_scroll, .path-tous-les-evenements .sidebar_no_scroll, .path-tous-les-evenements-passes .sidebar_no_scroll, .path-tous-les-evenements-passes-full .sidebar_no_scroll {
  width: 100%;
  max-width: 290px;
  position: relative;
  transform: translate(0);
  left: 0;
}
.path-tous-les-evenements-futur .go-today-link, .path-tous-les-evenements .go-today-link, .path-tous-les-evenements-passes .go-today-link, .path-tous-les-evenements-passes-full .go-today-link {
  margin-bottom: 20px;
}
.path-tous-les-evenements-futur #eventsCalendar, .path-tous-les-evenements #eventsCalendar, .path-tous-les-evenements-passes #eventsCalendar, .path-tous-les-evenements-passes-full #eventsCalendar {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 0;
}
.path-tous-les-evenements-futur label[for=communauteSelect], .path-tous-les-evenements label[for=communauteSelect], .path-tous-les-evenements-passes label[for=communauteSelect], .path-tous-les-evenements-passes-full label[for=communauteSelect] {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #291d6b;
}
.path-tous-les-evenements-futur #communauteSelect, .path-tous-les-evenements #communauteSelect, .path-tous-les-evenements-passes #communauteSelect, .path-tous-les-evenements-passes-full #communauteSelect {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 50px 1em 1.5em;
  margin: 0;
  border: 1px solid #eef2f5;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #291d6b;
  background-image: url("../images/arrow-down-blue.svg");
  background-repeat: no-repeat;
  background-color: white;
  background-position: calc(100% - 16px) center;
  background-size: 16px 10px;
}

/*
* Communaute events list page
*/
.path-liste-evenements .page-title,
.path-liste-evenements-passes .page-title,
.path-liste-evenements-futur .page-title {
  margin-top: 35px;
}
.path-liste-evenements .list-container,
.path-liste-evenements-passes .list-container,
.path-liste-evenements-futur .list-container {
  padding-top: 235px;
}
@media screen and (max-width: 1023px) {
  .path-liste-evenements .list-container,
  .path-liste-evenements-passes .list-container,
  .path-liste-evenements-futur .list-container {
    padding-top: 0 !important;
    padding-bottom: 0;
  }
}
.path-liste-evenements .list-container.node--type-communaute .sidebar,
.path-liste-evenements-passes .list-container.node--type-communaute .sidebar,
.path-liste-evenements-futur .list-container.node--type-communaute .sidebar {
  top: 235px;
}
.path-liste-evenements .list-container.node--type-communaute .sidebar__vignette,
.path-liste-evenements-passes .list-container.node--type-communaute .sidebar__vignette,
.path-liste-evenements-futur .list-container.node--type-communaute .sidebar__vignette {
  top: -235px;
}

.list-header {
  display: flex;
  align-content: stretch;
  padding: 45px 0 30px;
}
@media screen and (max-width: 1380px) {
  .list-header {
    display: block;
  }
}
.list-header__title, .list-header__ctas {
  flex: 1 1 0%;
}
.list-header__title {
  align-self: center;
  width: 430px;
  padding-left: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #291d6b;
}
@media screen and (max-width: 1380px) {
  .list-header__title {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
  }
}
.list-header__ctas {
  display: flex;
  align-content: center;
}
@media (min-width: 768px) {
  .list-header__ctas {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .list-header__ctas {
    display: block;
  }
}
.list-header__cta {
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .list-header__cta {
    flex-basis: 33.3333333333%;
    width: 153px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .list-header__cta {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}
.list-header__cta.is-active .list-header__icon .icon, .list-header__cta:hover .list-header__icon .icon {
  fill: white;
}
.list-header__cta.is-active .list-header__label, .list-header__cta:hover .list-header__label {
  color: #4a2cf9;
}
.list-header__cta--calendar {
  text-align: left;
}
.list-header__icon, .list-header__label {
  display: inline-block;
  vertical-align: middle;
}
.list-header__icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #eef2f5;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .list-header__icon {
    width: 30px;
    height: 30px;
  }
}
.list-header__icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 19px;
  transform: translate(-50%, -50%);
  fill: #7789a6;
}
@media screen and (max-width: 767px) {
  .list-header__icon .icon {
    width: 10.8px;
    height: 11.4px;
  }
}
.list-header__label {
  width: 93px;
  margin-left: 15px;
  font-size: 1.2rem;
  color: #7789a6;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .list-header__label {
    margin-left: 10px;
    width: auto;
  }
}

.other-events {
  padding-top: 90px;
}
@media screen and (max-width: 1023px) {
  .other-events {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.other-events__title {
  margin: 0 auto 55px;
  max-width: 710px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .other-events__title {
    margin-bottom: 5.859375vw;
  }
}
@media screen and (max-width: 767px) {
  .other-events__title {
    margin-bottom: 12vw;
  }
}
.other-events__list:before, .other-events__item:before {
  content: none !important;
}
@media screen and (max-width: 767px) {
  .other-events__list {
    display: inline-block;
  }
}
.other-events__item {
  float: left;
  padding: 10px;
  width: 25%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .other-events__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .other-events__item {
    display: inline-block;
    float: none;
    width: 77.3333333333vw;
    vertical-align: top;
    white-space: normal;
  }
}
.other-events {
  /*
  * Slider
  */
}
@media screen and (max-width: 767px) {
  .other-events .frame {
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
  }
}

.other-event {
  display: block;
  position: relative;
  padding: 30px;
  border-radius: 5px;
  font-size: 1.2rem;
  background-color: white;
}
.other-event__picto {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}
.other-event__date {
  width: calc(100% - 35px);
  color: #291d6b;
}
.other-event__day {
  font-weight: bold;
}
.other-event__title {
  font-size: 1.4rem;
}
.other-event__characteristics {
  position: relative;
}
.other-event__characteristics:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  height: 1px;
  background-color: #eef2f5;
}
.other-event .characteristics__item {
  padding: 10px 0 10px 30px;
  border-top: none;
}
.other-event .characteristics__item .icon {
  left: 0;
  transform: translateY(-50%);
}
.other-event .characteristics__item .icon--poi {
  width: 16px;
  height: 21px;
}
.other-event .characteristics__item .icon--world {
  width: 21px;
  height: 21px;
}
.other-event .characteristics__item .icon--not-accessible, .other-event .characteristics__item .icon--accessible {
  width: 19px;
  height: 21px;
}
.other-event .characteristics__item .icon--locker-closed, .other-event .characteristics__item .icon--locker-open {
  width: 14px;
  height: 21px;
}

.page-node-type-homepage #block-cnes-page-title {
  display: none;
}
.page-node-type-homepage .layout-content {
  position: relative;
  margin-top: -100px;
  border-radius: 5px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-node-type-homepage .layout-content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .page-node-type-homepage .layout-content {
    margin-top: -30px;
  }
}
.page-node-type-homepage .events {
  padding: 100px 170px 55px;
  background-color: white;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-node-type-homepage .events {
    padding: 55px 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-node-type-homepage .events {
    background-color: transparent;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-node-type-homepage .events__title {
    margin: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-node-type-homepage .events__title {
    margin: 0;
  }
}
.page-node-type-homepage .events__item:last-child {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .page-node-type-homepage .events__item:last-child {
    padding-bottom: 55px !important;
  }
}
.page-node-type-homepage .events__item:last-child .event-teaser {
  padding-bottom: 0;
}

.section-hp-why {
  display: flex;
  max-width: 1110px;
  margin: 0 auto 80px;
  color: #291d6b;
}
@media screen and (max-width: 767px) {
  .section-hp-why {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.section-hp-why__title {
  color: #8fa0bd;
}
@media screen and (max-width: 1023px) {
  .section-hp-why__title {
    font-size: 3rem;
  }
}
.section-hp-why__subtitle {
  font-weight: bold;
  font-size: 2.5rem;
  color: #291d6b;
}
@media screen and (max-width: 1023px) {
  .section-hp-why__subtitle {
    font-size: 2rem;
  }
}
.section-hp-why__content, .section-hp-why__visuals {
  flex-basis: 0%;
  flex-grow: 1;
  max-width: 100%;
}
.section-hp-why__content {
  max-width: 525px;
  font-size: 2.5rem;
  color: #291d6b;
  padding-right: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-hp-why__content {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.section-hp-why__content-actions {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .section-hp-why__content-actions {
    margin-top: 40px;
  }
}
.section-hp-why__visuals {
  font-size: 1.8rem;
  padding-left: 2rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section-hp-why__visuals {
    padding-left: 0;
    font-size: 1.4rem;
  }
}
.section-hp-why__visual {
  flex-basis: 1;
  flex-grow: 1;
  max-width: 50%;
  margin-bottom: 20px;
}
.section-hp-why__visual-text {
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .section-hp-why__visual-text {
    padding: 1rem;
  }
}
.section-hp-why__more-link {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-left: 0.5em;
}
.section-hp-why__more-link:before {
  font-size: 1.5em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .section-hp-why__more-link:before {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .section-hp-why__more-link {
    display: block;
    margin-top: 20px;
  }
}

.section-hp-in-numbers {
  display: flex;
  justify-content: center;
  max-width: 1070px;
  padding: 74px 40px;
  margin: 0 auto 80px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .section-hp-in-numbers {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 24px;
  }
}
.section-hp-in-numbers__item {
  align-items: center;
  flex-basis: 1;
  flex-grow: 1;
  max-width: 100%;
  font-size: 5rem;
  text-align: center;
  color: #291d6b;
}
.section-hp-in-numbers__item--dot {
  align-self: center;
  max-width: 20px;
  font-size: 10rem;
  color: #be23d9;
}
.section-hp-in-numbers__item-text {
  margin-top: 1.6rem;
  font-size: 2.5rem;
}

.path-recherche .block-page-title-block {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.path-recherche .pager {
  text-align: center;
}

/*
    Formulaire "détaché" dans la page de recherche
 */
.content-type-filter {
  font-size: 1.4rem;
}
.content-type-filter__label {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  color: #291d6b;
}
.content-type-filter__item {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .content-type-filter__item {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
.content-type-filter__item input {
  /*display: none; fuck off a11y and JS */
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.content-type-filter__item-label {
  display: inline-block;
  vertical-align: middle;
  color: #8fa0bd;
}

.search-results-view {
  position: relative;
  padding-top: 22px;
  min-height: 480px;
  background-color: white;
  padding-left: 360px;
}
@media screen and (max-width: 767px) {
  .search-results-view {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.search-results-view .content-type-filter {
  position: absolute;
  top: 52px;
  left: 70px;
  max-width: 296px;
  padding: 1.5rem 3rem;
  border-radius: 5px;
  background-color: #fafafd;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .search-results-view .content-type-filter {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .search-results-view .content-type-filter {
    position: relative;
    top: auto;
    left: auto;
    max-width: none;
    padding: 1rem 2.5rem;
  }
}
.search-results-view__header {
  padding-left: 35px;
  padding-right: 35px;
  margin: 30px 35px 30px 0;
  border-top: 1px solid #eef2f5;
}
@media screen and (max-width: 767px) {
  .search-results-view__header {
    padding-left: 15px;
    padding-right: 15px;
    margin: 30px 0;
  }
}
.search-results-view__header-text {
  display: inline-block;
  padding: 1em 1.5em;
  font-size: 1.4rem;
  border-radius: 0 0 5px 5px;
  color: #7789a6;
  background-color: #eef2f5;
}
.search-results-view__header-text p {
  margin: 0;
}
.search-results-view__container {
  padding-bottom: 6rem;
  padding-right: 7rem;
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .search-results-view__container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3rem;
  }
}
.search-results-view__item {
  font-size: 1.4rem;
  margin-bottom: 6rem;
  border-radius: 0.5em;
}
.search-results-view__item h3 {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.search-results-view__item-type {
  color: #4a2cf9;
  text-transform: capitalize;
}

#views-exposed-form-search-content-page-1 {
  position: relative;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
#views-exposed-form-search-content-page-1 .form-composite,
#views-exposed-form-search-content-page-1 .form-type-textfield label {
  display: none;
}
#views-exposed-form-search-content-page-1 .form-actions {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
#views-exposed-form-search-content-page-1 .form-text {
  background-color: white;
  display: block;
  padding: 1.1em;
  font-size: 1.4rem;
  font-weight: 300;
  transition: all 200ms;
  color: #58508c;
  border: 1px solid #eef2f5;
  border-radius: 5px;
  outline: none;
  width: 100%;
}
#views-exposed-form-search-content-page-1 .button--search {
  width: 36px;
  height: 36px;
  font-size: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
#views-exposed-form-search-content-page-1 .button--search .icon--search-lens {
  fill: #291d6b;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #views-exposed-form-search-content-page-1 .button--search .icon--search-lens {
    fill: #4a2cf9 !important;
  }
}
.path-frontpage #views-exposed-form-search-content-page-1 .button--search .icon--search-lens {
  fill: white;
}

/* search front filters #26229 */
.search-sidebar__community-select {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 50px 1em 1.5em;
  margin: 0;
  border: 1px solid #eef2f5;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #291d6b;
  background-image: url(../images/arrow-down-blue.svg);
  background-repeat: no-repeat;
  background-color: white;
  background-position: calc(100% - 16px) center;
  background-size: 16px 10px;
}

.user-profile {
  position: relative;
  padding-right: 180px;
  padding-left: 250px;
  font-size: 1.4rem;
  color: #291d6b;
}
.user-profile:before {
  background-color: white;
}
@media screen and (max-width: 1380px) {
  .user-profile {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .user-profile {
    padding-right: 0;
    padding-left: 0;
  }
}
.user-profile__col {
  max-width: 45%;
  flex-basis: 45%;
}
.user-profile__col:first-child {
  flex-basis: 55%;
  max-width: 55%;
}
@media screen and (max-width: 1023px) {
  .user-profile__col {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.user-profile__col--socials {
  position: relative;
  padding-left: 45px;
}
.user-profile__col--socials.total-items-1 {
  max-width: 90px;
}
@media screen and (max-width: 767px) {
  .user-profile__col--socials.total-items-1 {
    max-width: 45px;
  }
}
.user-profile__col--socials.total-items-2 {
  max-width: 135px;
}
@media screen and (max-width: 767px) {
  .user-profile__col--socials.total-items-2 {
    max-width: 90px;
  }
}
.user-profile__col--socials.total-items-3 {
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .user-profile__col--socials.total-items-3 {
    max-width: 135px;
  }
}
@media screen and (max-width: 767px) {
  .user-profile__col--socials {
    padding-left: 0;
    margin: 0 auto 30px;
  }
}
.user-profile__col--socials:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -100%;
  left: 0;
  width: 2px;
  background-color: #eef2f5;
}
@media screen and (max-width: 767px) {
  .user-profile__col--socials:before {
    content: none;
  }
}
.user-profile__col--socials .user-profile__prop-title {
  color: #4a2cf9;
}
.user-profile__section {
  position: relative;
  padding-top: 1.9rem; /*  4.4 with title spacings */
  padding-bottom: 4.4rem;
  padding-left: 12rem;
}
.user-profile__section + .user-profile__section {
  border-top: 2px solid #eef2f5;
}
@media screen and (max-width: 1023px) {
  .user-profile__section {
    padding-left: 0;
  }
}
.user-profile__section--first {
  padding-top: 10rem;
  margin-top: 12rem;
}
.user-profile__section--first .user-profile__section-edit {
  top: 17.5rem;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .user-profile__section--first .user-profile__section-edit {
    top: auto;
  }
}
.user-profile__section-edit {
  margin-bottom: 2rem;
  font-style: italic;
  text-transform: uppercase;
}
.user-profile__section-edit:before {
  margin-right: 0.5em;
}
@media screen and (min-width: 1024px) {
  .user-profile__section-edit {
    position: absolute;
    top: 9.8rem;
    right: 0;
  }
}
.user-profile__title {
  font-weight: 300;
}
html[lang=en] .user-profile__title--fr {
  display: none;
}
html[lang=fr] .user-profile__title--en {
  display: none;
}
.user-profile__avatar {
  width: 19rem;
  height: 19rem;
  border: 1rem solid white;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, -50%, 0);
}
.user-profile__avatar--current a {
  display: block;
  position: relative;
  height: 100%;
}
.user-profile__avatar--current a:hover:before {
  opacity: 0.4;
}
.user-profile__avatar--current a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  transition: opacity 200ms;
  background-color: white;
  pointer-events: none;
}
.user-profile__avatar-edit {
  color: #4a2cf9;
  font-size: 1.2rem;
  font-style: italic;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  pointer-events: none;
  text-transform: uppercase;
}
.user-profile__avatar-edit .icon--camera {
  width: 36px;
  height: 27px;
  margin-bottom: 10px;
  fill: #4a2cf9;
}
.user-profile__prop {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  vertical-align: middle;
  font-weight: 300;
}
.user-profile__prop a {
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 300;
}
.user-profile__prop--societe, .user-profile__prop--expertise, .user-profile__prop--location {
  font-weight: normal;
}
.user-profile__prop.twitter_css_class .flex-media, .user-profile__prop.linkedin_css_class .flex-media {
  align-items: baseline;
}
.user-profile__prop-title {
  padding-top: 2.8rem;
  padding-bottom: 1.4rem;
  vertical-align: middle;
  font-weight: 300;
}
.user-profile .icon--social {
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.4em;
}
.user-profile__socials {
  display: flex;
  justify-content: space-around;
}
.user-profile__socials .flex-media__body {
  display: none;
}
.user-profile__socials .icon--social {
  margin-right: 0;
}
.user-profile .communaute-item {
  margin-bottom: 15px;
}

.communaute-item {
  font-weight: 300;
  font-size: 1.4rem;
}
.communaute-item a {
  font-size: inherit;
}
.communaute-item__picto {
  width: 2.9rem;
  height: 2.9rem;
  margin-right: 0.6em;
}
.communaute-item__roles {
  margin-top: 0.4em;
}
.communaute-item + .communaute-item {
  margin-top: 1rem;
}
.form-checkboxes .communaute-item {
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .path-user #edit-submit {
    font-size: 1.2rem;
  }
}

.page-node-type-article #block-cnes-page-title {
  text-align: center;
  margin-bottom: 60px;
}

.node--type-article,
.rte {
  padding-top: 35px;
}
.node--type-article h2,
.rte h2 {
  margin-top: 0;
}
.node--type-article .node__content,
.rte .node__content {
  padding: 60px 30px;
  background-color: white;
}
.node--type-article .field--type-image,
.rte .field--type-image {
  margin: 0 -30px;
}
.node--type-article .field--type-image figure,
.node--type-article .field--type-image img,
.rte .field--type-image figure,
.rte .field--type-image img {
  width: 100%;
  max-width: none;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .node--type-article .field--type-image figure,
  .node--type-article .field--type-image img,
  .rte .field--type-image figure,
  .rte .field--type-image img {
    margin-top: -60px;
  }
}
.node--type-article hr,
.rte hr {
  display: block;
  clear: both;
  padding: 30px 0;
  margin: 30px 0;
  border: none;
  border-bottom: 1px solid #AAAAAA;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-article hr,
  .rte hr {
    padding: 20px 0;
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .node--type-article hr,
  .rte hr {
    padding: 15px 0;
    margin: 15px 0;
  }
}
.node--type-article p,
.rte p {
  padding: 0;
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #291d6b;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-article p,
  .rte p {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-article p,
  .rte p {
    margin: 0 0 15px;
  }
}
.node--type-article figure,
.rte figure {
  margin: 0 0 10px;
}
.node--type-article figure img,
.rte figure img {
  width: 100%;
  max-width: none;
  margin-top: 0;
}
.node--type-article figure,
.node--type-article img,
.rte figure,
.rte img {
  width: auto;
  height: auto;
  margin-top: -30px;
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-article figure,
  .node--type-article img,
  .rte figure,
  .rte img {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-article figure,
  .node--type-article img,
  .rte figure,
  .rte img {
    margin-top: -15px;
  }
}
.node--type-article figure.align-left,
.node--type-article img.align-left,
.rte figure.align-left,
.rte img.align-left {
  max-width: 50%;
  margin-right: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-article figure.align-left,
  .node--type-article img.align-left,
  .rte figure.align-left,
  .rte img.align-left {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-article figure.align-left,
  .node--type-article img.align-left,
  .rte figure.align-left,
  .rte img.align-left {
    margin-right: 30px;
  }
}
.node--type-article figure.align-right,
.node--type-article img.align-right,
.rte figure.align-right,
.rte img.align-right {
  max-width: 50%;
  margin-left: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-article figure.align-right,
  .node--type-article img.align-right,
  .rte figure.align-right,
  .rte img.align-right {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-article figure.align-right,
  .node--type-article img.align-right,
  .rte figure.align-right,
  .rte img.align-right {
    margin-left: 30px;
  }
}
.node--type-article figure.align-center,
.node--type-article img.align-center,
.rte figure.align-center,
.rte img.align-center {
  margin: 60px auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-article figure.align-center,
  .node--type-article img.align-center,
  .rte figure.align-center,
  .rte img.align-center {
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) {
  .node--type-article figure.align-center,
  .node--type-article img.align-center,
  .rte figure.align-center,
  .rte img.align-center {
    margin: 30px auto;
  }
}
.node--type-article figure.full-width,
.node--type-article img.full-width,
.rte figure.full-width,
.rte img.full-width {
  width: 100%;
  max-width: none;
  margin: 60px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-article figure.full-width,
  .node--type-article img.full-width,
  .rte figure.full-width,
  .rte img.full-width {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .node--type-article figure.full-width,
  .node--type-article img.full-width,
  .rte figure.full-width,
  .rte img.full-width {
    margin: 30px 0;
  }
}
.node--type-article li,
.rte li {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4285714286;
  color: #291d6b;
  padding: 5px 0;
}
.node--type-article li:before,
.rte li:before {
  color: #4a2cf9;
}
.node--type-article li ul,
.rte li ul {
  padding-top: 5px;
  padding-left: 25px;
}
.node--type-article li ul li,
.rte li ul li {
  position: relative;
  padding-left: 1.5em;
}
.node--type-article li ul li:before,
.rte li ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border: 1px solid;
  border-radius: 50%;
}
.node--type-article .cta--white,
.rte .cta--white {
  border: 1px solid #90a1bc;
}
.node--type-article .cta--dot,
.rte .cta--dot {
  padding: 0 !important;
}
.node--type-article blockquote,
.rte blockquote {
  position: relative;
  padding: 30px 30px 30px 280px;
  margin: 30px 0;
  font-weight: 300;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-article blockquote,
  .rte blockquote {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .node--type-article blockquote,
  .rte blockquote {
    padding: 230px 0 20px;
    margin: 15px 0;
  }
}
.node--type-article blockquote:before,
.rte blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  border: 5px solid #4a2cf9;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .node--type-article blockquote:before,
  .rte blockquote:before {
    left: 50%;
    transform: translateX(-110px);
  }
}
.node--type-article blockquote img,
.rte blockquote img {
  position: absolute;
  top: 0;
  left: 20px;
  width: 190px;
  height: 190px;
  max-width: none !important;
  margin: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .node--type-article blockquote img,
  .rte blockquote img {
    left: 50%;
    transform: translateX(-50%);
  }
}
.node--type-article blockquote h3,
.node--type-article blockquote h4,
.rte blockquote h3,
.rte blockquote h4 {
  font-style: normal;
}
.node--type-article blockquote h3,
.rte blockquote h3 {
  margin: 60px 0 0;
  font-size: 2.2rem;
  color: #4a2cf9;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-article blockquote h3,
  .rte blockquote h3 {
    margin: 35px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .node--type-article blockquote h3,
  .rte blockquote h3 {
    margin: 55px 0 0;
  }
}
.node--type-article blockquote h4,
.rte blockquote h4 {
  margin: 0;
  font-size: 1.4rem;
  color: #291d6b;
}
.node--type-article table,
.rte table {
  width: 100%;
  margin: 30px 0;
  color: #291d6b;
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .node--type-article table,
  .rte table {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .node--type-article table,
  .rte table {
    margin: 15px 0;
    width: auto;
    table-layout: auto;
  }
}
.node--type-article table img,
.rte table img {
  margin: 0;
}
.node--type-article thead,
.node--type-article th,
.rte thead,
.rte th {
  background-color: #eef2f5;
}
.node--type-article th,
.node--type-article td,
.rte th,
.rte td {
  padding: 1.4285714286em 1.7857142857em 1.1428571429em;
  vertical-align: middle;
  border: 2px solid #dddddd;
  font-weight: 500;
  word-break: break-word;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .node--type-article th,
  .node--type-article td,
  .rte th,
  .rte td {
    word-break: keep-all;
  }
}
.node--type-article .video-container,
.rte .video-container {
  position: relative;
}
.node--type-article .video-container:after,
.rte .video-container:after {
  display: none;
}
.node--type-article .video-container iframe,
.rte .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .node--type-article .rte-table-wrapper,
  .rte .rte-table-wrapper {
    overflow-x: auto;
  }
  .node--type-article [class^=video-embed-field],
  .rte [class^=video-embed-field] {
    position: relative;
  }
  .node--type-article [class^=video-embed-field]:after,
  .rte [class^=video-embed-field]:after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
  .node--type-article [class^=video-embed-field] iframe,
  .rte [class^=video-embed-field] iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

.path-communaute-data .content-header,
.path-communaute-data #block-seven-breadcrumbs {
  display: none;
}
.path-communaute-data .stats-section {
  padding: 40px 0;
}
@media print {
  .path-communaute-data .stats-section {
    padding: 20px 0;
    page-break-after: always;
  }
}
.path-communaute-data .stats-section__title {
  margin: 0 0 1em;
  line-height: 1;
}
@media print {
  .path-communaute-data .stats-section__title {
    font-size: 2.4rem;
  }
}
@media print {
  .path-communaute-data .stats-section__title--main {
    font-size: 3rem;
    word-break: keep-all;
    hyphens: none;
  }
}
.path-communaute-data .stats-section__table {
  display: flex;
  flex-wrap: wrap;
}
.path-communaute-data .stats-section__cell {
  flex-grow: 1;
  width: 100%;
  padding: 1em 2em;
  border-right: 1px solid #90a1bc;
  border-bottom: 1px solid #90a1bc;
}
@media print {
  .path-communaute-data .stats-section__cell {
    padding: 10px;
    font-size: 1.3vw;
  }
}
.path-communaute-data .stats-section__cell:before {
  content: none;
}
.path-communaute-data .stats-section__chart {
  margin-top: 40px;
}
@media print {
  .path-communaute-data .stats-section__chart {
    width: 100% !important;
    height: 100% !important;
  }
}
.path-communaute-data .stats-section--communaute {
  padding-bottom: 0 !important;
  text-align: center;
}
@media print {
  .path-communaute-data .stats-section--communaute {
    page-break-after: avoid;
  }
}
.path-communaute-data .stats-section--perimetre img {
  width: auto;
}
.path-communaute-data .stats-section--pilotage .stats-section__cell {
  width: 14.2857142857%;
}
.path-communaute-data .stats-section--pilotage .stats-section__cell:nth-child(-n+7) {
  border-top: 1px solid #90a1bc;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.path-communaute-data .stats-section--pilotage .stats-section__cell:nth-child(7n+1) {
  border-left: 1px solid #90a1bc;
}
.path-communaute-data .stats-section--bureau .stats-section__cell {
  width: 10%;
}
.path-communaute-data .stats-section--bureau .stats-section__cell:nth-child(-n+10) {
  border-top: 1px solid #90a1bc;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.path-communaute-data .stats-section--bureau .stats-section__cell:nth-child(10n+1) {
  border-left: 1px solid #90a1bc;
}
.path-communaute-data .stats-section--activites .stats-section__cell, .path-communaute-data .stats-section--perspectives .stats-section__cell {
  width: 14.2857142857%;
}
.path-communaute-data .stats-section--activites .stats-section__cell:nth-child(-n+7), .path-communaute-data .stats-section--perspectives .stats-section__cell:nth-child(-n+7) {
  border-top: 1px solid #90a1bc;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.path-communaute-data .stats-section--activites .stats-section__cell:nth-child(7n+1), .path-communaute-data .stats-section--perspectives .stats-section__cell:nth-child(7n+1) {
  border-left: 1px solid #90a1bc;
}

.path-communautes-data {
  font-size: 1.6rem;
}
.path-communautes-data h2, .path-communautes-data h3 {
  margin-top: 5.6rem;
}
.path-communautes-data h4 {
  margin-top: 2.8rem;
}
.path-communautes-data .content-header, .path-communautes-data .region-breadcrumb {
  display: none;
}
@media print {
  .path-communautes-data .stats-section__chart {
    width: 100% !important;
    height: auto !important;
  }
}
.path-communautes-data .stats-container {
  max-width: 1200px;
  margin: 0 auto;
}

table.ss-list {
  table-layout: fixed;
  font-size: 1.4rem;
}
@media print {
  table.ss-list {
    font-size: 9px;
    line-height: 1;
  }
}

.ss-list__item--head td {
  font-weight: bold !important;
  text-transform: uppercase;
  text-align: center;
}

.ss-list__cell {
  border: 1px solid #90a1bc;
}
@media print {
  .ss-list__cell {
    word-break: break-word;
    padding: 5px 6px;
  }
}

.rapport_bureau_number, .rapport_adherent_number {
  text-align: center;
  font-size: 2em;
}

/* cookie concsent bar */
.sliding-popup-bottom {
  position: fixed;
  z-index: 1001;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #8fa0bd;
  color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
}

.cc-bar__inner {
  position: relative;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.cc-bar__actions {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2.5em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cc-bar__actions {
    position: relative;
    top: auto;
    right: auto;
    text-align: right;
    transform: none;
  }
}
.cc-bar__actions button {
  text-align: center;
  vertical-align: middle;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .cc-bar__actions button {
    line-height: 2rem;
  }
}
.cc-bar__text * {
  font-size: 1.2rem;
  margin: 0;
  color: inherit;
}

.eu-cookie-compliance-buttons button {
  background-image: linear-gradient(60deg, #4a2cf9 0%, #be23d9 75%);
}

div .eu-cookie-compliance-message h2 {
  font-size: 2rem;
  color: #4a2cf9;
}

div .eu-cookie-compliance-message p {
  color: #291d6b;
  font-weight: 300;
}

#popup-buttons {
  padding-top: 0.5%;
  float: right;
  margin-right: 1%;
}

#popup-text {
  display: inline-block;
  padding-left: 2%;
  max-width: 100%;
}

button.eu-cookie-compliance-agree-button {
  margin: 0;
  padding: 0.57143em 2.14286em;
  font-style: italic;
  font-weight: 500;
  border-radius: 4.28571em;
  color: white;
  text-shadow: none;
  border: none;
  box-shadow: none;
}

#sliding-popup {
  background: #8fa0bd;
}

.page-node-type-page .page-title {
  margin: 0;
}

.node--type-page:not(.node--type-communaute) {
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  .node--type-page:not(.node--type-communaute) {
    margin-top: 50px;
  }
}
.block-local-tasks-block ~ .block-system-main-block .node--type-page:not(.node--type-communaute) {
  margin-top: 169px;
}
@media screen and (max-width: 1023px) {
  .block-local-tasks-block ~ .block-system-main-block .node--type-page:not(.node--type-communaute) {
    margin-top: 50px;
  }
}
.node--type-page:not(.node--type-communaute) .node__content {
  padding: 50px 70px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .node--type-page:not(.node--type-communaute) .node__content {
    padding: 20px 0 30px;
  }
}

.node--type-page.node--type-communaute {
  padding-top: 260px;
}
@media screen and (max-width: 1023px) {
  .node--type-page.node--type-communaute {
    padding-top: 0 !important;
  }
}
.node--type-page.node--type-communaute .sidebar {
  top: 260px;
}
.node--type-page.node--type-communaute .sidebar__vignette {
  top: -260px;
}
.node--type-page.node--type-communaute .actualites__list {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*# sourceMappingURL=styles.css.map */
