@charset "UTF-8";
/*

Reset styles are based on the great work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/ 
and Nicolas Gallagher & Jonathan Neal http://necolas.github.io/normalize.css/

http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

normalize.css v3.0.1 | MIT License | git.io/normalize

*/
/* Media queries */
/* Theme colors */
/* WP colors */
/* Texts */
/*  ---------------------------------------

    GRID          

---------------------------------------- */
/* 
	  Responsive CSS Framework
    Copyright © 2012 Aline Keller - www.alinekeller.ch 
    This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) - http://creativecommons.org/licenses/by-sa/4.0/
*/
/* Column = 15px / Gutter = 10px => 310px */
.contentcenter,
.wrapper,
.wrapper-narrow {
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  position: relative;
  width: 96%;
}
@media screen and (min-width: 30em) {
  .contentcenter,
  .wrapper,
  .wrapper-narrow {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .contentcenter,
  .wrapper,
  .wrapper-narrow {
    padding: 0;
    width: 645px;
  }
}
@media screen and (min-width: 64em) {
  .contentcenter,
  .wrapper,
  .wrapper-narrow {
    width: 880px;
  }
}
@media screen and (min-width: 79em) {
  .contentcenter,
  .wrapper,
  .wrapper-narrow {
    width: 1110px;
  }
}
@media screen and (min-width: 90em) {
  .contentcenter,
  .wrapper,
  .wrapper-narrow {
    width: 1170px;
  }
}

.association-details [class*=container],
.appel-details [class*=container],
.formation-details [class*=container], .home-contact .section-content, .home-quick-links .links-container, .list-articles, .home-formations .list-formations, .site-footer .footer-content, .grid {
  margin-left: -5px;
  margin-right: -5px;
}
.association-details [class*=container]:after,
.appel-details [class*=container]:after,
.formation-details [class*=container]:after, .home-contact .section-content:after, .home-quick-links .links-container:after, .list-articles:after, .home-formations .list-formations:after, .site-footer .footer-content:after, .grid:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.flexbox .association-details [class*=container]:after, .association-details .flexbox [class*=container]:after,
.flexbox .appel-details [class*=container]:after,
.appel-details .flexbox [class*=container]:after,
.flexbox .formation-details [class*=container]:after,
.formation-details .flexbox [class*=container]:after, .flexbox .home-contact .section-content:after, .home-contact .flexbox .section-content:after, .flexbox .home-quick-links .links-container:after, .home-quick-links .flexbox .links-container:after, .flexbox .list-articles:after, .flexbox .home-formations .list-formations:after, .home-formations .flexbox .list-formations:after, .flexbox .site-footer .footer-content:after, .site-footer .flexbox .footer-content:after, .flexbox .grid:after {
  display: none;
}
@media screen and (min-width: 48em) {
  .association-details [class*=container],
  .appel-details [class*=container],
  .formation-details [class*=container], .home-contact .section-content, .home-quick-links .links-container, .list-articles, .home-formations .list-formations, .site-footer .footer-content, .grid {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    margin-left: -7px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 64em) {
  .association-details [class*=container],
  .appel-details [class*=container],
  .formation-details [class*=container], .home-contact .section-content, .home-quick-links .links-container, .list-articles, .home-formations .list-formations, .site-footer .footer-content, .grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 79em) {
  .association-details [class*=container],
  .appel-details [class*=container],
  .formation-details [class*=container], .home-contact .section-content, .home-quick-links .links-container, .list-articles, .home-formations .list-formations, .site-footer .footer-content, .grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.association-details [class*=container] > [class*=sidebar],
.appel-details [class*=container] > [class*=sidebar],
.formation-details [class*=container] > [class*=sidebar], .association-details [class*=container] > [class*=content],
.appel-details [class*=container] > [class*=content],
.formation-details [class*=container] > [class*=content], .home-formations .list-formations .formation, .home-contact .map,
.home-contact .contact-info, .home-quick-links .links-container .content, .list-articles .post, .home-formations .list-formations .post, .site-footer .footer-content .content, .col {
  clear: both;
  float: none;
  margin: 0 0 10px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .association-details [class*=container] > [class*=sidebar],
  .appel-details [class*=container] > [class*=sidebar],
  .formation-details [class*=container] > [class*=sidebar], .association-details [class*=container] > [class*=content],
  .appel-details [class*=container] > [class*=content],
  .formation-details [class*=container] > [class*=content], .home-formations .list-formations .formation, .home-contact .map,
  .home-contact .contact-info, .home-quick-links .links-container .content, .list-articles .post, .home-formations .list-formations .post, .site-footer .footer-content .content, .col {
    clear: none;
    float: left;
    padding-left: 7px;
    padding-right: 8px;
  }
  .flexbox .association-details [class*=container] > [class*=sidebar], .association-details .flexbox [class*=container] > [class*=sidebar],
  .flexbox .appel-details [class*=container] > [class*=sidebar],
  .appel-details .flexbox [class*=container] > [class*=sidebar],
  .flexbox .formation-details [class*=container] > [class*=sidebar],
  .formation-details .flexbox [class*=container] > [class*=sidebar], .flexbox .association-details [class*=container] > [class*=content], .association-details .flexbox [class*=container] > [class*=content],
  .flexbox .appel-details [class*=container] > [class*=content],
  .appel-details .flexbox [class*=container] > [class*=content],
  .flexbox .formation-details [class*=container] > [class*=content],
  .formation-details .flexbox [class*=container] > [class*=content], .flexbox .home-formations .list-formations .formation, .home-formations .list-formations .flexbox .formation, .flexbox .home-contact .map, .home-contact .flexbox .map,
  .flexbox .home-contact .contact-info,
  .home-contact .flexbox .contact-info, .flexbox .home-quick-links .links-container .content, .home-quick-links .links-container .flexbox .content, .flexbox .list-articles .post, .flexbox .home-formations .list-formations .post, .home-formations .flexbox .list-formations .post, .list-articles .flexbox .post, .home-formations .list-formations .flexbox .post, .flexbox .site-footer .footer-content .content, .site-footer .footer-content .flexbox .content, .flexbox .col {
    float: none;
  }
}
@media screen and (min-width: 64em) {
  .association-details [class*=container] > [class*=sidebar],
  .appel-details [class*=container] > [class*=sidebar],
  .formation-details [class*=container] > [class*=sidebar], .association-details [class*=container] > [class*=content],
  .appel-details [class*=container] > [class*=content],
  .formation-details [class*=container] > [class*=content], .home-formations .list-formations .formation, .home-contact .map,
  .home-contact .contact-info, .home-quick-links .links-container .content, .list-articles .post, .home-formations .list-formations .post, .site-footer .footer-content .content, .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 79em) {
  .association-details [class*=container] > [class*=sidebar],
  .appel-details [class*=container] > [class*=sidebar],
  .formation-details [class*=container] > [class*=sidebar], .association-details [class*=container] > [class*=content],
  .appel-details [class*=container] > [class*=content],
  .formation-details [class*=container] > [class*=content], .home-formations .list-formations .formation, .home-contact .map,
  .home-contact .contact-info, .home-quick-links .links-container .content, .list-articles .post, .home-formations .list-formations .post, .site-footer .footer-content .content, .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col.right {
  float: right;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  clear: none;
  float: left;
}

.col-xs-1 {
  width: 8.33343%;
}

.col-xs-2 {
  width: 16.6667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3334%;
}

.col-xs-5 {
  width: 41.6667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3334%;
}

.col-xs-8 {
  width: 66.6667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3334%;
}

.col-xs-11 {
  width: 91.6667%;
}

.col-xs-12 {
  width: 100%;
}

/*  -----------------------------------------------------------

	Media Queries - Mobile phones (> 480px)

	Column = 25px / Gutter = 10px => 430px

------------------------------------------------------------ */
@media screen and (min-width: 30em) {
  .col-s-1,
  .col-s-2,
  .col-s-3,
  .col-s-4,
  .col-s-5,
  .col-s-6,
  .col-s-7,
  .col-s-8,
  .col-s-9,
  .col-s-10,
  .col-s-11 {
    clear: none;
    float: left;
  }
  .col-s-1 {
    width: 8.3334%;
  }
  .col-s-2 {
    width: 16.6667%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.3334%;
  }
  .col-s-5 {
    width: 41.6667%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.3334%;
  }
  .col-s-8 {
    width: 66.6667%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.3334%;
  }
  .col-s-11 {
    width: 91.6667%;
  }
  .col-s-12 {
    width: 100%;
  }
  .offset-1 {
    margin-left: 8.3334%;
  }
  .offset-2 {
    margin-left: 16.6667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.3334%;
  }
  .offset-5 {
    margin-left: 41.6667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.3334%;
  }
  .offset-8 {
    margin-left: 66.6667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.3334%;
  }
  .offset-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Small desktop & vertical tablets (> 768px)

------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .col12,
  .col-m-12,
  .col-l-12,
  .col-xl-12 {
    clear: both;
    float: none;
  }
  /* Columns width */
  .col1 {
    width: 8.3334%;
  }
  .col2 {
    width: 16.6667%;
  }
  .col3 {
    width: 25%;
  }
  .col4 {
    width: 33.3334%;
  }
  .col5 {
    width: 41.6667%;
  }
  .col6 {
    width: 50%;
  }
  .col7 {
    width: 58.3334%;
  }
  .col8 {
    width: 66.6667%;
  }
  .col9 {
    width: 75%;
  }
  .col10 {
    width: 83.3334%;
  }
  .col11 {
    width: 91.6667%;
  }
  .col12 {
    width: 100%;
  }
  .col-m-1 {
    width: 8.33344%;
  }
  .col-m-2 {
    width: 16.6667%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-4, .site-footer .footer-content .content {
    width: 33.3334%;
  }
  .col-m-5 {
    width: 41.6667%;
  }
  .col-m-6, .home-formations .list-formations .formation, .home-quick-links .links-container .content, .list-articles .post, .home-formations .list-formations .post {
    width: 50%;
  }
  .col-m-7 {
    width: 58.3334%;
  }
  .col-m-8 {
    width: 66.6667%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-10 {
    width: 83.3334%;
  }
  .col-m-11 {
    width: 91.6667%;
  }
  .col-m-12 {
    width: 100%;
  }
  /* Offset */
  .offset-m-1 {
    margin-left: 8.3334%;
  }
  .offset-m-2 {
    margin-left: 16.6667%;
  }
  .offset-m-3 {
    margin-left: 25%;
  }
  .offset-m-4 {
    margin-left: 33.3334%;
  }
  .offset-m-5 {
    margin-left: 41.6667%;
  }
  .offset-m-6 {
    margin-left: 50%;
  }
  .offset-m-7 {
    margin-left: 58.3334%;
  }
  .offset-m-8 {
    margin-left: 66.6667%;
  }
  .offset-m-9 {
    margin-left: 75%;
  }
  .offset-m-10 {
    margin-left: 83.3334%;
  }
  .offset-m-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1024px

------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .col-l-1 {
    width: 8.33344%;
  }
  .col-l-2 {
    width: 16.6667%;
  }
  .col-l-3, .site-footer .footer-content .content {
    width: 25%;
  }
  .col-l-4, .association-details [class*=container] > [class*=sidebar],
  .appel-details [class*=container] > [class*=sidebar],
  .formation-details [class*=container] > [class*=sidebar], .home-formations .list-formations .formation, .list-articles .post, .home-formations .list-formations .post {
    width: 33.3334%;
  }
  .col-l-5 {
    width: 41.6667%;
  }
  .col-l-6, .home-contact .map,
  .home-contact .contact-info {
    width: 50%;
  }
  .col-l-7 {
    width: 58.3334%;
  }
  .col-l-8, .association-details [class*=container] > [class*=content],
  .appel-details [class*=container] > [class*=content],
  .formation-details [class*=container] > [class*=content] {
    width: 66.6667%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-10 {
    width: 83.3334%;
  }
  .col-l-11 {
    width: 91.6667%;
  }
  .col-l-12 {
    width: 100%;
  }
  .offset-l-1 {
    margin-left: 8.3334%;
  }
  .offset-l-2 {
    margin-left: 16.6667%;
  }
  .offset-l-3 {
    margin-left: 25%;
  }
  .offset-l-4 {
    margin-left: 33.3334%;
  }
  .offset-l-5 {
    margin-left: 41.6667%;
  }
  .offset-l-6 {
    margin-left: 50%;
  }
  .offset-l-7 {
    margin-left: 58.3334%;
  }
  .offset-l-8 {
    margin-left: 66.6667%;
  }
  .offset-l-9 {
    margin-left: 75%;
  }
  .offset-l-10 {
    margin-left: 83.3334%;
  }
  .offset-l-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1264px

------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .col-xl-1 {
    width: 8.33343%;
  }
  .col-xl-2 {
    width: 16.6667%;
  }
  .col-xl-3, .association-details [class*=container] > [class*=sidebar],
  .appel-details [class*=container] > [class*=sidebar],
  .formation-details [class*=container] > [class*=sidebar] {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3334%;
  }
  .col-xl-5 {
    width: 41.6667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3334%;
  }
  .col-xl-8 {
    width: 66.6667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3334%;
  }
  .col-xl-11 {
    width: 91.6667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .offset-xl-1, .association-details [class*=container] > [class*=sidebar],
  .appel-details [class*=container] > [class*=sidebar],
  .formation-details [class*=container] > [class*=sidebar] {
    margin-left: 8.3334%;
  }
  .offset-xl-2 {
    margin-left: 16.6667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3334%;
  }
  .offset-xl-5 {
    margin-left: 41.6667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3334%;
  }
  .offset-xl-8 {
    margin-left: 66.6667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3334%;
  }
  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1440px

------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  /*
    .col-xxl-1 { width: 8.33343%; }
    .col-xxl-2 { width: 16.6667%; }
    .col-xxl-3 { width: 25%; }
    .col-xxl-4 { width: 33.3334%; }
    .col-xxl-5 { width: 41.6667%; }
    .col-xxl-6 { width: 50%; }
    .col-xxl-7 { width: 58.3334%; }
    .col-xxl-8 { width: 66.6667%; }
    .col-xxl-9 { width: 75%; }
    .col-xxl-10 { width: 83.3334%; }
    .col-xxl-11 { width: 91.6667%; }
    .col-xxl-12 { width: 100%; }

    .offset-xxl-1   { margin-left: 8.3334%; }
    .offset-xxl-2   { margin-left: 16.6667%; }
    .offset-xxl-3   { margin-left: 25%; }
    .offset-xxl-4   { margin-left: 33.3334%; }
    .offset-xxl-5   { margin-left: 41.6667%; }
    .offset-xxl-6   { margin-left: 50%; }
    .offset-xxl-7   { margin-left: 58.3334%; }
    .offset-xxl-8   { margin-left: 66.6667%; }
    .offset-xxl-9   { margin-left: 75%; }
    .offset-xxl-10  { margin-left: 83.3334%; }
    .offset-xxl-11  { margin-left: 91.6667%; }
  */
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

/*
.post,
.page {
	margin: 0 0 1.5em;
}
*/
.updated:not(.published) {
  display: none;
}

/*
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  margin: 0;
  min-width: 0;
}
.grid:after {
  content: none;
}

.col {
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: auto;
  grid-column: span 12;
}

@media screen and (min-width: 0) {
  .col-xs-1 {
    grid-column: span 1;
  }
  .col-xs-2 {
    grid-column: span 2;
  }
  .col-xs-3 {
    grid-column: span 3;
  }
  .col-xs-4 {
    grid-column: span 4;
  }
  .col-xs-5 {
    grid-column: span 5;
  }
  .col-xs-6 {
    grid-column: span 6;
  }
  .col-xs-7 {
    grid-column: span 7;
  }
  .col-xs-8 {
    grid-column: span 8;
  }
  .col-xs-9 {
    grid-column: span 9;
  }
  .col-xs-10 {
    grid-column: span 10;
  }
  .col-xs-11 {
    grid-column: span 11;
  }
  .col-xs-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 30em) {
  .col-s-1 {
    grid-column: span 1;
  }
  .col-s-2 {
    grid-column: span 2;
  }
  .col-s-3 {
    grid-column: span 3;
  }
  .col-s-4 {
    grid-column: span 4;
  }
  .col-s-5 {
    grid-column: span 5;
  }
  .col-s-6 {
    grid-column: span 6;
  }
  .col-s-7 {
    grid-column: span 7;
  }
  .col-s-8 {
    grid-column: span 8;
  }
  .col-s-9 {
    grid-column: span 9;
  }
  .col-s-10 {
    grid-column: span 10;
  }
  .col-s-11 {
    grid-column: span 11;
  }
  .col-s-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 48em) {
  .col-m-1 {
    grid-column: span 1;
  }
  .col-m-2 {
    grid-column: span 2;
  }
  .col-m-3 {
    grid-column: span 3;
  }
  .col-m-4, .site-footer .footer-content .content {
    grid-column: span 4;
  }
  .col-m-5 {
    grid-column: span 5;
  }
  .col-m-6, .home-formations .list-formations .formation, .home-quick-links .links-container .content, .list-articles .post, .home-formations .list-formations .post {
    grid-column: span 6;
  }
  .col-m-7 {
    grid-column: span 7;
  }
  .col-m-8 {
    grid-column: span 8;
  }
  .col-m-9 {
    grid-column: span 9;
  }
  .col-m-10 {
    grid-column: span 10;
  }
  .col-m-11 {
    grid-column: span 11;
  }
  .col-m-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 64em) {
  .col-l-1 {
    grid-column: span 1;
  }
  .col-l-2 {
    grid-column: span 2;
  }
  .col-l-3, .site-footer .footer-content .content {
    grid-column: span 3;
  }
  .col-l-4, .association-details [class*=container] > [class*=sidebar],
  .appel-details [class*=container] > [class*=sidebar],
  .formation-details [class*=container] > [class*=sidebar], .home-formations .list-formations .formation, .list-articles .post, .home-formations .list-formations .post {
    grid-column: span 4;
  }
  .col-l-5 {
    grid-column: span 5;
  }
  .col-l-6, .home-contact .map,
  .home-contact .contact-info {
    grid-column: span 6;
  }
  .col-l-7 {
    grid-column: span 7;
  }
  .col-l-8, .association-details [class*=container] > [class*=content],
  .appel-details [class*=container] > [class*=content],
  .formation-details [class*=container] > [class*=content] {
    grid-column: span 8;
  }
  .col-l-9 {
    grid-column: span 9;
  }
  .col-l-10 {
    grid-column: span 10;
  }
  .col-l-11 {
    grid-column: span 11;
  }
  .col-l-12 {
    grid-column: span 12;
  }
}
.table {
  overflow-x: auto;
}
.table div {
  width: 33%;
  padding: 0.25em 0.5em;
  text-align: center;
  border-right: 1px solid #ccc;
}
.table .btn {
  margin: 1em 1em 1em;
}
.table .table-head {
  display: flex;
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  border-bottom: 2px solid black;
  padding: 0;
  border-right: 0;
}
.table .table-head div {
  padding: 1em 0.25em;
  border-top: 1px solid black;
}
.table .table-head div.empty {
  border-top: 0;
}
.table .table-head + .table-row div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.table h3 {
  text-align: center;
  padding: 1em;
  margin: 0;
  text-align: left;
  background-color: #312390;
  color: white;
}
.table h3 span {
  position: sticky;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .table h3 {
    text-align: center;
  }
}
.table .table-container {
  min-width: 900px;
  width: 100%;
  padding: 0;
  border: 0;
}
.table .table-row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid black;
  padding: 0;
  border-right: 0;
}
.table .table-row.row-center div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.table .table-row div:first-child {
  position: sticky;
  left: 0;
  background-color: #fafafa;
  text-align: left;
  border-left: 1px solid #ccc;
  z-index: 1;
}
.table h3 + .table-row {
  border-top: 1px solid black;
}
.table .empty {
  background: none !important;
}
.table .enabled,
.table .disabled {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.table .enabled:after,
.table .disabled:after {
  display: block;
  text-align: center;
}
.table .enabled:after {
  content: "\f00c";
  color: green;
}
.table .disabled:after {
  content: "\f00d";
  color: red;
  opacity: 0.5;
}

/* ------------------------------------------
 01 BASE STYLES
------------------------------------------ */
/* Sticky footer */
#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#page .site-content {
  flex-grow: 1;
}
#page .site-footer {
  flex-shrink: 0;
}

/* Structure */
html {
  font-size: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #1d1d1d;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
}

.site {
  position: relative;
}

.builder-error {
  opacity: 0;
}

.header-content, .wrapper-wide, .associations-content, .page-associations .header-content {
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 96%;
}
@media screen and (min-width: 30em) {
  .header-content, .wrapper-wide, .associations-content, .page-associations .header-content {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .header-content, .wrapper-wide, .associations-content, .page-associations .header-content {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .header-content, .wrapper-wide, .associations-content, .page-associations .header-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 79em) {
  .header-content, .wrapper-wide, .associations-content, .page-associations .header-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 90em) {
  .header-content, .wrapper-wide, .associations-content, .page-associations .header-content {
    padding-left: 5rem;
    padding-right: 5rem;
    max-width: 1520px;
  }
}

.wrapper-narrow {
  max-width: 970px;
}

@media screen and (min-width: 48em) {
  .associations-content, .page-associations .header-content {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media screen and (min-width: 79em) {
  .associations-content, .page-associations .header-content {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}

/* Typography */
dd,
dt,
li,
p,
td,
th,
label,
input {
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.4em;
}

p.has-text-color,
ul.has-text-color,
ol.has-text-color,
blockquote.has-text-color {
  color: #1d1d1d !important;
}
p.has-text-color.has-dark-purple-color,
ul.has-text-color.has-dark-purple-color,
ol.has-text-color.has-dark-purple-color,
blockquote.has-text-color.has-dark-purple-color {
  color: #312390 !important;
}

p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
p.lead {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1.125em;
}

p + p.lead {
  margin-top: 1.125em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h2.has-medium-font-size,
h2.has-large-font-size,
h2.has-huge-font-size,
h3.has-medium-font-size,
h3.has-large-font-size,
h3.has-huge-font-size,
h4.has-medium-font-size,
h4.has-large-font-size,
h4.has-huge-font-size,
h2.has-small-font-size,
.association-sidebar .section-title,
.appel-sidebar .section-title,
.formation-sidebar .section-title,
h3.has-small-font-size,
h4.has-small-font-size {
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
}
h1.has-text-color,
h2.has-text-color,
h3.has-text-color,
h4.has-text-color,
h5.has-text-color,
h6.has-text-color,
.association-sidebar .has-text-color.section-title,
.appel-sidebar .has-text-color.section-title,
.formation-sidebar .has-text-color.section-title {
  color: #1d1d1d !important;
}
h1.has-text-color.has-dark-purple-color,
h2.has-text-color.has-dark-purple-color,
h3.has-text-color.has-dark-purple-color,
h4.has-text-color.has-dark-purple-color,
h5.has-text-color.has-dark-purple-color,
h6.has-text-color.has-dark-purple-color,
.association-sidebar .has-text-color.has-dark-purple-color.section-title,
.appel-sidebar .has-text-color.has-dark-purple-color.section-title,
.formation-sidebar .has-text-color.has-dark-purple-color.section-title {
  color: #312390 !important;
}

h1,
h2.has-medium-font-size,
h2.has-large-font-size,
h2.has-huge-font-size {
  font-size: 1.625em;
}

h2,
h3.has-medium-font-size,
h3.has-large-font-size,
h3.has-huge-font-size,
h2.has-normal-font-size {
  font-size: 1.5em;
}

h3,
h4.has-medium-font-size,
h4.has-large-font-size,
h4.has-huge-font-size,
h2.has-small-font-size,
h3.has-normal-font-size {
  font-size: 1.25em;
}

h4,
.association-sidebar .section-title,
.appel-sidebar .section-title,
.formation-sidebar .section-title,
h3.has-small-font-size,
h4.has-normal-font-size {
  font-size: 1.125em;
}

h5,
h6,
h4.has-small-font-size,
h6.has-normal-font-size {
  font-size: 1em;
}

h1,
h2.has-medium-font-size,
h2.has-large-font-size,
h2.has-huge-font-size {
  font-weight: 400;
}

h2,
h3.has-medium-font-size,
h3.has-large-font-size,
h3.has-huge-font-size {
  font-weight: 600;
}

h3,
h4,
h5,
h6,
h4.has-medium-font-size,
h4.has-large-font-size,
h4.has-huge-font-size,
h2.has-small-font-size,
.association-sidebar .section-title,
.appel-sidebar .section-title,
.formation-sidebar .section-title,
h3.has-small-font-size,
h4.has-small-font-size {
  font-weight: 500;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
img + h1,
img + h2,
img + h3,
img + h4,
img + h5,
img + h6,
figure + h1,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6,
.jetpack-video-wrapper + h1,
.jetpack-video-wrapper + h2,
.jetpack-video-wrapper + h3,
.jetpack-video-wrapper + h4,
.jetpack-video-wrapper + h5,
.jetpack-video-wrapper + h6 {
  clear: both;
  margin-top: 2.25em;
}

p[style*=font-size] {
  font-size: 1rem !important;
}
@media screen and (min-width: 79em) {
  p[style*=font-size] {
    font-size: 1.125rem !important;
  }
}
p.has-small-font-size {
  font-size: 0.875rem;
}
@media screen and (min-width: 79em) {
  p.has-small-font-size {
    font-size: 0.9375rem;
  }
}
p.has-normal-font-size, p.has-regular-font-size {
  font-size: 1rem;
}
@media screen and (min-width: 79em) {
  p.has-normal-font-size, p.has-regular-font-size {
    font-size: 1.125rem;
  }
}
p.has-medium-font-size {
  font-size: 1.25rem;
}
@media screen and (min-width: 79em) {
  p.has-medium-font-size {
    font-size: 1.375rem;
  }
}
p.has-large-font-size {
  font-size: 1.375rem;
}
@media screen and (min-width: 79em) {
  p.has-large-font-size {
    font-size: 1.75rem;
  }
}
p.has-huge-font-size, p.has-larger-font-size {
  font-size: 1.5rem;
}
@media screen and (min-width: 79em) {
  p.has-huge-font-size, p.has-larger-font-size {
    font-size: 2rem;
  }
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 1.125em;
}

a {
  color: #fe007a;
  position: relative;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.3s ease-in-out;
}
a:hover, a:active {
  color: #312390;
}
a:focus {
  color: #312390;
  outline: 2px dotted #312390;
}

a.layout {
  display: block;
  color: #312390;
}
a.layout p {
  font-weight: normal;
}
a.layout .youtube {
  pointer-events: none;
  transition: all 0.25s;
}
a.layout:hover {
  color: #a463ff;
}
a.layout:hover .youtube {
  box-shadow: 5px 5px 0px rgba(1, 1, 1, 0.1);
}

/* Lists */
li {
  margin-bottom: 0.75em;
}
li:last-child {
  margin-bottom: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  padding-left: 1.25rem;
  position: relative;
}
ul li:before {
  content: "";
  background: #ffb600;
  border-radius: 50%;
  height: 0.375rem;
  position: absolute;
  top: 0.5em;
  right: auto;
  bottom: auto;
  left: 4px;
  width: 0.375rem;
}

ol {
  padding-left: 1.25rem;
}

.nav li {
  padding: 0;
}
.nav li:before {
  display: none;
}

/* Accessibility */
.screen-reader-text,
.label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

.a11y-link {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
  color: #312390;
  z-index: 11;
}
.a11y-link:hover, .a11y-link:focus, .a11y-link:active {
  color: #312390;
}
.a11y-link:focus {
  position: static;
  overflow: visible;
  clip: auto;
  height: auto;
  width: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.a11y-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.a11y-links ul li {
  margin: 0;
  padding: 0;
}
.a11y-links ul li:before {
  display: none;
}

/**
 * Forms
 */
label {
  display: block;
}
.form-item {
  margin-bottom: 1.25rem;
}
.form-item:last-child {
  margin-bottom: 0;
}

/* Base fields */
.acf-form-fields .acf-field input[type=text],
.acf-form-fields .acf-field input[type=password],
.acf-form-fields .acf-field input[type=date],
.acf-form-fields .acf-field input[type=datetime],
.acf-form-fields .acf-field input[type=datetime-local],
.acf-form-fields .acf-field input[type=email],
.acf-form-fields .acf-field input[type=month],
.acf-form-fields .acf-field input[type=number],
.acf-form-fields .acf-field input[type=search],
.acf-form-fields .acf-field input[type=tel],
.acf-form-fields .acf-field input[type=time],
.acf-form-fields .acf-field input[type=url],
.acf-form-fields .acf-field input[type=week],
.acf-form-fields .acf-field textarea,
.acf-form-fields .acf-field select, input[type=color],
input[type=date],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  border-radius: 20px;
  border-color: #c0bebc;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 1rem;
  height: 42px;
  line-height: 42px;
  padding: 0 1rem;
}
@media screen and (min-width: 79em) {
  .acf-form-fields .acf-field input[type=text],
  .acf-form-fields .acf-field input[type=password],
  .acf-form-fields .acf-field input[type=date],
  .acf-form-fields .acf-field input[type=datetime],
  .acf-form-fields .acf-field input[type=datetime-local],
  .acf-form-fields .acf-field input[type=email],
  .acf-form-fields .acf-field input[type=month],
  .acf-form-fields .acf-field input[type=number],
  .acf-form-fields .acf-field input[type=search],
  .acf-form-fields .acf-field input[type=tel],
  .acf-form-fields .acf-field input[type=time],
  .acf-form-fields .acf-field input[type=url],
  .acf-form-fields .acf-field input[type=week],
  .acf-form-fields .acf-field textarea,
  .acf-form-fields .acf-field select, input[type=color],
  input[type=date],
  input[type=datetime],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  select,
  textarea {
    font-size: 1.125rem;
  }
}
.acf-form-fields .acf-field input[type=text]:focus,
.acf-form-fields .acf-field input[type=password]:focus,
.acf-form-fields .acf-field input[type=date]:focus,
.acf-form-fields .acf-field input[type=datetime]:focus,
.acf-form-fields .acf-field input[type=datetime-local]:focus,
.acf-form-fields .acf-field input[type=email]:focus,
.acf-form-fields .acf-field input[type=month]:focus,
.acf-form-fields .acf-field input[type=number]:focus,
.acf-form-fields .acf-field input[type=search]:focus,
.acf-form-fields .acf-field input[type=tel]:focus,
.acf-form-fields .acf-field input[type=time]:focus,
.acf-form-fields .acf-field input[type=url]:focus,
.acf-form-fields .acf-field input[type=week]:focus,
.acf-form-fields .acf-field textarea:focus,
.acf-form-fields .acf-field select:focus, input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
  border-color: #e6e4e2;
  box-shadow: 0 3px 16px #e6e4e2;
}
.media-modal .acf-form-fields .acf-field input[type=text], .acf-form-fields .acf-field .media-modal input[type=text],
.media-modal .acf-form-fields .acf-field input[type=password],
.acf-form-fields .acf-field .media-modal input[type=password],
.media-modal .acf-form-fields .acf-field input[type=date],
.acf-form-fields .acf-field .media-modal input[type=date],
.media-modal .acf-form-fields .acf-field input[type=datetime],
.acf-form-fields .acf-field .media-modal input[type=datetime],
.media-modal .acf-form-fields .acf-field input[type=datetime-local],
.acf-form-fields .acf-field .media-modal input[type=datetime-local],
.media-modal .acf-form-fields .acf-field input[type=email],
.acf-form-fields .acf-field .media-modal input[type=email],
.media-modal .acf-form-fields .acf-field input[type=month],
.acf-form-fields .acf-field .media-modal input[type=month],
.media-modal .acf-form-fields .acf-field input[type=number],
.acf-form-fields .acf-field .media-modal input[type=number],
.media-modal .acf-form-fields .acf-field input[type=search],
.acf-form-fields .acf-field .media-modal input[type=search],
.media-modal .acf-form-fields .acf-field input[type=tel],
.acf-form-fields .acf-field .media-modal input[type=tel],
.media-modal .acf-form-fields .acf-field input[type=time],
.acf-form-fields .acf-field .media-modal input[type=time],
.media-modal .acf-form-fields .acf-field input[type=url],
.acf-form-fields .acf-field .media-modal input[type=url],
.media-modal .acf-form-fields .acf-field input[type=week],
.acf-form-fields .acf-field .media-modal input[type=week],
.media-modal .acf-form-fields .acf-field textarea,
.acf-form-fields .acf-field .media-modal textarea,
.media-modal .acf-form-fields .acf-field select,
.acf-form-fields .acf-field .media-modal select, .media-modal input[type=color],
.media-modal input[type=date],
.media-modal input[type=datetime],
.media-modal input[type=email],
.media-modal input[type=month],
.media-modal input[type=number],
.media-modal input[type=password],
.media-modal input[type=search],
.media-modal input[type=tel],
.media-modal input[type=text],
.media-modal input[type=time],
.media-modal input[type=url],
.media-modal input[type=week],
.media-modal select,
.media-modal textarea {
  border-radius: 2px;
}

input::-webkit-input-placeholder {
  line-height: normal !important;
}

textarea {
  min-height: 0;
}

/* Search */
.custom-search {
  position: relative;
}
.custom-search:before {
  content: "";
  background: url(../img/icons-bne-small.png);
  background-position: 0 -80px;
  height: 1rem;
  position: absolute;
  top: 12px;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 1rem;
}
.svg .custom-search:before {
  background-image: url(../img/icons-bne-small.svg);
}
.custom-search input[type=search] {
  padding-left: 2.25rem;
}

/* Special fields */
textarea,
.acf-form-fields .acf-field textarea {
  border-radius: 6px;
  height: auto;
  line-height: initial;
  padding: 0.5rem;
}

select,
.acf-form-fields .acf-field select {
  border-radius: 0;
}

/* Custom select */
.custom-select {
  position: relative;
}
.custom-select:after {
  content: "\f107";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #c0bebc;
  font-size: 1.5rem;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 1rem;
  bottom: auto;
  left: auto;
}
.custom-select select {
  appearance: none;
  border-radius: 20px;
  line-height: 38px;
  padding-right: 2.25rem;
}

/* Custom radio and checkbox */
.custom-radio,
.custom-checkbox {
  position: relative;
}

.form-radio:not(:last-child),
.form-checkbox:not(:last-child) {
  margin-bottom: 0.5rem;
}

.form-radios,
.form-checkboxes {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

input[type=checkbox]:not(:checked),
input[type=radio]:not(:checked),
input[type=checkbox]:checked,
input[type=radio]:checked {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
input[type=checkbox]:not(:checked):focus + label,
input[type=radio]:not(:checked):focus + label,
input[type=checkbox]:checked:focus + label,
input[type=radio]:checked:focus + label {
  outline: 2px dotted #312390;
}

.acf-true-false input[type=checkbox]:not(:checked) + .message:before, .acf-true-false input[type=checkbox]:checked + .message:before, .categorychecklist-holder .acf-checkbox-list input[type=checkbox]:not(:checked) + span:before, .categorychecklist-holder .acf-checkbox-list input[type=checkbox]:checked + span:before, .acf-checkbox-list label:before, input[type=checkbox]:not(:checked) + label:before, input[type=checkbox]:checked + label:before {
  content: "";
  background: #fff;
  border: 2px solid #c0bebc;
  border-radius: 2px;
  height: 1rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
}

.acf-true-false input[type=checkbox]:checked + .message:before, .categorychecklist-holder .acf-checkbox-list input[type=checkbox]:checked + span:before, .acf-checkbox-list label.selected:before, input[type=checkbox]:checked + label:before {
  background: #312390;
  border-color: #312390;
}
.acf-true-false input[type=checkbox]:checked + .message:after, .categorychecklist-holder .acf-checkbox-list input[type=checkbox]:checked + span:after, .acf-checkbox-list label.selected:after, input[type=checkbox]:checked + label:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  border-radius: 50%;
  color: #fff;
  font-size: 0.75rem;
  height: 1rem;
  line-height: 1rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transition: all 0.2s;
  width: 1rem;
}

.acf-radio-list label:before, input[type=radio]:not(:checked) + label:before, input[type=radio]:checked + label:before {
  content: "";
  background: #fff;
  border: 2px solid #c0bebc;
  border-radius: 50%;
  height: 1rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
}

.acf-radio-list label.selected:before, input[type=radio]:checked + label:before {
  background: #312390;
  border-color: #312390;
}
.acf-radio-list label.selected:after, input[type=radio]:checked + label:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  margin-top: -0.25rem;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  transition: all 0.2s;
  width: 0.5rem;
}

.acf-true-false input[type=checkbox] + .message, .acf-radio-list label, .acf-checkbox-list label, input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 1.5rem;
  position: relative;
}

input[type=checkbox] {
  transform: scale(1.5);
}
.categorychecklist-holder .acf-checkbox-list label:before {
  display: none;
}
.acf-true-false input[type=checkbox] + .message {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
}
.acf-true-false input[type=checkbox] + .message:before, .acf-true-false input[type=checkbox] + .message:after {
  margin-top: 0 !important;
  top: 5px !important;
}
/* Buttons */
.btn,
.wp-block-button__link,
.button,
button,
input[type=submit],
input[type=button] {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #312390;
  border: 0;
  border-radius: 2px !important;
  color: #fff;
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
  transition: color 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  padding: 0 1em;
  text-align: center;
}
.btn:visited,
.wp-block-button__link:visited,
.button:visited,
button:visited,
input[type=submit]:visited,
input[type=button]:visited {
  background-color: #312390;
  color: #fff;
}
.btn:hover,
.wp-block-button__link:hover,
.button:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover, .btn:active,
.wp-block-button__link:active,
.button:active,
button:active,
input[type=submit]:active,
input[type=button]:active, .btn:focus,
.wp-block-button__link:focus,
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  background: #fe007a;
  color: #fff;
}
.media-modal .btn,
.media-modal .wp-block-button__link,
.media-modal .button,
.media-modal button,
.media-modal input[type=submit],
.media-modal input[type=button] {
  font-family: "Quicksand", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
.has-background.btn,
.has-background.wp-block-button__link,
.has-background.button,
button.has-background,
input.has-background[type=submit],
input.has-background[type=button] {
  background: #312390 !important;
}
.has-background.btn:hover,
.has-background.wp-block-button__link:hover,
.has-background.button:hover,
button.has-background:hover,
input.has-background[type=submit]:hover,
input.has-background[type=button]:hover, .has-background.btn:active,
.has-background.wp-block-button__link:active,
.has-background.button:active,
button.has-background:active,
input.has-background[type=submit]:active,
input.has-background[type=button]:active, .has-background.btn:focus,
.has-background.wp-block-button__link:focus,
.has-background.button:focus,
button.has-background:focus,
input.has-background[type=submit]:focus,
input.has-background[type=button]:focus {
  background: #fe007a !important;
}
.has-background.has-pink-background-color.btn,
.has-background.has-pink-background-color.wp-block-button__link,
.has-background.has-pink-background-color.button,
button.has-background.has-pink-background-color,
input.has-background.has-pink-background-color[type=submit],
input.has-background.has-pink-background-color[type=button] {
  background: #fe007a !important;
}
.has-background.has-pink-background-color.btn:hover,
.has-background.has-pink-background-color.wp-block-button__link:hover,
.has-background.has-pink-background-color.button:hover,
button.has-background.has-pink-background-color:hover,
input.has-background.has-pink-background-color[type=submit]:hover,
input.has-background.has-pink-background-color[type=button]:hover, .has-background.has-pink-background-color.btn:active,
.has-background.has-pink-background-color.wp-block-button__link:active,
.has-background.has-pink-background-color.button:active,
button.has-background.has-pink-background-color:active,
input.has-background.has-pink-background-color[type=submit]:active,
input.has-background.has-pink-background-color[type=button]:active, .has-background.has-pink-background-color.btn:focus,
.has-background.has-pink-background-color.wp-block-button__link:focus,
.has-background.has-pink-background-color.button:focus,
button.has-background.has-pink-background-color:focus,
input.has-background.has-pink-background-color[type=submit]:focus,
input.has-background.has-pink-background-color[type=button]:focus {
  background: #d60067 !important;
}

.acf-form .acf-form-fields .acf-repeater .acf-actions .acf-button, .acf-form .acf-form-fields .acf-file-uploader .acf-button,
.acf-form .acf-form-fields .acf-image-uploader .acf-button {
  background: transparent;
  border: 2px solid #312390;
  color: #312390;
  font-family: "Quicksand", Arial, sans-serif;
  height: 38px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  text-transform: none;
}
.acf-form .acf-form-fields .acf-repeater .acf-actions .acf-button:visited, .acf-form .acf-form-fields .acf-file-uploader .acf-button:visited,
.acf-form .acf-form-fields .acf-image-uploader .acf-button:visited {
  background: transparent;
  border-color: #312390;
  color: #312390;
}
.acf-form .acf-form-fields .acf-repeater .acf-actions .acf-button:hover, .acf-form .acf-form-fields .acf-file-uploader .acf-button:hover,
.acf-form .acf-form-fields .acf-image-uploader .acf-button:hover, .acf-form .acf-form-fields .acf-repeater .acf-actions .acf-button:active, .acf-form .acf-form-fields .acf-file-uploader .acf-button:active,
.acf-form .acf-form-fields .acf-image-uploader .acf-button:active {
  background: #00e19b;
  border-color: #00e19b;
}

.media-menu-item {
  color: #312390;
}

/* ACF Fields */
.acf-form .acf-form-fields .acf-field {
  border-color: #e6e4e2;
  padding: 2rem 0;
}
.acf-form .acf-form-fields .acf-field p.description {
  color: #7c7b79;
  font-size: 1rem;
}
.acf-form .acf-form-fields .acf-input-wrap {
  overflow: visible;
}
@media screen and (max-width: 48em) {
  .acf-form .acf-form-fields .acf-field[data-width] {
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    width: 100% !important;
  }
}
.acf-form .acf-form-fields .acf-field[data-width] + .acf-field[data-width] {
  border-color: #e6e4e2;
}
.acf-form .acf-form-fields .acf-taxonomy-field .categorychecklist-holder {
  border-color: #e6e4e2;
}
.acf-form .acf-form-fields .acf-table {
  border-color: #e6e4e2;
  border-width: 2px;
}
.acf-form .acf-form-fields .acf-file-uploader .hide-if-value,
.acf-form .acf-form-fields .acf-image-uploader .hide-if-value {
  color: #7c7b79;
  font-size: 1rem;
}
.acf-form .acf-form-fields .acf-file-uploader .acf-button,
.acf-form .acf-form-fields .acf-image-uploader .acf-button {
  font-style: normal;
  margin-left: 1rem;
}
.acf-form .acf-form-fields .acf-repeater .acf-field {
  border-top: 1px solid #e6e4e2;
  padding: 1rem;
}
.acf-form .acf-form-fields .acf-repeater .acf-row:first-child .acf-field:first-child {
  border-top: 0;
}
.acf-form .acf-form-fields .acf-repeater .acf-row-handle.order,
.acf-form .acf-form-fields .acf-repeater .acf-row-handle.remove {
  background: #fafafa;
}
.acf-form .acf-form-fields .acf-repeater .acf-actions .acf-button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f067";
  margin-right: 0.5rem;
}
.acf-form .acf-form-fields .acf-google-map input[type=text] {
  border-radius: 0;
}
.acf-form .acf-form-fields .acf-google-map .title .search {
  font-weight: normal;
}
.acf-form .acf-form-fields .acf-field-wysiwyg .mce-toolbar button {
  letter-spacing: 0;
  text-transform: none;
}
.acf-form .acf-form-fields .acf-field-wysiwyg .mce-toolbar button:hover {
  background-color: transparent;
}
.acf-form .acf-form-fields ul.acf-checkbox-list li + li {
  margin-top: 0.125rem;
}
.acf-form .acf-form-fields ul.acf-checkbox-list label {
  font-weight: 400;
}
.acf-form .acf-form-fields .acf-url .acf-icon {
  display: none;
}
.acf-form .acf-form-fields .acf-url input[type=url] {
  padding-left: 2.625rem !important;
}
.acf-form .acf-form-fields .acf-url:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f0ac";
  margin-top: -9px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 1rem;
}
.acf-form .acf-form-fields .acf-media-modal .compat-field-imagify {
  display: none;
}
.acf-form .acf-form-fields .acf-google-map .acf-icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.acf-form .acf-form-fields .acf-google-map .acf-icon.-location:before {
  content: "\f3c5";
  font-weight: 900;
}
.acf-form .acf-form-fields .acf-google-map .acf-icon.-search:before {
  content: "\f002";
}
.acf-form .acf-form-fields .acf-google-map .acf-icon.-cancel:before {
  content: "\f00d";
}

.acf-hl li:before {
  display: none;
}

.acf-media-modal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.acf-media-modal .attachments li:before {
  display: none;
}

div.wp-link-input input {
  border-radius: 2px;
  height: 26px;
  line-height: 1;
  font-size: 1rem;
}

.mce-toolbar .mce-btn-group .mce-btn button {
  background: transparent;
}

#wp-link #link-selector label,
#wp-link #link-selector p,
#wp-link #link-selector li,
#wp-link #link-selector .query-notice {
  font-size: 0.8125rem;
}
#wp-link #link-selector #link-options label span {
  width: 100px;
}
#wp-link #link-selector input[type=text],
#wp-link #link-selector input[type=search] {
  border-radius: 2px;
  display: inline-block;
  height: 28px;
  line-height: 1;
  font-size: 1rem;
}
#wp-link #link-selector #wp-link-target {
  position: static;
  opacity: 1;
}
#wp-link #link-selector .link-target label {
  max-width: none;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  h1,
  h2.has-medium-font-size,
  h2.has-large-font-size,
  h2.has-huge-font-size {
    font-size: 1.875rem;
  }
  .acf-form .acf-form-fields .acf-field[data-width] {
    padding-right: 1rem;
  }
  .acf-form .acf-form-fields .acf-field[data-width="50"] + .acf-field[data-width="50"]:nth-child(2n) {
    padding-left: 1rem;
    padding-right: 0;
  }
  .acf-form .acf-form-fields .acf-field[data-width="33"] + .acf-field[data-width="33"] {
    padding-left: 1rem;
  }
  .acf-form .acf-form-fields .acf-field[data-width="33"] + .acf-field[data-width="33"] + .acf-field[data-width="33"] {
    padding-right: 0;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  h1,
  h2.has-medium-font-size,
  h2.has-large-font-size,
  h2.has-huge-font-size {
    font-size: 2rem;
  }
  p.lead {
    font-size: 1.25rem;
  }
  textarea,
  .acf-form-fields .acf-field textarea {
    padding: 1rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  h1,
  h2.has-medium-font-size,
  h2.has-large-font-size,
  h2.has-huge-font-size {
    font-size: 2.25rem;
  }
  h2,
  h3.has-medium-font-size,
  h3.has-large-font-size,
  h3.has-huge-font-size,
  h2.has-normal-font-size {
    font-size: 1.625em;
  }
  h3,
  h2.has-small-font-size,
  h4.has-medium-font-size,
  h4.has-large-font-size,
  h4.has-huge-font-size,
  h3.has-normal-font-size {
    font-size: 1.375em;
  }
  h4,
  .association-sidebar .section-title,
  .appel-sidebar .section-title,
  .formation-sidebar .section-title,
  h3.has-small-font-size,
  h4.has-normal-font-size {
    font-size: 1.25em;
  }
  dd,
  dt,
  li,
  p,
  td,
  th,
  label,
  input {
    font-size: 1.125rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  h1,
  h2.has-medium-font-size,
  h2.has-large-font-size,
  h2.has-huge-font-size {
    font-size: 2.5rem;
  }
  h2,
  h3.has-medium-font-size,
  h3.has-large-font-size,
  h3.has-huge-font-size,
  h2.has-normal-font-size {
    font-size: 2rem;
  }
}
/* ------------------------------------------
 02 HEADER
------------------------------------------ */
.site-header {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
  padding: 10px 0 22px;
  background-color: #fff;
  transition: box-shadow 0.3s ease-in-out;
}
.site-header .header-content {
  position: static;
}
.home .site-header {
  box-shadow: none;
}
.home.header-fixed .site-header {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.header-fixed .site-header {
  transition-delay: 1s;
}

/* Branding */
.site-branding {
  background: transparent url(../img/logo-bne.png) no-repeat;
  background-size: 100% auto;
  width: 150px;
  height: 42px;
}
.svg .site-branding {
  background-image: url(../img/logo-bne.svg);
}
.site-branding .home-link {
  display: block;
  height: inherit;
  width: 100%;
}
.site-branding .site-title {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

/* --- Menu --- */
/* Mobile nav */
.site-menu a.menu-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 50px;
  padding: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 50px;
  z-index: 99999;
}
.site-menu a.menu-toggle .patty {
  background: #312390;
  display: block;
  height: 2px;
  margin: 12px 0;
  position: relative;
  transition: all 0.3s;
  width: 26px;
}
.site-menu a.menu-toggle .patty:before, .site-menu a.menu-toggle .patty:after {
  content: "";
  background: #312390;
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
  width: 26px;
}
.site-menu a.menu-toggle .patty:before {
  top: -11px;
}
.site-menu a.menu-toggle .patty:after {
  top: 11px;
}
.site-menu a.menu-toggle:hover {
  background: #312390;
}
.site-menu a.menu-toggle:hover .patty {
  background: #fff;
}
.site-menu a.menu-toggle:hover .patty:before, .site-menu a.menu-toggle:hover .patty:after {
  background: #fff;
}

.nav-open .site-menu .menu-toggle {
  border-color: #fff;
  position: fixed;
}
.nav-open .site-menu .menu-toggle .patty {
  background: transparent !important;
}
.nav-open .site-menu .menu-toggle .patty:before, .nav-open .site-menu .menu-toggle .patty:after {
  background: #fff;
}
.nav-open .site-menu .menu-toggle .patty:before {
  top: 0 !important;
  transform: rotate(-45deg);
}
.nav-open .site-menu .menu-toggle .patty:after {
  top: 0 !important;
  transform: rotate(45deg);
}
.nav-open .site-menu .menu-toggle:hover {
  background: #fff;
}
.nav-open .site-menu .menu-toggle:hover .patty:before,
.nav-open .site-menu .menu-toggle:hover .patty:after {
  background: #312390;
}

/* Navigation */
.site-menu .menu,
.site-menu .secondary-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  z-index: 99998;
  transition: right 0.4s ease;
}
.nav-open .site-menu .menu,
.nav-open .site-menu .secondary-menu {
  right: 0;
}
.admin-bar .site-menu .menu,
.admin-bar .site-menu .secondary-menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-menu .menu,
  .admin-bar .site-menu .secondary-menu {
    top: 46px;
  }
}

.site-header .site-menu a {
  color: #fff;
  display: inline-block;
}
.site-header .site-menu a:hover, .site-header .site-menu a:active, .site-header .site-menu a:focus {
  color: #00e19b;
}
.site-header .site-menu a .nav a[href="#"] {
  pointer-events: none;
  cursor: default;
}

.nav-open #wpadminbar {
  position: fixed;
}

/* Primary menu */
.site-menu .menu {
  background: #231968;
  bottom: 0;
  color: #312390;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
  padding: 80px 0 20px;
  text-align: left;
}
.site-menu .menu .nav {
  padding-bottom: 1rem;
}
.site-menu .menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0.625em 20px;
  transition: all 0.3s ease-in-out;
}
.site-menu .menu ul:last-child > li:last-child {
  margin-bottom: 0;
}

/* Secondary menu */
.site-menu .secondary-menu {
  background: #231968;
  padding: 20px 74px 16px 20px;
  top: 0;
}
.site-menu .secondary-menu .nav li {
  font-size: 0.9375rem;
  display: inline-block;
  margin: 0 0.5em 0.25em 0;
}

/* Sub menu */
.site-menu .nav li.menu-item-has-children {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-menu .nav li.menu-item-has-children .dropdown {
  flex-basis: 100%;
}
.site-menu .nav li.menu-item-has-children .dropdown.hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}
.site-menu .nav li.menu-item-has-children .sub-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0.5rem 0 0 0;
  padding: 0.5rem 0 0 1rem;
}
.site-menu .nav li.menu-item-has-children .sub-menu li {
  background: transparent;
  border: 0;
  font-size: 0.9375rem;
  letter-spacing: 0;
  margin: 0;
  padding: 0.25em 0;
}
.site-menu .nav li.menu-item-has-children .sub-menu .sub-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5rem;
}
.site-menu .nav li.menu-item-has-children .expand-sub-menu {
  background: transparent;
  border: 0;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  transition: margin 0.3s ease-in-out;
  vertical-align: middle;
  width: 30px;
}
.site-menu .nav li.menu-item-has-children .expand-sub-menu:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f107";
  font-size: 24px;
  height: 20px;
  line-height: 22px;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}
.site-menu .nav li.menu-item-has-children .expand-sub-menu.close:before {
  transform: rotate(-180deg);
}
.site-menu .nav li.menu-item-has-children .expand-sub-menu:hover {
  color: #00e19b;
}
.site-menu .nav li.menu-item-has-children a[href="#"] {
  pointer-events: none;
}

/* Admin bar */
.admin-bar .site-menu .menu {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-menu .menu {
    top: 46px;
  }
}
.admin-bar.nav-open .menu-toggle {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar.nav-open .menu-toggle {
    top: 58px;
  }
}

#page {
  position: relative;
}
#page:after {
  content: "";
  background: #231968;
  bottom: 0;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 0.2s ease;
  width: 100%;
  z-index: 99997;
}
.nav-open #page:after {
  right: 0;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  #page:after {
    width: 44%;
  }
  .site-menu .menu,
  .site-menu .secondary-menu {
    right: -60%;
    width: 60%;
  }
  .site-menu .menu {
    padding-top: 90px;
  }
  .site-menu .menu li {
    padding: 0.75em 30px;
  }
  .site-menu .secondary-menu {
    padding-left: 30px;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .site-header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .logged-in.admin-bar .site-header {
    top: 32px;
  }
  .site-header + .site-content {
    padding-top: 96px;
    position: relative;
    z-index: 1;
  }
  .site-header .wrapper {
    position: relative;
  }
  .header-content {
    display: flex;
    position: relative;
  }
  .site-branding {
    background-size: auto 100%;
    width: 210px;
    height: 56px;
    transition: all 0.3s ease-in-out;
  }
  .header-fixed .site-header.fixed {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .header-fixed .site-branding {
    height: 44px;
  }
  /* --- Menu --- */
  a.menu-toggle,
  .expand-sub-menu {
    display: none !important;
  }
  .site-menu {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-left: auto;
    margin-top: -20px;
  }
  .header-fixed .site-menu {
    margin-top: -0.75rem;
  }
  .site-menu .nav li {
    display: inline-block !important;
    font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  }
  .site-menu .nav li + li {
    margin-left: 0.75em;
  }
  .site-menu .nav a {
    color: #1d1d1d;
    display: inline-block;
    padding: 0;
  }
  .site-menu .nav a:hover, .site-menu .nav a:active, .site-menu .nav a:focus {
    color: #fe007a;
  }
  .site-menu .secondary-menu {
    text-align: right;
  }
  .site-menu .secondary-menu .nav li {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.8125rem;
    margin: 0 0 0 1em;
  }
  .site-menu .secondary-menu .nav a {
    color: #7c7b79;
    display: block;
    line-height: 1;
    padding: 0.625rem 0;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
  }
  .header-fixed .site-menu .secondary-menu .nav a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .site-menu .secondary-menu .nav a:hover, .site-menu .secondary-menu .nav a:active, .site-menu .secondary-menu .nav a:focus {
    color: #fe007a;
  }
  .site-menu .secondary-menu .nav li.highlight a {
    background: #312390;
    border-radius: 0 0 2px 2px;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .site-menu .secondary-menu .nav li.highlight a:hover, .site-menu .secondary-menu .nav li.highlight a:active, .site-menu .secondary-menu .nav li.highlight a:focus {
    background: #fe007a;
  }
  .site-menu .secondary-menu .nav li.lang a {
    padding-left: 3rem;
    position: relative;
  }
  .site-menu .secondary-menu .nav li.lang a:before {
    content: "";
    background: transparent no-repeat url(../img/icon-languages.png);
    height: 20px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    width: 40px;
  }
  .svg .site-menu .secondary-menu .nav li.lang a:before {
    background-image: url(../img/icon-languages.svg);
  }
  .site-menu .menu,
  .site-menu .secondary-menu {
    background: transparent;
    display: block !important;
    opacity: 1;
    overflow: visible;
    position: static;
    padding: 0;
    width: auto;
    visibility: visible;
    z-index: 1;
  }
  .site-menu .menu {
    margin-top: -1rem;
    transform: translateY(1.25rem);
    z-index: 1;
  }
  .site-menu .menu:before {
    display: none;
  }
  .site-menu .menu .nav-wrapper {
    width: 50%;
  }
  .site-menu .menu .nav {
    padding: 0;
  }
  .site-menu .menu .nav li {
    border: 0;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: 0.25rem 0 1.25rem;
  }
  .site-menu .menu .nav li + li {
    margin-left: 0.75em;
  }
  /* Submenu */
  .menu-item-has-children .dropdown {
    position: absolute;
    left: 50%;
    left: -3333rem;
    transform: translateX(-50%);
  }
  .menu-item-has-children:hover > .dropdown, .menu-item-has-children:focus-within > .dropdown {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  .menu-item-has-children .sub-menu {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.3s ease-in-out, transform 0.4s ease-in-out;
    z-index: 100;
  }
  .menu-item-has-children:hover > .dropdown > .sub-menu, .menu-item-has-children:focus-within > .dropdown > .sub-menu {
    opacity: 1;
    transform: translateY(0);
    z-index: 999;
  }
  .site-menu .nav li.menu-item-has-children {
    position: relative;
  }
  .site-menu .nav li.menu-item-has-children:hover > a, .site-menu .nav li.menu-item-has-children:focus > a, .site-menu .nav li.menu-item-has-children:focus-within > a {
    color: #fe007a;
  }
  .site-menu .nav li.menu-item-has-children .expand-sub-menu {
    display: none;
  }
  .site-menu .nav li.menu-item-has-children .dropdown {
    top: 2.25rem;
  }
  .site-menu .nav li.menu-item-has-children .dropdown.hidden {
    position: static;
    overflow: visible;
    clip: auto;
    height: auto;
    width: auto;
    margin: auto;
    position: absolute;
  }
  .site-menu .nav li.menu-item-has-children .sub-menu {
    background: #fff;
    border-top: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    margin: 0;
    padding: 1rem 2rem;
    text-align: center;
    z-index: 1000;
  }
  .site-menu .nav li.menu-item-has-children .sub-menu:before {
    content: "";
    background: #00e19b;
    height: 3px;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: auto;
    left: 50%;
    transition: all 0.6s ease-in-out;
  }
  .site-menu .nav li.menu-item-has-children .sub-menu li {
    display: block !important;
    font-size: 1rem;
    letter-spacing: 0;
    padding: 0.375em 0;
    text-transform: none;
  }
  .site-menu .nav li.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  .site-menu .nav li.menu-item-has-children .sub-menu li a {
    padding: 0 0.25em;
    white-space: nowrap;
  }
  .site-menu .nav li.menu-item-has-children:hover .sub-menu:before {
    left: 0;
    right: 0;
  }
  .header-fixed .site-menu .menu {
    transform: translateY(0.75rem);
  }
  .header-fixed .site-menu .menu .nav li {
    padding-bottom: 0.75rem;
  }
  .header-fixed .site-menu .nav li.menu-item-has-children .dropdown {
    top: 1.75rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .site-header + .site-content {
    padding-top: 104px;
  }
  .site-branding {
    width: 236px;
    height: 64px;
  }
  .site-menu .menu .nav li {
    font-size: 1.125rem;
  }
  .site-menu .nav li.menu-item-has-children .dropdown {
    top: 2.375rem;
  }
  .header-fixed .site-menu .nav li.menu-item-has-children .dropdown {
    top: 1.875rem;
  }
  .site-menu .secondary-menu .nav li {
    font-size: 0.875rem;
  }
  .site-menu .secondary-menu .nav a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .site-menu .secondary-menu .nav li.highlight a {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .header-fixed .site-menu .menu .nav li {
    font-size: 1rem;
  }
  .header-fixed .site-menu .secondary-menu .nav li {
    font-size: 0.8125rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  .site-header + .site-content {
    padding-top: 120px;
  }
  .header-fixed .site-header + .site-content {
    padding-top: 80px;
  }
  .site-branding {
    width: 290px;
    height: 80px;
  }
}
/* ------------------------------------------
 03 FOOTER
------------------------------------------ */
.site-footer {
  background: #231968;
  position: relative;
  z-index: 2;
}
.site-footer p,
.site-footer li {
  font-size: 0.9375rem;
}
.site-footer .site-info {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
}
.site-footer .site-info:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
@media screen and (min-width: 48em) {
  .site-footer .site-info {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .site-footer .site-info {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.site-footer .site-info a {
  color: #fff;
}
.site-footer .site-info a:hover, .site-footer .site-info a:active, .site-footer .site-info a:focus {
  color: #00e19b;
}
.site-footer .copyright {
  margin-bottom: 1em;
}
.site-footer .credits.lemon {
  display: inline-block;
  margin: 0;
  height: 19px;
  width: 74px;
}
.site-footer .credits.lemon a {
  color: #312390;
  display: block;
  height: inherit;
  width: inherit;
}
.site-footer .credits.lemon a:hover, .site-footer .credits.lemon a:active, .site-footer .credits.lemon a:focus {
  color: #fe007a;
}
.site-footer .credits.lemon a .svg {
  display: block;
  fill: currentColor;
}
.site-footer .credits.lemon a span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

.site-footer .footer-content .footer-title {
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  font-size: 1rem;
}
.site-footer .footer-content .footer-title.nav-title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
}
.site-footer .footer-content .content {
  margin-bottom: 1.5rem;
}
.site-footer .footer-content .content:last-child {
  margin-bottom: 0;
}
.site-footer .footer-content .nav li {
  margin-bottom: 0.5em;
}
.site-footer .footer-content .nav li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-content .footer-contact {
  padding-top: 1.5rem;
}
.site-footer .footer-content .footer-contact:before {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  right: 5px;
  bottom: auto;
  left: 5px;
}
.site-footer .footer-content .footer-contact .list-socials {
  margin-top: 0.75rem;
}
.site-footer .footer-content .footer-contact .footer-support .footer-title {
  margin-bottom: 0.125em;
}
.site-footer .footer-content .footer-contact .footer-support .logo-canton-ne {
  background: #fff;
  border-radius: 4px;
  margin-top: 4px;
  padding: 4px 8px;
  width: 160px;
}
.site-footer .footer-content .footer-contact .footer-support .logo-loro {
  width: 120px;
}
.site-footer .footer-content .footer-contact .footer-socials + .footer-support {
  margin-top: 1rem;
}

.footer-credits {
  background: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  text-align: center;
}
.footer-credits p {
  font-size: 0.875rem;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .site-footer .footer-content .footer-contact {
    flex-grow: 1;
    text-align: center;
  }
  .site-footer .footer-content .footer-contact:before {
    left: 7px;
    right: 8px;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .site-footer .footer-content .content {
    margin-bottom: 0;
    order: 2;
  }
  .site-footer .footer-content .footer-contact {
    flex-grow: 0;
    order: 1;
    text-align: left;
    padding-top: 0;
  }
  .site-footer .footer-content .footer-contact:before {
    display: none;
  }
  .footer-credits {
    padding-bottom: 1.5rem;
    text-align: initial;
  }
  .footer-credits .copyright {
    margin: 0;
  }
  .footer-credits .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .site-footer .footer-content li {
    font-size: 1rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  .site-footer .footer-content p.footer-title {
    font-size: 1.125rem;
    padding-right: 0.5rem;
  }
}
/* ------------------------------------------
 04 CONTENT
------------------------------------------ */
/*
.view {
  padding-bottom: 2em;
}
*/
.collection .collection-empty {
  font-size: 1.3em;
  padding: 2em;
  text-align: center;
}

/*
.empty {
  text-align: center;
  padding: 1em;
  font-style: italic;
}

.sidebar {
  margin-bottom: 2em;
}
*/
/* Structure */
.site-content {
  background: #fafafa;
}

.page-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .page-content {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .page-content {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .page-content {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .page-content {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 48em) {
  .page-content {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .page-content {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .page-content {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .page-content {
    padding-bottom: 8rem;
  }
}

.wrapper-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
}

/* Text elements */
.link-more {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fe007a;
  display: inline-block;
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 1.25rem;
  position: relative;
}
.link-more:after {
  content: "";
  background: url(../img/icon-arrow.png);
  display: inline-block;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transition: all 0.3s ease-in-out;
  width: 16px;
}
.svg .link-more:after {
  background: url(../img/icon-arrow.svg);
}
.link-more:hover, .link-more:active, .link-more:focus {
  color: #312390;
}
.link-more:hover:after, .link-more:active:after, .link-more:focus:after {
  right: -8px;
}

.link-section-more {
  border-bottom: 2px solid #312390;
  color: #312390;
  display: inline-block;
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
.link-section-more:hover, .link-section-more:active, .link-section-more:focus {
  color: #fe007a;
}
@media screen and (min-width: 64em) {
  .link-section-more {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 79em) {
  .link-section-more {
    font-size: 1.75rem;
  }
}

.post-link {
  color: #1d1d1d;
}
.post-link .title,
.post-link .entry-title {
  color: #1d1d1d;
}
.post-link p {
  color: #1d1d1d;
}
.post-link .link-more {
  color: #fe007a;
}
.post-link:hover .title,
.post-link:hover .entry-title {
  color: #fe007a;
}
.post-link:hover .link-more:after {
  right: -8px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 .title a {
  color: #1d1d1d;
}
h1 a:hover, h1 a:active, h1 a:focus,
h2 a:hover,
h2 a:active,
h2 a:focus,
h3 a:hover,
h3 a:active,
h3 a:focus,
h4 a:hover,
h4 a:active,
h4 a:focus,
h5 a:hover,
h5 a:active,
h5 a:focus,
h6 .title a:hover,
h6 .title a:active,
h6 .title a:focus {
  color: #312390;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-bottom: 1.25em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .section-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 79em) {
  .section-title {
    font-size: 2.5rem;
  }
}

.page-association .list-formations .entry .content .title,
.page-formations .list-formations .entry .content .title, .list-calls .entry .content .title, .list-associations .association .content .title {
  font-size: 1.25rem;
}
@media screen and (min-width: 79em) {
  .page-association .list-formations .entry .content .title,
  .page-formations .list-formations .entry .content .title, .list-calls .entry .content .title, .list-associations .association .content .title {
    font-size: 1.375rem;
  }
}

.tag {
  border: 1px solid #e6e4e2;
  border-radius: 3px;
  display: inline-block;
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.375rem 1rem 0.25rem 1rem;
  text-align: center;
}

.association ul.activity-area,
.appel ul.activity-area,
.formation ul.activity-area, .association ul.list-fields,
.association ul.list-areas,
.appel ul.list-fields,
.appel ul.list-areas,
.formation ul.list-fields,
.formation ul.list-areas {
  list-style: none;
  margin: 0;
}
.association ul.activity-area li,
.appel ul.activity-area li,
.formation ul.activity-area li, .association ul.list-fields li,
.association ul.list-areas li,
.appel ul.list-fields li,
.appel ul.list-areas li,
.formation ul.list-fields li,
.formation ul.list-areas li {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}
.association ul.activity-area li:before,
.appel ul.activity-area li:before,
.formation ul.activity-area li:before, .association ul.list-fields li:before,
.association ul.list-areas li:before,
.appel ul.list-fields li:before,
.appel ul.list-areas li:before,
.formation ul.list-fields li:before,
.formation ul.list-areas li:before {
  display: none;
}

/* Social media icons */
.list-socials {
  list-style: none;
  padding: 0;
}
.list-socials li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.list-socials li + li {
  margin-left: 0.5rem;
}
.list-socials li:before {
  display: none;
}
.list-socials li a {
  color: #312390;
  display: block;
  height: 2rem !important;
  line-height: 1 !important;
  width: 2rem !important;
  text-align: center;
}
.list-socials li a:hover {
  color: #fe007a;
}
.list-socials li a:before {
  font-family: "Font Awesome 5 Brands";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
}
.list-socials li a[href*=facebook]:before {
  content: "\f082";
}
.list-socials li a[href*=instagram]:before {
  content: "\f16d";
}
.list-socials li a[href*=pinterest]:before {
  content: "\f231";
}
.list-socials li a[href*=twitter]:before {
  content: "\f099";
}
.list-socials li a[href*=youtube]:before {
  content: "\f167";
}
.list-socials li a[href*=linkedin]:before {
  content: "\f08c";
}
.list-socials li a[href*=vimeo]:before {
  content: "\f27d";
}
.list-socials li a[href*=tiktok]:before {
  content: "\e07b";
}

/* Social share */
.social-share {
  margin-top: 3rem;
  padding-top: 2rem;
  position: relative;
}
.social-share:before {
  content: "";
  border-top: 2px solid #e6e4e2;
  position: absolute;
  top: 0;
  width: 100px;
}
.social-share .social-title {
  font-size: 1rem;
  font-weight: 600;
}

.association-content .heateor_sss_sharing_container,
.appel-content .heateor_sss_sharing_container,
.formation-content .heateor_sss_sharing_container {
  display: block;
  margin: 0;
}

/* Custom icons */
.list-associations .association .content ul.activity-area li {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7c7b79;
  font-size: 0.875rem;
}
@media screen and (min-width: 64em) {
  .list-associations .association .content ul.activity-area li {
    font-size: 0.9375rem;
  }
}

.list-formations .formation .entry-meta .date, .list-formations .formation .entry-meta .location, .page-association .list-formations .entry .infos .meta,
.page-formations .list-formations .entry .infos .meta, .list-calls .entry .infos .meta, .appel .infos .meta,
.formation .infos .meta, .association .contact-web span,
.appel .contact-web span,
.formation .contact-web span, .association .activity-area,
.appel .activity-area,
.formation .activity-area {
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  position: relative;
  padding-left: 1.75rem;
}
.list-formations .formation .entry-meta .date:before, .list-formations .formation .entry-meta .location:before, .page-association .list-formations .entry .infos .meta:before,
.page-formations .list-formations .entry .infos .meta:before, .list-calls .entry .infos .meta:before, .appel .infos .meta:before,
.formation .infos .meta:before, .association .contact-web span:before,
.appel .contact-web span:before,
.formation .contact-web span:before, .association .activity-area:before,
.appel .activity-area:before,
.formation .activity-area:before {
  content: "";
  background: url(../img/icons-bne.png);
  height: 20px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20px;
}
.svg .list-formations .formation .entry-meta .date:before, .list-formations .formation .entry-meta .svg .date:before, .svg .list-formations .formation .entry-meta .location:before, .list-formations .formation .entry-meta .svg .location:before, .svg .page-association .list-formations .entry .infos .meta:before, .page-association .svg .list-formations .entry .infos .meta:before,
.svg .page-formations .list-formations .entry .infos .meta:before,
.page-formations .svg .list-formations .entry .infos .meta:before, .svg .list-calls .entry .infos .meta:before, .page-association .list-formations .entry .infos .svg .meta:before,
.page-formations .list-formations .entry .infos .svg .meta:before, .list-calls .entry .infos .svg .meta:before, .svg .appel .infos .meta:before, .appel .infos .svg .meta:before,
.svg .formation .infos .meta:before,
.formation .infos .svg .meta:before, .svg .association .contact-web span:before, .association .contact-web .svg span:before,
.svg .appel .contact-web span:before,
.appel .contact-web .svg span:before,
.svg .formation .contact-web span:before,
.formation .contact-web .svg span:before, .svg .association .activity-area:before, .association .svg .activity-area:before,
.svg .appel .activity-area:before,
.appel .svg .activity-area:before,
.svg .formation .activity-area:before,
.formation .svg .activity-area:before {
  background-image: url(../img/icons-bne.svg);
}
.list-formations .formation .entry-meta .location:before, .page-association .list-formations .entry .infos .location.meta:before,
.page-formations .list-formations .entry .infos .location.meta:before, .list-calls .entry .infos .location.meta:before, .appel .infos .location.meta:before,
.formation .infos .location.meta:before, .association .contact-web span.location:before,
.appel .contact-web span.location:before,
.formation .contact-web span.location:before, .association .location.activity-area:before,
.appel .location.activity-area:before,
.formation .location.activity-area:before {
  background-position: 0 0;
}
.list-formations .formation .entry-meta .date:before, .page-association .list-formations .entry .infos .date.meta:before,
.page-formations .list-formations .entry .infos .date.meta:before, .list-calls .entry .infos .date.meta:before, .appel .infos .date.meta:before,
.formation .infos .date.meta:before, .association .contact-web span.date:before,
.appel .contact-web span.date:before,
.formation .contact-web span.date:before, .association .date.activity-area:before,
.appel .date.activity-area:before,
.formation .date.activity-area:before {
  background-position: 0 -30px;
}
.list-formations .formation .entry-meta .contact.date:before, .list-formations .formation .entry-meta .contact.location:before, .page-association .list-formations .entry .infos .contact.meta:before,
.page-formations .list-formations .entry .infos .contact.meta:before, .list-calls .entry .infos .contact.meta:before, .appel .infos .contact.meta:before,
.formation .infos .contact.meta:before, .association .contact-web span.contact:before,
.appel .contact-web span.contact:before,
.formation .contact-web span.contact:before, .association .contact.activity-area:before,
.appel .contact.activity-area:before,
.formation .contact.activity-area:before {
  background-position: 0 -60px;
}
.list-formations .formation .entry-meta .link.date:before, .list-formations .formation .entry-meta .link.location:before, .page-association .list-formations .entry .infos .link.meta:before,
.page-formations .list-formations .entry .infos .link.meta:before, .list-calls .entry .infos .link.meta:before, .appel .infos .link.meta:before,
.formation .infos .link.meta:before, .association .contact-web span.link:before,
.appel .contact-web span.link:before,
.formation .contact-web span.link:before, .association .link.activity-area:before,
.appel .link.activity-area:before,
.formation .link.activity-area:before {
  background-position: 0 -90px;
}

.association-contact .contact-web span {
  position: relative;
  padding-left: 1.5rem;
}
.association-contact .contact-web span:before {
  content: "";
  background: url(../img/icons-bne-small.png);
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 16px;
}
.svg .association-contact .contact-web span:before, .association-contact .contact-web .svg span:before {
  background-image: url(../img/icons-bne-small.svg);
}
.association-contact .contact-web span.location:before {
  background-position: 0 0;
}
.association-contact .contact-web span.contact:before {
  background-position: 0 -20px;
}
.association-contact .contact-web span.link:before {
  background-position: 0 -40px;
}
.association-contact .contact-web span.tel:before {
  background-position: 0 -60px;
}

.list-docs li a {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.list-docs li a:before {
  content: "";
  background: url(../img/icons-bne-documents.png);
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 15px;
}
.svg .list-docs li a:before, .list-docs li .svg a:before {
  background-image: url(../img/icons-bne-documents.svg);
}
.list-docs li a[href*=pdf]:before {
  background-position: 0 0;
}
.list-docs li a[href*=zip]:before {
  background-position: 0 -30px;
}
.list-docs li a[href*=doc]:before, .list-docs li a[href*=docx]:before {
  background-position: 0 -60px;
}
.list-docs li a[href*=ppt]:before, .list-docs li a[href*=pptx]:before {
  background-position: 0 -90px;
}

.list-docs {
  list-style: none;
  padding: 0;
}
.list-docs li {
  padding: 0;
}
.list-docs li:before {
  display: none;
}
.list-docs li a {
  color: #1d1d1d;
}
.list-docs li a:hover {
  color: #fe007a;
}

/* Content */
.wp-block-columns .wp-block-column.has-light-background, .wp-block-columns .wp-block-column.has-dark-background {
  border-radius: 4px;
  padding: 1rem;
}
.wp-block-columns .wp-block-column.has-light-background + .wp-block-column, .wp-block-columns .wp-block-column.has-dark-background + .wp-block-column {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 79em) {
  .wp-block-columns .wp-block-column.has-light-background, .wp-block-columns .wp-block-column.has-dark-background {
    padding: 1.25rem;
  }
  .wp-block-columns .wp-block-column.has-light-background + .wp-block-column, .wp-block-columns .wp-block-column.has-dark-background + .wp-block-column {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.wp-block-columns .wp-block-column.has-light-background {
  background: #fff;
}
.wp-block-columns .wp-block-column.has-dark-background {
  background: #312390;
  color: #fff;
}
.wp-block-columns .wp-block-column.has-dark-background a {
  color: #00e19b;
}
.wp-block-columns .wp-block-column.has-dark-background a:hover, .wp-block-columns .wp-block-column.has-dark-background a:active, .wp-block-columns .wp-block-column.has-dark-background a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 60rem) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}

/* Images, galleries, videos */
.video-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.alignleft,
.alignright {
  float: none;
}

.aligncenter {
  clear: both;
  width: auto;
}

.wp-block-image img {
  width: 100%;
}
.wp-block-image .aligncenter {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
  margin: 2rem 0;
  width: 100%;
}
.wp-block-image:first-child .alignleft,
.wp-block-image:first-child .alignright {
  margin-top: 0;
}
.wp-block-image:last-child .alignleft,
.wp-block-image:last-child .alignright {
  margin-bottom: 0;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.gallery .gallery-item {
  margin: 0;
  padding: 5px;
}
.gallery .gallery-item:before {
  display: none;
}

.wp-block-embed {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.wp-block-image,
.wp-block-embed {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 79em) {
  .wp-block-image,
  .wp-block-embed {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.wp-block-image:first-child,
.wp-block-embed:first-child {
  margin-top: 0;
}
.wp-block-image:last-child,
.wp-block-embed:last-child {
  margin-bottom: 0;
}
.wp-block-image figcaption,
.wp-block-embed figcaption {
  color: #7c7b79;
  text-align: center;
}

.wp-block-image a[href*=uploads] {
  display: block;
  position: relative;
}
.wp-block-image a[href*=uploads]:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f00e";
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  height: 2.5rem;
  opacity: 0.4;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  transition: all 0.3s ease-in-out;
  width: 2.5rem;
}
.wp-block-image a[href*=uploads]:hover:after, .wp-block-image a[href*=uploads]:focus:after, .wp-block-image a[href*=uploads]:active:after {
  opacity: 1;
}

hr.wp-block-separator {
  border-style: solid;
  border-width: 2px 0 0 0;
  margin: 2rem auto;
  max-width: 120px;
}
@media screen and (min-width: 48em) {
  hr.wp-block-separator {
    margin: 3rem auto;
  }
}
@media screen and (min-width: 79em) {
  hr.wp-block-separator {
    margin: 3.5rem auto;
  }
}

.wp-block-buttons {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wp-block-buttons + .wp-block-buttons {
  margin-top: -1rem;
}
.wp-block-buttons .wp-block-button {
  vertical-align: top;
}
.wp-block-buttons .is-style-outline .wp-block-button__link {
  background: transparent !important;
  border-color: #312390;
  color: #312390 !important;
  line-height: 40px;
}
.wp-block-buttons .is-style-outline .wp-block-button__link:hover, .wp-block-buttons .is-style-outline .wp-block-button__link:hover:visited, .wp-block-buttons .is-style-outline .wp-block-button__link:active, .wp-block-buttons .is-style-outline .wp-block-button__link:focus {
  background: #312390 !important;
  color: #fff !important;
}
.wp-block-buttons .is-style-outline .wp-block-button__link.has-pink-background-color, .wp-block-buttons .is-style-outline .wp-block-button__link.has-pink-color {
  border-color: #fe007a;
  color: #fe007a !important;
}
.wp-block-buttons .is-style-outline .wp-block-button__link.has-pink-background-color:hover, .wp-block-buttons .is-style-outline .wp-block-button__link.has-pink-background-color:hover:visited, .wp-block-buttons .is-style-outline .wp-block-button__link.has-pink-background-color:active, .wp-block-buttons .is-style-outline .wp-block-button__link.has-pink-background-color:focus, .wp-block-buttons .is-style-outline .wp-block-button__link.has-pink-color:hover, .wp-block-buttons .is-style-outline .wp-block-button__link.has-pink-color:hover:visited, .wp-block-buttons .is-style-outline .wp-block-button__link.has-pink-color:active, .wp-block-buttons .is-style-outline .wp-block-button__link.has-pink-color:focus {
  background: #fe007a !important;
  color: #fff !important;
}

/* Magnific popup */
.mfp-wrap,
.mfp-bg {
  z-index: 99999;
}

img.mfp-img {
  padding-bottom: 20px;
}

.mfp-container button {
  background: transparent;
}

.mfp-close {
  transition: opacity 0.3s ease-in-out;
}

.mfp-arrow {
  color: #fff;
  height: 80px;
  line-height: 80px;
  text-align: center;
  transition: color 0.2s ease-in-out, opacity 0.3s ease-in-out;
  width: 80px;
}
.mfp-arrow:before, .mfp-arrow:after {
  border: 0;
  margin: 0;
}
.mfp-arrow:after {
  display: none;
}
.mfp-arrow:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 42px;
  height: inherit;
  line-height: inherit;
  width: 100%;
}
.mfp-arrow.mfp-arrow-left:before {
  content: "\f104";
}
.mfp-arrow.mfp-arrow-right:before {
  content: "\f105";
}

.mfp-bottom-bar {
  margin-top: 0;
}

/* Collapsible panels */
.collapsible {
  background: #fff;
  border-radius: 6px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.collapsible:before {
  content: "";
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.collapsible + .collapsible {
  border-top: 1px solid #e6e4e2;
  border-radius: 0 0 6px 6px;
  margin-top: -2rem;
}
.collapsible + .collapsible:after {
  content: "";
  background: #fff;
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: -1;
}
.collapsible + h2, .collapsible + h3, .collapsible + h4, .collapsible + h5, .collapsible + h6 {
  margin-top: 2.25em;
}

.collapsible-header {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.collapsible-header:focus {
  outline: 2px dotted #312390;
}
.collapsible-header:focus .collapsible-title {
  color: #fe007a;
}
.collapsible-header:focus .collapsible-title:before {
  background: #fe007a;
}
.collapsible-header .collapsible-title {
  background: transparent;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.75rem 4rem 0.75rem 1.125rem;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.collapsible-header .collapsible-title:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f107";
  background: #312390;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  height: 2rem;
  line-height: 34px;
  margin-top: -1rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  bottom: auto;
  left: auto;
  text-align: center;
  transition: transform 0.3s ease-in-out, background 0.2s ease-in-out;
  width: 2rem;
}
.collapsible-header .collapsible-title:hover {
  color: #fe007a;
}
.collapsible-header .collapsible-title:hover:before {
  background: #fe007a;
}

.collapsible-content {
  border-top: solid 1px #e6e4e2;
  height: auto;
  max-height: 200em;
  overflow: hidden;
  opacity: 1;
  padding: 0 1.125rem;
  position: relative;
  transition: max-height 0.8s ease-in-out, opacity 0.4s ease-in-out;
  transition-delay: 0s, 1s;
  z-index: 1;
}
.collapsible-content[aria-hidden=true] {
  max-height: 0;
  opacity: 0;
  transition-delay: -0.4s, 0.4s;
}
.collapsible-content[aria-hidden=false] {
  transition-delay: 0s, 0s;
}
.collapsible-content > *:first-child {
  padding-top: 1rem;
}
.collapsible-content > *:last-child {
  padding-bottom: 1rem;
}

.open .collapsible-header .collapsible-title {
  font-weight: 600;
}
.open .collapsible-header .collapsible-title:before {
  transform: rotate(180deg);
}

.collapsible-content p:not(:last-child) {
  margin-bottom: 1em;
}

/* Flexslider */
.flexslider {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.flexslider figure {
  display: none;
}
.flexslider li:before {
  display: none;
}

/* Contact form */
.wpcf7-form .grid p,
.wpcf7-form .grid .wpcf7-response-output {
  margin: 0;
  grid-column: span 12;
  width: 100%;
}

/* List of posts */
.entry-meta {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7c7b79;
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  font-size: 0.875rem;
}

.list-articles:last-child, .home-formations .list-formations:last-child {
  margin-bottom: -2rem;
}
.list-articles .post, .home-formations .list-formations .post {
  margin-bottom: 2rem;
}
.list-articles .img, .home-formations .list-formations .img {
  margin-bottom: 1.5rem;
}
.list-articles .entry-content, .home-formations .list-formations .entry-content {
  margin-bottom: 1rem;
}
.list-articles .entry-meta, .home-formations .list-formations .entry-meta {
  margin-top: -1rem;
  margin-bottom: 1rem;
}

/* Pagination */
.list-articles + .pager,
.list-associations + .pager,
.list-appels + .pager,
.list-formations + .pager,
.collection-container + .pager {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .list-articles + .pager,
  .list-associations + .pager,
  .list-appels + .pager,
  .list-formations + .pager,
  .collection-container + .pager {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 79em) {
  .list-articles + .pager,
  .list-associations + .pager,
  .list-appels + .pager,
  .list-formations + .pager,
  .collection-container + .pager {
    margin-top: 3rem;
  }
}

.pager {
  padding: 0;
  text-align: center;
}
.pager .page-numbers {
  font-size: 1rem;
  margin: 0 2px;
  padding: 2px 8px 3px;
}
.pager .page-numbers.current {
  font-weight: 400;
  padding-left: 4px;
  padding-right: 4px;
}
.pager a.page-numbers {
  border: 1px solid;
}
.pager a.page-numbers:hover, .pager a.page-numbers:focus, .pager a.page-numbers:active {
  background: #312390;
  border-color: #312390;
  color: #fff;
}
.pager a.page-numbers.next, .pager a.page-numbers.prev {
  border: 0;
  padding: 0;
  text-transform: lowercase;
}
.pager a.page-numbers.next:hover, .pager a.page-numbers.prev:hover {
  background: transparent;
  color: #312390;
}

.single-page .content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.single-page .content .page-links {
  border: solid #e6e4e2;
  border-width: 1px 0;
  margin-top: 2rem;
  padding: 0.75rem 0;
  text-align: center;
}
.single-page .content .page-links .post-page-numbers {
  font-size: 1rem;
  margin: 0 0.5rem;
}

/* Standard pages & posts */
.single-page .page-title {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .single-page .page-title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .single-page .page-title {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .single-page .page-title {
    margin-bottom: 4rem;
  }
}
.single-page .page-title:before {
  content: "";
  border-bottom: 2px solid #e6e4e2;
  margin-left: -60px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 120px;
}

.single-post .page-title + .entry-meta {
  margin-top: -1rem;
}
@media screen and (min-width: 48em) {
  .single-post .page-title + .entry-meta {
    margin-top: -1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .single-post .page-title + .entry-meta {
    margin-top: -2rem;
  }
}
@media screen and (min-width: 64em) {
  .single-post .page-title + .entry-meta {
    margin-top: -3rem;
  }
}
.single-post .entry-meta {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .single-post .entry-meta {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .single-post .entry-meta {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .single-post .entry-meta {
    margin-bottom: 4rem;
  }
}

.page-body:not(:last-child) {
  margin-bottom: 3rem;
}
.page-body:empty {
  margin: 0;
}

/* ACF Map */
.acf-map {
  font-family: "Quicksand", Arial, sans-serif;
}
.acf-map .gm-style .gm-style-iw-c {
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 1rem !important;
}
.acf-map p {
  font-family: "Quicksand", Arial, sans-serif;
}
.acf-map .title,
.acf-map .name {
  font-size: 1rem;
  font-weight: 600;
}
.acf-map .title a,
.acf-map .name a {
  color: #1d1d1d;
}
.acf-map .title a:hover,
.acf-map .name a:hover {
  color: #fe007a;
}
.acf-map .address {
  font-size: 0.9375rem;
}
.acf-map .address span {
  display: block;
}

.container-link {
  padding: 2em;
  text-align: center;
}

.single-post .field-date {
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #00e19b;
}

.page-groupes-de-transport table tr:nth-child(even) {
  background-color: #eee;
}
.page-groupes-de-transport table tr:last-child {
  background-color: transparent;
}
.page-groupes-de-transport table td:nth-child(2) {
  width: 15%;
}
.page-groupes-de-transport table td:nth-child(3) {
  white-space: nowrap;
}
.page-groupes-de-transport table td:nth-child(4) {
  width: 25%;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .alignleft {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .alignright {
    float: right;
    margin: 0 0 2rem 2rem;
  }
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    max-width: 40%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .wp-block-image .alignleft {
    padding-right: 20px;
  }
  .wp-block-image .alignright {
    padding-left: 20px;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .list-articles .post, .home-formations .list-formations .post {
    display: flex;
  }
  .list-articles .post-link, .home-formations .list-formations .post-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .list-articles .entry-content, .home-formations .list-formations .entry-content {
    margin-bottom: 1.5rem;
  }
  .list-articles .link-more, .home-formations .list-formations .link-more {
    margin-top: auto;
  }
  .list-articles + .actions, .home-formations .list-formations + .actions {
    margin-top: 3rem;
  }
  /* Newsletter */
  .sib_signup_form .sib_signup_box_inside_1 {
    display: flex;
    flex-wrap: wrap;
  }
  .sib_signup_form .sib_signup_box_inside_1 .sib_msg_disp {
    width: 100%;
  }
  .sib_signup_form .sib_signup_box_inside_1 .form-item {
    width: 100%;
  }
  .sib_signup_form .sib_signup_box_inside_1 .form-item.sib-firstname-area {
    padding-right: 15px;
    width: 50%;
  }
  .sib_signup_form .sib_signup_box_inside_1 .form-item.sib-lastname-area {
    padding-left: 15px;
    width: 50%;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .list-articles .img, .home-formations .list-formations .img {
    margin-bottom: 2rem;
  }
  .list-articles .entry-title, .home-formations .list-formations .entry-title {
    font-size: 1.375rem;
  }
  .list-articles .entry-content, .home-formations .list-formations .entry-content {
    margin-bottom: 2rem;
  }
  .list-articles + .actions, .home-formations .list-formations + .actions {
    margin-top: 4rem;
  }
  .pager .page-numbers {
    font-size: 1.125rem;
  }
  .list-articles + .pager, .list-associations + .pager, .list-appels + .pager, .list-formations + .pager, .collection-container + .pager {
    margin-top: 2.5rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  /* Collapsible */
  .collapsible-header .collapsible-title {
    font-size: 1.375rem;
    padding: 1rem 4rem 1rem 1.5rem;
  }
  .collapsible-content {
    padding: 0 1.5rem;
  }
  .collapsible-content > *:first-child {
    padding-top: 1.5rem;
  }
  .collapsible-content > *:last-child {
    padding-bottom: 1.5rem;
  }
}
/* IE */
/* ------------------------------------------
 Admin
------------------------------------------ */
.admin-page .association-form,
.admin-page .admin-content {
  background: #fff;
  padding: 1rem;
}

.admin-nav {
  border: solid #e6e4e2;
  border-width: 1px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.admin-nav .wp-block-button {
  margin: 0;
}
.admin-nav .wp-block-button.active .wp-block-button__link {
  font-weight: bold !important;
}
.admin-nav .wp-block-button__link {
  background: transparent;
  color: #1d1d1d;
  font-size: 1rem;
  height: auto;
  letter-spacing: 0;
  line-height: 1.3em;
  padding: 0.25em 1em;
  text-transform: none;
  font-weight: normal;
}
.admin-nav .wp-block-button__link:hover {
  color: #fe007a;
}
.admin-nav p.reserved {
  margin-top: 2em;
}

.reserved {
  color: red;
  display: none;
}

p.reserved {
  font-size: 16px;
}

.association-gratuit span.reserved,
.association-payant span.reserved {
  display: inline;
}
.association-gratuit p.reserved,
.association-payant p.reserved {
  display: block;
}

.admin-menu.tabs {
  border-bottom: 2px solid #e6e4e2;
  list-style: none;
  text-align: center;
  padding: 0 0 0.5rem;
}
.admin-menu.tabs .tab {
  border: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.admin-menu.tabs .tab.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.admin-menu.tabs .tab:before {
  display: none;
}
.admin-menu.tabs .tab.active {
  font-weight: 600;
}
.admin-menu.tabs .tab a {
  color: #1d1d1d;
  display: block;
  padding: 0.25em 0.75em;
}
.admin-menu.tabs .tab a:hover {
  color: #fe007a;
}

.admin-content .acf-form-submit {
  border-top: 1px solid #e6e4e2;
  padding-top: 2rem;
  text-align: right;
}
.admin-content .mce-tinymce .mce-btn.mce-listbox {
  display: none;
}

.acf-ui-datepicker .ui-datepicker {
  width: auto;
}
.acf-ui-datepicker .ui-datepicker dd,
.acf-ui-datepicker .ui-datepicker dt,
.acf-ui-datepicker .ui-datepicker li,
.acf-ui-datepicker .ui-datepicker p,
.acf-ui-datepicker .ui-datepicker td,
.acf-ui-datepicker .ui-datepicker th,
.acf-ui-datepicker .ui-datepicker label,
.acf-ui-datepicker .ui-datepicker input,
.acf-ui-datepicker .ui-datepicker button {
  font-size: 1rem;
}
.acf-ui-datepicker .ui-datepicker select {
  appearance: none;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem 0 0.5rem;
  width: auto;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-title select {
  background: no-repeat right 8px top 55%;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z"/></svg>');
  background-size: 10px auto;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-title select + select {
  border-radius: 0 1rem 1rem 0;
  margin-left: -1px;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-title select:first-child {
  border-radius: 1rem 0 0 1rem;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar .ui-state-default {
  line-height: 1.2;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background-color: #00e19b;
  border-color: #00e19b;
  color: #312390;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar .ui-state-highlight.ui-state-active {
  background-color: #00e19b !important;
  border-color: #00e19b !important;
  color: #312390 !important;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-state-default {
  border-radius: 2px;
  border: 2px solid;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  margin: 0.5rem 0;
  padding: 0 0.75rem;
  transition: color 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-state-default.ui-priority-primary {
  background: #312390;
  border-color: #312390;
  color: #fff;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-state-default.ui-priority-primary:hover, .acf-ui-datepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-state-default.ui-priority-primary:active, .acf-ui-datepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-state-default.ui-priority-primary:focus {
  background-color: #fe007a;
  border-color: #fe007a;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-state-default.ui-priority-secondary {
  background: transparent;
  border-color: #312390;
  color: #312390;
  opacity: 1;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-state-default.ui-priority-secondary:hover, .acf-ui-datepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-state-default.ui-priority-secondary:active, .acf-ui-datepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-state-default.ui-priority-secondary:focus {
  background-color: #fe007a;
  border-color: #fe007a;
  color: #fff;
}

.appel-collection .appels-header {
  overflow: hidden;
}
.appel-collection h2 {
  float: left;
}
.appel-collection h2 + .wp-block-button {
  display: inline-block;
  float: right;
}
.appel-collection p {
  font-size: 1em;
  color: gray;
  margin-bottom: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.appel-collection .field-adresse,
.appel-collection .field-engagement {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
}

.appel-form .tabs,
.formation-form .tabs {
  margin-bottom: 1em;
}
.appel-form .inscriptions-count,
.formation-form .inscriptions-count {
  font-size: 1.5em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appel-form .inscriptions-count .count-value,
.formation-form .inscriptions-count .count-value {
  font-weight: bold;
  padding-right: 0.5em;
}
.appel-form .collection-count,
.formation-form .collection-count {
  margin-bottom: 1em;
}

.forbidden {
  font-size: 1.25em;
  line-height: 1.25em;
  text-align: center;
  height: 10em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.forbidden p {
  padding: 3em 0;
}

.lemon-debug {
  background-color: white;
  border: 3px dotted gray;
  margin: 1em;
  padding: 1em;
  color: black;
}

.lemon-debug,
.xdebug-error {
  z-index: 100;
  position: relative;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .admin-nav .wp-block-button + .wp-block-button {
    border-left: 1px solid #e6e4e2;
  }
  .acf-form .acf-form-fields .acf-field-association-contact-email[data-width="50"] + .acf-field-association-contact-newsletter[data-width="50"] {
    padding-left: 1rem;
    padding-right: 0;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .admin-nav {
    border: 0;
    display: block;
    padding-top: 11px;
    padding-bottom: 0;
    padding-right: 2rem;
  }
  .admin-nav .wp-block-button + .wp-block-button {
    border: 0;
    border-top: 1px solid #e6e4e2;
  }
  .admin-nav .wp-block-button__link {
    padding: 0.75em 0;
  }
  .admin-menu.tabs {
    display: flex;
    padding: 0;
  }
  .admin-menu.tabs .tab {
    padding-bottom: 0.5rem;
  }
  .admin-menu.tabs .tab:after {
    content: "";
    background: transparent;
    height: 2px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease-in-out;
  }
  .admin-menu.tabs .tab.active {
    font-weight: 600;
  }
  .admin-menu.tabs .tab.active:after {
    background: #312390;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .admin-nav {
    padding-top: 9px;
  }
  .admin-nav .wp-block-button__link {
    font-size: 1.125rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 05 HOMEPAGE
------------------------------------------ */
.home .site-content {
  background-color: #fff;
}

.home-intro {
  position: relative;
}

.banner-img,
.home-slideshow {
  --img-ratio: 0.4717;
  background-color: #312390;
  height: calc((96vw - 20px) * var(--img-ratio));
  overflow: hidden;
}
@media screen and (min-width: 30em) {
  .banner-img,
  .home-slideshow {
    height: calc((90vw - 20px) * var(--img-ratio));
  }
}
@media screen and (min-width: 48em) {
  .banner-img,
  .home-slideshow {
    height: calc((100vw - 4rem) * var(--img-ratio));
  }
}
@media screen and (min-width: 64em) {
  .banner-img,
  .home-slideshow {
    height: calc((100vw - 5rem) * var(--img-ratio));
  }
}
@media screen and (min-width: 79em) {
  .banner-img,
  .home-slideshow {
    height: calc((100vw - 6rem) * var(--img-ratio));
  }
}
@media screen and (min-width: 90em) {
  .banner-img,
  .home-slideshow {
    height: calc((100vw - 10rem) * var(--img-ratio));
  }
}
@media screen and (min-width: 1520px) {
  .banner-img,
  .home-slideshow {
    height: calc((1520px - 10rem) * var(--img-ratio));
  }
}
.banner-img img,
.home-slideshow img {
  opacity: 0.9;
}

.home-slideshow .flex-control-nav {
  height: 0.8125rem;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10px;
  left: auto;
  width: auto;
  z-index: 20;
}
.home-slideshow .flex-control-paging li {
  margin: 0 10px 0 0;
}
.home-slideshow .flex-control-paging li a {
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  height: 0.8125rem;
  opacity: 0.8;
  text-indent: -99999px;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 0.8125rem;
}
.home-slideshow .flex-control-paging li a:focus {
  outline: none;
}
.home-slideshow .flex-control-paging li a:hover, .home-slideshow .flex-control-paging li a:active, .home-slideshow .flex-control-paging li a:focus {
  background: #312390;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.home-slideshow .flex-control-paging li a.flex-active {
  pointer-events: none;
  opacity: 1;
}

.home-intro-links {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.home-intro-links .links-container {
  margin-bottom: 0;
}
.home-intro-links .list-links {
  display: flex;
  justify-content: space-between;
  text-align: center;
  text-transform: lowercase;
}
.home-intro-links .list-links li {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  white-space: normal;
  width: 30%;
}
.home-intro-links .list-links li:before {
  display: none;
}
.home-intro-links .list-links .title {
  font-size: inherit;
  padding-top: 0.5rem;
}
.home-intro-links a {
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100px auto;
  color: #1d1d1d;
  padding-top: 65px;
}
.home-intro-links a:hover, .home-intro-links a:active, .home-intro-links a:focus {
  color: #fe007a;
}

.home-quick-links {
  padding-bottom: 3rem;
  padding-top: 3rem;
  background: #fafafa;
}
@media screen and (min-width: 48em) {
  .home-quick-links {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .home-quick-links {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .home-quick-links {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .home-quick-links {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 48em) {
  .home-quick-links {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .home-quick-links {
    margin-top: -4rem;
    padding-top: calc(5rem + 4rem);
  }
}
@media screen and (min-width: 79em) {
  .home-quick-links {
    margin-top: -5rem;
    padding-top: calc(6rem + 5rem);
  }
}
@media screen and (min-width: 90em) {
  .home-quick-links {
    margin-top: -6rem;
    padding-top: calc(8rem + 6rem);
  }
}
.home-quick-links .links-container .content {
  margin-bottom: 0;
  text-align: center;
}
.home-quick-links .links-container .content + .content {
  margin-top: 2.5rem;
}
.home-quick-links .links-container p.title {
  letter-spacing: 0.01em;
  text-transform: lowercase;
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  margin-bottom: 1em;
}
.home-quick-links .links-container .list-links {
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  margin-top: 1rem;
  margin-bottom: 0;
}
.home-quick-links .links-container .list-links li {
  letter-spacing: 0.01em;
  text-transform: lowercase;
  font-size: 1.125rem;
  margin-bottom: 0.5em;
  padding: 0;
}
.home-quick-links .links-container .list-links li:last-child {
  margin-bottom: 0;
}
.home-quick-links .links-container .list-links li:before {
  display: none;
}
.home-quick-links .links-container a {
  color: #1d1d1d;
}
.home-quick-links .links-container a:hover {
  color: #fe007a;
}

.home-content .section-links {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .home-content .section-links {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 79em) {
  .home-content .section-links {
    margin-top: 3rem;
  }
}

.home-news {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .home-news {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .home-news {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .home-news {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .home-news {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 48em) {
  .home-news {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .home-news {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .home-news {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .home-news {
    padding-bottom: 8rem;
  }
}

.home-banner .banner-content {
  display: flex;
  flex-direction: column;
  place-content: center;
  background: #312390;
  color: #fff;
  height: 8rem;
  max-height: 32vh;
  text-align: center;
}
.home-banner .banner-content p {
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  font-size: 1.375rem;
}
.home-banner .banner-content a {
  color: #fff;
  display: block;
  padding: 2rem;
}
.home-banner .banner-content a:hover, .home-banner .banner-content a:active, .home-banner .banner-content a:focus {
  color: #00e19b;
}

@media screen and (max-width: 29.9em) {
  .home-banner {
    padding: 0;
    width: 100%;
  }
}
.home-banner + .home-content {
  padding-top: 3rem;
}
@media screen and (min-width: 48em) {
  .home-banner + .home-content {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .home-banner + .home-content {
    margin-top: -4rem;
    padding-top: calc(5rem + 4rem);
  }
}
@media screen and (min-width: 79em) {
  .home-banner + .home-content {
    margin-top: -5rem;
    padding-top: calc(6rem + 5rem);
  }
}
@media screen and (min-width: 90em) {
  .home-banner + .home-content {
    margin-top: -6rem;
    padding-top: calc(8rem + 6rem);
  }
}

.home-calls-for-volunteers + .home-banner {
  background: #fafafa;
}

.home-calls-for-volunteers {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
@media screen and (min-width: 48em) {
  .home-calls-for-volunteers {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .home-calls-for-volunteers {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .home-calls-for-volunteers {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .home-calls-for-volunteers {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 48em) {
  .home-calls-for-volunteers {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .home-calls-for-volunteers {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .home-calls-for-volunteers {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .home-calls-for-volunteers {
    padding-bottom: 8rem;
  }
}

.home-formations {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fff;
}
@media screen and (min-width: 48em) {
  .home-formations {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .home-formations {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .home-formations {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .home-formations {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 48em) {
  .home-formations {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .home-formations {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .home-formations {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .home-formations {
    padding-bottom: 8rem;
  }
}
.home-formations .list-formations .entry-title + .organization-name {
  margin-top: -0.875rem;
  margin-bottom: 0.75rem;
}
.home-formations .list-formations .infos .date:not(:last-child) {
  margin-bottom: 0.5rem;
}

.home-contact {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #312390;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .home-contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.home-contact a,
.home-contact .list-socials a {
  color: #00e19b;
}
.home-contact a:hover, .home-contact a:active, .home-contact a:focus,
.home-contact .list-socials a:hover,
.home-contact .list-socials a:active,
.home-contact .list-socials a:focus {
  color: #52f7c4;
}
.home-contact .map,
.home-contact .contact-info {
  margin-bottom: 0;
}
.home-contact .acf-map {
  border: 10px solid #fff;
  border-radius: 6px;
  color: #1d1d1d;
  height: 26rem;
  margin: 0;
  max-height: 70vh;
  width: 100%;
}
.home-contact .acf-map img {
  max-width: inherit !important; /* Corrige un souci de conflit avec le thème */
}
.home-contact .contact-info {
  margin-top: 2rem;
}
.home-contact .contact-info .title {
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
.home-contact .contact-info .address:not(:last-child) {
  margin-bottom: 2rem;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .home-quick-links .links-container .content {
    margin-top: 0 !important;
  }
  .home-banner .banner-content {
    height: 10rem;
  }
  .home-banner .banner-content p {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9em) {
  .home-news .post:first-child {
    width: 100%;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .home-intro-links {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -1rem;
    left: 0;
    z-index: 10;
  }
  .home-intro-links .list-links {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  }
  .home-intro-links .list-links li {
    font-size: 1.125rem;
    padding: 1rem 3rem;
    width: 33.3334%;
  }
  .home-intro-links .list-links li .title {
    padding-top: 1rem;
  }
  .home-intro-links .list-links li + li {
    border-left: 1px solid #e6e4e2;
  }
  .home-quick-links .links-container {
    padding-top: 1rem;
  }
  .home-quick-links .links-container p.title {
    font-size: 1.5rem;
  }
  .home-quick-links .links-container .list-links li {
    font-size: 1.25rem;
  }
  .home-banner .banner-content {
    height: 12rem;
  }
  .home-banner .banner-content p {
    font-size: 1.875rem;
  }
  .home-contact .section-content {
    align-items: center;
  }
  .home-contact .contact-info {
    margin: 0;
  }
  .home-contact .contact-info p {
    font-size: 1rem;
  }
  .home-contact .contact-info .title {
    font-size: 1.25rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .home-intro-links {
    bottom: -2rem;
  }
  .home-intro-links .list-links li {
    font-size: 1.25rem;
    padding: 2rem 4rem;
  }
  .home-quick-links .links-container {
    padding-top: 2rem;
  }
  .home-banner .banner-content {
    height: 14rem;
  }
  .home-banner .banner-content p {
    font-size: 2.75rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  .home-intro-links .list-links li {
    font-size: 1.375rem;
    padding: 2rem 4rem;
  }
}
/* IE */
/* ------------------------------------------
 ASSOCIATION
------------------------------------------ */
/*
.admin-menu {
  border-bottom: 1px solid $color-primary;

  .wp-block-button {
    display: inline-block;
    margin-bottom: 0;
  }

  .wp-block-button__link {
    border-width: 1px;
    border-bottom: 0;
    font-size: 1em;
  }
}
*/
.association .label-status, .association .label-title,
.appel .label-title,
.formation .label-title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #00e19b;
  border-radius: 4px;
  color: #312390;
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  height: 2rem;
  line-height: 2.125rem;
  text-align: center;
  padding: 0 1rem;
}

.inscription-col {
  text-align: center;
}
.inscription-col .inscription-catalogue {
  font-size: 1.2rem;
}

.association .organization-name,
.appel .organization-name,
.formation .organization-name {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  margin: 0;
}
.association .organization-name span,
.appel .organization-name span,
.formation .organization-name span {
  color: #00e19b;
  font-weight: bold;
}
.association .label-title,
.appel .label-title,
.formation .label-title {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.association .label-title + .page-title,
.appel .label-title + .page-title,
.formation .label-title + .page-title {
  margin-top: 0;
}
.association ul.list-fields,
.association ul.list-areas,
.appel ul.list-fields,
.appel ul.list-areas,
.formation ul.list-fields,
.formation ul.list-areas {
  padding-left: 0;
}
.association ul.activity-area,
.appel ul.activity-area,
.formation ul.activity-area {
  margin: 0 0 1rem;
}
.association ul.activity-area li:not(:last-child):after,
.appel ul.activity-area li:not(:last-child):after,
.formation ul.activity-area li:not(:last-child):after {
  content: ",";
  margin-right: 0.25em;
}
.association .fields,
.appel .fields,
.formation .fields {
  margin: 0 0 1rem;
}
.association .fields + .fields,
.appel .fields + .fields,
.formation .fields + .fields {
  margin-top: -0.75rem;
}
.association .fields .title,
.appel .fields .title,
.formation .fields .title {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
.association .fields .list-fields,
.appel .fields .list-fields,
.formation .fields .list-fields {
  display: inline;
}
.association .fields .list-fields li:not(:last-child):after,
.appel .fields .list-fields li:not(:last-child):after,
.formation .fields .list-fields li:not(:last-child):after {
  content: ",";
  margin-right: 0.25em;
}
.association .required .title,
.appel .required .title,
.formation .required .title {
  font-weight: 600;
}
.association .contact-web a,
.appel .contact-web a,
.formation .contact-web a {
  color: #1d1d1d;
}
.association .contact-web a:hover,
.appel .contact-web a:hover,
.formation .contact-web a:hover {
  color: #fe007a;
}
.association .association-appels h2,
.association .association-formations h2,
.appel .association-appels h2,
.appel .association-formations h2,
.formation .association-appels h2,
.formation .association-formations h2 {
  padding: 2em 0 0.5em;
  text-align: center;
}

.appel .infos .meta,
.formation .infos .meta {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}

.appel .infos .published-date {
  font-weight: 600;
  margin-top: 0.75em;
}
.appel .infos .published-date:first-child {
  margin-top: 0;
}
.appel .infos .required:after {
  display: none;
}

.list-accessibility {
  display: flex;
}
.list-accessibility li {
  background: transparent url(../img/icons-accessibility.png) no-repeat;
  margin: 0 0.75rem 0 0;
  padding: 0;
  height: 60px;
  width: 60px;
}
.svg .list-accessibility li {
  background-image: url(../img/icons-accessibility.svg);
}
.list-accessibility li.a11y-toilet {
  background-position: 0 -60px;
}
.list-accessibility li.a11y-parking {
  background-position: 0 -120px;
}
.list-accessibility li:before {
  display: none;
}

/* List filters */
.list-filters {
  margin: 2rem 0;
}
.list-filters .filters-inputs {
  margin-bottom: 1.5rem;
}
.list-filters .filters-inputs label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}
.list-filters .filters-options {
  margin-bottom: 1.5rem;
}

/**
 * List of associations
 */
.associations-container {
  display: flex;
  flex-direction: column-reverse;
}

.associations-map {
  background: #ececec;
  height: 10rem;
  max-height: 25vh;
}

.associations-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.associations-content .page-header {
  position: relative;
}
.associations-content .page-header .page-title {
  margin-bottom: 0;
}
.associations-content .page-header .subtitle {
  font-weight: 400;
  margin-top: 0.25em;
}
.associations-content .page-header .register {
  background: transparent;
  border: 2px solid #312390;
  color: #312390;
  display: inline-block;
  letter-spacing: 0;
  line-height: 40px;
  margin-top: 0.5rem;
  text-transform: none;
}
.associations-content .page-header .register:hover, .associations-content .page-header .register:active, .associations-content .page-header .register:focus {
  background: #312390;
  color: #fff;
}

.list-associations .association {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}
.list-associations .association .post-link {
  display: flex;
  position: static;
}
.list-associations .association .img {
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  height: 144px;
  margin-right: 20px;
  padding: 10px;
  width: 144px;
}
.list-associations .association .img img {
  height: auto;
  width: auto;
  max-width: 124px;
  max-height: 124px;
}
.list-associations .association .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 0;
  width: calc(100% - 144px);
}
.list-associations .association .content .title {
  margin-bottom: 0.375em;
}
.list-associations .association .content .label-status {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.list-associations .association .content ul.activity-area {
  margin: 0 0 0.5em;
}
.list-associations .association .content ul.activity-area li {
  color: #7c7b79;
}
.list-associations .association .content .excerpt {
  font-size: 1rem;
}
.list-associations .association .content .link-more {
  margin-top: auto;
}
.list-associations .association.status-member {
  padding-bottom: 42px;
}

/* List of calls for volunteers */
.page-association .list-formations .entry,
.page-formations .list-formations .entry, .list-calls .entry {
  background-color: #fff;
  margin-bottom: 2.5rem;
  padding: 10px;
}
.page-association .list-formations .entry:last-child,
.page-formations .list-formations .entry:last-child, .list-calls .entry:last-child {
  margin-bottom: 0;
}
.page-association .list-formations .entry .post-link,
.page-formations .list-formations .entry .post-link, .list-calls .entry .post-link {
  display: flex;
}
.page-association .list-formations .entry .img,
.page-formations .list-formations .entry .img, .list-calls .entry .img {
  background: #fafafa;
  margin: 0 0 1rem;
  width: 100%;
}
.page-association .list-formations .entry .img img,
.page-formations .list-formations .entry .img img, .list-calls .entry .img img {
  display: block;
  margin: 0 auto;
  max-width: 180px;
  width: 100%;
}
.page-association .list-formations .entry .img img.attachment-thumbnail,
.page-formations .list-formations .entry .img img.attachment-thumbnail, .list-calls .entry .img img.attachment-thumbnail {
  max-width: none;
}
.page-association .list-formations .entry .content,
.page-formations .list-formations .entry .content, .list-calls .entry .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 0;
}
.page-association .list-formations .entry .content .title,
.page-formations .list-formations .entry .content .title, .list-calls .entry .content .title {
  font-size: 1.25rem;
  margin-bottom: 0.375em;
}
.page-association .list-formations .entry .content .organization-name,
.page-formations .list-formations .entry .content .organization-name, .list-calls .entry .content .organization-name {
  font-size: 0.9375rem;
}
.page-association .list-formations .entry .content .excerpt,
.page-formations .list-formations .entry .content .excerpt, .list-calls .entry .content .excerpt {
  font-size: 1rem;
  margin-top: 0.75rem;
}
.page-association .list-formations .entry .content .title + .excerpt,
.page-formations .list-formations .entry .content .title + .excerpt, .list-calls .entry .content .title + .excerpt {
  margin-top: 0.125rem;
}
.page-association .list-formations .entry .content .link-more,
.page-formations .list-formations .entry .content .link-more, .list-calls .entry .content .link-more {
  margin-top: auto;
}
.page-association .list-formations .entry .actions,
.page-formations .list-formations .entry .actions, .list-calls .entry .actions {
  margin-top: 0.75rem;
}
.page-association .list-formations .entry .infos,
.page-formations .list-formations .entry .infos, .list-calls .entry .infos {
  border-top: 1px solid #e6e4e2;
  color: #686765;
  margin-top: 1rem;
  padding-top: 1rem;
}
.page-association .list-formations .entry .infos p,
.page-formations .list-formations .entry .infos p, .list-calls .entry .infos p,
.page-association .list-formations .entry .infos li,
.page-formations .list-formations .entry .infos li,
.list-calls .entry .infos li {
  font-size: 0.9375rem;
  margin-bottom: 0;
}
.page-association .list-formations .entry .infos p + p,
.page-formations .list-formations .entry .infos p + p, .list-calls .entry .infos p + p,
.page-association .list-formations .entry .infos p + ul,
.page-formations .list-formations .entry .infos p + ul,
.list-calls .entry .infos p + ul {
  margin-top: 0.5em;
}
.page-association .list-formations .entry .infos .meta,
.page-formations .list-formations .entry .infos .meta, .list-calls .entry .infos .meta {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 48em) {
  .page-association .list-formations .entry,
  .page-formations .list-formations .entry, .list-calls .entry {
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .page-association .list-formations .entry .img,
  .page-formations .list-formations .entry .img, .list-calls .entry .img {
    float: right;
    margin: 0 0 1rem 1rem;
    width: 100px;
  }
}
@media screen and (min-width: 64em) {
  .page-association .list-formations .entry,
  .page-formations .list-formations .entry, .list-calls .entry {
    display: flex;
  }
  .page-association .list-formations .entry .img,
  .page-formations .list-formations .entry .img, .list-calls .entry .img {
    align-self: strech;
    flex: 0 0 140px;
    float: left;
    margin: 0 1rem 0 0;
    overflow: hidden;
    width: 140px;
  }
  .page-association .list-formations .entry .img img,
  .page-formations .list-formations .entry .img img, .list-calls .entry .img img {
    height: 100%;
    object-fit: cover;
  }
  .page-association .list-formations .entry .content,
  .page-formations .list-formations .entry .content, .list-calls .entry .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 1rem;
  }
  .page-association .list-formations .entry .actions,
  .page-formations .list-formations .entry .actions, .list-calls .entry .actions {
    margin-top: auto;
  }
  .page-association .list-formations .entry .infos,
  .page-formations .list-formations .entry .infos, .list-calls .entry .infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 220px;
    border: 0;
    border-left: 1px solid #e6e4e2;
    margin: 0 0 0 auto;
    padding: 0 0 0 1rem;
  }
}
@media screen and (min-width: 79em) {
  .page-association .list-formations .entry,
  .page-formations .list-formations .entry, .list-calls .entry {
    margin-bottom: 20px;
    padding: 20px;
  }
  .page-association .list-formations .entry .img,
  .page-formations .list-formations .entry .img, .list-calls .entry .img {
    flex: 0 0 180px;
    float: left;
    margin-right: 20px;
    width: 180px;
  }
  .page-association .list-formations .entry .title,
  .page-formations .list-formations .entry .title, .list-calls .entry .title {
    font-size: 1.375rem;
    margin-bottom: 0.25em;
  }
  .page-association .list-formations .entry .content,
  .page-formations .list-formations .entry .content, .list-calls .entry .content {
    margin-right: 20px;
  }
  .page-association .list-formations .entry .actions,
  .page-formations .list-formations .entry .actions, .list-calls .entry .actions {
    margin-top: auto;
  }
  .page-association .list-formations .entry .infos,
  .page-formations .list-formations .entry .infos, .list-calls .entry .infos {
    flex: 0 0 280px;
    padding-left: 20px;
  }
  .page-association .list-formations .entry .infos p,
  .page-formations .list-formations .entry .infos p, .list-calls .entry .infos p,
  .page-association .list-formations .entry .infos li,
  .page-formations .list-formations .entry .infos li,
  .list-calls .entry .infos li {
    font-size: 1rem;
  }
  .page-association .list-formations .entry .infos .meta,
  .page-formations .list-formations .entry .infos .meta, .list-calls .entry .infos .meta {
    font-size: 0.9375rem;
  }
}

.list-calls .infos .required {
  font-family: "Quicksand", Arial, sans-serif;
}

.list-formations ul.date {
  margin-top: 0;
}

.page-association {
  padding-bottom: 2em;
}

.page-association .list-formations .entry .date span,
.page-formations .list-formations .entry .date span {
  display: inline-block;
}
.page-association .list-formations .entry .speaker span,
.page-formations .list-formations .entry .speaker span {
  display: block;
}
@media screen and (min-width: 79em) {
  .page-association .list-formations .entry .infos,
  .page-formations .list-formations .entry .infos {
    flex-basis: 310px;
  }
}

/**
 * List of training courses
 */
.home-formations .list-formations .formation {
  margin-bottom: 2rem;
}

.list-formations .formation .entry-meta {
  font-family: "Quicksand", Arial, sans-serif;
  margin-top: 0;
  letter-spacing: 0;
  text-transform: none;
}
.list-formations .formation .entry-meta .date li {
  margin-bottom: 0.125em;
  padding: 0;
}
.list-formations .formation .entry-meta .date li:before {
  display: none;
}
.list-formations .formation .entry-meta .date li:last-child {
  margin-bottom: 0;
}

.page-formations .list-formations .entry .img img {
  object-fit: cover;
}

.col-btn-container {
  text-align: center;
}
.col-btn-container .formation-inscription-btn {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #312390;
  border: 0;
  border-radius: 2px !important;
  color: #fff;
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  height: auto;
  line-height: 1.5;
  transition: color 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  padding: 0 1em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.col-btn-container #inscription-btn {
  margin-bottom: 10px;
}

.formation-presentation-list {
  margin-top: 0.625rem;
}
.formation-presentation-list li {
  margin-bottom: 2px;
}

@media screen and (min-width: 64em) {
  .col-width {
    max-width: 80%;
    margin: auto;
    gap: 5rem;
  }
}
/**
 * Association / appel / formation common elements
 */
.association-id,
.appel-main,
.formation-main {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
@media screen and (min-width: 48em) {
  .association-id,
  .appel-main,
  .formation-main {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .association-id,
  .appel-main,
  .formation-main {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .association-id,
  .appel-main,
  .formation-main {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .association-id,
  .appel-main,
  .formation-main {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 48em) {
  .association-id,
  .appel-main,
  .formation-main {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .association-id,
  .appel-main,
  .formation-main {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .association-id,
  .appel-main,
  .formation-main {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .association-id,
  .appel-main,
  .formation-main {
    padding-bottom: 8rem;
  }
}

/* ID / main section */
.association-main-info,
.appel-main-info,
.formation-main-info {
  position: relative;
}
.association-main-info .page-title,
.appel-main-info .page-title,
.formation-main-info .page-title {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 1em;
  min-height: 80px;
  padding-right: 120px;
}
.association-main-info .img,
.appel-main-info .img,
.formation-main-info .img {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  height: 90px;
  padding: 10px;
  position: absolute;
  top: -10px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 90px;
}

.association-status-member.association-main-info .img {
  height: 100px;
  padding-bottom: 2rem;
}
.association-status-member.association-main-info .img .label-status {
  border-radius: 0 0 2px 2px;
  padding: 0;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Details */
.association-details,
.appel-details,
.formation-details {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fff;
}
@media screen and (min-width: 48em) {
  .association-details,
  .appel-details,
  .formation-details {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .association-details,
  .appel-details,
  .formation-details {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .association-details,
  .appel-details,
  .formation-details {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .association-details,
  .appel-details,
  .formation-details {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 48em) {
  .association-details,
  .appel-details,
  .formation-details {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .association-details,
  .appel-details,
  .formation-details {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .association-details,
  .appel-details,
  .formation-details {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .association-details,
  .appel-details,
  .formation-details {
    padding-bottom: 8rem;
  }
}
.association-details .section-title,
.appel-details .section-title,
.formation-details .section-title {
  letter-spacing: 0;
  margin-bottom: 0.75em;
  text-align: left;
}
.association-details .association-content .content + .content,
.appel-details .association-content .content + .content,
.formation-details .association-content .content + .content {
  margin-top: 2rem;
}

.association-details [class*=container]:after,
.appel-details [class*=container]:after,
.formation-details [class*=container]:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.association-content .section-title,
.appel-content .section-title,
.formation-content .section-title {
  font-size: 1.625rem;
}
@media screen and (min-width: 64em) {
  .association-content .section-title,
  .appel-content .section-title,
  .formation-content .section-title {
    font-size: 1.75rem;
  }
}
.association-content .img,
.appel-content .img,
.formation-content .img {
  margin-bottom: 2rem;
}

.formation-content .img {
  margin-top: 2rem;
}

.association-video .video-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.association-video iframe {
  width: 100%;
}
.association-video .section-title {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

/* Sidebar */
.association-sidebar p:not(.section-title),
.association-sidebar li,
.appel-sidebar p:not(.section-title),
.appel-sidebar li,
.formation-sidebar p:not(.section-title),
.formation-sidebar li {
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 1rem;
}
.association-sidebar span,
.appel-sidebar span,
.formation-sidebar span {
  font: inherit;
}
.association-sidebar .tag,
.appel-sidebar .tag,
.formation-sidebar .tag {
  font-family: all-round-gothic, "Quicksand", Arial, sans-serif;
}
.association-sidebar .sidebar-content,
.appel-sidebar .sidebar-content,
.formation-sidebar .sidebar-content {
  border-top: 1px solid #e6e4e2;
  margin-top: 2rem;
  padding-top: 2rem;
}
.association-sidebar .sidebar-content:first-child,
.appel-sidebar .sidebar-content:first-child,
.formation-sidebar .sidebar-content:first-child {
  margin-top: 3rem;
}

.association-contact p:not(:last-child) {
  margin-bottom: 1em;
}
.association-contact span {
  display: block;
}
.association-contact span + span {
  margin-top: 0.25em;
}
.association-contact a {
  font-weight: 600;
}
.association-contact .contact-web span {
  font-family: "Quicksand", Arial, sans-serif;
}
.association-contact .list-socials li + li {
  margin-left: 0.25rem;
}
.association-contact .list-socials li a {
  height: 1.5rem !important;
  width: 1.5rem !important;
}
.association-contact .list-socials li a:before {
  font-size: 1.5rem;
}
.association-contact h3.section-title:not(:first-child) {
  margin-top: 2rem;
}
.association-contact .secondary-address + .secondary-address {
  margin-top: 1.5rem;
}
.association-contact .secondary-address p {
  margin-bottom: 0;
}
.association-contact .secondary-address .contact-web {
  margin-top: 0.5rem;
}
.association-contact .actions {
  margin-top: 2rem;
}

.formation-sidebar .association-contact .actions {
  margin-top: 0;
}

/**
 * Association
 */
.association-main-info .contact-info {
  margin-top: 1.5rem;
}
.association-main-info .contact-info .contact-web {
  margin-bottom: 0;
}
.association-main-info .contact-info .contact-web span {
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  font-family: "Quicksand", Arial, sans-serif;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 2.75rem;
}
.association-main-info .contact-info .contact-web span + span {
  margin-left: 0.5rem;
}
.association-main-info .contact-info .contact-web span:before {
  margin-top: -10px;
  left: 0.75rem;
  top: 50%;
}
.association-main-info .contact-info .contact-web span a {
  font-weight: 600;
}

.association-gallery .gallery-item {
  max-width: 150px;
  width: 50%;
}

/**
 * Call for volunteers
 */
.appel-main-info .infos .meta,
.formation-main-info .infos .meta {
  font-size: 1rem;
  font-weight: 400;
  margin-right: 1rem;
}
.appel-main-info .infos .date,
.formation-main-info .infos .date {
  display: inline-block;
  margin-bottom: 0.75rem;
}
.appel-main-info .infos .location,
.formation-main-info .infos .location {
  display: block;
  letter-spacing: 0;
  margin-top: 0.25rem;
  text-transform: none;
}
@media screen and (min-width: 79em) {
  .appel-main-info .infos .location,
  .formation-main-info .infos .location {
    font-size: 1.125rem;
  }
}

.page-appel .message,
.page-formation .message {
  background-color: rgb(173, 224, 173);
  text-align: center;
  padding: 1em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  max-width: 500px;
  margin: auto;
  margin-top: 2em;
}
.page-appel .appel-form,
.page-appel .formation-form,
.page-formation .appel-form,
.page-formation .formation-form {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .page-appel .appel-form,
  .page-appel .formation-form,
  .page-formation .appel-form,
  .page-formation .formation-form {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .page-appel .appel-form,
  .page-appel .formation-form,
  .page-formation .appel-form,
  .page-formation .formation-form {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .page-appel .appel-form,
  .page-appel .formation-form,
  .page-formation .appel-form,
  .page-formation .formation-form {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .page-appel .appel-form,
  .page-appel .formation-form,
  .page-formation .appel-form,
  .page-formation .formation-form {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 48em) {
  .page-appel .appel-form,
  .page-appel .formation-form,
  .page-formation .appel-form,
  .page-formation .formation-form {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .page-appel .appel-form,
  .page-appel .formation-form,
  .page-formation .appel-form,
  .page-formation .formation-form {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 79em) {
  .page-appel .appel-form,
  .page-appel .formation-form,
  .page-formation .appel-form,
  .page-formation .formation-form {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 90em) {
  .page-appel .appel-form,
  .page-appel .formation-form,
  .page-formation .appel-form,
  .page-formation .formation-form {
    padding-bottom: 8rem;
  }
}
.page-appel .appel-form .acf-form .acf-field,
.page-appel .formation-form .acf-form .acf-field,
.page-formation .appel-form .acf-form .acf-field,
.page-formation .formation-form .acf-form .acf-field {
  border: none;
  margin-bottom: 2rem;
  padding: 0;
}
.page-appel .appel-form .acf-form .acf-true-false .message,
.page-appel .formation-form .acf-form .acf-true-false .message,
.page-formation .appel-form .acf-form .acf-true-false .message,
.page-formation .formation-form .acf-form .acf-true-false .message {
  background: transparent;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

/**
 * Formation
 */
.page-formation .list-info li {
  margin-bottom: 0;
  padding-left: 0;
}
.page-formation .list-info li:before {
  display: none;
}
.page-formation .list-info li + li {
  margin-top: 0.25rem;
}
.page-formation .list-info .title {
  display: block;
  font-weight: 600;
}

.formation-main-info .infos .date {
  display: block;
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: none;
}
.formation-main-info .infos .date .organization-name span {
  display: none;
}
.formation-main-info .infos .date li {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
}
.formation-main-info .infos .date li:before {
  display: none;
}
.formation-main-info .infos .location {
  margin-bottom: 0.5rem;
}
.formation-main-info .infos .location + .date {
  margin-top: 0.75rem;
}

.formation-descr .section-title {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}
.formation-descr figure {
  aspect-ratio: 16/10;
}
.formation-descr figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.page-formations .formation-partner-link {
  color: #312390;
  text-decoration: underline;
  background-color: transparent;
  transition: 0.3s;
}

.page-formations .formation-partner-link p {
  transition: 0.3s;
  margin-top: 1.5rem;
}

.page-formations .formation-partner-link:hover {
  color: #fe007a;
}

.formation-sidebar .list-info li + li {
  margin-top: 0.75rem;
}

.associations_membres {
  column-count: 1;
  column-gap: 2em;
  margin-bottom: 1em;
}
.associations_membres li {
  display: block;
}
@media screen and (min-width: 48em) {
  .associations_membres {
    column-count: 2;
  }
}

.inscription-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.inscription-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
}
.inscription-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.inscription-modal .close:hover,
.inscription-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-form {
  padding: 20px;
}
.modal-form .modal-form-container .modal-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 0;
}
.modal-form .modal-form-container .modal-form-grid .modal-form-item {
  margin-bottom: 10px;
}
.modal-form .modal-form-container .modal-form-line {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}
.modal-form .modal-form-container input[type=checkbox]:not(:checked),
.modal-form .modal-form-container input[type=radio]:not(:checked),
.modal-form .modal-form-container input[type=checkbox]:checked,
.modal-form .modal-form-container input[type=radio]:checked {
  opacity: 1;
  position: relative;
}

/* Modal Content/Box */
/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .list-associations .association {
    padding: 20px;
  }
  .list-associations .association .content .label-status {
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
  }
  .list-associations .association.status-member {
    padding-bottom: 20px;
  }
  .list-associations .association.status-member .title {
    padding-right: 6rem;
  }
  .associations-content .page-header .register {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }
  /* List filters */
  .list-filters .filters-inputs {
    display: flex;
    flex-wrap: wrap;
  }
  .list-filters .filters-inputs .form-item {
    margin-bottom: 1rem;
    width: 50%;
  }
  .list-filters .filters-inputs .form-item:nth-child(2n+1) {
    padding-right: 0.5rem;
  }
  .list-filters .filters-inputs .form-item:nth-child(2n) {
    padding-left: 0.5rem;
  }
  .list-filters .filters-inputs .form-item:last-child, .list-filters .filters-inputs .form-item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .list-filters .filters-options {
    display: flex;
  }
  .list-filters .filters-options .form-item {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
  /* Single page */
  .association-main-info,
  .appel-main-info,
  .formation-main-info {
    display: flex;
    justify-content: space-between;
  }
  .association-main-info .img,
  .appel-main-info .img,
  .formation-main-info .img {
    height: 144px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 144px;
  }
  .association-main-info .content,
  .appel-main-info .content,
  .formation-main-info .content {
    max-width: calc(100% - 180px);
    width: auto;
  }
  .association-main-info .content .organization-name span,
  .appel-main-info .content .organization-name span,
  .formation-main-info .content .organization-name span {
    display: inline-block;
  }
  .association-main-info .page-title,
  .appel-main-info .page-title,
  .formation-main-info .page-title {
    min-height: 0;
    padding: 0;
  }
  .appel-main-info .organization-name,
  .formation-main-info .organization-name {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
  .association-status-member.association-main-info .img {
    height: 11rem;
    padding-bottom: 2rem;
  }
  .modal-form {
    padding: 20px;
  }
  .modal-form .modal-form-container .modal-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    margin-bottom: 10px;
  }
  .modal-form .modal-form-container .modal-form-line {
    width: 100%;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  /* Single page */
  .association-main-info,
  .appel-main-info,
  .formation-main-info {
    align-items: center;
  }
  .association-main-info .img,
  .appel-main-info .img,
  .formation-main-info .img {
    border-radius: 6px;
    height: 200px;
    width: 200px;
  }
  .association-main-info .content,
  .appel-main-info .content,
  .formation-main-info .content {
    max-width: calc(100% - 260px);
  }
  .association-main-info .page-title,
  .appel-main-info .page-title,
  .formation-main-info .page-title {
    margin-bottom: 1.5rem;
  }
  .formation-main {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
  .formation-details {
    padding: 2rem;
  }
  .association-status-member.association-main-info .img {
    height: 200px;
  }
  .association-status-member.association-main-info .img .label-status {
    border-radius: 4px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }
  .association-sidebar,
  .appel-sidebar,
  .formation-sidebar {
    position: relative;
  }
  .association-sidebar:before,
  .appel-sidebar:before,
  .formation-sidebar:before {
    content: "";
    border-left: 1px solid #e6e4e2;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
  }
  .association-sidebar .sidebar-content:first-child,
  .appel-sidebar .sidebar-content:first-child,
  .formation-sidebar .sidebar-content:first-child {
    border: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .appel-main-info .organization-name,
  .formation-main-info .organization-name {
    font-size: 1rem;
  }
  .page-appel .appel-form .acf-form .acf-field[data-name=email],
  .page-formation .formation-form .acf-form .acf-field[data-name=email] {
    clear: none;
    float: left;
    padding-right: 10px;
    width: 50%;
  }
  .page-appel .appel-form .acf-form .acf-field[data-name=telephone],
  .page-formation .formation-form .acf-form .acf-field[data-name=telephone] {
    clear: none;
    float: right;
    padding-left: 10px;
    width: 50%;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  /* List filters */
  .list-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .list-filters .filters-inputs {
    width: 100%;
  }
  .list-filters .filters-options {
    margin-bottom: 0;
  }
  .list-filters input[type=submit] {
    margin-left: auto;
  }
  .formation-details {
    padding: 2rem;
  }
  /* Association */
  .associations-container {
    flex-direction: row;
  }
  .associations-map {
    height: auto;
    max-height: none;
    position: fixed !important;
    top: 104px;
    right: 0;
    bottom: 0;
    left: auto;
    transition: top 0.6s ease-in-out;
    width: calc(100% - 840px);
  }
  .logged-in.admin-bar .associations-map {
    top: 136px;
  }
  .header-fixed .associations-map {
    top: 80px;
  }
  .header-fixed.logged-in.admin-bar .associations-map {
    top: 112px;
  }
  .associations-content {
    margin: 0;
    min-height: calc(100vh - 120px);
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 840px;
  }
  .associations-content .page-title {
    font-size: 2rem;
  }
  .association-main-info .img,
  .appel-main-info .img,
  .formation-main-info .img {
    height: 220px;
    width: 220px;
  }
  .association-main-info .content,
  .appel-main-info .content,
  .formation-main-info .content {
    max-width: calc(100% - 300px);
  }
  .association-main-info .contact-info,
  .appel-main-info .contact-info,
  .formation-main-info .contact-info {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
  }
  .association-main-info .contact-info .contact-web,
  .appel-main-info .contact-info .contact-web,
  .formation-main-info .contact-info .contact-web {
    margin-right: 1.5rem;
  }
  .association-main-info .contact-info .contact-web span,
  .appel-main-info .contact-info .contact-web span,
  .formation-main-info .contact-info .contact-web span {
    margin-bottom: 0;
  }
  .association-main-info .contact-info .contact-web span + span,
  .appel-main-info .contact-info .contact-web span + span,
  .formation-main-info .contact-info .contact-web span + span {
    margin-left: 1rem;
  }
  .association-main-info .contact-info .list-socials,
  .appel-main-info .contact-info .list-socials,
  .formation-main-info .contact-info .list-socials {
    margin-top: 0;
  }
  .association-status-member.association-main-info .img {
    height: 270px;
  }
  .association-status-member.association-main-info .img .label-status .sr-only {
    position: static;
    overflow: visible;
    clip: auto;
    height: auto;
    width: auto;
    margin: auto;
  }
  .association-details .association-content .content + .content {
    margin-top: 3rem;
  }
  .association-sidebar:before,
  .appel-sidebar:before,
  .formation-sidebar:before {
    left: -40px;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  .associations-map {
    top: 120px;
  }
  .logged-in.admin-bar .associations-map {
    top: 152px;
  }
  .formation-main {
    padding-bottom: 2rem;
  }
  .formation-details {
    padding: 2rem;
  }
  .association-sidebar:before,
  .appel-sidebar:before,
  .formation-sidebar:before {
    left: -50px;
  }
}
.user-form {
  max-width: 500px;
  margin: auto;
  text-align: center;
  background-color: white;
  padding: 2em;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.user-form .message {
  padding: 1em;
  margin-bottom: 1em;
}
.user-form .message .wp-block-button {
  margin-top: 2em;
}
.user-form .message-success {
  background-color: rgba(0, 255, 0, 0.2);
}
.user-form .message-error {
  background-color: rgba(255, 0, 0, 0.2);
}
.user-form .page-body {
  margin-bottom: 2em;
  text-align: left;
}
.user-form label {
  text-align: left;
}
.user-form input[type=submit] {
  margin: 2em;
}

.grecaptcha-badge {
  display: none;
}

html.no-scroll {
  overflow: hidden;
}

.new-section {
  padding: 4rem 1rem;
}
.new-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 30em) {
  .new-section {
    padding: 7rem 5%;
  }
}
@media screen and (min-width: 64em) {
  .new-section {
    padding: 7rem 10%;
  }
}

.bn-btn {
  margin-top: 1rem;
}
.bn-btn a {
  color: #00E19B;
  text-decoration: underline;
  transition: 0.3s;
  text-underline-offset: 3px;
}
.bn-btn a:hover {
  text-underline-offset: 6px;
  color: #FE007A;
}

.bn-btn-arrow {
  margin-top: 1rem;
}
.bn-btn-arrow a, .bn-btn-arrow p {
  font-size: 1.125rem;
  color: #FE007A;
  font-family: all-round-gothic;
  font-weight: bold;
}
.bn-btn-arrow a span svg, .bn-btn-arrow p span svg {
  height: 12px;
  margin-left: 4px;
  margin-top: 4px;
  transition: 0.3s;
}
.bn-btn-arrow a span svg path, .bn-btn-arrow p span svg path {
  transition: 0.3s;
  fill: #FE007A;
}
.bn-btn-arrow:hover a, .bn-btn-arrow:hover p {
  color: #00E19B;
}
.bn-btn-arrow:hover a span svg, .bn-btn-arrow:hover p span svg {
  margin-left: 8px;
}
.bn-btn-arrow:hover a span svg path, .bn-btn-arrow:hover p span svg path {
  fill: #00E19B;
}

.new-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 2rem 0.375rem;
  height: 50px;
  background-color: white;
  box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.19);
}
.new-header .logo {
  height: 100%;
}
.new-header .logo a {
  height: 100%;
}
.new-header .logo .logo-img {
  height: 100%;
}
.new-header .logo .logo-img img {
  height: 100%;
}
.new-header .logo .logo-tagline {
  display: none;
}
.new-header .right-header .use-links {
  display: none;
}
.new-header .right-header .burger-container {
  cursor: pointer;
}
.new-header .right-header .burger-container .burger-text {
  display: none;
}
.new-header .right-header .burger-container .burger {
  position: relative;
  height: 20px;
  width: 28px;
}
.new-header .right-header .burger-container .burger span {
  position: absolute;
  transition: 0.3s;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
}
.new-header .right-header .burger-container .burger span.top {
  top: 0px;
  background-color: #FE007A;
}
.new-header .right-header .burger-container .burger span.mid {
  top: 11px;
  background-color: #312390;
}
.new-header .right-header .burger-container .burger span.bot {
  top: 22px;
  background-color: #00E19B;
}
.new-header .right-header .burger-container.active .burger span.top {
  top: -4px;
  background-color: #FE007A;
  height: 10px;
}
.new-header .right-header .burger-container.active .burger span.mid {
  top: 6px;
  background-color: #312390;
  height: 10px;
}
.new-header .right-header .burger-container.active .burger span.bot {
  top: 16px;
  background-color: #00E19B;
  height: 10px;
}
.new-header .header-menu {
  display: none;
}
.new-header .header-menu-mobile {
  position: fixed;
  z-index: 100;
  height: calc(100vh - 90px);
  overflow-y: auto;
  width: 100vw;
  top: 50px;
  left: 100%;
  background-color: #312390;
  transition: 0.3s;
  display: block;
}
.new-header .header-menu-mobile.open {
  left: 0;
}
.new-header .header-menu-mobile .header-menu-container {
  padding: 4rem;
}
.new-header .header-menu-mobile .header-menu-container .header-menu-nav p, .new-header .header-menu-mobile .header-menu-container .header-menu-nav a {
  width: fit-content;
}
.new-header .header-menu-mobile .header-menu-container .header-menu-nav .header-menu-nav-list {
  padding-bottom: 1rem;
}
.new-header .header-menu-mobile .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-title {
  cursor: pointer;
}
.new-header .header-menu-mobile .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-title p {
  color: #00E19B;
  font-size: 1.25rem;
}
.new-header .header-menu-mobile .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-links {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.new-header .header-menu-mobile .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-links a {
  display: block;
  color: white;
  margin-bottom: 0.5rem;
  font-family: all-round-gothic;
}
.new-header .header-menu-mobile .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-links a:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .new-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 2rem 0.75rem;
    height: 80px;
    box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.19);
  }
  .new-header .logo {
    height: 100%;
    display: flex;
    gap: 3rem;
    align-items: center;
  }
  .new-header .logo .logo-img {
    height: 100%;
  }
  .new-header .logo .logo-img img {
    height: 100%;
  }
  .new-header .logo .logo-tagline {
    display: block;
  }
  .new-header .logo .logo-tagline p {
    color: #312390;
    font-weight: bold;
    line-height: 1em;
  }
  .new-header .right-header {
    display: flex;
    gap: 3rem;
  }
  .new-header .right-header .use-links {
    display: flex;
    gap: 2rem;
  }
  .new-header .right-header .use-links a {
    color: #7C7B79;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: all-round-gothic;
  }
  .new-header .right-header .use-links a:hover {
    color: #FE007A;
  }
  .new-header .right-header .use-links .connexion a {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
  }
  .new-header .right-header .use-links .connexion a svg {
    margin-top: 5px;
    height: 0.65rem;
    width: auto;
  }
  .new-header .right-header .use-links .connexion a svg path {
    transition: 0.3s;
    fill: #7C7B79;
  }
  .new-header .right-header .use-links .connexion a:hover {
    color: #FE007A;
  }
  .new-header .right-header .use-links .connexion a:hover svg path {
    fill: #FE007A;
  }
  .new-header .right-header .burger-container {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .new-header .right-header .burger-container .burger-text {
    display: block;
  }
  .new-header .right-header .burger-container .burger-text p {
    color: #FE007A;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
  }
  .new-header .right-header .burger-container .burger {
    position: relative;
    height: 23px;
    width: 30px;
  }
  .new-header .right-header .burger-container .burger span {
    position: absolute;
    transition: 0.3s;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
  }
  .new-header .right-header .burger-container .burger span.top {
    top: 0px;
    background-color: #FE007A;
  }
  .new-header .right-header .burger-container .burger span.mid {
    top: 11px;
    background-color: #312390;
  }
  .new-header .right-header .burger-container .burger span.bot {
    top: 22px;
    background-color: #00E19B;
  }
  .new-header .header-menu-mobile {
    display: none;
  }
  .new-header .header-menu {
    z-index: 100;
    display: block;
    position: fixed;
    height: calc(100vh - 80px);
    width: 100vw;
    top: 80px;
    left: 100%;
    background-color: #312390;
    transition: 0.3s;
    overflow-y: auto;
  }
  .new-header .header-menu.open {
    left: 0;
  }
  .new-header .header-menu .header-menu-container {
    padding: 10vh 2rem 2rem;
    max-width: 1600px;
    margin: auto;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 1rem;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav p, .new-header .header-menu .header-menu-container .header-menu-nav a {
    width: fit-content;
    font-family: all-round-gothic;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav .header-menu-nav-list {
    padding-bottom: 1rem;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-title {
    padding-bottom: 2rem;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-title p {
    color: #00E19B;
    font-size: 1.5rem;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-links a {
    display: block;
    color: white;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-family: all-round-gothic;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-links a:hover {
    color: #00E19B;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-links a:last-of-type {
    margin-bottom: 0;
  }
  .new-header .header-menu .header-menu-info {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20%;
  }
  .new-header .header-menu .header-menu-info .header-menu-mail p {
    color: white;
    margin-bottom: 2rem;
  }
  .new-header .header-menu .header-menu-info .header-menu-mail a {
    color: #00E19B;
    font-weight: 600;
    font-size: 1.5rem;
  }
  .new-header .header-menu .header-menu-info .header-menu-mail a:hover {
    color: #FE007A;
  }
  .new-header .header-menu .header-menu-info .header-menu-socials p {
    color: white;
    margin-bottom: 2rem;
  }
  .new-header .header-menu .header-menu-info .header-menu-socials .header-menu-socials-links {
    display: flex;
    gap: 2rem;
  }
  .new-header .header-menu .header-menu-info .header-menu-socials .header-menu-socials-links a {
    height: 30px;
    aspect-ratio: 1;
  }
  .new-header .header-menu .header-menu-info .header-menu-socials .header-menu-socials-links a svg {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .new-header .header-menu .header-menu-info .header-menu-socials .header-menu-socials-links a svg path {
    fill: #00E19B;
    transition: 0.3s;
  }
  .new-header .header-menu .header-menu-info .header-menu-socials .header-menu-socials-links a:hover svg path {
    fill: #FE007A;
  }
}
@media screen and (min-width: 90em) {
  .new-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 2rem 0.75rem;
    height: 80px;
    box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.19);
  }
  .new-header .logo {
    height: 100%;
    display: flex;
    gap: 3rem;
    align-items: center;
  }
  .new-header .logo .logo-img {
    height: 100%;
  }
  .new-header .logo .logo-img img {
    height: 100%;
  }
  .new-header .logo .logo-tagline {
    display: block;
  }
  .new-header .logo .logo-tagline p {
    color: #312390;
    font-weight: bold;
  }
  .new-header .right-header {
    display: flex;
    gap: 3rem;
  }
  .new-header .right-header .use-links {
    display: block;
    display: flex;
    gap: 2rem;
  }
  .new-header .right-header .use-links a {
    color: #7C7B79;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
  }
  .new-header .right-header .use-links .connexion a {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
  }
  .new-header .right-header .use-links .connexion a svg {
    margin-top: 5px;
    height: 0.75rem;
    width: auto;
  }
  .new-header .right-header .burger-container {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .new-header .right-header .burger-container .burger-text {
    display: block;
  }
  .new-header .right-header .burger-container .burger-text p {
    color: #FE007A;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
  }
  .new-header .right-header .burger-container .burger {
    position: relative;
    height: 23px;
    width: 30px;
  }
  .new-header .right-header .burger-container .burger span {
    position: absolute;
    transition: 0.3s;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
  }
  .new-header .right-header .burger-container .burger span.top {
    top: 0px;
    background-color: #FE007A;
  }
  .new-header .right-header .burger-container .burger span.mid {
    top: 11px;
    background-color: #312390;
  }
  .new-header .right-header .burger-container .burger span.bot {
    top: 22px;
    background-color: #00E19B;
  }
  .new-header .header-menu-mobile {
    display: none;
  }
  .new-header .header-menu {
    z-index: 100;
    display: block;
    position: fixed;
    height: calc(100vh - 80px);
    width: 100vw;
    top: 80px;
    left: 100%;
    background-color: #312390;
    transition: 0.3s;
    overflow-y: auto;
  }
  .new-header .header-menu.open {
    left: 0;
  }
  .new-header .header-menu .header-menu-container {
    padding: 10vh 2rem 2rem;
    max-width: 1600px;
    margin: auto;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 1rem;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav p, .new-header .header-menu .header-menu-container .header-menu-nav a {
    width: fit-content;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav .header-menu-nav-list {
    padding-bottom: 1rem;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-title {
    padding-bottom: 2rem;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-title p {
    color: #00E19B;
    font-size: 1.5rem;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-links a {
    display: block;
    color: white;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-links a:hover {
    color: #FE007A;
  }
  .new-header .header-menu .header-menu-container .header-menu-nav .header-menu-nav-list .header-menu-nav-links a:last-of-type {
    margin-bottom: 0;
  }
  .new-header .header-menu .header-menu-info {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20%;
  }
  .new-header .header-menu .header-menu-info .header-menu-mail p {
    color: white;
    margin-bottom: 2rem;
  }
  .new-header .header-menu .header-menu-info .header-menu-mail a {
    color: #00E19B;
    font-weight: 600;
    font-size: 1.5rem;
  }
  .new-header .header-menu .header-menu-info .header-menu-mail a:hover {
    color: #FE007A;
  }
  .new-header .header-menu .header-menu-info .header-menu-socials p {
    color: white;
    margin-bottom: 2rem;
  }
  .new-header .header-menu .header-menu-info .header-menu-socials .header-menu-socials-links {
    display: flex;
    gap: 2rem;
  }
  .new-header .header-menu .header-menu-info .header-menu-socials .header-menu-socials-links a {
    height: 30px;
    aspect-ratio: 1;
  }
  .new-header .header-menu .header-menu-info .header-menu-socials .header-menu-socials-links a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}

.use-links-mobile {
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 100;
  left: 0;
  background-color: #FFFDFD;
  display: flex;
  justify-content: space-around;
  padding: 0.5rem 1rem;
  gap: 1rem;
}
.use-links-mobile a {
  color: #7C7B79;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}
.use-links-mobile .connexion a {
  display: flex;
  gap: 0.25rem;
}
.use-links-mobile .connexion a img {
  margin-top: 3px;
  height: 0.75rem;
  width: auto;
}
@media screen and (min-width: 64em) {
  .use-links-mobile {
    display: none;
  }
}

.home-intro {
  position: relative;
  padding-bottom: 0;
  padding-top: 7rem;
}
.home-intro::before {
  position: absolute;
  content: "";
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(349deg);
  background-color: #FFB600;
  height: 40vh;
  width: 150vw;
  z-index: -1;
}
.home-intro .home-intro-container .home-intro-title h1 {
  font-size: 1.5rem;
  color: #312390;
  font-weight: 500;
}
.home-intro .home-intro-container .home-intro-title h1 #h1-span {
  display: inline-block;
  overflow: hidden;
  margin-bottom: -9px;
}
.home-intro .home-intro-container .home-intro-title h1 #h1-span .item p {
  color: #FE007A;
  font-size: 1.5rem;
  font-weight: 500;
}
.home-intro .home-intro-container .home-intro-grid .home-intro-illu {
  margin-top: 4rem;
  width: 100%;
}
.home-intro .home-intro-container .home-intro-grid .home-intro-illu img {
  max-height: 400px;
  width: 100%;
}
.home-intro .home-intro-container .home-intro-grid .home-intro-pres {
  position: relative;
  padding: 1rem;
  background-color: #312390;
  margin-top: 2rem;
}
.home-intro .home-intro-container .home-intro-grid .home-intro-pres p {
  color: white;
  font-size: 1.125rem;
}
.home-intro .home-intro-container .home-intro-grid .home-intro-pres .bn-btn a {
  font-size: 1.125rem;
}
.home-intro .home-intro-container .home-intro-grid .home-intro-pres .home-intro-pres-illu {
  position: absolute;
  bottom: -1.5rem;
  right: 1rem;
}
.home-intro .home-intro-container .home-intro-grid .home-intro-pres .home-intro-pres-illu img {
  width: 85px;
  height: auto;
}
@media screen and (min-width: 30em) {
  .home-intro .home-intro-container .home-intro-title h1 {
    font-size: 1.75rem;
    color: #312390;
    font-weight: 500;
    max-width: 700px;
  }
  .home-intro .home-intro-container .home-intro-title h1 #h1-span {
    display: inline-block;
  }
  .home-intro .home-intro-container .home-intro-title h1 #h1-span .item p {
    color: #FE007A;
    font-size: 1.75rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 64em) {
  .home-intro {
    position: relative;
    padding-bottom: 7rem;
    padding-top: 10rem;
  }
  .home-intro::before {
    position: absolute;
    content: "";
    bottom: 6.5rem;
    left: 50%;
    background-color: #FFB600;
    height: 40vh;
    width: 150vw;
    z-index: -1;
  }
  .home-intro .home-intro-container .home-intro-title h1 {
    font-size: 2rem;
    color: #312390;
    font-weight: 500;
    max-width: 700px;
    margin-left: auto;
  }
  .home-intro .home-intro-container .home-intro-title h1 #h1-span {
    margin-bottom: -14px;
    display: inline-block;
  }
  .home-intro .home-intro-container .home-intro-title h1 #h1-span .item p {
    color: #FE007A;
    font-size: 2rem;
    font-weight: 500;
  }
  .home-intro .home-intro-container .home-intro-title h1 #h1-span .item:nth-child(2) p {
    color: #00E19B;
  }
  .home-intro .home-intro-container .home-intro-title h1 #h1-span .item:nth-child(3) p {
    color: #FFB600;
  }
  .home-intro .home-intro-container .home-intro-title h1 #h1-span .item:nth-child(4) p {
    color: #A463FF;
  }
  .home-intro .home-intro-container .home-intro-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
  }
  .home-intro .home-intro-container .home-intro-grid .home-intro-illu {
    margin-top: 4rem;
    width: 100%;
    margin-left: -10%;
  }
  .home-intro .home-intro-container .home-intro-grid .home-intro-illu img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
  }
  .home-intro .home-intro-container .home-intro-grid .home-intro-pres {
    position: relative;
    height: fit-content;
    padding: 1rem;
    background-color: #312390;
    margin-top: 2rem;
  }
  .home-intro .home-intro-container .home-intro-grid .home-intro-pres p {
    color: white;
    font-size: 1.25rem;
  }
  .home-intro .home-intro-container .home-intro-grid .home-intro-pres .bn-btn a {
    font-size: 1.125rem;
  }
  .home-intro .home-intro-container .home-intro-grid .home-intro-pres .home-intro-pres-illu {
    position: absolute;
    bottom: unset;
    top: calc(100% + 4rem);
    right: 1rem;
  }
  .home-intro .home-intro-container .home-intro-grid .home-intro-pres .home-intro-pres-illu img {
    width: 10rem;
    height: auto;
  }
}
@media screen and (min-width: 90em) {
  .home-intro::before {
    position: absolute;
    content: "";
    bottom: 4rem;
    left: 50%;
    background-color: #FFB600;
    height: 40vh;
    width: 150vw;
    z-index: -1;
  }
  .home-intro .home-intro-container .home-intro-title h1 {
    font-size: 2.5rem;
    color: #312390;
    font-weight: 500;
    max-width: 900px;
    margin-left: auto;
  }
  .home-intro .home-intro-container .home-intro-title h1 #h1-span {
    display: inline-block;
  }
  .home-intro .home-intro-container .home-intro-title h1 #h1-span .item p {
    color: #FE007A;
    font-size: 2.5rem;
    font-weight: 500;
  }
  .home-intro .home-intro-container .home-intro-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    margin-top: -50px;
  }
  .home-intro .home-intro-container .home-intro-grid .home-intro-illu {
    margin-top: 4rem;
    width: 100%;
    margin-left: -10%;
  }
  .home-intro .home-intro-container .home-intro-grid .home-intro-illu img {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
  }
  .home-intro .home-intro-container .home-intro-grid .home-intro-pres {
    position: relative;
    height: fit-content;
    padding: 1rem;
    background-color: #312390;
    margin-top: 4rem;
  }
  .home-intro .home-intro-container .home-intro-grid .home-intro-pres p {
    color: white;
    font-size: 1.5rem;
  }
  .home-intro .home-intro-container .home-intro-grid .home-intro-pres .bn-btn a {
    font-size: 1.25rem;
  }
  .home-intro .home-intro-container .home-intro-grid .home-intro-pres .home-intro-pres-illu {
    position: absolute;
    bottom: unset;
    top: calc(100% + 4rem);
    right: 1rem;
  }
  .home-intro .home-intro-container .home-intro-grid .home-intro-pres .home-intro-pres-illu img {
    width: 10rem;
    height: auto;
  }
}

.home-formation {
  padding-bottom: 0;
  position: relative;
}
.home-formation::before {
  position: absolute;
  content: "";
  top: 30vh;
  left: 50%;
  transform: translateX(-50%) rotate(11deg);
  background-color: #F2F2F2;
  height: 40vh;
  width: 150vw;
  z-index: -1;
}
.home-formation .home-formation-container .home-formation-grid {
  display: grid;
}
.home-formation .home-formation-container .home-formation-grid .home-formation-appel {
  order: 1;
}
.home-formation .home-formation-container .home-formation-grid .home-formation-appel .text {
  background-color: #00E19B;
  padding: 1rem;
}
.home-formation .home-formation-container .home-formation-grid .home-formation-appel .text h2 {
  color: #312390;
  font-weight: bold;
}
.home-formation .home-formation-container .home-formation-grid .home-formation-appel .text p {
  color: #312390;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.125rem;
}
.home-formation .home-formation-container .home-formation-grid .home-formation-appel .bn-btn-arrow {
  padding-left: 1rem;
}
.home-formation .home-formation-container .home-formation-grid .home-formation-illu {
  order: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.home-formation .home-formation-container .home-formation-grid .home-formation-illu img {
  width: 25%;
  height: auto;
  max-height: 400px;
}
.home-formation .home-formation-container .home-formation-grid .home-formation-formation {
  order: 2;
  margin-top: 4rem;
}
.home-formation .home-formation-container .home-formation-grid .home-formation-formation .text {
  background-color: #00E19B;
  padding: 1rem;
}
.home-formation .home-formation-container .home-formation-grid .home-formation-formation .text h2 {
  color: #312390;
  font-weight: bold;
}
.home-formation .home-formation-container .home-formation-grid .home-formation-formation .text p {
  color: #312390;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.125rem;
}
.home-formation .home-formation-container .home-formation-grid .home-formation-formation .bn-btn-arrow {
  padding-left: 1rem;
}
@media screen and (min-width: 64em) {
  .home-formation {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .home-formation::before {
    position: absolute;
    content: "";
    top: 20rem;
    left: 50%;
    background-color: #F2F2F2;
    height: 40vh;
    width: 150vw;
    z-index: -1;
  }
  .home-formation .home-formation-container .home-formation-grid {
    display: grid;
    align-items: center;
    gap: 2rem;
    grid-template-columns: 2fr 1fr 2fr;
  }
  .home-formation .home-formation-container .home-formation-grid .home-formation-appel {
    order: 0;
  }
  .home-formation .home-formation-container .home-formation-grid .home-formation-appel .text {
    background-color: #00E19B;
    padding: 1rem;
  }
  .home-formation .home-formation-container .home-formation-grid .home-formation-appel .text h2 {
    color: #312390;
    font-weight: bold;
  }
  .home-formation .home-formation-container .home-formation-grid .home-formation-appel .text p {
    color: #312390;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.25rem;
  }
  .home-formation .home-formation-container .home-formation-grid .home-formation-appel .bn-btn-arrow {
    padding-left: 1rem;
  }
  .home-formation .home-formation-container .home-formation-grid .home-formation-illu {
    order: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }
  .home-formation .home-formation-container .home-formation-grid .home-formation-illu img {
    width: auto;
    min-height: 400px;
  }
  .home-formation .home-formation-container .home-formation-grid .home-formation-formation {
    order: 2;
    margin-top: 0;
  }
  .home-formation .home-formation-container .home-formation-grid .home-formation-formation .text {
    background-color: #00E19B;
    padding: 1rem;
  }
  .home-formation .home-formation-container .home-formation-grid .home-formation-formation .text h2 {
    color: #312390;
    font-weight: bold;
  }
  .home-formation .home-formation-container .home-formation-grid .home-formation-formation .text p {
    color: #312390;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.25rem;
  }
  .home-formation .home-formation-container .home-formation-grid .home-formation-formation .bn-btn-arrow {
    padding-left: 1rem;
  }
}

.home-event {
  padding-bottom: 0;
  padding-top: 2rem;
  position: relative;
}
.home-event .home-event-container {
  display: grid;
}
.home-event .home-event-container .home-event-illu-1 {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
}
.home-event .home-event-container .home-event-illu-1 img {
  width: 25%;
}
.home-event .home-event-container .home-event-text {
  max-width: 500px;
  margin: auto;
  padding: 1rem;
}
.home-event .home-event-container .home-event-text h3 {
  color: #312390;
  font-size: 1.5rem;
}
.home-event .home-event-container .home-event-text p {
  color: #312390;
  font-size: 1.125rem;
}
.home-event .home-event-container .home-event-date {
  max-width: 500px;
  margin: auto;
}
.home-event .home-event-container .home-event-date .text {
  padding: 1rem;
  background-color: #312390;
}
.home-event .home-event-container .home-event-date .text p {
  color: white;
  font-size: 1.5rem;
  font-family: all-round-gothic;
  text-align: center;
  margin: 0;
}
.home-event .home-event-container .home-event-date .text .date {
  font-size: 3rem;
  font-family: all-round-gothic;
  line-height: 1em;
}
.home-event .home-event-container .home-event-date .bn-btn-arrow {
  padding-left: 1rem;
}
.home-event .home-event-container .home-event-illu-2 {
  display: none;
}
@media screen and (min-width: 79em) {
  .home-event {
    padding-bottom: 7rem;
    padding-top: 7rem;
    padding-inline: 5%;
    position: relative;
  }
  .home-event .home-event-container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr;
    align-items: center;
  }
  .home-event .home-event-container .home-event-illu-1 {
    display: flex;
    justify-content: center;
    gap: 0;
    order: 0;
  }
  .home-event .home-event-container .home-event-illu-1 img {
    width: auto;
    min-height: 400px;
  }
  .home-event .home-event-container .home-event-illu-1 img.dress {
    display: none;
  }
  .home-event .home-event-container .home-event-text {
    order: 1;
    padding: 1rem;
    max-width: 600px;
    margin: 0;
  }
  .home-event .home-event-container .home-event-text h3 {
    color: #312390;
    font-size: 2rem;
  }
  .home-event .home-event-container .home-event-text p {
    color: #312390;
    font-size: 1.25rem;
  }
  .home-event .home-event-container .home-event-date {
    order: 2;
    max-width: 400px;
    margin: 0;
    margin-left: auto;
  }
  .home-event .home-event-container .home-event-date .text {
    padding: 1rem;
    background-color: #312390;
  }
  .home-event .home-event-container .home-event-date .text p {
    color: white;
    font-size: 1.5rem;
    font-family: all-round-gothic;
    text-align: center;
    margin: 0;
  }
  .home-event .home-event-container .home-event-date .text .date {
    font-size: 3rem;
    font-family: all-round-gothic;
    line-height: 1em;
  }
  .home-event .home-event-container .home-event-date .bn-btn-arrow {
    padding-left: 1rem;
  }
  .home-event .home-event-container .home-event-illu-2 {
    display: flex;
    justify-content: center;
    order: 3;
  }
  .home-event .home-event-container .home-event-illu-2 img {
    width: auto;
    min-height: 400px;
  }
  .home-event .home-event-container .home-event-illu-2 img.heels {
    display: none;
  }
}

.home-news {
  position: relative;
}
.home-news::before {
  position: absolute;
  content: "";
  top: 4rem;
  left: 50%;
  transform: translateX(-50%) rotate(-9deg);
  background-color: #FFB600;
  height: 50vh;
  width: 150vw;
  z-index: -1;
}
.home-news .home-news-container .home-news-grid {
  display: grid;
}
.home-news .home-news-container .home-news-grid .home-news-item {
  margin-top: 2rem;
  order: 1;
}
.home-news .home-news-container .home-news-grid .home-news-item .text {
  padding: 1rem;
  background-color: #312390;
}
.home-news .home-news-container .home-news-grid .home-news-item .text h2 {
  font-size: 1.5rem;
  color: white;
  font-weight: 500;
}
.home-news .home-news-container .home-news-grid .home-news-item .text p {
  color: white;
  font-size: 1.125rem;
}
.home-news .home-news-container .home-news-grid .home-news-item .bn-btn a {
  font-size: 1.125rem;
}
.home-news .home-news-container .home-news-grid .home-news-illu {
  order: 0;
}
.home-news .home-news-container .home-news-grid .home-news-illu img {
  width: 50%;
}
@media screen and (min-width: 79em) {
  .home-news {
    position: relative;
  }
  .home-news::before {
    position: absolute;
    content: "";
    top: 0rem;
    left: 50%;
    background-color: #FFB600;
    height: 50vh;
    width: 150vw;
    z-index: -1;
  }
  .home-news .home-news-container .home-news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  .home-news .home-news-container .home-news-grid .home-news-item {
    margin-top: 2rem;
    order: 0;
    max-width: 500px;
  }
  .home-news .home-news-container .home-news-grid .home-news-item .text {
    padding: 1rem;
    background-color: #312390;
  }
  .home-news .home-news-container .home-news-grid .home-news-item .text h2 {
    font-size: 2rem;
    color: white;
    font-weight: 500;
  }
  .home-news .home-news-container .home-news-grid .home-news-item .text p {
    color: white;
    font-size: 1.25rem;
  }
  .home-news .home-news-container .home-news-grid .home-news-item .bn-btn a {
    font-size: 1.25rem;
  }
  .home-news .home-news-container .home-news-grid .home-news-illu {
    order: 1;
  }
  .home-news .home-news-container .home-news-grid .home-news-illu img {
    width: auto;
    min-height: 400px;
  }
}

.home-list {
  padding-top: 0;
  padding-bottom: 7rem;
  position: relative;
}
.home-list::before {
  position: absolute;
  content: "";
  top: 30vh;
  left: 50%;
  transform: translateX(-50%) rotate(11deg);
  background-color: #F2F2F2;
  height: 40vh;
  width: 150vw;
  z-index: -1;
}
.home-list .home-list-illu {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.home-list .home-list-illu img {
  height: 80px;
}
.home-list .home-list-container {
  display: grid;
  padding-inline: 1rem;
  gap: 2rem;
}
.home-list .home-list-container .home-list-card .news-image {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 1.25rem;
}
.home-list .home-list-container .home-list-card .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-list .home-list-container .home-list-card .news-text p {
  color: #312390;
  margin: 0;
}
.home-list .home-list-container .home-list-card .news-text .date {
  color: #7C7B79;
  font-size: 1rem;
}
.home-list .home-list-container .home-list-card .news-text h3 {
  margin-top: 0.5rem;
  color: #312390;
  margin-bottom: 0.5rem;
}
.home-list .home-list-container .home-list-card .news-text .bn-btn-arrow p {
  color: #FE007A;
  font-size: 1rem;
  padding-left: 1rem;
}
.home-list .home-list-container .home-list-card .news-text .bn-btn-arrow p span img {
  margin-top: 6px;
}
.home-list .home-list-container .home-list-card .news-text .bn-btn-arrow:hover p {
  color: #00E19B;
}
@media screen and (min-width: 48em) {
  .home-list .home-list-illu {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
  }
  .home-list .home-list-illu img {
    height: 200px;
  }
  .home-list .home-list-container {
    display: grid;
    padding-inline: 1rem;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .home-list .home-list-container .home-list-card .news-image {
    width: 100%;
    aspect-ratio: 4/3;
    margin-bottom: 1.25rem;
  }
  .home-list .home-list-container .home-list-card .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-list .home-list-container .home-list-card .news-text p {
    margin: 0;
  }
  .home-list .home-list-container .home-list-card .news-text .date {
    color: #7C7B79;
    font-size: 1rem;
  }
  .home-list .home-list-container .home-list-card .news-text h3 {
    margin-top: 0.5rem;
    color: #312390;
    margin-bottom: 0.5rem;
  }
  .home-list .home-list-container .home-list-card .news-text .bn-btn-arrow p {
    color: #FE007A;
    font-size: 1rem;
    padding-left: 1rem;
  }
  .home-list .home-list-container .home-list-card .news-text .bn-btn-arrow p span img {
    margin-top: 6px;
  }
}
@media screen and (min-width: 79em) {
  .home-list {
    padding-left: 15%;
  }
  .home-list .home-list-illu {
    position: absolute;
    bottom: unset;
    top: 5rem;
    right: unset;
    left: 3%;
    width: 8%;
  }
  .home-list .home-list-illu img {
    width: 100%;
    height: auto;
  }
  .home-list .home-list-container {
    display: grid;
    padding-inline: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
  .home-list .home-list-container .home-list-card .news-image {
    width: 100%;
    aspect-ratio: 16/10;
    margin-bottom: 1.25rem;
  }
  .home-list .home-list-container .home-list-card .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-list .home-list-container .home-list-card .news-text p {
    margin: 0;
    font-size: 1.25rem;
  }
  .home-list .home-list-container .home-list-card .news-text .date {
    color: #7C7B79;
    font-size: 1rem;
  }
  .home-list .home-list-container .home-list-card .news-text h3 {
    margin-top: 0.5rem;
    color: #312390;
    margin-bottom: 0.5rem;
  }
  .home-list .home-list-container .home-list-card .news-text .bn-btn-arrow p {
    color: #FE007A;
    font-size: 1rem;
    padding-left: 1rem;
  }
  .home-list .home-list-container .home-list-card .news-text .bn-btn-arrow p span img {
    margin-top: 6px;
  }
}

.new-footer {
  padding: 2rem;
  background-color: #312390;
  position: relative;
}
.new-footer .footer-lemon {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}
.new-footer .footer-lemon a {
  font-size: 1rem;
}
.new-footer .footer-lemon a svg path {
  transition: 0.3s;
  fill: #231968;
}
.new-footer .footer-lemon a:hover {
  color: #00E19B;
}
.new-footer .footer-container {
  max-width: 1600px;
  margin: auto;
}
.new-footer .footer-container .footer-label {
  color: white;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.new-footer .footer-container a {
  color: #00E19B;
  text-decoration: none;
  font-size: 1.375rem;
  font-weight: bold;
}
.new-footer .footer-container a:hover {
  color: #FE007A;
}
.new-footer .footer-container p {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: white;
}
.new-footer .footer-container .footer-contacts {
  display: grid;
  gap: 3rem;
}
.new-footer .footer-container .footer-tel {
  order: 1;
}
.new-footer .footer-container .footer-newsletter {
  order: 5;
}
.new-footer .footer-container .footer-partners {
  order: 6;
  margin-bottom: 4rem;
}
.new-footer .footer-container .footer-partners .footer-partners-logo {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.new-footer .footer-container .footer-mail {
  order: 2;
}
.new-footer .footer-container .footer-address {
  order: 3;
}
.new-footer .footer-container .footer-socials {
  order: 4;
}
.new-footer .footer-container .footer-socials .footer-socials-links {
  display: flex;
  gap: 1rem;
}
.new-footer .footer-container .footer-socials .footer-socials-links a {
  height: 30px;
  aspect-ratio: 1;
}
.new-footer .footer-container .footer-socials .footer-socials-links a svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.new-footer .footer-container .footer-socials .footer-socials-links a svg path {
  fill: #00E19B;
}
.new-footer .footer-container .footer-socials .footer-socials-links a:hover svg path {
  fill: #FE007A;
}
@media screen and (min-width: 48em) {
  .new-footer .footer-lemon {
    display: none;
  }
  .new-footer .footer-container {
    max-width: 1600px;
    margin: auto;
  }
  .new-footer .footer-container .footer-label {
    color: white;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  .new-footer .footer-container a {
    font-size: 1.375rem;
  }
  .new-footer .footer-container p {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .new-footer .footer-container .footer-contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .new-footer .footer-container .footer-tel {
    order: 1;
  }
  .new-footer .footer-container .footer-newsletter {
    order: 5;
  }
  .new-footer .footer-container .footer-partners {
    order: 6;
    margin-bottom: 0;
  }
  .new-footer .footer-container .footer-partners .footer-partners-logo {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .new-footer .footer-container .footer-mail {
    order: 2;
  }
  .new-footer .footer-container .footer-address {
    order: 3;
  }
  .new-footer .footer-container .footer-socials {
    order: 4;
  }
  .new-footer .footer-container .footer-socials .footer-socials-links {
    display: flex;
    gap: 1rem;
  }
  .new-footer .footer-container .footer-socials .footer-socials-links a {
    height: 30px;
    aspect-ratio: 1;
  }
  .new-footer .footer-container .footer-socials .footer-socials-links a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
@media screen and (min-width: 64em) {
  .new-footer {
    padding: 5rem 10%;
  }
  .new-footer .footer-container {
    max-width: 1600px;
    margin: auto;
  }
  .new-footer .footer-container .footer-label {
    color: white;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .new-footer .footer-container a {
    font-size: 1.5rem;
  }
  .new-footer .footer-container p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .new-footer .footer-container .footer-contacts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
  .new-footer .footer-container .footer-tel {
    order: 1;
  }
  .new-footer .footer-container .footer-newsletter {
    order: 3;
  }
  .new-footer .footer-container .footer-partners {
    order: 6;
  }
  .new-footer .footer-container .footer-partners .footer-partners-logo {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .new-footer .footer-container .footer-mail {
    order: 4;
  }
  .new-footer .footer-container .footer-address {
    order: 2;
  }
  .new-footer .footer-container .footer-socials {
    order: 5;
  }
  .new-footer .footer-container .footer-socials .footer-socials-links {
    display: flex;
    gap: 1rem;
  }
  .new-footer .footer-container .footer-socials .footer-socials-links a {
    height: 30px;
    aspect-ratio: 1;
  }
  .new-footer .footer-container .footer-socials .footer-socials-links a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}

.footer-copyright {
  padding: 0.5rem 2rem;
  background-color: #231968;
  margin-bottom: 2.5rem;
}
.footer-copyright p, .footer-copyright a {
  color: white;
  margin: 0;
  font-size: 0.6rem;
}
.footer-copyright a {
  text-decoration: underline;
}
.footer-copyright a:hover {
  color: #00E19B;
}
.footer-copyright .footer-copyright-link {
  display: flex;
  justify-content: space-between;
}
.footer-copyright .footer-lemon {
  display: none;
}
@media screen and (min-width: 48em) {
  .footer-copyright {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 10%;
    margin: 0;
  }
  .footer-copyright p, .footer-copyright a {
    color: white;
    margin: 0;
    font-size: 1rem;
  }
  .footer-copyright .footer-copyright-link {
    justify-content: flex-start;
    gap: 2rem;
  }
  .footer-copyright .footer-lemon {
    display: block;
  }
  .footer-copyright .footer-lemon svg path {
    fill: white;
    transition: 0.3s;
  }
  .footer-copyright .footer-lemon a:hover svg path {
    fill: #00E19B;
  }
}

.newsletter-popup {
  display: none;
  position: fixed;
  top: 0;
  z-index: 200;
  left: 0;
  background-color: rgba(217, 217, 217, 0.8);
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.newsletter-popup.newsletter-show {
  display: flex;
}
.newsletter-popup .newsletter-container {
  background-color: #A463FF;
  max-width: 450px;
  padding: 1.5rem;
  position: relative;
}
.newsletter-popup .newsletter-container .close-btn {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 2.5rem;
  right: 1rem;
  width: 40px;
  height: 40px;
}
.newsletter-popup .newsletter-container .close-btn::before, .newsletter-popup .newsletter-container .close-btn::after {
  content: "";
  position: absolute;
  top: 0rem;
  right: 0rem;
  background-color: #00E19B;
  height: 4px;
  cursor: pointer;
  border-radius: 2px;
  width: 2.5rem;
  transition: 0.3s;
}
.newsletter-popup .newsletter-container .close-btn:hover::before, .newsletter-popup .newsletter-container .close-btn:hover::after {
  background-color: #FE007A;
}
.newsletter-popup .newsletter-container .close-btn::before {
  transform: rotate(-45deg);
}
.newsletter-popup .newsletter-container .close-btn::after {
  transform: rotate(45deg);
}
.newsletter-popup .newsletter-container .newsletter-title {
  font-size: 2rem;
  font-weight: bold;
}
.newsletter-popup .newsletter-container p {
  color: white;
  font-size: 1.5rem;
}
.newsletter-popup .newsletter-container .newsletter-form {
  margin-top: 1rem;
  margin-bottom: 0;
}
.newsletter-popup .newsletter-container .newsletter-form .newsletter-form-item .wpcf7-text {
  color: #A463FF;
  height: 2rem;
  font-size: 1.25rem;
  padding: 0.375rem;
  border-radius: 0;
  margin-bottom: 0.5rem;
}
.newsletter-popup .newsletter-container .newsletter-form .newsletter-form-item .wpcf7-text::placeholder {
  color: #A463FF;
  font-size: 1.25rem;
}
.newsletter-popup .newsletter-container .newsletter-form .newsletter-form-submit {
  margin-top: 2rem;
}
.newsletter-popup .newsletter-container .newsletter-form .newsletter-form-submit .wpcf7-submit {
  background-color: transparent;
  color: #00E19B;
  padding: 0;
  height: auto;
  font-size: 1.5rem;
  line-height: 1em;
  text-transform: none;
  transition: 0.3s;
}
.newsletter-popup .newsletter-container .newsletter-form .newsletter-form-submit .wpcf7-submit:hover {
  color: #FE007A;
}